1234567891011121314151617181920212223242526 |
- <?php
- return [
-
- 'helpcenter' => 'Canolfan Cymorth',
- 'whatsnew' => 'Beth Sy\'n Newydd',
-
- 'gettingStarted' => 'Cychwyn Arni',
- 'sharingMedia' => 'Rhannu Cyfryngau',
- 'profile' => 'Proffil',
- 'stories' => 'Straeon',
- 'hashtags' => 'Hashnodau',
- 'discover' => 'Darganfod',
- 'directMessages' => 'Negeseuon Uniongyrchol',
- 'timelines' => 'Llinellau Amser',
- 'embed' => 'Gwreiddio',
-
- 'communityGuidelines' => 'Canllawiau Cymunedol',
- 'whatIsTheFediverse' => 'Beth yw\'r Fediverse?',
- 'controllingVisibility' => 'Rheoli Gwelededd',
- 'blockingAccounts' => 'Cyfrifon Blocio',
- 'safetyTips' => 'Awgrymiadau Diogelwch',
- 'reportSomething' => 'Riportio Rhywbeth',
- 'dataPolicy' => 'Polisi Data'
-
- ];
|