diff --git a/frontend/src/i18n/locales/en.json b/frontend/src/i18n/locales/en.json index 062097a..ca8ccc4 100644 --- a/frontend/src/i18n/locales/en.json +++ b/frontend/src/i18n/locales/en.json @@ -716,5 +716,34 @@ "zip": "ZIP Code", "country": "Country", "state": "State" + }, + "currencies": { + "title": "Currencies", + "create": "Create currency", + "edit": "Edit currency", + "code": "Code", + "name": "Name", + "symbol": "Symbol", + "isDefault": "Default currency", + "created": "Currency created.", + "updated": "Currency updated.", + "deleted": "Currency deleted.", + "createFailed": "Failed to create currency.", + "updateFailed": "Failed to update currency.", + "deleteFailed": "Failed to delete currency.", + "empty": "No currencies" + }, + "taxes": { + "title": "Tax rates", + "create": "Create tax rate", + "edit": "Edit tax rate", + "name": "Name", + "rate": "Rate (%)", + "isDefault": "Default tax rate", + "country": "Country", + "created": "Tax rate created.", + "updated": "Tax rate updated.", + "deleted": "Tax rate deleted.", + "empty": "No tax rates" } } \ No newline at end of file