Files
UNIT3D/lang/fa/backup.php
2024-05-23 13:58:29 +00:00

55 lines
3.1 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
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 [
/*
|--------------------------------------------------------------------------
| Backup Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used by the backup system.
| You are free to change them to anything you want to customize your views to better match your application.
|
*/
'backup' => 'پشتیبان',
'create_a_new_backup' => 'ایجاد پشتیبان جدید',
'create_a_new_files_backup' => 'ایجاد فایل پشتیبان',
'create_a_new_db_backup' => 'ایجاد پشتیبان پایگاه داده',
'existing_backups' => 'پشتیبان‌های موجود',
'date' => 'تاریخ',
'file_size' => 'سایز پرونده',
'actions' => 'عملیات',
'download' => 'بارگیری',
'delete' => 'حذف',
'delete_confirm' => 'آیا شما از حذف این پرونده پشتیبان اطمینان دارید؟',
'delete_confirmation_title' => 'انجام شد',
'delete_confirmation_message' => 'پرونده پشتیبان با موفقیت حذف شد.',
'delete_error_title' => 'خطا',
'delete_error_message' => 'پرونده پشتیبان حذف نشده است.',
'delete_cancel_title' => 'مشکلی نیست',
'delete_cancel_message' => 'پرونده پشتیبان حذف نشده است.',
'create_confirmation_title' => 'فرآیند پشتیبان‌گیری شروع شد.',
'create_confirmation_message' => 'لطفا چند دقیقه صبر کنید تا کامل شود ، سپس صفحه را تازه کنید.',
'create_error_title' => 'خطا پشتیبان',
'create_error_message' => 'فایل پشتیبان نمی‌تواند ساخته شود.',
'create_warning_title' => 'خطای نا مشخص',
'create_warning_message' => 'نسخه پشتیبان شما ممکن است ایجاد نشده باشد. لطفاً پرونده ها را برای جزئیات بیشتر بررسی کنید.',
'location' => 'محل',
'no_disks_configured' => 'دیسک پشتیبانی در config/backup.php تنظیم نشده است.',
'backup_doesnt_exist' => 'پرونده پشتیبان وجود ندارد.',
'only_local_downloads_supported' => 'تنها دانلود از سیستم‌فایل محلی پشتیبانی می‌شود',
];