From a2fdb14d20a242d6230879a4e97fecb3659f83ad Mon Sep 17 00:00:00 2001 From: mynameismonkey <3419832+mynameismonkey@users.noreply.github.com> Date: Mon, 16 Sep 2019 14:07:04 -0400 Subject: [PATCH] Welsh translation / cyfieithiad Cymraeg --- resources/lang/cy/navmenu.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 resources/lang/cy/navmenu.php diff --git a/resources/lang/cy/navmenu.php b/resources/lang/cy/navmenu.php new file mode 100644 index 000000000..63bfadc5d --- /dev/null +++ b/resources/lang/cy/navmenu.php @@ -0,0 +1,20 @@ + 'Chwilio', + 'home' => 'Hafan', + 'local' => 'Lleol', + 'network' => 'Rhwydwaith', + 'discover' => 'Darganfod', + 'viewMyProfile' => 'Gweld fy mhroffil', + 'myProfile' => 'Fy Mhroffil', + 'myTimeline' => 'Fy Llinell Amser', + 'publicTimeline' => 'Llinell Amser Gyhoeddus', + 'remoteFollow' => 'Dilyn o Bell', + 'settings' => 'Gosodiadau', + 'admin' => 'Admin', + 'logout' => 'Allgofnodi', + 'directMessages' => 'Negeseuon Uniongyrchol', + +];