diff --git a/config/locales/en_CA.yml b/config/locales/en_CA.yml index 1140ac3c87..fd08d861dd 100644 --- a/config/locales/en_CA.yml +++ b/config/locales/en_CA.yml @@ -50,6 +50,8 @@ en_CA: shipping_method_ids: "Shipping Methods" payment_method_ids: "Payment Methods" errors: + messages: + inclusion: "is not included in the list" models: subscription_validator: attributes: @@ -2425,6 +2427,12 @@ en_CA: 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/en_GB.yml b/config/locales/en_GB.yml index f1c982d516..3ee3a99148 100644 --- a/config/locales/en_GB.yml +++ b/config/locales/en_GB.yml @@ -50,6 +50,8 @@ en_GB: shipping_method_ids: "Shipping Methods" payment_method_ids: "Payment Methods" errors: + messages: + inclusion: "is not included in the list" models: subscription_validator: attributes: @@ -2431,6 +2433,12 @@ en_GB: 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_CA.yml b/config/locales/fr_CA.yml index 53051f5344..a6b5f87daa 100644 --- a/config/locales/fr_CA.yml +++ b/config/locales/fr_CA.yml @@ -50,6 +50,8 @@ fr_CA: 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: @@ -2436,6 +2438,12 @@ fr_CA: severity: Gravité 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 taggées" shipping_method_tagged_bottom: "sont:"