From 6bae16f7e9b78eb17b99105de7a8528ae737505a Mon Sep 17 00:00:00 2001 From: Khalid Date: Tue, 24 Jul 2018 18:11:55 +0300 Subject: [PATCH] fully translated "common" and partially translated "entities" --- resources/lang/ar/common.php | 2 +- resources/lang/ar/entities.php | 104 ++++++++++++++++----------------- 2 files changed, 53 insertions(+), 53 deletions(-) diff --git a/resources/lang/ar/common.php b/resources/lang/ar/common.php index 5c873f808..3376cc61c 100644 --- a/resources/lang/ar/common.php +++ b/resources/lang/ar/common.php @@ -35,7 +35,7 @@ return [ 'reply' => 'رد', 'delete' => 'حذف', 'search' => 'بحث', - 'search_clear' => 'تصفية البحث', + 'search_clear' => 'مسح البحث', 'reset' => 'إعادة تعيين', 'remove' => 'إزالة', 'add' => 'إضافة', diff --git a/resources/lang/ar/entities.php b/resources/lang/ar/entities.php index e4c2a7ee9..ef50eb065 100644 --- a/resources/lang/ar/entities.php +++ b/resources/lang/ar/entities.php @@ -49,67 +49,67 @@ return [ 'search_for_term' => 'ابحث عن :term', 'search_more' => 'المزيد من النتائج', 'search_filters' => 'تصفية البحث', - 'search_content_type' => 'Content Type', - 'search_exact_matches' => 'Exact Matches', - 'search_tags' => 'Tag Searches', - 'search_viewed_by_me' => 'Viewed by me', - 'search_not_viewed_by_me' => 'Not viewed by me', - 'search_permissions_set' => 'Permissions set', - 'search_created_by_me' => 'Created by me', - 'search_updated_by_me' => 'Updated by me', - 'search_updated_before' => 'Updated before', - 'search_updated_after' => 'Updated after', - 'search_created_before' => 'Created before', - 'search_created_after' => 'Created after', - 'search_set_date' => 'Set Date', - 'search_update' => 'Update Search', + 'search_content_type' => 'نوع المحتوى', + 'search_exact_matches' => 'نتائج مطابقة تماماً', + 'search_tags' => 'بحث الوسوم', + 'search_viewed_by_me' => 'تم استعراضها من قبلي', + 'search_not_viewed_by_me' => 'لم يتم استعراضها من قبلي', + 'search_permissions_set' => 'حزمة الأذونات', + 'search_created_by_me' => 'أنشئت بواسطتي', + 'search_updated_by_me' => 'حُدثت بواسطتي', + 'search_updated_before' => 'حدثت قبل', + 'search_updated_after' => 'حدثت بعد', + 'search_created_before' => 'أنشئت قبل', + 'search_created_after' => 'أنشئت بعد', + 'search_set_date' => 'تحديد التاريخ', + 'search_update' => 'تحديث البحث', /** * Books */ - 'book' => 'Book', - 'books' => 'Books', - 'x_books' => ':count Book|:count Books', - 'books_empty' => 'No books have been created', - 'books_popular' => 'Popular Books', - 'books_recent' => 'Recent Books', - 'books_new' => 'New Books', - 'books_popular_empty' => 'The most popular books will appear here.', - 'books_new_empty' => 'The most recently created books will appear here.', - 'books_create' => 'Create New Book', - 'books_delete' => 'Delete Book', - 'books_delete_named' => 'Delete Book :bookName', - 'books_delete_explain' => 'This will delete the book with the name \':bookName\'. All pages and chapters will be removed.', - 'books_delete_confirmation' => 'Are you sure you want to delete this book?', - 'books_edit' => 'Edit Book', - 'books_edit_named' => 'Edit Book :bookName', - 'books_form_book_name' => 'Book Name', - 'books_save' => 'Save Book', - 'books_permissions' => 'Book Permissions', - 'books_permissions_updated' => 'Book Permissions Updated', - 'books_empty_contents' => 'No pages or chapters have been created for this book.', - 'books_empty_create_page' => 'Create a new page', - 'books_empty_or' => 'or', - 'books_empty_sort_current_book' => 'Sort the current book', - 'books_empty_add_chapter' => 'Add a chapter', - 'books_permissions_active' => 'Book Permissions Active', - 'books_search_this' => 'Search this book', + 'book' => 'كتاب', + 'books' => 'كتب', + 'x_books' => ':count كتاب|:count كتب', + 'books_empty' => 'لم يتم إنشاء أي كتب', + 'books_popular' => 'كتب رائجة', + 'books_recent' => 'كتب حديثة', + 'books_new' => 'كتب جديدة', + 'books_popular_empty' => 'الكتب الأكثر رواجاً ستظهر هنا.', + 'books_new_empty' => 'الكتب المنشأة مؤخراً ستظهر هنا.', + 'books_create' => 'إنشاء كتاب جديد', + 'books_delete' => 'حذف كتاب', + 'books_delete_named' => 'حذف كتاب :bookName', + 'books_delete_explain' => 'سيتم حذف كتاب \':bookName\'. ستتم إزالة جميع الفصول والصفحات.', + 'books_delete_confirmation' => 'تأكيد حذف الكتاب؟', + 'books_edit' => 'تعديل الكتاب', + 'books_edit_named' => 'تعديل كتاب :bookName', + 'books_form_book_name' => 'اسم الكتاب', + 'books_save' => 'حفظ الكتاب', + 'books_permissions' => 'أذونات الكتاب', + 'books_permissions_updated' => 'تم تحديث أذونات الكتاب', + 'books_empty_contents' => 'لم يتم إنشاء أي صفحات أو فصول لهذا الكتاب.', + 'books_empty_create_page' => 'إنشاء صفحة جديدة', + 'books_empty_or' => 'أو', + 'books_empty_sort_current_book' => 'فرز الكتاب الحالي', + 'books_empty_add_chapter' => 'إضافة فصل', + 'books_permissions_active' => 'أذونات الكتاب مفعلة', + 'books_search_this' => 'البحث داخل هذا الكتاب', 'books_navigation' => 'Book Navigation', - 'books_sort' => 'Sort Book Contents', - 'books_sort_named' => 'Sort Book :bookName', - 'books_sort_show_other' => 'Show Other Books', - 'books_sort_save' => 'Save New Order', + 'books_sort' => 'فرز محتويات الكتاب', + 'books_sort_named' => 'فرز كتاب :bookName', + 'books_sort_show_other' => 'عرض كتب أخرى', + 'books_sort_save' => 'حفظ الترتيب الجديد', /** * Chapters */ - 'chapter' => 'Chapter', - 'chapters' => 'Chapters', - 'x_chapters' => ':count Chapter|:count Chapters', - 'chapters_popular' => 'Popular Chapters', - 'chapters_new' => 'New Chapter', - 'chapters_create' => 'Create New Chapter', - 'chapters_delete' => 'Delete Chapter', + 'chapter' => 'فصل', + 'chapters' => 'فصول', + 'x_chapters' => ':count فصل|:count فصول', + 'chapters_popular' => 'فصول رائجة', + 'chapters_new' => 'فصل جديد', + 'chapters_create' => 'إنشاء فصل جديد', + 'chapters_delete' => 'حذف الفصل', 'chapters_delete_named' => 'Delete Chapter :chapterName', 'chapters_delete_explain' => 'This will delete the chapter with the name \':chapterName\'. All pages will be removed and added directly to the parent book.', 'chapters_delete_confirm' => 'Are you sure you want to delete this chapter?',