mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-23 01:01:20 +00:00
53 lines
1.6 KiB
PHP
53 lines
1.6 KiB
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
/**
|
|
* @copyright 2020 Ad Aures
|
|
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
|
|
* @link https://castopod.org/
|
|
*/
|
|
|
|
return [
|
|
'yes' => 'نعم',
|
|
'no' => 'لا',
|
|
'cancel' => 'ألغِ',
|
|
'optional' => 'اختياري',
|
|
'more' => 'المزيد',
|
|
'no_data' => 'لم يتم العثور على بيانات!',
|
|
'close' => 'أغلق',
|
|
'edit' => 'تعديل',
|
|
'copy' => 'انسخ',
|
|
'copied' => 'تم نسخه!',
|
|
'home' => 'الرئيسية',
|
|
'explicit' => 'Explicit',
|
|
'powered_by' => 'بدعم من {castopod}',
|
|
'actions' => 'الإجراءات',
|
|
'pageInfo' => 'Page {currentPage} out of {pageCount}',
|
|
'go_back' => 'العودة',
|
|
'forms' => [
|
|
'editor' => [
|
|
'write' => 'Write',
|
|
'preview' => 'معاينة',
|
|
'help' => 'Powered by markdown',
|
|
],
|
|
'multiSelect' => [
|
|
'selectText' => 'اضغط للاختيار',
|
|
'loadingText' => 'جارٍ التحميل…',
|
|
'noResultsText' => 'لم يتم العثور على نتائج',
|
|
'noChoicesText' => 'No choices to choose from',
|
|
'maxItemText' => 'Cannot add more items',
|
|
],
|
|
'upload_file' => 'إرسال ملف',
|
|
'remote_url' => 'Remote URL',
|
|
'save' => 'Save',
|
|
],
|
|
'play_episode_button' => [
|
|
'play' => 'تشغيل',
|
|
'playing' => 'Playing',
|
|
],
|
|
'size_limit' => 'Size limit: {0}.',
|
|
'choose_interact' => 'Choose how to interact',
|
|
'view' => 'View',
|
|
];
|