iachat/app/javascript/dashboard/i18n/locale/lt/cannedMgmt.json
Chatwoot Bot be3c75e858
chore: Update translations (#6999)
Co-authored-by: Sojan Jose <sojan@pepalo.com>
2023-04-28 20:28:03 +05:30

77 lines
2.9 KiB
JSON

{
"CANNED_MGMT": {
"HEADER": "Atsakymų Ruošiniai",
"HEADER_BTN_TXT": "Pridėti Atsakymą Ruošinį",
"LOADING": "Atsakymų Ruošinių Gavimas",
"SEARCH_404": "Šią užklausą atitinkančių elementų nėra",
"SIDEBAR_TXT": "<p><b>Canned Responses</b> </p><p> Canned Responses are saved reply templates which can be used to quickly send out a reply to a conversation. </p><p> For creating a Canned Response, just click on the <b>Add Canned Response</b>. You can also edit or delete an existing Canned Response by clicking on the Edit or Delete button </p><p> Canned responses are used with the help of <b>Short Codes</b>. Agents can access canned responses while on a chat by typing <b>'/'</b> followed by the short code. </p>",
"LIST": {
"404": "There are no canned responses available in this account.",
"TITLE": "Tvarkyti atsakymų ruošinius",
"DESC": "Canned Responses are predefined reply templates which can be used to quickly send out replies to tickets.",
"TABLE_HEADER": [
"Trumpas Kodas",
"Turinys",
"Veiksmai"
]
},
"ADD": {
"TITLE": "Pridėti Atsakymą Ruošinį",
"DESC": "Canned Responses are saved reply templates which can be used to quickly send out reply to conversation.",
"CANCEL_BUTTON_TEXT": "Atšaukti",
"FORM": {
"SHORT_CODE": {
"LABEL": "Trumpas Kodas",
"PLACEHOLDER": "Please enter a short code",
"ERROR": "Short Code is required"
},
"CONTENT": {
"LABEL": "Turinys",
"PLACEHOLDER": "Please enter a content",
"ERROR": "Content is required"
},
"SUBMIT": "Pateikti"
},
"API": {
"SUCCESS_MESSAGE": "Canned Response added successfully",
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
}
},
"EDIT": {
"TITLE": "Edit Canned Response",
"CANCEL_BUTTON_TEXT": "Atšaukti",
"FORM": {
"SHORT_CODE": {
"LABEL": "Trumpas Kodas",
"PLACEHOLDER": "Please enter a shortcode",
"ERROR": "Short Code is required"
},
"CONTENT": {
"LABEL": "Turinys",
"PLACEHOLDER": "Prašome įrašyti turinį",
"ERROR": "Content is required"
},
"SUBMIT": "Pateikti"
},
"BUTTON_TEXT": "Taisyti",
"API": {
"SUCCESS_MESSAGE": "Atsakymų Ruošinys atnaujintas sėkmingai",
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
}
},
"DELETE": {
"BUTTON_TEXT": "Ištrinti",
"API": {
"SUCCESS_MESSAGE": "Atsakymų Ruošinys ištrintas sėkmingai",
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
},
"CONFIRM": {
"TITLE": "Patvirtinti Ištrynimą",
"MESSAGE": "Ar tikrai norite ištrinti ",
"YES": "Taip, Ištrinti ",
"NO": "Ne, Išsaugoti "
}
}
}
}