BookStack/lang/cy/common.php

111 lines
3.5 KiB
PHP
Raw Normal View History

2022-06-24 18:35:59 +08:00
<?php
/**
* Common elements found throughout many areas of BookStack.
*/
return [
// Buttons
'cancel' => 'Canslo',
'close' => 'Cau',
'confirm' => 'Cadarnhau',
'back' => 'Yn ôl',
'save' => 'Cadw',
'continue' => 'Parhau',
'select' => 'Dewis',
'toggle_all' => 'Toglo Popeth',
'more' => 'Mwy',
2022-06-24 18:35:59 +08:00
// Form Labels
'name' => 'Enw',
'description' => 'Disgrifiad',
'role' => 'Rôl',
2022-06-24 18:35:59 +08:00
'cover_image' => 'Cover image',
'cover_image_description' => 'This image should be approximately 440x250px although it will be flexibly scaled & cropped to fit the user interface in different scenarios as required, so actual dimensions for display will differ.',
2022-06-24 18:35:59 +08:00
// Actions
'actions' => 'Gweithredoedd',
'view' => 'Gweld',
'view_all' => 'Gweld popeth',
'new' => 'Newydd',
'create' => 'Creu',
'update' => 'Diweddaru',
'edit' => 'Golygu',
'sort' => 'Trefnu',
'move' => 'Symud',
'copy' => 'Copïo',
'reply' => 'Ateb',
'delete' => 'Dileu',
'delete_confirm' => 'Cadarnhau\'r dilead',
'search' => 'Chwilio',
'search_clear' => 'Clirio\'r chwiliad',
'reset' => 'Ailosod',
'remove' => 'Diddymu',
'add' => 'Ychwanegu',
'configure' => 'Ffurfweddu',
'manage' => 'Rheoli',
'fullscreen' => 'Sgrin Llawn',
'favourite' => 'Gwneud Ffefryn',
'unfavourite' => 'Dadwneud Ffefryn',
'next' => 'Nesa',
'previous' => 'Cynt',
'filter_active' => 'Hidl weithredol:',
'filter_clear' => 'Clirio\'r hidl',
'download' => 'Llwytho i lawr',
'open_in_tab' => 'Agor mewn Tab',
'open' => 'Agor',
2022-06-24 18:35:59 +08:00
// Sort Options
'sort_options' => 'Trefnu\'r opsiynau',
2022-06-24 18:35:59 +08:00
'sort_direction_toggle' => 'Sort Direction Toggle',
'sort_ascending' => 'Trefnu\'n esgynnol',
'sort_descending' => 'Trefnu\'n ddisgynnol',
'sort_name' => 'Enw',
'sort_default' => 'Diofyn',
'sort_created_at' => 'Dyddiad Creu',
'sort_updated_at' => 'Dyddiad Diweddaru',
2022-06-24 18:35:59 +08:00
// Misc
'deleted_user' => 'Defnyddiwr wedi\'i Dileu',
'no_activity' => 'Dim actifedd i arddangos',
'no_items' => 'Dim eitemau ar gael',
'back_to_top' => 'Yn ôl i\'r brig',
'skip_to_main_content' => 'Neidio i\'r prif gynnwys',
'toggle_details' => 'Toglo Manylion',
'toggle_thumbnails' => 'Toglo Mân-Luniau',
'details' => 'Manylion',
'grid_view' => 'Golwg Grid',
'list_view' => 'Golwg Rhestr',
'default' => 'Diofyn',
2022-06-24 18:35:59 +08:00
'breadcrumb' => 'Breadcrumb',
'status' => 'Statws',
'status_active' => 'Gweithredol',
'status_inactive' => 'Anweithredol',
'never' => 'Byth',
'none' => 'Dim un',
2022-06-24 18:35:59 +08:00
// Header
'homepage' => 'Tudalen cartref',
2022-06-24 18:35:59 +08:00
'header_menu_expand' => 'Expand Header Menu',
'profile_menu' => 'Dewislen Proffil',
'view_profile' => 'Gweld proffil',
'edit_profile' => 'Golygu Proffil',
'dark_mode' => 'Modd Tywyll',
'light_mode' => 'Modd Golau',
2022-11-30 20:01:19 +08:00
'global_search' => 'Global Search',
2022-06-24 18:35:59 +08:00
// Layout tabs
'tab_info' => 'Gwybodaeth',
2022-06-24 18:35:59 +08:00
'tab_info_label' => 'Tab: Show Secondary Information',
'tab_content' => 'Cynnwys',
2022-06-24 18:35:59 +08:00
'tab_content_label' => 'Tab: Show Primary Content',
// Email Content
'email_action_help' => 'If youre having trouble clicking the ":actionText" button, copy and paste the URL below into your web browser:',
'email_rights' => 'All rights reserved',
// Footer Link Options
// Not directly used but available for convenience to users.
'privacy_policy' => 'Polisi Preifatrwydd',
2022-06-24 18:35:59 +08:00
'terms_of_service' => 'Terms of Service',
];