From 1fc07be83c4bbd3656c66fd3f06c972d1b8bbe56 Mon Sep 17 00:00:00 2001 From: mynameismonkey <3419832+mynameismonkey@users.noreply.github.com> Date: Mon, 16 Sep 2019 13:38:55 -0400 Subject: [PATCH] Create helpcenter.php Welsh translation / cyfieithiad Cymraeg --- resources/lang/cy/helpcenter.php | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 resources/lang/cy/helpcenter.php diff --git a/resources/lang/cy/helpcenter.php b/resources/lang/cy/helpcenter.php new file mode 100644 index 000000000..ec5d6ed53 --- /dev/null +++ b/resources/lang/cy/helpcenter.php @@ -0,0 +1,23 @@ + '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' +];