Skip to content

Commit

Permalink
Arabic Translation (#3719)
Browse files Browse the repository at this point in the history
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
#<issue_number>`?
> - 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!
  • Loading branch information
Developer-Incoming authored Feb 6, 2025
1 parent aa20ead commit 62c22d7
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
48 changes: 48 additions & 0 deletions translations/ar.json
Original file line number Diff line number Diff line change
@@ -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."
}

0 comments on commit 62c22d7

Please sign in to comment.