Added langauge localization files to use masterdata and futureproof translations.
This commit is contained in:
22
client/src/translations/en_us/common.json
Normal file
22
client/src/translations/en_us/common.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"translation": {
|
||||
"general": {
|
||||
"languages": {
|
||||
"english": "English",
|
||||
"french": "French",
|
||||
"spanish": "Spanish"
|
||||
},
|
||||
"title": "Welcome to {{framework}}",
|
||||
"greetings": "Hello2!",
|
||||
"intro": "To get started, edit <1><0></0></1> and save to reload."
|
||||
},
|
||||
"whiteboard": {
|
||||
"viewJobImages": "View Job Images",
|
||||
"printCenter": "Print Center",
|
||||
"postInvoices": "Post Invoices",
|
||||
"notes": "Job Notes",
|
||||
"partStatus": "Part Status",
|
||||
"receiveParts": "Receive Parts"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user