X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/a543e731c0433b2aa0f0f1583f7c70182a084fd5..727068eea512a346f230fc23169ea485a2137a7e:/vendor/rails-locales/ar.yml?ds=sidebyside diff --git a/vendor/rails-locales/ar.yml b/vendor/rails-locales/ar.yml index 2fdd02662..17652ab66 100644 --- a/vendor/rails-locales/ar.yml +++ b/vendor/rails-locales/ar.yml @@ -10,11 +10,51 @@ short: "%e %b" long: "%B %e, %Y" - day_names: [الأحد, الإثنين, الثلاثاء, الأربعاء, الخميس, الجمعة, السبت] - abbr_day_names: [الأحد, الإثنين, الثلاثاء, الأربعاء, الخميس, الجمعة, السبت] - - month_names: [~, يناير, فبراير, مارس, ابريل, مايو, يونيو, يوليو, اغسطس, سبتمبر, اكتوبر, نوفمبر, ديسمبر] - abbr_month_names: [~, يناير, فبراير, مارس, ابريل, مايو, يونيو, يوليو, اغسطس, سبتمبر, اكتوبر, نوفمبر, ديسمبر] + day_names: + - الأحد + - الإثنين + - الثلاثاء + - الأربعاء + - الخميس + - الجمعة + - السبت + abbr_day_names: + - الأحد + - الإثنين + - الثلاثاء + - الأربعاء + - الخميس + - الجمعة + - السبت + + month_names: + - ~ + - يناير + - فبراير + - مارس + - ابريل + - مايو + - يونيو + - يوليو + - اغسطس + - سبتمبر + - اكتوبر + - نوفمبر + - ديسمبر + abbr_month_names: + - ~ + - يناير + - فبراير + - مارس + - ابريل + - مايو + - يونيو + - يوليو + - اغسطس + - سبتمبر + - اكتوبر + - نوفمبر + - ديسمبر order: - :day - :month @@ -25,17 +65,14 @@ default: "%a %b %d %H:%M:%S %Z %Y" short: "%d %b %H:%M" long: "%B %d, %Y %H:%M" - only_second: "%S" am: 'صباحا' pm: 'مساءا' support: array: - sentence_connector: "و" words_connector: ", " two_words_connector: " و " last_word_connector: ", و " - skip_last_comma: false select: prompt: "الرجاء اختيار" @@ -168,19 +205,20 @@ less_than_or_equal_to: "يجب أن يكون أصغر من أو يساوي %{count}" odd: "يجب أن يكون فردي" even: "يجب أن يكون زوجي" + taken: "غير متوفر (مستخدم)" + record_invalid: "%{errors} فشل التحقق من صحة" + template: &errors_template + header: + one: "ليس بالامكان حفظ %{model}: خطأ واحد." + other: "ليس بالامكان حفظ %{model}: %{count} أخطاء." + body: "يرجى التحقق من الحقول التالية:" activerecord: errors: - template: - header: - one: "ليس بالامكان حفظ %{model}: خطأ واحد." - other: "ليس بالامكان حفظ %{model}: %{count} أخطاء." - body: "يرجى التحقق من الحقول التالية:" - messages: - taken: "غير متوفر (مستخدم)" - record_invalid: "%{errors} فشل التحقق من صحة" <<: *errors_messages + template: + <<: *errors_template full_messages: format: "%{attribute} %{message}"