From d3325ed7bbb0420c884ee029c7eba7ab639f689d Mon Sep 17 00:00:00 2001 From: luisramos0 Date: Fri, 4 Jan 2019 22:21:02 +0000 Subject: [PATCH] Add translation entries for admin menu tabs. This was moved to new namespace tab in spree 2, see https://github.com/spree/spree/commit/4c82bfdf489e63768b84020f37d7db197565ac30 --- config/locales/en.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/config/locales/en.yml b/config/locales/en.yml index 5d0aded1ad..ebb02201c3 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -2674,6 +2674,25 @@ See the %{link} to find out more about %{sitename}'s features and to start using header: store: Store admin: + tab: + dashboard: "Dashboard" + orders: "Orders" + bulk_order_management: "Bulk Order Management" + subscriptions: "Subscriptions" + products: "Products" + option_types: "Option Types" + properties: "Properties" + prototypes: "Prototypes" + variant_overrides: "Inventory" + reports: "Reports" + configuration: "Configuration" + users: "Users" + roles: "Roles" + order_cycles: "Order Cycles" + enterprises: "Enterprises" + enterprise_relationships: "Permissions" + customers: "Customers" + groups: "Groups" product_properties: index: inherits_properties_checkbox_hint: "Inherit properties from %{supplier}? (unless overridden above)"