-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enh: Updated Translations (translate.humhub.org)
- Loading branch information
HumHub Translations
committed
Jun 18, 2024
1 parent
a091780
commit 6785ec9
Showing
13 changed files
with
83 additions
and
139 deletions.
There are no files selected for viewing
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,6 +1,5 @@ | ||
<?php | ||
|
||
return [ | ||
'Polls' => '', | ||
'Whenever someone participates in a poll.' => '', | ||
]; | ||
return array ( | ||
'Polls' => 'الاستطلاعات', | ||
'Whenever someone participates in a poll.' => 'عندما يشارك شخص ما في استطلاع رأي.', | ||
); |
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,13 +1,12 @@ | ||
<?php | ||
|
||
return [ | ||
'Cancel' => 'إلغاء', | ||
'Save' => 'حفظ', | ||
'Allows the user to create polls' => '', | ||
'Allows to start polls.' => '', | ||
'Answers' => '', | ||
'At least one answer is required' => '', | ||
'Create poll' => '', | ||
'Polls' => '', | ||
'{n,plural,=1{# {htmlTagBegin}vote{htmlTagEnd}}other{# {htmlTagBegin}votes{htmlTagEnd}}}' => '', | ||
]; | ||
return array ( | ||
'Allows the user to create polls' => 'السماح للمستخدم بإنشاء استطلاعات الرأي', | ||
'Allows to start polls.' => 'السماح ببدء الاستطلاعات.', | ||
'Answers' => 'الإجابات', | ||
'At least one answer is required' => 'مطلوب إجابة واحدة على الأقل', | ||
'Cancel' => 'إلغاء', | ||
'Create poll' => 'إنشاء استطلاع', | ||
'Polls' => 'الاستطلاعات', | ||
'Save' => 'حفظ', | ||
'{n,plural,=1{# {htmlTagBegin}vote{htmlTagEnd}}other{# {htmlTagBegin}votes{htmlTagEnd}}}' => '{n,plural,=1{# {htmlTagBegin}صوت{htmlTagEnd}}other{# {htmlTagBegin}أصوات{htmlTagEnd}}}', | ||
); |
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,10 +1,10 @@ | ||
<?php | ||
return array ( | ||
'Access denied!' => 'ممنوع المرور!', | ||
'Anonymous poll!' => '', | ||
'Could not load poll!' => '', | ||
'Invalid answer!' => '', | ||
'Users voted for: <strong>{answer}</strong>' => '', | ||
'Voting for multiple answers is disabled!' => '', | ||
'You have insufficient permissions to perform that operation!' => '', | ||
'Access denied!' => 'تم منع الوصول!', | ||
'Anonymous poll!' => 'استطلاع كمجهول!', | ||
'Could not load poll!' => 'فشل تحميل الاستطلاع!', | ||
'Invalid answer!' => 'إجابة غير صالحة!', | ||
'Users voted for: <strong>{answer}</strong>' => 'صوّت المستخدمون لـ: <strong>{answer}</strong>', | ||
'Voting for multiple answers is disabled!' => 'تم تعطيل التصويت لإجابات متعددة!', | ||
'You have insufficient permissions to perform that operation!' => 'ليس لديك الأذونات الكافية لتنفيذ هذه العملية!', | ||
); |
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,11 +1,10 @@ | ||
<?php | ||
|
||
return [ | ||
'Again? ;Weary;' => '', | ||
'Club A Steakhouse' => '', | ||
'Location of the next meeting' => '', | ||
'Pisillo Italian Panini' => '', | ||
'Right now, we are in the planning stages for our next meetup and we would like to know from you, where you would like to go?' => '', | ||
'To Daniel' => '', | ||
'Why don\'t we go to Bemelmans Bar?' => '', | ||
]; | ||
return array ( | ||
'Again? ;Weary;' => 'مرة أخرى؟ ؛المرهق؛', | ||
'Club A Steakhouse' => 'نادي ستيك هاوس', | ||
'Location of the next meeting' => 'مكان اللقاء القادم', | ||
'Pisillo Italian Panini' => 'بانيني إيطالي صغير', | ||
'Right now, we are in the planning stages for our next meetup and we would like to know from you, where you would like to go?' => 'نحن الآن في مراحل التخطيط للقائنا القادم ونود أن نعرف منك، إلى أين تريد أن تذهب؟', | ||
'To Daniel' => 'إلى دانيال', | ||
'Why don\'t we go to Bemelmans Bar?' => 'لماذا لا نذهب إلى Bemelmans?', | ||
); |
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,10 +1,9 @@ | ||
<?php | ||
|
||
return [ | ||
'Description' => 'توضيج', | ||
'Answers' => '', | ||
'Multiple answers per user' => '', | ||
'Please specify at least {min} answers!' => '', | ||
'Poll' => '', | ||
'Question' => '', | ||
]; | ||
return array ( | ||
'Answers' => 'الإجابات', | ||
'Description' => 'الوصف', | ||
'Multiple answers per user' => 'إجابات متعددة لكل مستخدم', | ||
'Please specify at least {min} answers!' => 'يرجى تحديد {min} من الإجابات على الأقل!', | ||
'Poll' => 'استطلاع', | ||
'Question' => 'سؤال', | ||
); |
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,21 +1,4 @@ | ||
<?php | ||
/** | ||
* Message translations. | ||
* | ||
* This file is automatically generated by 'yii message' command. | ||
* It contains the localizable messages extracted from source code. | ||
* You may modify this file by translating the extracted messages. | ||
* | ||
* Each array element represents the translation (value) of a message (key). | ||
* If the value is empty, the message is considered as not translated. | ||
* Messages that no longer need translation will have their translations | ||
* enclosed between a pair of '@@' marks. | ||
* | ||
* Message string can be used with plural forms format. Check i18n section | ||
* of the guide for details. | ||
* | ||
* NOTE: this file must be saved in UTF-8 encoding. | ||
*/ | ||
return [ | ||
'{userName} answered the {question}.' => '', | ||
]; | ||
return array ( | ||
'{userName} answered the {question}.' => 'أجاب {userName} على {question}.', | ||
); |
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,4 +1,4 @@ | ||
<?php | ||
return array ( | ||
'{userName} created a new {question}.' => '', | ||
'{userName} created a new {question}.' => 'قام {userName} بإنشاء {question}جديد.', | ||
); |
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,4 +1,4 @@ | ||
<?php | ||
return array ( | ||
'{userName} created a new poll and assigned you.' => '', | ||
'{userName} created a new poll and assigned you.' => 'أنشأ {userName} استطلاعًا جديدًا وقام بتعيينه لك.', | ||
); |
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,4 +1,4 @@ | ||
<?php | ||
return array ( | ||
'Ask' => '', | ||
'Ask' => 'اسأل', | ||
); |
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,12 @@ | ||
<?php | ||
/** | ||
* Message translations. | ||
* | ||
* This file is automatically generated by 'yii message/extract-module' command. | ||
* It contains the localizable messages extracted from source code. | ||
* You may modify this file by translating the extracted messages. | ||
* | ||
* Each array element represents the translation (value) of a message (key). | ||
* If the value is empty, the message is considered as not translated. | ||
* Messages that no longer need translation will have their translations | ||
* enclosed between a pair of '@@' marks. | ||
* | ||
* Message string can be used with plural forms format. Check i18n section | ||
* of the guide for details. | ||
* | ||
* NOTE: this file must be saved in UTF-8 encoding. | ||
*/ | ||
return [ | ||
'<strong>Note:</strong> The result is hidden until the poll is closed by a moderator.' => '', | ||
'Anonymous' => '', | ||
'Closed' => '', | ||
'Complete Poll' => '', | ||
'Reopen Poll' => '', | ||
'Reset my vote' => '', | ||
'Vote' => '', | ||
'and {count} more vote for this.' => '', | ||
'votes' => '', | ||
]; | ||
return array ( | ||
'<strong>Note:</strong> The result is hidden until the poll is closed by a moderator.' => '<strong>ملاحظة:</strong> يتم إخفاء النتيجة حتى يتم إغلاق الاستطلاع بواسطة المشرف.', | ||
'Anonymous' => 'مجهول', | ||
'Closed' => 'مغلق', | ||
'Complete Poll' => 'إكمال الاستطلاع', | ||
'Reopen Poll' => 'إعادة فتح الاستطلاع', | ||
'Reset my vote' => 'إعادة تعيين تصويتي', | ||
'Vote' => 'التصويت', | ||
'and {count} more vote for this.' => 'و{count} المزيد من الأصوات لهذا.', | ||
'votes' => 'أصوات', | ||
); |
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,11 +1,11 @@ | ||
<?php | ||
return array ( | ||
'Add answer...' => '', | ||
'Anonymous Votes?' => '', | ||
'Description' => 'توضيج', | ||
'Display answers in random order?' => '', | ||
'Edit answer (empty answers will be removed)...' => '', | ||
'Edit your poll question...' => '', | ||
'Hide results until poll is closed?' => '', | ||
'Question' => '', | ||
'Add answer...' => 'إضافة إجابة', | ||
'Anonymous Votes?' => 'أصوات مجهولة؟', | ||
'Description' => 'الوصف', | ||
'Display answers in random order?' => 'عرض الإجابات بترتيب عشوائي؟', | ||
'Edit answer (empty answers will be removed)...' => 'تحرير الإجابة (الإجابة الفارغة سيتم حذفها)...', | ||
'Edit your poll question...' => 'تحرير سؤال استطلاعك', | ||
'Hide results until poll is closed?' => 'إخفاء النتائج حتى يغلق التصويت؟', | ||
'Question' => 'السؤال', | ||
); |
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,26 +1,9 @@ | ||
<?php | ||
/** | ||
* Message translations. | ||
* | ||
* This file is automatically generated by 'yii message' command. | ||
* It contains the localizable messages extracted from source code. | ||
* You may modify this file by translating the extracted messages. | ||
* | ||
* Each array element represents the translation (value) of a message (key). | ||
* If the value is empty, the message is considered as not translated. | ||
* Messages that no longer need translation will have their translations | ||
* enclosed between a pair of '@@' marks. | ||
* | ||
* Message string can be used with plural forms format. Check i18n section | ||
* of the guide for details. | ||
* | ||
* NOTE: this file must be saved in UTF-8 encoding. | ||
*/ | ||
return [ | ||
'<b>There are no polls yet!</b>' => '', | ||
'<b>There are no polls yet!</b><br>Be the first and create one...' => '', | ||
'Asked by me' => '', | ||
'No answered yet' => '', | ||
'Only private polls' => '', | ||
'Only public polls' => '', | ||
]; | ||
return array ( | ||
'<b>There are no polls yet!</b>' => '<b>لا توجد استطلاعات رأي حتى الآن!</b>', | ||
'<b>There are no polls yet!</b><br>Be the first and create one...' => '<b>لا توجد استطلاعات رأي حتى الآن!</b><br>كن الأول وأنشئ واحداً...', | ||
'Asked by me' => 'طرح من قبلي', | ||
'No answered yet' => 'لم تتم الإجابة بعد', | ||
'Only private polls' => 'استطلاعات الرأي الخاصة فقط', | ||
'Only public polls' => 'استطلاعات الرأي العامة فقط', | ||
); |
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,13 +1,12 @@ | ||
<?php | ||
|
||
return [ | ||
'Allows to start polls.' => 'Разрешить создавать опросы', | ||
'Answers' => 'Ответы', | ||
'At least one answer is required' => 'Требуется хотя бы один ответ', | ||
'Cancel' => 'Отменить', | ||
'Polls' => 'Опросы', | ||
'Save' => 'Сохранить', | ||
'Allows the user to create polls' => '', | ||
'Create poll' => '', | ||
'{n,plural,=1{# {htmlTagBegin}vote{htmlTagEnd}}other{# {htmlTagBegin}votes{htmlTagEnd}}}' => '', | ||
]; | ||
return array ( | ||
'Allows the user to create polls' => 'Позволяет пользователю создавать опросы', | ||
'Allows to start polls.' => 'Разрешить создавать опросы', | ||
'Answers' => 'Ответы', | ||
'At least one answer is required' => 'Требуется хотя бы один ответ', | ||
'Cancel' => 'Отменить', | ||
'Create poll' => 'Создать опрос', | ||
'Polls' => 'Опросы', | ||
'Save' => 'Сохранить', | ||
'{n,plural,=1{# {htmlTagBegin}vote{htmlTagEnd}}other{# {htmlTagBegin}votes{htmlTagEnd}}}' => '', | ||
); |