mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-25 19:12:45 +00:00
refactor: use i18n in every data component
This commit is contained in:
@@ -5,7 +5,19 @@
|
||||
"detail": {
|
||||
"TITLE": "Details",
|
||||
"NOT_FOUND": "Not found",
|
||||
"COULD_NOT_CONNECT": "Couldn't connect"
|
||||
"COULD_NOT_CONNECT": "Couldn't connect",
|
||||
"address": {
|
||||
"TITLE": "address",
|
||||
"STREET": "street",
|
||||
"POSTCODE": "postcode",
|
||||
"CITY": "city",
|
||||
"REGION": "region",
|
||||
"Country": "country",
|
||||
"POST_OFFICE_BOX": "post office box"
|
||||
},
|
||||
"offers": {
|
||||
"TITLE": "offers"
|
||||
}
|
||||
},
|
||||
"types": {
|
||||
"dish": {
|
||||
@@ -19,6 +31,19 @@
|
||||
"SUGAR": "Sugars",
|
||||
"PROTEIN": "Protein"
|
||||
}
|
||||
},
|
||||
"origin": {
|
||||
"TITLE": "origin",
|
||||
"USER": "user",
|
||||
"REMOTE": "remote",
|
||||
"detail": {
|
||||
"CREATED": "created at",
|
||||
"UPDATED": "updated at",
|
||||
"MODIFIED": "modified at",
|
||||
"INDEXED": "indexed",
|
||||
"MAINTAINER": "maintainer",
|
||||
"RESPONSIBLE": "responsible entity"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -45,7 +70,7 @@
|
||||
},
|
||||
"settings": {
|
||||
"resetAlert.title": "Reset all settings?",
|
||||
"resetAlert.message": "Are you shure to reset all settings to defaults values?",
|
||||
"resetAlert.message": "Are you sure to reset all settings to their default values?",
|
||||
"resetAlert.buttonYes": "yes",
|
||||
"resetAlert.buttonCancel": "cancel",
|
||||
"resetToast.message": "Settings reset",
|
||||
|
||||
Reference in New Issue
Block a user