mirror of
https://github.com/BillyOutlast/UNIT3D.git
synced 2026-02-04 03:01:20 +01:00
Updated by "Remove blank strings" add-on in Weblate. Update translation files Updated by "Remove blank strings" add-on in Weblate. Co-authored-by: Hosted Weblate <hosted@weblate.org> Translate-URL: https://hosted.weblate.org/projects/unit3d/common/ Translate-URL: https://hosted.weblate.org/projects/unit3d/torrent/ Translation: UNIT3D/common Translation: UNIT3D/torrent
44 lines
2.1 KiB
PHP
44 lines
2.1 KiB
PHP
<?php
|
|
return [
|
|
/**
|
|
* 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
|
|
*/
|
|
'actions' => 'Darbības',
|
|
'backup' => 'Dublēšana',
|
|
'backup_doesnt_exist' => 'Dublējuma fails neeksistē.',
|
|
'create_a_new_backup' => 'Izveidot pilnu dublējumu',
|
|
'create_a_new_files_backup' => 'Izveidojiet failu dublējumu',
|
|
'create_a_new_db_backup' => 'Izveidot datu bāzes dublējumu',
|
|
'create_confirmation_message' => 'Lapas atkārtota ielāde 3 sekunžu laikā.',
|
|
'create_confirmation_title' => 'Dublējums pabeigts',
|
|
'create_error_message' => 'Backup failu nevarēja izveidot.',
|
|
'create_error_title' => 'Dublēšanas kļūda',
|
|
'create_warning_message' => 'Jūsu dublējums var nebūt izveidots. Lūdzu, pārbaudiet loga failus, lai iegūtu sīkāku informāciju.',
|
|
'create_warning_title' => 'Nezināma kļūda',
|
|
'date' => 'Datums',
|
|
'delete' => 'Dzēst',
|
|
'delete_cancel_message' => 'Dublējuma fails NAV izdzēsts.',
|
|
'delete_cancel_title' => 'Ir labi',
|
|
'delete_confirm' => 'Vai esat pārliecināts, ka vēlaties dzēst šo dublējuma failu?',
|
|
'delete_confirmation_message' => 'Dublējuma fails tika dzēsts.',
|
|
'delete_confirmation_title' => 'Gatavs',
|
|
'delete_error_message' => 'Dublējuma fails NAV izdzēsts.',
|
|
'delete_error_title' => 'Kļūda',
|
|
'download' => 'Lejupielādēt',
|
|
'existing_backups' => 'Esošie dublējumi',
|
|
'file_size' => 'Faila lielums',
|
|
'location' => 'Atrašanās vieta',
|
|
'manager' => 'Vadītājs',
|
|
'no_disks_configured' => 'Konfigurācijā config / backup.php nav konfigurēti diski',
|
|
'only_local_downloads_supported' => 'Tiek atbalstītas tikai lejupielādes no lokālās failu sistēmas.',
|
|
'backup_process_started' => 'Sākts jauns dublēšanas process',
|
|
];
|