From f1138709aa92097118d52d13d9ae748cef3cd2d7 Mon Sep 17 00:00:00 2001 From: luisramos0 Date: Wed, 31 Jul 2019 22:09:56 +0100 Subject: [PATCH] Add spree_api translation keys, mostly from api standard errors and api fields in admin/users --- config/locales/en.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/config/locales/en.yml b/config/locales/en.yml index a763703196..e50d993cb5 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -3303,3 +3303,19 @@ See the %{link} to find out more about %{sitename}'s features and to start using allow_charges?: "Allow Charges?" localized_number: invalid_format: has an invalid format. Please enter a number. + api: + invalid_api_key: "Invalid API key (%{key}) specified." + unauthorized: "You are not authorized to perform that action." + invalid_resource: "Invalid resource. Please fix errors and try again." + resource_not_found: "The resource you were looking for could not be found." + access: "API Access" + key: "Key" + clear_key: "Clear key" + regenerate_key: "Regenerate Key" + no_key: "No key" + generate_key: "Generate API key" + key_generated: "Key generated" + key_cleared: "Key cleared" + shipment: + cannot_ready: "Cannot ready shipment." + invalid_taxonomy_id: "Invalid taxonomy id."