Skip to content

Instantly share code, notes, and snippets.

@Bigismall
Last active July 27, 2023 13:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Bigismall/ff6c95f7b65db2e545c715851c42e728 to your computer and use it in GitHub Desktop.
Save Bigismall/ff6c95f7b65db2e545c715851c42e728 to your computer and use it in GitHub Desktop.
Shared translations - new structure
{
"general": {
"dateTime": {
"months": {
"april": "April",
"august": "August",
"december": "December",
"february": "February",
"january": "January",
"july": "July",
"june": "June",
"march": "March",
"may": "May",
"november": "November",
"october": "October",
"september": "September"
},
"weekdays": {
"friday": "Friday",
"monday": "Monday",
"saturday": "Saturday",
"sunday": "Sunday",
"thursday": "Thursday",
"tuesday": "Tuesday",
"wednesday": "Wednesday"
}
}
},
"form": {
"validation": {
"required": "Required"
},
"label": {
"from": "From",
"description": "Description"
}
},
"component": {
"dropzone": {
"changeImage": "Change image",
"changeProfileImage": "Change profile image",
"chooseOrDragFiles": "Choose a file or drag it here to upload",
"gridUploadInfo": "Add photo",
"invalidFileSizeError": "The total size of the files you are trying to upload exceeds the limit of {{maxFileSize}}MB.",
"invalidFileTypeError": "Whoops, we cannot upload that file type, try another file.",
"invalidTotalFileSizeError": "The total size of the files you are trying to upload exceeds the limit of {{maxFileSize}}MB.",
"maxFilesError": "Number of files exceeds the limit of {{maxFiles}}."
}
},
"job": {
"jobLabel": {
"read": "Read"
},
"list": {
"placeholder": "placeholder"
},
"item": {
"placeholder": "placeholder"
}
},
"chat": {
"list": {
"placeholder": "placeholder"
},
"item": {
"placeholder": "placeholder"
},
"message": {
"placeholder": "placeholder"
}
},
"contract": {
"list": {
"placeholder": "placeholder"
},
"item": {
"rejectFailed": "There was an issue when rejecting contract. We're looking into that. Please try again later.",
"signFailed": "There was an issue when signing contract. We're looking into that. Please try again later.",
"simple": {
"customLabelA": ""
},
"swift": {
"customLabelB": ""
}
}
},
"evaluation": {
"list": {
"placeholder": "placeholder"
},
"item": {
"placeholder": "placeholder"
}
},
"profile": {
"company": {},
"graphic": {},
"evaluations": {}
},
"settings": {
"conmpanyInfo": {},
"notifications": {},
"jobSearch": {},
"products": {},
"payment": {},
"customerService": {},
"accountSwitch": {}
},
"website": {
"placeholder": "WEBSITE is a NEW WEB (so decicated place for only WEB translations)"
},
"mobile": {
"placeholder": "MOBILE is a NEW NATIVE (so decicated place for only WEB translations)"
},
"native": {},
"web": {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment