chore: Update translations (#7033)
Co-authored-by: Sojan Jose <sojan@pepalo.com>
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
{
|
||||
"LABEL_MGMT": {
|
||||
"HEADER": "Labels",
|
||||
"HEADER_BTN_TXT": "Add label",
|
||||
"LOADING": "Fetching labels",
|
||||
"HEADER": "Etiketės",
|
||||
"HEADER_BTN_TXT": "Pridėti Etiketę",
|
||||
"LOADING": "Gaunamos etiketės",
|
||||
"SEARCH_404": "Šią užklausą atitinkančių elementų nėra",
|
||||
"SIDEBAR_TXT": "<p><b>Labels</b> <p>Labels help you to categorize conversations and prioritize them. You can assign label to a conversation from the sidepanel. <br /><br />Labels are tied to the account and can be used to create custom workflows in your organization. You can assign custom color to a label, it makes it easier to identify the label. You will be able to display the label on the sidebar to filter the conversations easily.</p>",
|
||||
"SIDEBAR_TXT": "<p><b>Etiketės</b> <p>Etiketės padeda suskirstyti pokalbius į kategorijas ir nustatyti jiems prioritetus. Galite priskirti etiketę pokalbiui iš šoninio skydelio. <br /><br />Etiketės susietos su paskyra ir gali būti naudojamos kuriant supaprastintus darbo procesus jūsų organizacijoje. Etiketei galite priskirti pasirinktą spalvą, kad būtų lengviau atpažinti etiketę. Galėsite rodyti etiketę šoninėje juostoje, kad galėtumėte lengvai filtruoti pokalbius.</p>",
|
||||
"LIST": {
|
||||
"404": "There are no labels available in this account.",
|
||||
"TITLE": "Manage labels",
|
||||
"DESC": "Labels let you group the conversations together.",
|
||||
"404": "Šioje paskyroje nėra galimų etikečių.",
|
||||
"TITLE": "Tvarkyti etiketes",
|
||||
"DESC": "Etiketės leidžia grupuoti pokalbius kartu.",
|
||||
"TABLE_HEADER": [
|
||||
"Vardas",
|
||||
"Aprašymas",
|
||||
@@ -17,21 +17,21 @@
|
||||
},
|
||||
"FORM": {
|
||||
"NAME": {
|
||||
"LABEL": "Label Name",
|
||||
"PLACEHOLDER": "Label name",
|
||||
"REQUIRED_ERROR": "Label name is required",
|
||||
"LABEL": "Etiketės pavadinimas",
|
||||
"PLACEHOLDER": "Etiketės pavadinimas",
|
||||
"REQUIRED_ERROR": "Yra reikalingas etiketės pavadinimas",
|
||||
"MINIMUM_LENGTH_ERROR": "Minimum length 2 is required",
|
||||
"VALID_ERROR": "Only Alphabets, Numbers, Hyphen and Underscore are allowed"
|
||||
},
|
||||
"DESCRIPTION": {
|
||||
"LABEL": "Aprašymas",
|
||||
"PLACEHOLDER": "Label Description"
|
||||
"PLACEHOLDER": "Etiketės aprašymas"
|
||||
},
|
||||
"COLOR": {
|
||||
"LABEL": "Spalva"
|
||||
},
|
||||
"SHOW_ON_SIDEBAR": {
|
||||
"LABEL": "Show label on sidebar"
|
||||
"LABEL": "Rodyti etiketę šoninėje juostoje"
|
||||
},
|
||||
"EDIT": "Redaguoti",
|
||||
"CREATE": "Sukurti",
|
||||
@@ -39,24 +39,24 @@
|
||||
"CANCEL": "Atšaukti"
|
||||
},
|
||||
"ADD": {
|
||||
"TITLE": "Add label",
|
||||
"DESC": "Labels let you group the conversations together.",
|
||||
"TITLE": "Pridėti Etiketę",
|
||||
"DESC": "Etiketės leidžia grupuoti pokalbius kartu.",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Label added successfully",
|
||||
"SUCCESS_MESSAGE": "Etiketė sėkmingai priskirta",
|
||||
"ERROR_MESSAGE": "There was an error, please try again"
|
||||
}
|
||||
},
|
||||
"EDIT": {
|
||||
"TITLE": "Edit label",
|
||||
"TITLE": "Tvarkyti Etiketę",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Label updated successfully",
|
||||
"SUCCESS_MESSAGE": "Etiketė sėkmingai atnaujinta",
|
||||
"ERROR_MESSAGE": "There was an error, please try again"
|
||||
}
|
||||
},
|
||||
"DELETE": {
|
||||
"BUTTON_TEXT": "Ištrinti",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Label deleted successfully",
|
||||
"SUCCESS_MESSAGE": "Etiketė sėkmingai ištrinta",
|
||||
"ERROR_MESSAGE": "There was an error, please try again"
|
||||
},
|
||||
"CONFIRM": {
|
||||
|
||||
Reference in New Issue
Block a user