Skip to content

Commit

Permalink
Add arabic translation
Browse files Browse the repository at this point in the history
New translations en.json (Norwegian)

New translations en.json (Chinese Traditional)

New translations en.json (Ukrainian)

New translations en.json (Swedish)

New translations en.json (Slovenian)

New translations en.json (Slovak)

New translations en.json (Russian)

New translations en.json (Polish)

New translations en.json (Dutch)

New translations en.json (French)

New translations en.json (Korean)

New translations en.json (Japanese)

New translations en.json (Italian)

New translations en.json (Finnish)

New translations en.json (Greek)

New translations en.json (German)

New translations en.json (Danish)

New translations en.json (Czech)

New translations en.json (Catalan)

New translations en.json (Bulgarian)

New translations en.json (Arabic)

New translations en.json (Spanish)

New translations en.json (Spanish, Argentina)

New translations en.json (Spanish)

New translations en.json (Spanish, Argentina)

New translations en.json (Spanish)

New translations en.json (Arabic)

delete unwanted files

fixing conflict

update CHANGELOG.md
  • Loading branch information
daniserejo authored and sheilagomes committed Jul 15, 2022
1 parent 4c0cb04 commit 2a3d840
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Added
- Arabic translation.

## [0.7.1] - 2021-08-10
### Fixed
- the value of date-time input field to UTC.
Expand Down
27 changes: 27 additions & 0 deletions messages/ar.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"store/form.error.required": "هذا الحقل مطلوب",
"store/form.error.maxLength": "هذا الحقل له حد أقصى من الطول هو: {value}",
"store/form.error.minLength": "هذا الحقل له حد أدنى من الطول هو: {value}",
"store/form.error.maxValue": "القيمة القصوى المقبولة من هذا الحقل هي {value}",
"store/form.error.minValue": "القيمة الدنيا المقبولة من هذا الحقل هي {value}",
"store/form.error.notFloat": "يجب أن يكون رقماً",
"store/form.error.notInteger": "يجب أن يكون عدد صحيح",
"store/form.error.pattern": "هذا النص لا يتطابق مع النمط المتوقع",
"store/form.error.notInEnum": "يجب أن تكون واحدة من القيم التالية: {values}",
"store/form.error.multipleOf": "يجب أن يكون من مضاعفات {value}",
"store/form.error.undefinedError": "قيمة غير صالحة.",
"store/form.submit.buttonLabel": "إرسال",
"store/form.submit.error.userInputError": "تم العثور على بعض الأخطاء في البيانات المقدمة، يرجى مراجعة الحقول المشار إليها حاول مرة أخرى!",
"store/form.submit.error.serverError": "خطأ داخلي في الخادم! الرجاء المحاولة مرة أخرى لاحقاً!",
"store/form.schema.loading": "تحميل الاستمارة...",
"store/form.schema.error": "خطأ في تحميل الاستمارة، حاول مرة أخرى لاحقاً!",
"store/form.operating.agreement": "اتفاقية التشغيل",
"store/form.add-button": "إضافة",
"store/form.add-document.title": "رفع مستند",
"store/form.add-document.label": "رابط المستند",
"store/form.add-document.placeholder": "الرابط",
"store/form.document-uploader.error.file-size": "يتجاوز حجم الملف الحد الأقصى البالغ 4 ميغابايت. يُرجى اختيار واحد أصغر.",
"store/form.document-uploader.error.generic": "حدث خطأ ما. يرجى المحاولة مرة أخرى.",
"store/form.upload-button": "رفع مستند",
"store/form.upload-document-label": "اختر مستندًا لرفعه"
}
2 changes: 1 addition & 1 deletion messages/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
"store/form.document-uploader.error.generic": "Se produjo un error. Vuelva a intentarlo.",
"store/form.upload-button": "Subir el documento",
"store/form.upload-document-label": "Elija un documento para cargar"
}
}

0 comments on commit 2a3d840

Please sign in to comment.