Commit 249e27a8 by Alexander Makarov

Regenerated translations

parent e9ee02dd
......@@ -16,11 +16,9 @@
*
* NOTE: this file must be saved in UTF-8 encoding.
*/
return array(
'the input value' => 'قيمة المُدخل',
return [
'(not set)' => '(لم تحدد)',
'An internal server error occurred.' => '.حدث خطأ داخلي في الخادم',
'Are you sure to delete this item?' => 'هل أنت متأكد من حذف هذا العنصر؟',
'Delete' => 'حذف',
'Error' => 'خطأ',
'File upload failed.' => '.فشل في تحميل الملف',
......@@ -34,7 +32,6 @@ return array(
'No help for unknown sub-command "{command}".' => 'ليس هناك مساعدة لأمر فرعي غير معروف "{command}".',
'No results found.' => 'لا نتائج وجدت.',
'Only files with these extensions are allowed: {extensions}.' => 'فقط الملفات التي تحمل هذه الصيغ مسموح بها: {extentions}.',
'Only files with these mimeTypes are allowed: {mimeTypes}.' => 'فقط الملفات التي تحمل هذه الصيغ مسموح بها: {extentions}.',
'Page not found.' => 'الصفحة غير موجودة',
'Please fix the following errors:' => 'الرجاء تصحيح الأخطاء التالية:',
'Please upload a file.' => 'الرجاء تحميل ملف.',
......@@ -57,6 +54,7 @@ return array(
'Yes' => 'نعم',
'You are not allowed to perform this action.' => 'لا تستطيع القيام بهذاالعمل',
'You can upload at most {limit, number} {limit, plural, one{file} other{files}}.' => 'تستطيع كأقصى حد تحميل {limit, number} {limit, plural, one{file} other{files}}.',
'the input value' => 'قيمة المُدخل',
'{attribute} "{value}" has already been taken.' => '{attribute} "{value}" سبق استعماله',
'{attribute} cannot be blank.' => '{attribute} لا يمكن تركه فارغًا.',
'{attribute} is invalid.' => '{attribute} غير صالح.',
......@@ -78,4 +76,4 @@ return array(
'{attribute} should contain at least {min, number} {min, plural, one{character} other{characters}}.' => '{attribute} يجب أن يحتوي على أكثر من {min, number} {min, plural, one{character} other{characters}}.',
'{attribute} should contain at most {max, number} {max, plural, one{character} other{characters}}.' => '{attribute} يجب أن لا يحتوي على أكثر من {max, number} {max, plural, one{character} other{characters}}.',
'{attribute} should contain {length, number} {length, plural, one{character} other{characters}}.' => '{attribute} يجب أن يحتوي على {length, number} {length, plural, one{character} other{characters}}.',
);
];
......@@ -16,8 +16,7 @@
*
* NOTE: this file must be saved in UTF-8 encoding.
*/
return array (
'View' => 'Перегляд',
return [
'(not set)' => '(не задано)',
'An internal server error occurred.' => 'Виникла внутрішня помилка сервера.',
'Are you sure you want to delete this item?' => 'Ви впевнені, що хочете видалити цей елемент?',
......@@ -34,7 +33,6 @@ return array (
'No help for unknown sub-command "{command}".' => 'Довідка недоступна для невідомої субкоманди "{command}".',
'No results found.' => 'Нічого не знайдено.',
'Only files with these extensions are allowed: {extensions}.' => 'Дозволене завантаження файлів тільки з наступними розширеннями: {extensions}.',
'Only files with these mimeTypes are allowed: {mimeTypes}.' => 'Дозволене завантаження файлів тільки з наступними MIME-типами: {mimeTypes}.',
'Page not found.' => 'Сторінка не знайдена.',
'Please fix the following errors:' => 'Виправте такі помилки:',
'Please upload a file.' => 'Завантажте файл.',
......@@ -53,6 +51,7 @@ return array (
'Unknown command "{command}".' => 'Невідома команда "{command}".',
'Unknown option: --{name}' => 'Невідома опція : --{name}',
'Update' => 'Редагувати',
'View' => 'Перегляд',
'Yes' => 'Так',
'You are not allowed to perform this action.' => 'Вам не дозволено проводити дану дію.',
'You can upload at most {limit, number} {limit, plural, one{file} other{files}}.' => 'Ви не можете завантажувати більше {limit, number} {limit, plural, one{файла} few{файлів} many{файлів} other{файла}}.',
......@@ -78,4 +77,4 @@ return array (
'{attribute} should contain at least {min, number} {min, plural, one{character} other{characters}}.' => 'Значення «{attribute}» повинно містити мінімум {min, number} {min, plural, one{символ} few{символа} many{символів} other{символа}}.',
'{attribute} should contain at most {max, number} {max, plural, one{character} other{characters}}.' => 'Значення «{attribute}» повинно містити максимум {max, number} {max, plural, one{символ} few{символа} many{символів} other{символа}}.',
'{attribute} should contain {length, number} {length, plural, one{character} other{characters}}.' => 'Значення «{attribute}» повинно містити {length, number} {length, plural, one{символ} few{символа} many{символів} other{символа}}.',
);
];
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment