chore: Update language translations (#2321)

This commit is contained in:
Sojan Jose
2021-05-21 23:52:38 +05:30
committed by GitHub
parent ac2c5c93b9
commit 58dd6d37e0
74 changed files with 875 additions and 229 deletions

View File

@@ -17,9 +17,6 @@
"NO_RECORDS_FOUND": "No hi han converses prèvies associades a aquest contacte.",
"TITLE": "Converses prèvies"
},
"CUSTOM_ATTRIBUTES": {
"TITLE": "Atributs personalitzats"
},
"LABELS": {
"TITLE": "Etiquetes de converses",
"MODAL": {
@@ -170,5 +167,26 @@
"FOOTER": {
"BUTTON": "View all notes"
}
},
"CUSTOM_ATTRIBUTES": {
"TITLE": "Atributs personalitzats",
"BUTTON": "Add custom attribute",
"ADD": {
"TITLE": "Create custom attribute",
"DESC": "Add custom information to this contact."
},
"FORM": {
"CREATE": "Add attribute",
"CANCEL": "Cancel·la",
"NAME": {
"LABEL": "Custom attribute name",
"PLACEHOLDER": "Eg: shopify id",
"ERROR": "Invalid custom attribute name"
},
"VALUE": {
"LABEL": "Attribute value",
"PLACEHOLDER": "Eg: 11901 "
}
}
}
}