Skip to content

Commit

Permalink
Merge pull request #4749 from rtibbles/translations
Browse files Browse the repository at this point in the history
Update translations
  • Loading branch information
akolson authored Sep 21, 2024
2 parents fbda0cb + ab050d0 commit f50ee52
Show file tree
Hide file tree
Showing 21 changed files with 205 additions and 28,810 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ webpack-stats\.json
storybook-static/

# i18n
/contentcuration/locale/CSV_FILES/*
/contentcuration/locale/**/LC_MESSAGES/*.csv

# pyenv
.python-version
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@
aggregatorToolTip:
'Website or org hosting the content collection but not necessarily the creator or copyright holder',
copyrightHolderLabel: 'Copyright holder',
cannotEditPublic: 'Cannot edit for public channel resources',
cannotEditPublic: 'Not editable for resources from public channels',
editOnlyLocal: 'Edits will be reflected only for local resources',
mixed: 'Mixed',
saveAction: 'Save',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ describe('EditSourceModal', () => {

const wrapper = makeWrapper(['node1', 'node2']);

expect(wrapper.find('.help').text()).toContain('Cannot edit');
expect(wrapper.find('.help').text()).toContain(EditSourceModal.$trs.cannotEditPublic);
});

test('should disable inputs when node has freeze_authoring_data set to true', () => {
Expand All @@ -162,7 +162,7 @@ describe('EditSourceModal', () => {

const wrapper = makeWrapper(['node1']);

expect(wrapper.find('.help').text()).toContain('Cannot edit');
expect(wrapper.find('.help').text()).toContain(EditSourceModal.$trs.cannotEditPublic);
});

test('should not disable inputs when not all nodes are imported', () => {
Expand Down
4,875 changes: 0 additions & 4,875 deletions contentcuration/locale/ar/LC_MESSAGES/contentcuration-messages.csv

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
{
"AboutLicensesModal.close": "إغلاق",
"AboutLicensesModal.learnMoreButton": "التعرّف على المزيد",
"AboutLicensesModal.licenseInfoHeader": "حول التراخيص",
"AccessibilityOptions.altText": "يوجد للعناصر البصرية في هذا المصدر أوصاف يمكن أن تستخدمها برامج قراءة الشاشة المخصصة للمتعلمين المكفوفين",
"AccessibilityOptions.audioDescription": "يحتوي المصدر على مسار سرد صوتي ثانٍ يوفر معلومات إضافية للمستخدمين المكفوفين ومن يعانون ضعف الرؤية",
"AccessibilityOptions.highContrast": "يُعرض نص المصدر والعناصر البصرية بسطوع كبير للمستخدمين الذين يعانون ضعف الرؤية",
Expand Down Expand Up @@ -193,7 +190,6 @@
"CatalogList.resultsText": "{count, plural, zero {نتائج} one {# نتيجة تم العثور عليها} two {# نتيجتان تم العثور عليهما} few {# نتائج تم العثور عليها} many {# نتائج تم العثور عليها}\n =1 {#نتيجة تم العثور عليها}\n other {# نتائج تم العثور عليها}}",
"CatalogList.selectAll": "تحديد الكل",
"CatalogList.selectChannels": "تنزيل ملخص القنوات المحددة",
"CategoryOptions.mixedLabel": "Mixed",
"CategoryOptions.noCategoryFoundText": " لم يتم العثور على الفئة",
"ChangePasswordForm.cancelAction": "إلغاء",
"ChangePasswordForm.changePasswordHeader": "تغيير كلمة المرور",
Expand Down Expand Up @@ -552,6 +548,7 @@
"ConstantStrings.Special Permissions_description": "التراخيص الخاصة هي تراخيص مخصصة للاستخدام عندما لا تنطبق التراخيص الحالية على المحتوى. يكون صاحب هذا الترخيص مسؤولاً عن إنشاء وصف لما يتطلبه هذا الترخيص.",
"ConstantStrings.audio": "الملف الصّوتي",
"ConstantStrings.audio_thumbnail": "صورة مصغّرة",
"ConstantStrings.bloompub": "BloomPub document",
"ConstantStrings.bookmark": "تم التمييز بنجمة",
"ConstantStrings.coach": "المدرّبون",
"ConstantStrings.do_all": "الهدف: 100% من الإجابات الصحيحة",
Expand Down Expand Up @@ -1093,6 +1090,7 @@
"NodePanel.emptyChannelText": "انقر على \"إضافة\" للبدء ببناء قناتك",
"NodePanel.emptyTopicText": "لا يوجد شيء في هذا المجلد بعد",
"NodePanel.emptyViewOnlyChannelText": "لا يوجد شيء في هذه القناة بعد",
"NodePanel.showMore": "عرض المزيد",
"NodeTreeNavigation.noResourcesDefaultText": "لم يتم العثور على أية مصادر",
"OfflineText.offlineIndicatorText": "غير متصل",
"OfflineText.offlineText": "يبدو أنك غير متصل بالانترنت. سيتم حفظ التغييرات الخاصة بك بمجرد عودة الاتصال الخاص بك.",
Expand Down
2 changes: 1 addition & 1 deletion contentcuration/locale/ar/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ msgstr ""
"Project-Id-Version: kolibri-studio\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-30 18:12+0000\n"
"PO-Revision-Date: 2024-09-11 20:07\n"
"PO-Revision-Date: 2024-09-20 20:08\n"
"Last-Translator: \n"
"Language-Team: Arabic\n"
"Language: ar_SA\n"
Expand Down
Loading

0 comments on commit f50ee52

Please sign in to comment.