BookStackApp_BookStack/lang/cy/components.php

47 lines
2.2 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* Text used in custom JavaScript driven components.
*/
return [
// Image Manager
'image_select' => 'Dewis Llun',
'image_list' => 'Rhestr o Ddelweddau',
'image_details' => 'Manylion Delwedd',
'image_upload' => 'Uwchlwytho Llun',
'image_intro' => 'Yma gallwch ddewis a rheoli lluniau sydd wedi\'u huwchlwytho ir system or blaen.',
'image_intro_upload' => 'Uwchlwythwch lun newydd drwy lusgo ffeil llun i\'r ffenestr hon, neu drwy ddefnyddio\'r botwm "Uwchlwytho Llun" uchod.',
'image_all' => 'Popeth',
'image_all_title' => 'Gweld holl ddelweddau',
'image_book_title' => 'Gweld lluniau a uwchlwythwyd ir llyfr hwn',
'image_page_title' => 'Gweld lluniau a uwchlwythwyd ir dudalen hon',
'image_search_hint' => 'Cwilio gan enw delwedd',
'image_uploaded' => 'Uwchlwythwyd am :uploadedDate',
'image_uploaded_by' => 'Uwchlwythwyd gan :userName',
'image_uploaded_to' => 'Uwchlwythwyd i :pageLink',
'image_updated' => 'Diweddarwyd am :updateDate',
'image_load_more' => 'Llwytho Mwy',
'image_image_name' => 'Enw Delwedd',
'image_delete_used' => 'Mae\'r llun hwn yn cael ei ddefnyddio ar y tudalennau isod.',
'image_delete_confirm_text' => 'Wyt ti\'n bendant eisiau dileu\'r ddelwedd hwn?',
'image_select_image' => 'Dewis Llun',
'image_dropzone' => 'Gollyngwch luniau neu cliciwch yma i uwchlwytho',
'image_dropzone_drop' => 'Gollyngwch luniau yma i uwchlwytho',
'images_deleted' => 'Delweddau wedi\'u Dileu',
'image_preview' => 'Rhagolwg or Llun',
'image_upload_success' => 'Uwchlwythwyd y llun yn llwyddiannus',
'image_update_success' => 'Diweddarwyd manylion y llun yn llwyddiannus',
'image_delete_success' => 'Dilëwyd y llun yn llwyddiannus',
'image_replace' => 'Newid y llun',
'image_replace_success' => 'Ffeil llun wedi\'i diweddarun llwyddiannus',
'image_rebuild_thumbs' => 'Atgynhyrchu Amrywiadau Maint',
'image_rebuild_thumbs_success' => 'Ailadeiladwyd amrywiadau maint y llun yn llwyddiannus!',
// Code Editor
'code_editor' => 'Golygu Cod',
'code_language' => 'Iaith y Cod',
'code_content' => 'Cynnwys y Cod',
'code_session_history' => 'Hanes y Sesiwn',
'code_save' => 'Cadw Cod',
];