Skip to content

Commit

Permalink
fix: invalid ar values
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Bassett <craig.bassett@gmail.com>
  • Loading branch information
cadriel committed Jul 8, 2021
1 parent 88caeae commit cbb2426
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/locales/ar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ app:
reset_file: اعادة تعيين الملف
reset_layout: اعادة تعيين التخطيط
restart_firmware: اعادة تشغيل برنامج الطابعة
restart_service: %{service} اعادة تشغيل
restart_service: '%{service} اعادة تشغيل'
restart_service_klipper: Klipper اعادة تشغيل
restart_service_moonraker: Moonraker اعادة تشغيل
resume: متابعة
Expand Down Expand Up @@ -239,8 +239,8 @@ app:
arrayofnums: ارقام فقط
exists: موجود مسبقا
invalid_url: الرابط غير صحيح
max: %{max} اعلى
min: %{min} اقل
max: '%{max} اعلى'
min: '%{min} اقل'
min_or_0: Min %{min} or 0
password_username: Cannot match username
required: مطلوب
Expand Down

0 comments on commit cbb2426

Please sign in to comment.