-
Notifications
You must be signed in to change notification settings - Fork 188
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b26fb20
commit 5561b60
Showing
27 changed files
with
323 additions
and
308 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
{ | ||
"Search.Config.IndexContent.Label": { | ||
"other": "Index Contents" | ||
"other": "محتويات الفهرس" | ||
}, | ||
"Search.Config.IndexContent.Description": { | ||
"other": "If set to true, indexer will look for the ContentRef metadata, read contents from this reference and index it for search." | ||
"other": "إذا تم تفعيل الخيار، سوف يبحث المفهرس عن بيانات التعريف لـ ContentRef ، قراءة المحتويات من هذا المرجع وفهرستها للبحث." | ||
}, | ||
"Search.Config.BasenameAnalyze.Label": { | ||
"other": "File Name Analyzer" | ||
"other": "محلل اسم الملف" | ||
}, | ||
"Search.Config.BasenameAnalyze.Description": { | ||
"other": "Analyzer used on file names" | ||
"other": "المحلل المستخدم في أسماء الملفات" | ||
}, | ||
"Search.Config.ContentAnalyzer.Label": { | ||
"other": "Contents Analyzer" | ||
"other": "محلل المحتويات" | ||
}, | ||
"Search.Config.ContentAnalyzer.Description": { | ||
"other": "Analyzer used on contents" | ||
"other": "المحلل المستخدم في المحتويات" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"Authentication actions": { | ||
"other": "Authentication actions" | ||
"other": "إجراءات المصادقة" | ||
}, | ||
"Authentication-related actions": { | ||
"other": "Authentication-related actions" | ||
"other": "الإجراءات المتعلقة بالمصادقة" | ||
} | ||
} |
18 changes: 9 additions & 9 deletions
18
frontend/front-srv/assets/authfront.session_login/i18n/conf/ar.all.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
{ | ||
"Display a standard user/password login screen": { | ||
"other": "Display a standard user/password login screen" | ||
"other": "عرض شاشة تسجيل الدخول القياسية للمستخدم/كلمة المرور" | ||
}, | ||
"Enable/disable automatically based on the protocol used": { | ||
"other": "Enable/disable automatically based on the protocol used" | ||
"other": "تمكين/تعطيل تلقائياً استناداً إلى البروتوكول المستخدم" | ||
}, | ||
"Order": { | ||
"other": "Order" | ||
"other": "الترتيب" | ||
}, | ||
"Order this plugin with other auth frontends": { | ||
"other": "Order this plugin with other auth frontends" | ||
"other": "ترتيب هذه الإضافة مع واجهات المصادقة الأخرى" | ||
}, | ||
"Protocol Type": { | ||
"other": "Protocol Type" | ||
"other": "نوع البروتوكول" | ||
}, | ||
"REST Only": { | ||
"other": "REST Only" | ||
"other": "REST فقط" | ||
}, | ||
"Session-based or Rest": { | ||
"other": "Session-based or Rest" | ||
"other": "اعتماداً على الجلسة او Rest" | ||
}, | ||
"Sessions Only": { | ||
"other": "Sessions Only" | ||
"other": "الجلسات فقط" | ||
}, | ||
"Standard login screen": { | ||
"other": "Standard login screen" | ||
"other": "شاشة تسجيل الدخول القياسية" | ||
} | ||
} |
Oops, something went wrong.