diff --git a/config/locales/ar.yml b/config/locales/ar.yml index 7acf7687e6..93b77029d6 100644 --- a/config/locales/ar.yml +++ b/config/locales/ar.yml @@ -1103,6 +1103,8 @@ ar: destroy_attachment_does_not_exist: "الشعار غير موجود" enterprise_promo_image: destroy_attachment_does_not_exist: "الصورة الترويجية غير موجودة" + orders: + failed_to_update: "فشل في تحديث الطلب" checkout: already_ordered: cart: "سلة التسوق" @@ -2908,6 +2910,7 @@ ar: capture: "إلتقاط" ship: "الشحن" edit: "تعديل" + order_not_updated: "لا يمكن تحديث الطلب" note: "ملحوظة" first: "أول" last: "الاخير" diff --git a/config/locales/en_GB.yml b/config/locales/en_GB.yml index 2c4133262c..20a709aa52 100644 --- a/config/locales/en_GB.yml +++ b/config/locales/en_GB.yml @@ -1104,6 +1104,8 @@ en_GB: destroy_attachment_does_not_exist: "Logo does not exist" enterprise_promo_image: destroy_attachment_does_not_exist: "Promo image does not exist" + orders: + failed_to_update: "Failed to update order" checkout: already_ordered: cart: "cart" @@ -2914,6 +2916,7 @@ en_GB: capture: "Capture" ship: "Ship" edit: "Edit" + order_not_updated: "The order could not be updated" note: "Note" first: "First" last: "Last"