]> BookStack Code Mirror - bookstack/blob - lang/cy/common.php
Updated translations with latest Crowdin changes (#5622)
[bookstack] / lang / cy / common.php
1 <?php
2 /**
3  * Common elements found throughout many areas of BookStack.
4  */
5 return [
6
7     // Buttons
8     'cancel' => 'Canslo',
9     'close' => 'Cau',
10     'confirm' => 'Cadarnhau',
11     'back' => 'Yn ôl',
12     'save' => 'Cadw',
13     'continue' => 'Parhau',
14     'select' => 'Dewis',
15     'toggle_all' => 'Toglo Popeth',
16     'more' => 'Mwy',
17
18     // Form Labels
19     'name' => 'Enw',
20     'description' => 'Disgrifiad',
21     'role' => 'Rôl',
22     'cover_image' => 'Delwedd y clawr',
23     'cover_image_description' => 'Dylai\'r ddelwedd hon fod oddeutu 440x250px er y bydd wedi\'i graddio a’i thocio i ffitio rhyngwyneb y defnyddiwr mewn gwahanol senarios yn ôl yr angen, felly bydd y dimensiynau arddangos gwirioneddol yn amrywio.',
24
25     // Actions
26     'actions' => 'Gweithredoedd',
27     'view' => 'Gweld',
28     'view_all' => 'Gweld popeth',
29     'new' => 'Newydd',
30     'create' => 'Creu',
31     'update' => 'Diweddaru',
32     'edit' => 'Golygu',
33     'archive' => 'Archive',
34     'unarchive' => 'Un-Archive',
35     'sort' => 'Trefnu',
36     'move' => 'Symud',
37     'copy' => 'Copïo',
38     'reply' => 'Ateb',
39     'delete' => 'Dileu',
40     'delete_confirm' => 'Cadarnhau\'r dilead',
41     'search' => 'Chwilio',
42     'search_clear' => 'Clirio\'r chwiliad',
43     'reset' => 'Ailosod',
44     'remove' => 'Diddymu',
45     'add' => 'Ychwanegu',
46     'configure' => 'Ffurfweddu',
47     'manage' => 'Rheoli',
48     'fullscreen' => 'Sgrin Llawn',
49     'favourite' => 'Gwneud Ffefryn',
50     'unfavourite' => 'Dadwneud Ffefryn',
51     'next' => 'Nesa',
52     'previous' => 'Cynt',
53     'filter_active' => 'Hidl weithredol:',
54     'filter_clear' => 'Clirio\'r hidl',
55     'download' => 'Llwytho i lawr',
56     'open_in_tab' => 'Agor mewn Tab',
57     'open' => 'Agor',
58
59     // Sort Options
60     'sort_options' => 'Trefnu\'r opsiynau',
61     'sort_direction_toggle' => 'Trefnu Cyfeiriad Togl',
62     'sort_ascending' => 'Trefnu\'n esgynnol',
63     'sort_descending' => 'Trefnu\'n ddisgynnol',
64     'sort_name' => 'Enw',
65     'sort_default' => 'Diofyn',
66     'sort_created_at' => 'Dyddiad Creu',
67     'sort_updated_at' => 'Dyddiad Diweddaru',
68
69     // Misc
70     'deleted_user' => 'Defnyddiwr wedi\'i Dileu',
71     'no_activity' => 'Dim actifedd i arddangos',
72     'no_items' => 'Dim eitemau ar gael',
73     'back_to_top' => 'Yn ôl i\'r brig',
74     'skip_to_main_content' => 'Neidio i\'r prif gynnwys',
75     'toggle_details' => 'Toglo Manylion',
76     'toggle_thumbnails' => 'Toglo Mân-Luniau',
77     'details' => 'Manylion',
78     'grid_view' => 'Golwg Grid',
79     'list_view' => 'Golwg Rhestr',
80     'default' => 'Diofyn',
81     'breadcrumb' => 'Briwsion bara',
82     'status' => 'Statws',
83     'status_active' => 'Gweithredol',
84     'status_inactive' => 'Anweithredol',
85     'never' => 'Byth',
86     'none' => 'Dim un',
87
88     // Header
89     'homepage' => 'Tudalen cartref',
90     'header_menu_expand' => 'Ehangu Dewislen Pennawd',
91     'profile_menu' => 'Dewislen Proffil',
92     'view_profile' => 'Gweld proffil',
93     'edit_profile' => 'Golygu Proffil',
94     'dark_mode' => 'Modd Tywyll',
95     'light_mode' => 'Modd Golau',
96     'global_search' => 'Chwilio Byd-eang',
97
98     // Layout tabs
99     'tab_info' => 'Gwybodaeth',
100     'tab_info_label' => 'Tab: Dangos Gwybodaeth Eilaidd',
101     'tab_content' => 'Cynnwys',
102     'tab_content_label' => 'Tab: Dangos Prif Gynnwys',
103
104     // Email Content
105     'email_action_help' => 'Os ydych chi\'n cael trafferth clicio ar y botwm ":actionText", copïwch a gludwch yr URL isod i\'ch porwr gwe:',
106     'email_rights' => 'Cedwir pob hawl',
107
108     // Footer Link Options
109     // Not directly used but available for convenience to users.
110     'privacy_policy' => 'Polisi Preifatrwydd',
111     'terms_of_service' => 'Telerau Gwasanaeth',
112
113     // OpenSearch
114     'opensearch_description' => 'Chwilio :appName',
115 ];