]> BookStack Code Mirror - bookstack/blob - lang/cy/components.php
Updates the OIDC userinfo endpoint request to allow for a `Content-Type` response...
[bookstack] / lang / cy / components.php
1 <?php
2 /**
3  * Text used in custom JavaScript driven components.
4  */
5 return [
6
7     // Image Manager
8     'image_select' => 'Dewis Llun',
9     'image_list' => 'Rhestr o Ddelweddau',
10     'image_details' => 'Manylion Delwedd',
11     'image_upload' => 'Uwchlwytho Llun',
12     'image_intro' => 'Yma gallwch ddewis a rheoli lluniau sydd wedi\'u huwchlwytho i’r system o’r blaen.',
13     'image_intro_upload' => 'Uwchlwythwch lun newydd drwy lusgo ffeil llun i\'r ffenestr hon, neu drwy ddefnyddio\'r botwm "Uwchlwytho Llun" uchod.',
14     'image_all' => 'Popeth',
15     'image_all_title' => 'Gweld holl ddelweddau',
16     'image_book_title' => 'Gweld lluniau a uwchlwythwyd i’r llyfr hwn',
17     'image_page_title' => 'Gweld lluniau a uwchlwythwyd i’r dudalen hon',
18     'image_search_hint' => 'Cwilio gan enw delwedd',
19     'image_uploaded' => 'Uwchlwythwyd am :uploadedDate',
20     'image_uploaded_by' => 'Uwchlwythwyd gan :userName',
21     'image_uploaded_to' => 'Uwchlwythwyd i :pageLink',
22     'image_updated' => 'Diweddarwyd am :updateDate',
23     'image_load_more' => 'Llwytho Mwy',
24     'image_image_name' => 'Enw Delwedd',
25     'image_delete_used' => 'Mae\'r llun hwn yn cael ei ddefnyddio ar y tudalennau isod.',
26     'image_delete_confirm_text' => 'Wyt ti\'n bendant eisiau dileu\'r ddelwedd hwn?',
27     'image_select_image' => 'Dewis Llun',
28     'image_dropzone' => 'Gollyngwch luniau neu cliciwch yma i uwchlwytho',
29     'image_dropzone_drop' => 'Gollyngwch luniau yma i uwchlwytho',
30     'images_deleted' => 'Delweddau wedi\'u Dileu',
31     'image_preview' => 'Rhagolwg o’r Llun',
32     'image_upload_success' => 'Uwchlwythwyd y llun yn llwyddiannus',
33     'image_update_success' => 'Diweddarwyd manylion y llun yn llwyddiannus',
34     'image_delete_success' => 'Dilëwyd y llun yn llwyddiannus',
35     'image_replace' => 'Newid y llun',
36     'image_replace_success' => 'Ffeil llun wedi\'i diweddaru’n llwyddiannus',
37     'image_rebuild_thumbs' => 'Atgynhyrchu Amrywiadau Maint',
38     'image_rebuild_thumbs_success' => 'Ailadeiladwyd amrywiadau maint y llun yn llwyddiannus!',
39
40     // Code Editor
41     'code_editor' => 'Golygu Cod',
42     'code_language' => 'Iaith y Cod',
43     'code_content' => 'Cynnwys y Cod',
44     'code_session_history' => 'Hanes y Sesiwn',
45     'code_save' => 'Cadw Cod',
46 ];