fix: Translation issues (#7416)

Co-authored-by: Hricha Shandily <103104754+Hricha-Shandily@users.noreply.github.com>
This commit is contained in:
Sivin Varghese
2023-06-29 14:41:23 +05:30
committed by GitHub
parent dc1a41b136
commit ea78020f2f
2 changed files with 5 additions and 9 deletions

View File

@@ -9,11 +9,7 @@
"404": "There are no canned responses available in this account.", "404": "There are no canned responses available in this account.",
"TITLE": "Manage canned responses", "TITLE": "Manage canned responses",
"DESC": "Canned Responses are predefined reply templates which can be used to quickly send out replies to tickets.", "DESC": "Canned Responses are predefined reply templates which can be used to quickly send out replies to tickets.",
"TABLE_HEADER": [ "TABLE_HEADER": ["Short Code", "Content", "Actions"]
"Short Code",
"Content",
"Actions"
]
}, },
"ADD": { "ADD": {
"TITLE": "Add Canned Response", "TITLE": "Add Canned Response",
@@ -34,7 +30,7 @@
}, },
"API": { "API": {
"SUCCESS_MESSAGE": "Canned Response added successfully", "SUCCESS_MESSAGE": "Canned Response added successfully",
"ERROR_MESSAGE": "Could not create canned response, Please try again later" "ERROR_MESSAGE": "Could not create canned response. Please try again later."
} }
}, },
"EDIT": { "EDIT": {
@@ -56,14 +52,14 @@
"BUTTON_TEXT": "Edit", "BUTTON_TEXT": "Edit",
"API": { "API": {
"SUCCESS_MESSAGE": "Canned Response updated successfully", "SUCCESS_MESSAGE": "Canned Response updated successfully",
"ERROR_MESSAGE": "Could not update canned response, Please try again later" "ERROR_MESSAGE": "Could not update canned response. Please try again later."
} }
}, },
"DELETE": { "DELETE": {
"BUTTON_TEXT": "Delete", "BUTTON_TEXT": "Delete",
"API": { "API": {
"SUCCESS_MESSAGE": "Canned response deleted successfully", "SUCCESS_MESSAGE": "Canned response deleted successfully",
"ERROR_MESSAGE": "Could not delete canned response, Please try again later" "ERROR_MESSAGE": "Could not delete canned response. Please try again later."
}, },
"CONFIRM": { "CONFIRM": {
"TITLE": "Confirm Deletion", "TITLE": "Confirm Deletion",

View File

@@ -78,7 +78,7 @@
"BUTTON_LABEL": "Export", "BUTTON_LABEL": "Export",
"TITLE": "Export Contacts", "TITLE": "Export Contacts",
"DESC": "Export contacts to a CSV file.", "DESC": "Export contacts to a CSV file.",
"SUCCESS_MESSAGE": "Export is in progress, You will be notified via email when export file is ready to dowanlod.", "SUCCESS_MESSAGE": "Export is in progress. You will be notified on email when the export file is ready to download.",
"ERROR_MESSAGE": "There was an error, please try again" "ERROR_MESSAGE": "There was an error, please try again"
}, },
"DELETE_NOTE": { "DELETE_NOTE": {