]> BookStack Code Mirror - bookstack/blob - lang/cy/common.php
Lexical: Fixed code in lists, removed extra old alignment code
[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     'sort' => 'Trefnu',
34     'move' => 'Symud',
35     'copy' => 'Copïo',
36     'reply' => 'Ateb',
37     'delete' => 'Dileu',
38     'delete_confirm' => 'Cadarnhau\'r dilead',
39     'search' => 'Chwilio',
40     'search_clear' => 'Clirio\'r chwiliad',
41     'reset' => 'Ailosod',
42     'remove' => 'Diddymu',
43     'add' => 'Ychwanegu',
44     'configure' => 'Ffurfweddu',
45     'manage' => 'Rheoli',
46     'fullscreen' => 'Sgrin Llawn',
47     'favourite' => 'Gwneud Ffefryn',
48     'unfavourite' => 'Dadwneud Ffefryn',
49     'next' => 'Nesa',
50     'previous' => 'Cynt',
51     'filter_active' => 'Hidl weithredol:',
52     'filter_clear' => 'Clirio\'r hidl',
53     'download' => 'Llwytho i lawr',
54     'open_in_tab' => 'Agor mewn Tab',
55     'open' => 'Agor',
56
57     // Sort Options
58     'sort_options' => 'Trefnu\'r opsiynau',
59     'sort_direction_toggle' => 'Trefnu Cyfeiriad Togl',
60     'sort_ascending' => 'Trefnu\'n esgynnol',
61     'sort_descending' => 'Trefnu\'n ddisgynnol',
62     'sort_name' => 'Enw',
63     'sort_default' => 'Diofyn',
64     'sort_created_at' => 'Dyddiad Creu',
65     'sort_updated_at' => 'Dyddiad Diweddaru',
66
67     // Misc
68     'deleted_user' => 'Defnyddiwr wedi\'i Dileu',
69     'no_activity' => 'Dim actifedd i arddangos',
70     'no_items' => 'Dim eitemau ar gael',
71     'back_to_top' => 'Yn ôl i\'r brig',
72     'skip_to_main_content' => 'Neidio i\'r prif gynnwys',
73     'toggle_details' => 'Toglo Manylion',
74     'toggle_thumbnails' => 'Toglo Mân-Luniau',
75     'details' => 'Manylion',
76     'grid_view' => 'Golwg Grid',
77     'list_view' => 'Golwg Rhestr',
78     'default' => 'Diofyn',
79     'breadcrumb' => 'Briwsion bara',
80     'status' => 'Statws',
81     'status_active' => 'Gweithredol',
82     'status_inactive' => 'Anweithredol',
83     'never' => 'Byth',
84     'none' => 'Dim un',
85
86     // Header
87     'homepage' => 'Tudalen cartref',
88     'header_menu_expand' => 'Ehangu Dewislen Pennawd',
89     'profile_menu' => 'Dewislen Proffil',
90     'view_profile' => 'Gweld proffil',
91     'edit_profile' => 'Golygu Proffil',
92     'dark_mode' => 'Modd Tywyll',
93     'light_mode' => 'Modd Golau',
94     'global_search' => 'Chwilio Byd-eang',
95
96     // Layout tabs
97     'tab_info' => 'Gwybodaeth',
98     'tab_info_label' => 'Tab: Dangos Gwybodaeth Eilaidd',
99     'tab_content' => 'Cynnwys',
100     'tab_content_label' => 'Tab: Dangos Prif Gynnwys',
101
102     // Email Content
103     '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:',
104     'email_rights' => 'Cedwir pob hawl',
105
106     // Footer Link Options
107     // Not directly used but available for convenience to users.
108     'privacy_policy' => 'Polisi Preifatrwydd',
109     'terms_of_service' => 'Telerau Gwasanaeth',
110
111     // OpenSearch
112     'opensearch_description' => 'Chwilio :appName',
113 ];