mirror of
https://github.com/BillyOutlast/UNIT3D.git
synced 2026-02-04 03:01:20 +01:00
46 lines
2.4 KiB
PHP
46 lines
2.4 KiB
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
/**
|
|
* NOTICE OF LICENSE.
|
|
*
|
|
* UNIT3D Community Edition is open-sourced software licensed under the GNU Affero General Public License v3.0
|
|
* The details is bundled with this project in the file LICENSE.txt.
|
|
*
|
|
* @project UNIT3D Community Edition
|
|
*
|
|
* @author HDVinnie <hdinnovations@protonmail.com>
|
|
* @license https://www.gnu.org/licenses/agpl-3.0.en.html/ GNU Affero General Public License v3.0
|
|
*/
|
|
|
|
return [
|
|
'actions' => 'Camau gweithredu',
|
|
'backup' => 'Wrth gefn',
|
|
'backup_doesnt_exist' => 'Nid yw r ffeil wrth gefn yn bodoli.',
|
|
'create_a_new_backup' => 'Creu copi wrth gefn llawn',
|
|
'create_a_new_files_backup' => 'Creu Ffeiliau wrth gefn',
|
|
'create_a_new_db_backup' => 'Creu copi wrth gefn o r gronfa ddata',
|
|
'create_confirmation_message' => 'Ail-lwytho r dudalen mewn 3 eiliad.',
|
|
'create_confirmation_title' => 'Cwblhawyd copi wrth gefn',
|
|
'create_error_message' => 'NI ellir creu r ffeil wrth gefn.',
|
|
'create_error_title' => 'Gwall wrth gefn',
|
|
'create_warning_message' => 'Efallai na fydd eich copi wrth gefn wedi i greu. Gwiriwch ffeiliau log am fanylion.',
|
|
'create_warning_title' => 'Gwall anhysbys',
|
|
'date' => 'Dyddiad',
|
|
'delete' => 'Dileu',
|
|
'delete_cancel_message' => 'NID yw r ffeil wrth gefn wedi i dileu.',
|
|
'delete_cancel_title' => 'Mae n iawn',
|
|
'delete_confirm' => 'A ydych chi n siŵr eich bod am ddileu r ffeil wrth gefn hon?',
|
|
'delete_confirmation_message' => 'Cafodd y ffeil wrth gefn ei dileu.',
|
|
'delete_confirmation_title' => 'Wedi i wneud',
|
|
'delete_error_message' => 'NID yw r ffeil wrth gefn wedi i dileu.',
|
|
'delete_error_title' => 'Gwall',
|
|
'download' => 'Lawrlwytho',
|
|
'existing_backups' => 'Copïau wrth gefn presennol',
|
|
'file_size' => 'Maint ffeil',
|
|
'location' => 'Lleoliad',
|
|
'manager' => 'Rheolwr',
|
|
'no_disks_configured' => 'Dim disgiau wrth gefn wedi u ffurfweddu yn config / backup.php',
|
|
'only_local_downloads_supported' => 'Dim ond lawrlwythiadau o r system ffeiliau leol sy n cael eu cefnogi.',
|
|
];
|