chore: Update translations (#7033)

Co-authored-by: Sojan Jose <sojan@pepalo.com>
This commit is contained in:
Chatwoot Bot
2023-05-06 02:40:50 -07:00
committed by GitHub
parent 022383d942
commit 3dedfee350
262 changed files with 3051 additions and 1500 deletions

View File

@@ -1,7 +1,7 @@
{
"TEAMS_SETTINGS": {
"NEW_TEAM": "Create new team",
"HEADER": "Teams",
"NEW_TEAM": "Sukurti naują komandą",
"HEADER": "Komandos",
"SIDEBAR_TXT": "<p><b>Teams</b></p> <p>Teams let you organize your agents into groups based on their responsibilities. <br /> An agent can be part of multiple teams. You can assign conversations to a team when you are working collaboratively. </p>",
"LIST": {
"404": "There are no teams created on this account.",
@@ -9,12 +9,12 @@
},
"CREATE_FLOW": {
"CREATE": {
"TITLE": "Create a new team",
"TITLE": "Sukurti naują komandą",
"DESC": "Add a title and description to your new team."
},
"AGENTS": {
"BUTTON_TEXT": "Add agents to team",
"TITLE": "Add agents to team - %{teamName}",
"BUTTON_TEXT": "Pridėti agentus prie komandos",
"TITLE": "Pridėti agentus prie komandos - %{teamName}",
"DESC": "Add Agents to your newly created team. This lets you collaborate as a team on conversations, get notified on new events in the same conversation."
},
"WIZARD": [
@@ -39,11 +39,11 @@
"CREATE": {
"TITLE": "Edit your team details",
"DESC": "Edit title and description to your team.",
"BUTTON_TEXT": "Update team"
"BUTTON_TEXT": "Atnaujinti komandą"
},
"AGENTS": {
"BUTTON_TEXT": "Update agents in team",
"TITLE": "Add agents to team - %{teamName}",
"TITLE": "Pridėti agentus prie komandos - %{teamName}",
"DESC": "Add Agents to your newly created team. All the added agents will be notified when a conversation is assigned to this team."
},
"WIZARD": [
@@ -53,7 +53,7 @@
"body": "Change name, description and other details."
},
{
"title": "Edit Agents",
"title": "Keisti Agentus",
"route": "settings_teams_edit_members",
"body": "Edit agents in your team."
},
@@ -70,30 +70,30 @@
"AGENTS": {
"AGENT": "Agentas",
"EMAIL": "El. paštas",
"BUTTON_TEXT": "Add agents",
"BUTTON_TEXT": "Pridėti agentus",
"ADD_AGENTS": "Adding Agents to your Team...",
"SELECT": "pasirinkti",
"SELECT_ALL": "pasirinkti visus agentus",
"SELECTED_COUNT": "%{selected} out of %{total} agents selected."
},
"ADD": {
"TITLE": "Add agents to team - %{teamName}",
"TITLE": "Pridėti agentus prie komandos - %{teamName}",
"DESC": "Add Agents to your newly created team. This lets you collaborate as a team on conversations, get notified on new events in the same conversation.",
"SELECT": "pasirinkti",
"SELECT_ALL": "pasirinkti visus agentus",
"SELECTED_COUNT": "%{selected} out of %{total} agents selected.",
"BUTTON_TEXT": "Add agents",
"BUTTON_TEXT": "Pridėti agentus",
"AGENT_VALIDATION_ERROR": "Select at least one agent."
},
"FINISH": {
"TITLE": "Your team is ready!",
"TITLE": "Jūsų komanda yra pasiruošusi!",
"MESSAGE": "You can now collaborate as a team on conversations. Happy supporting ",
"BUTTON_TEXT": "Pabaigti"
},
"DELETE": {
"BUTTON_TEXT": "Ištrinti",
"API": {
"SUCCESS_MESSAGE": "Team deleted successfully.",
"SUCCESS_MESSAGE": "Komanda ištrinta sėkmingai.",
"ERROR_MESSAGE": "Couldn't delete the team. Try again."
},
"CONFIRM": {
@@ -104,22 +104,22 @@
"NO": "Atšaukti"
}
},
"SETTINGS": "Settings",
"SETTINGS": "Nustatymai",
"FORM": {
"UPDATE": "Update team",
"CREATE": "Create team",
"UPDATE": "Atnaujinti komandą",
"CREATE": "Sukurti komandą",
"NAME": {
"LABEL": "Team name",
"LABEL": "Komandos pavadinimas",
"PLACEHOLDER": "Example: Sales, Customer Support"
},
"DESCRIPTION": {
"LABEL": "Team Description",
"LABEL": "Komandos Aprašymas",
"PLACEHOLDER": "Short description about this team."
},
"AUTO_ASSIGN": {
"LABEL": "Allow auto assign for this team."
},
"SUBMIT_CREATE": "Create team"
"SUBMIT_CREATE": "Sukurti komandą"
}
}
}