diff --git a/config/locales/ar.yml b/config/locales/ar.yml index e43639b6df..6dc2940ca8 100644 --- a/config/locales/ar.yml +++ b/config/locales/ar.yml @@ -2,6 +2,8 @@ ar: language_name: "الانجيلزي" activerecord: attributes: + enterprise_fee: + fee_type: نوع الرسوم spree/order: payment_state: حالة الدفعة shipment_state: حالة الشحن @@ -48,6 +50,8 @@ ar: shipping_method_ids: "طرق الشحن" payment_method_ids: "طريقة الدفع" errors: + messages: + inclusion: "غير مدرجة في القائمة" models: subscription_validator: attributes: @@ -2426,6 +2430,12 @@ ar: severity: خطورة description: وصف resolve: حل + exchange_products: + load_more_products: "تحميل المزيد من المنتجات" + load_all_products: "تحميل جميع المنتجات" + select_all_products: "حدد جميع المنتجات %{total_number_of_products}" + products_loaded: "%{num_of_products_loaded} من %{total_number_of_products} المنتجات المحملة" + loading_products: "تحميل المنتجات" tag_rules: shipping_method_tagged_top: "طرق الشحن الموسومة" shipping_method_tagged_bottom: "هي:" diff --git a/config/locales/en_FR.yml b/config/locales/en_FR.yml index 100ac7a251..6881d2dd3e 100644 --- a/config/locales/en_FR.yml +++ b/config/locales/en_FR.yml @@ -2,6 +2,8 @@ en_FR: language_name: "English" activerecord: attributes: + enterprise_fee: + fee_type: Fee Type spree/order: payment_state: Payment State shipment_state: Shipment State @@ -48,6 +50,8 @@ en_FR: shipping_method_ids: "Shipping Methods" payment_method_ids: "Payment Methods" errors: + messages: + inclusion: "is not included in the list" models: subscription_validator: attributes: @@ -2426,6 +2430,12 @@ en_FR: severity: Severity description: Description resolve: Resolve + exchange_products: + load_more_products: "Load More Products" + load_all_products: "Load All Products" + select_all_products: "Select All %{total_number_of_products} Products" + products_loaded: "%{num_of_products_loaded}of %{total_number_of_products} Products Loaded" + loading_products: "Loading Products" tag_rules: shipping_method_tagged_top: "Shipping methods tagged" shipping_method_tagged_bottom: "are:" diff --git a/config/locales/fr.yml b/config/locales/fr.yml index 7fd918700b..15998610a5 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -2,6 +2,8 @@ fr: language_name: "Français" activerecord: attributes: + enterprise_fee: + fee_type: Type de marge spree/order: payment_state: Statut du paiement shipment_state: Statut livraison @@ -48,6 +50,8 @@ fr: shipping_method_ids: "Méthodes de livraison" payment_method_ids: "Méthodes de paiement" errors: + messages: + inclusion: "n'est pas inclus dans la liste" models: subscription_validator: attributes: @@ -2454,6 +2458,12 @@ fr: severity: Rigueur description: Description resolve: Résoudre + exchange_products: + load_more_products: "Voir plus de produits" + load_all_products: "Voir tous les produits" + select_all_products: "Sélectionner tous les %{total_number_of_products}produits" + products_loaded: "%{num_of_products_loaded}sur %{total_number_of_products}produits affichés" + loading_products: "Produits en cours de chargement" tag_rules: shipping_method_tagged_top: "Les méthodes de livraison taguées" shipping_method_tagged_bottom: "sont:" diff --git a/config/locales/nb.yml b/config/locales/nb.yml index 1d984cfcaa..fed770f2c9 100644 --- a/config/locales/nb.yml +++ b/config/locales/nb.yml @@ -2,6 +2,8 @@ nb: language_name: "Norsk" activerecord: attributes: + enterprise_fee: + fee_type: Avfgiftstype spree/order: payment_state: Betalingsstatus shipment_state: Leveringsstatus @@ -48,6 +50,8 @@ nb: shipping_method_ids: "Leveringsmetoder" payment_method_ids: "Betalingsmetoder" errors: + messages: + inclusion: "er ikke inkludert i listen" models: subscription_validator: attributes: @@ -2426,6 +2430,12 @@ nb: severity: Alvorlighetsgrad description: Beskrivelse resolve: Løse + exchange_products: + load_more_products: "Last inn flere produkter" + load_all_products: "Last inn alle produkter" + select_all_products: "Velg alle %{total_number_of_products} produkter" + products_loaded: "%{num_of_products_loaded} av %{total_number_of_products} produkter lastet" + loading_products: "Laster inn produkter" tag_rules: shipping_method_tagged_top: "Leveringsmetoder merket" shipping_method_tagged_bottom: "er:"