From 62c22d785c03fd163058148c6fd7662f38ff13b5 Mon Sep 17 00:00:00 2001 From: DevIncomin <56730075+Developer-Incoming@users.noreply.github.com> Date: Thu, 6 Feb 2025 12:00:41 +0300 Subject: [PATCH] Arabic Translation (#3719) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hello and thank you for wanting to contribute to the MagicMirror² project! **Please make sure that you have followed these 4 rules before submitting your Pull Request:** > 1. Base your pull requests against the `develop` branch. > 2. Include these infos in the description: > > - Does the pull request solve a **related** issue? > - If so, can you reference the issue like this `Fixes #`? > - What does the pull request accomplish? Use a list if needed. > - If it includes major visual changes please add screenshots. > > 3. Please run `npm run lint:prettier` before submitting so that > style issues are fixed. > 4. Don't forget to add an entry about your changes to > the CHANGELOG.md file. **Note**: Sometimes the development moves very fast. It is highly recommended that you update your branch of `develop` before creating a pull request to send us your changes. This makes everyone's lives easier (including yours) and helps us out on the development team. Thanks again and have a nice day! --- CHANGELOG.md | 2 ++ translations/ar.json | 48 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 translations/ar.json diff --git a/CHANGELOG.md b/CHANGELOG.md index de08f18f44..5572806419 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,8 @@ planned for 2025-04-01 ### Added +- Added Arabic translation. + ### Changed - [core] starting clientonly now checks for needed env var `WAYLAND_DISPLAY` or `DISPLAY` and starts electron with needed parameters (if both are set wayland is used) (#3677) diff --git a/translations/ar.json b/translations/ar.json new file mode 100644 index 0000000000..968d253283 --- /dev/null +++ b/translations/ar.json @@ -0,0 +1,48 @@ +{ + "LOADING": "جار التحميل …", + + "YESTERDAY": "أمس", + "TODAY": "اليوم", + "TOMORROW": "غدًا", + "RUNNING": "ينتهي خلال", + "EMPTY": "لا توجد أحداث قادمة.", + "WEEK": "الأسبوع {weekNumber}", + + "N": "شمال", + "NNE": "شمال شمال شرقي", + "NE": "شمال شرقي", + "ENE": "شرق شمال شرقي", + "E": "شرق", + "ESE": "شرق جنوب شرقي", + "SE": "جنوب شرقي", + "SSE": "جنوب جنوب شرقي", + "S": "جنوب", + "SSW": "جنوب جنوب غربي", + "SW": "جنوب غربي", + "WSW": "غرب جنوب غربي", + "W": "غرب", + "WNW": "غرب شمال غربي", + "NW": "شمال غربي", + "NNW": "شمال شمال غربي", + + "FEELS": "كأنها {DEGREE}", + "PRECIP_POP": "احتمالية الهطول", + "PRECIP_AMOUNT": "كمية الهطول", + + "MODULE_CONFIG_CHANGED": "تم تغيير خيارات التهيئة لوحدة {MODULE_NAME}.\nيرجى مراجعة الوثائق.", + "MODULE_CONFIG_ERROR": "خطأ في وحدة {MODULE_NAME}. {ERROR}", + "MODULE_ERROR_MALFORMED_URL": "رابط غير صحيح.", + "MODULE_ERROR_NO_CONNECTION": "لا يوجد اتصال بالإنترنت.", + "MODULE_ERROR_UNAUTHORIZED": "فشل التصريح.", + "MODULE_ERROR_UNSPECIFIED": "تحقق من السجلات لمزيد من التفاصيل.", + + "NEWSFEED_NO_ITEMS": "لا توجد أخبار في الوقت الحالي.", + + "UPDATE_NOTIFICATION": "تحديث MagicMirror² متاح.", + "UPDATE_NOTIFICATION_MODULE": "تحديث متاح لوحدة {MODULE_NAME}.", + "UPDATE_INFO_SINGLE": "التثبيت الحالي متخلف عن تحديث واحد على فرع {BRANCH_NAME}.", + "UPDATE_INFO_MULTIPLE": "التثبيت الحالي متخلف عن {COMMIT_COUNT} تحديثات على فرع {BRANCH_NAME}.", + "UPDATE_NOTIFICATION_DONE": "تم التحديث لوحدة {MODULE_NAME}", + "UPDATE_NOTIFICATION_ERROR": "حدث خطأ أثناء تحديث وحدة {MODULE_NAME}", + "UPDATE_NOTIFICATION_NEED-RESTART": "يتطلب إعادة تشغيل MagicMirror." +}