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

120 lines
4.6 KiB
JSON

{
"AGENT_MGMT": {
"HEADER": "Agentai",
"HEADER_BTN_TXT": "Pridėti Agentą",
"LOADING": "Gaunamas agentų sąrašas",
"SIDEBAR_TXT": "<p><b>Agents</b></p> <p> An <b>Agent</b> is a member of your Customer Support team. </p><p> Agents will be able to view and reply to messages from your users. The list shows all agents currently in your account. </p><p> Click on <b>Add Agent</b> to add a new agent. Agent you add will receive an email with a confirmation link to activate their account, after which they can access Chatwoot and respond to messages. </p><p> Access to Chatwoot's features are based on following roles. </p><p> <b>Agent</b> - Agents with this role can only access inboxes, reports and conversations. They can assign conversations to other agents or themselves and resolve conversations.</p><p> <b>Administrator</b> - Administrator will have access to all Chatwoot features enabled for your account, including settings, along with all of a normal agents' privileges.</p>",
"AGENT_TYPES": {
"ADMINISTRATOR": "Administratorius",
"AGENT": "Agentas"
},
"LIST": {
"404": "Su šia paskyra nėra susietų agentų",
"TITLE": "Valdyti agentus jūsų komandoje",
"DESC": "Jūs galite įtraukti/pašalinti agentus į/iš savo komandos.",
"NAME": "Vardas",
"EMAIL": "El. paštas",
"STATUS": "Būsena",
"ACTIONS": "Veiksmai",
"VERIFIED": "Patikrinta",
"VERIFICATION_PENDING": "Laukiama patvirtinimo"
},
"ADD": {
"TITLE": "Pridėti agentą prie komandos",
"DESC": "You can add people who will be able to handle support for your inboxes.",
"CANCEL_BUTTON_TEXT": "Atšaukti",
"FORM": {
"NAME": {
"LABEL": "Agento Vardas",
"PLACEHOLDER": "Įveskite agento vardą"
},
"AGENT_TYPE": {
"LABEL": "Agento tipas",
"PLACEHOLDER": "Prašau pasirinkti agento tipą",
"ERROR": "Yra reikalingas agento tipas"
},
"EMAIL": {
"LABEL": "El. pašto adresas",
"PLACEHOLDER": "Įveskite agento el. pašto adresą"
},
"SUBMIT": "Pridėti Agentą"
},
"API": {
"SUCCESS_MESSAGE": "Agentas pridėtas sėkmingai",
"EXIST_MESSAGE": "Agent email already in use, Please try another email address",
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
}
},
"DELETE": {
"BUTTON_TEXT": "Ištrinti",
"API": {
"SUCCESS_MESSAGE": "Agentas 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, Trinti ",
"NO": "Ne, Išsaugoti "
}
},
"EDIT": {
"TITLE": "Keisti Agentą",
"FORM": {
"NAME": {
"LABEL": "Agento Vardas",
"PLACEHOLDER": "Įveskite agento vardą"
},
"AGENT_TYPE": {
"LABEL": "Agento tipas",
"PLACEHOLDER": "Prašau pasirinkti agento tipą",
"ERROR": "Yra reikalingas agento tipas"
},
"EMAIL": {
"LABEL": "El. pašto adresas",
"PLACEHOLDER": "Įveskite agento el. pašto adresą"
},
"AGENT_AVAILABILITY": {
"LABEL": "Prieinamumas",
"PLACEHOLDER": "Please select an availability status",
"ERROR": "Būtinas prieinamumas"
},
"SUBMIT": "Keisti Agentą"
},
"BUTTON_TEXT": "Redaguoti",
"CANCEL_BUTTON_TEXT": "Atšaukti",
"API": {
"SUCCESS_MESSAGE": "Agentas atnaujintas sėkmingai",
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
},
"PASSWORD_RESET": {
"ADMIN_RESET_BUTTON": "Atstatyti slaptažodį",
"ADMIN_SUCCESS_MESSAGE": "An email with reset password instructions has been sent to the agent",
"SUCCESS_MESSAGE": "Agento slaptažodis atstatytas sėkmingai",
"ERROR_MESSAGE": "Could not connect to Woot Server, Please try again later"
}
},
"SEARCH": {
"NO_RESULTS": "No results found."
},
"MULTI_SELECTOR": {
"PLACEHOLDER": "Nėra",
"TITLE": {
"AGENT": "Pasirinkti agentą",
"TEAM": "Pasirinkite komandą"
},
"SEARCH": {
"NO_RESULTS": {
"AGENT": "Agentų nerasta",
"TEAM": "Komandų nerasta"
},
"PLACEHOLDER": {
"AGENT": "Ieškoti agentų",
"TEAM": "Ieškoti komandų",
"INPUT": "Ieškoti agentų"
}
}
}
}
}