chore: Update translations (#11400)
This commit is contained in:
@@ -2,23 +2,13 @@
|
||||
"AGENT_BOTS": {
|
||||
"HEADER": "Botai",
|
||||
"LOADING_EDITOR": "Įkeliama redagavimo priemonė...",
|
||||
"DESCRIPTION": "Agent Bots are like the most fabulous members of your team. They can handle the small stuff, so you can focus on the stuff that matters. Give them a try.You can manage your bots from this page or create new ones using the 'Configure new bot' button.",
|
||||
"DESCRIPTION": "Agent Bots are like the most fabulous members of your team. They can handle the small stuff, so you can focus on the stuff that matters. Give them a try. You can manage your bots from this page or create new ones using the 'Add Bot' button.",
|
||||
"LEARN_MORE": "Learn about agent bots",
|
||||
"CSML_BOT_EDITOR": {
|
||||
"NAME": {
|
||||
"LABEL": "Boto Pavadinimas",
|
||||
"PLACEHOLDER": "Name your bot.",
|
||||
"ERROR": "Yra reikalingas Boto vardas."
|
||||
},
|
||||
"DESCRIPTION": {
|
||||
"LABEL": "Boto Aprašymas",
|
||||
"PLACEHOLDER": "Ką daro šis botas?"
|
||||
},
|
||||
"BOT_CONFIG": {
|
||||
"ERROR": "Įveskite CSML boto konfigūraciją aukščiau.",
|
||||
"API_ERROR": "Jūsų CSML konfigūracija neteisinga. Pataisykite ją ir bandykite dar kartą."
|
||||
},
|
||||
"SUBMIT": "Patvirtinkite ir išsaugokite"
|
||||
"GLOBAL_BOT": "System bot",
|
||||
"GLOBAL_BOT_BADGE": "Sistema",
|
||||
"AVATAR": {
|
||||
"SUCCESS_DELETE": "Bot avatar deleted successfully",
|
||||
"ERROR_DELETE": "Error deleting bot avatar, please try again"
|
||||
},
|
||||
"BOT_CONFIGURATION": {
|
||||
"TITLE": "Pasirinkite agento botą",
|
||||
@@ -32,7 +22,7 @@
|
||||
"SELECT_PLACEHOLDER": "Pasirinkti Botą"
|
||||
},
|
||||
"ADD": {
|
||||
"TITLE": "Konfigūruoti naują botą",
|
||||
"TITLE": "Add Bot",
|
||||
"CANCEL_BUTTON_TEXT": "Atšaukti",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Botas pridėtas sėkmingai.",
|
||||
@@ -40,16 +30,22 @@
|
||||
}
|
||||
},
|
||||
"LIST": {
|
||||
"404": "Botų nerasta, galite sukurti botą spustelėdami mygtuką „Konfigūruoti naują robotą“ ↗",
|
||||
"404": "No bots found. You can create a bot by clicking the 'Add Bot' button.",
|
||||
"LOADING": "Gaunami Botai...",
|
||||
"TYPE": "Boto Tipas"
|
||||
"TABLE_HEADER": {
|
||||
"DETAILS": "Bot Details",
|
||||
"URL": "Webhook URL"
|
||||
}
|
||||
},
|
||||
"DELETE": {
|
||||
"BUTTON_TEXT": "Ištrinti",
|
||||
"TITLE": "Ištrinti Botą",
|
||||
"SUBMIT": "Ištrinti",
|
||||
"CANCEL_BUTTON_TEXT": "Atšaukti",
|
||||
"DESCRIPTION": "Ar tikrai norite ištrinti šį botą? Šis veiksmas yra neatšaukiamas.",
|
||||
"CONFIRM": {
|
||||
"TITLE": "Patvirtinti Ištrynimą",
|
||||
"MESSAGE": "Are you sure you want to delete {name}?",
|
||||
"YES": "Taip, Ištrinti",
|
||||
"NO": "Ne, Išsaugoti"
|
||||
},
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Botas ištrintas sėkmingai.",
|
||||
"ERROR_MESSAGE": "Nepavyko ištrinti boto. Bandykite dar kartą."
|
||||
@@ -57,17 +53,44 @@
|
||||
},
|
||||
"EDIT": {
|
||||
"BUTTON_TEXT": "Redaguoti",
|
||||
"LOADING": "Gaunami Botai...",
|
||||
"TITLE": "Keisti Botą",
|
||||
"CANCEL_BUTTON_TEXT": "Atšaukti",
|
||||
"API": {
|
||||
"SUCCESS_MESSAGE": "Botas atnaujintas sėkmingai.",
|
||||
"ERROR_MESSAGE": "Nepavyko atnaujinti boto. Bandykite dar kartą vėliau."
|
||||
}
|
||||
},
|
||||
"FORM": {
|
||||
"AVATAR": {
|
||||
"LABEL": "Bot avatar"
|
||||
},
|
||||
"NAME": {
|
||||
"LABEL": "Boto Pavadinimas",
|
||||
"PLACEHOLDER": "Enter bot name",
|
||||
"REQUIRED": "Yra reikalingas Boto vardas"
|
||||
},
|
||||
"DESCRIPTION": {
|
||||
"LABEL": "Aprašymas",
|
||||
"PLACEHOLDER": "Ką daro šis botas?"
|
||||
},
|
||||
"WEBHOOK_URL": {
|
||||
"LABEL": "Webhook URL",
|
||||
"PLACEHOLDER": "https://example.com/webhook",
|
||||
"REQUIRED": "Webhook URL is required"
|
||||
},
|
||||
"ERRORS": {
|
||||
"NAME": "Yra reikalingas Boto vardas",
|
||||
"URL": "Webhook URL is required",
|
||||
"VALID_URL": "Please enter a valid URL starting with http:// or https://"
|
||||
},
|
||||
"CANCEL": "Atšaukti",
|
||||
"CREATE": "Create Bot",
|
||||
"UPDATE": "Update Bot"
|
||||
},
|
||||
"WEBHOOK": {
|
||||
"DESCRIPTION": "Configure a webhook bot to integrate with your custom services. The bot will receive and process events from conversations and can respond to them."
|
||||
},
|
||||
"TYPES": {
|
||||
"WEBHOOK": "Boto Webhook",
|
||||
"CSML": "CSML Bot"
|
||||
"WEBHOOK": "Boto Webhook"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user