Skip to content

Commit

Permalink
Add ar_MA locale
Browse files Browse the repository at this point in the history
  • Loading branch information
gammasoft71 committed Dec 10, 2023
1 parent b0ed226 commit 8b0e510
Show file tree
Hide file tree
Showing 38 changed files with 1,456 additions and 0 deletions.
87 changes: 87 additions & 0 deletions locale/ar_MA/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
# ar

Contains Arabic locale translation files.

## Files

[about_dialog.strings](about_dialog.strings)

[application.strings](application.strings)

[assert_dialog.strings](assert_dialog.strings)

[boolean_switch.strings](boolean_switch.strings)

[busy_box.strings](busy_box.strings)

[checked_list_box.strings](checked_list_box.strings)

[choice.strings](choice.strings)

[color.strings](color.strings)

[combo_box.strings](combo_box.strings)

[control.strings](control.strings)

[countries.strings](countries.strings)

[css_reader.strings](css_reader.strings)

[date_time.strings](date_time.strings)

[domain_up_down.strings](domain_up_down.strings)

[enumeration.strings](enumeration.strings)

[environment.strings](environment.strings)

[exception_dialog.strings](exception_dialog.strings)

[exceptions.strings](exceptions.strings)

[font.strings](font.strings)

[font_family.strings](font_family.strings)

[form.strings](form.strings)

[graphics.strings](graphics.strings)

[guid.strings](guid.strings)

[image_list.strings](image_list.strings)

[lcd_label.strings](lcd_label.strings)

[list_box.strings](list_box.strings)

[menu.strings](menu.strings)

[message_box.strings](message_box.strings)

[paint_event_args.strings](paint_event_args.strings)

[pen.strings](pen.strings)

[process.strings](process.strings)

[splitter.strings](splitter.strings)

[strings.strings](strings.strings)

[text_box_base.strings](text_box_base.strings)

[texts.strings](texts.strings)

[theme_colors.strings](theme_colors.strings)

[version.strings](version.strings)

## Translators

* Initial translation by [Bader](https://github.com/BaderEddineOuaich).

## Remarks

See [Internationalization](https://gammasoft71.github.io/xtd/docs/documentation/Guides/xtd.core/internationalization) guide and [translator](https://gammasoft71.github.io/xtd/reference_guides/latest/classxtd_1_1translator.html) class for more information about xtd translation.
8 changes: 8 additions & 0 deletions locale/ar_MA/about_dialog.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
key "About"
value "حول"

key "Credits"
value "التقديرات"

key "License"
value "الترخيص"
17 changes: 17 additions & 0 deletions locale/ar_MA/application.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
key "Call application::enable_dark_mode() before application::run()"
value "application::run() قبل application::enable_dark_mode() استدعِ"

key "Call application::enable_button_images() before application::run()"
value "application::run() قبل application::enable_button_images() استدعِ"

key "Call application::enable_light_mode() before application::run()"
value "application::run() قبل application::enable_light_mode() استدعِ"

key "Call application::enable_menu_images() before application::run()"
value "application::run() قبل application::enable_menu_images() استدعِ"

key "Call application::enable_visual_styles() before application::run()"
value "application::run() قبل application::enable_visual_styles() استدعِ"

key "Application already running"
value "التطبيق قيد التشغيل"
2 changes: 2 additions & 0 deletions locale/ar_MA/assert_dialog.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
key "Assertion Failed: Abort=Quit, Retry=Debug, Ignore=Continue"
value "فشل التأكيد: إلغاء=إنهاء، إعادة المحاولة=تصحيح، تجاهل=المتابعة"
2 changes: 2 additions & 0 deletions locale/ar_MA/boolean_switch.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
key "Input xtd::ustring was not in a correct format."
value "لم تكن بتنسيق صحيح xtd::ustring قيمة الإدخال"
2 changes: 2 additions & 0 deletions locale/ar_MA/busy_box.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
key "Please wait..."
value "...يرجى الانتظار"
2 changes: 2 additions & 0 deletions locale/ar_MA/checked_list_box.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
key "Selected index greater than items size"
value "المحدد أكبر من عدد العناصر index"
2 changes: 2 additions & 0 deletions locale/ar_MA/choice.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
key "Selected index greater than items size"
value "المحدد أكبر من عدد العناصر index"
2 changes: 2 additions & 0 deletions locale/ar_MA/color.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
key "know_color invalid"
value "غير صالح know_color"
2 changes: 2 additions & 0 deletions locale/ar_MA/combo_box.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
key "Selected index greater than items size"
value "المحدد أكبر من عدد العناصر index"
2 changes: 2 additions & 0 deletions locale/ar_MA/control.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
key "control must have a parent"
value "يجب أن يكون لكائن التحكم أصل"
Loading

0 comments on commit 8b0e510

Please sign in to comment.