first commit
This commit is contained in:
33
app/src/i18n/locales/en-US/common.ts
Normal file
33
app/src/i18n/locales/en-US/common.ts
Normal file
@@ -0,0 +1,33 @@
|
||||
export default {
|
||||
button: {
|
||||
saveAndNext: 'Save and Next',
|
||||
next: 'Next',
|
||||
prev: 'Back',
|
||||
cancel: 'Cancel',
|
||||
save: 'Save'
|
||||
},
|
||||
validation: {
|
||||
required: 'This field is required',
|
||||
minLength: 'Too short',
|
||||
maxAgeFromJan1: 'Invalid birth date',
|
||||
invalidZip: 'Invalid ZIP',
|
||||
insertAddress: 'Please enter an address'
|
||||
},
|
||||
address: {
|
||||
title: 'Address',
|
||||
modalTitle: 'Edit address',
|
||||
street: 'Street',
|
||||
zip: 'ZIP',
|
||||
city: 'City',
|
||||
country: 'Country',
|
||||
foreign: 'Foreign address'
|
||||
},
|
||||
enum: {
|
||||
maritalStatus: {
|
||||
SINGLE: 'Single',
|
||||
SEPARATED: 'Separated',
|
||||
MARRIED: 'Married',
|
||||
PARTNERED: 'Partnered'
|
||||
}
|
||||
}
|
||||
} as const
|
||||
Reference in New Issue
Block a user