chore: Update translations (#11400)

This commit is contained in:
Chatwoot Bot
2025-04-30 15:34:11 -07:00
committed by GitHub
parent fb6409508b
commit 251abd02b0
582 changed files with 11627 additions and 2371 deletions

View File

@@ -2,23 +2,13 @@
"AGENT_BOTS": {
"HEADER": "Boti",
"LOADING_EDITOR": "Nalaganje urejevalnika ...",
"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": "Ime bota",
"PLACEHOLDER": "Poimenujte svojega bota.",
"ERROR": "Zahtevano je ime bota."
},
"DESCRIPTION": {
"LABEL": "Opis bota",
"PLACEHOLDER": "Kaj počne ta bot?"
},
"BOT_CONFIG": {
"ERROR": "Zgoraj vnesite svojo konfiguracijo bota CSML.",
"API_ERROR": "Vaša konfiguracija CSML je neveljavna. Popravite jo in poskusite znova."
},
"SUBMIT": "Preveri in shrani"
"GLOBAL_BOT": "System bot",
"GLOBAL_BOT_BADGE": "System",
"AVATAR": {
"SUCCESS_DELETE": "Bot avatar deleted successfully",
"ERROR_DELETE": "Error deleting bot avatar, please try again"
},
"BOT_CONFIGURATION": {
"TITLE": "Izberite agentskega bota",
@@ -32,7 +22,7 @@
"SELECT_PLACEHOLDER": "Izberi bota"
},
"ADD": {
"TITLE": "Konfigurirajte novega bota",
"TITLE": "Add Bot",
"CANCEL_BUTTON_TEXT": "Prekliči",
"API": {
"SUCCESS_MESSAGE": "Bot je bil uspešno dodan.",
@@ -40,16 +30,22 @@
}
},
"LIST": {
"404": "Botov ni bilo mogoče najti. Bota lahko ustvarite s klikom na gumb 'Konfigurirajte novega bota' ",
"404": "No bots found. You can create a bot by clicking the 'Add Bot' button.",
"LOADING": "Pridobivanje botov ...",
"TYPE": "Vrsta bota"
"TABLE_HEADER": {
"DETAILS": "Bot Details",
"URL": "Webhook URL"
}
},
"DELETE": {
"BUTTON_TEXT": "Izbriši",
"TITLE": "Izbriši bota",
"SUBMIT": "Izbriši",
"CANCEL_BUTTON_TEXT": "Prekliči",
"DESCRIPTION": "Ali ste prepričani, da želite izbrisati tega bota? To dejanje ni mogoče preklicati.",
"CONFIRM": {
"TITLE": "Confirm Deletion",
"MESSAGE": "Are you sure you want to delete {name}?",
"YES": "Yes, Delete",
"NO": "No, Keep"
},
"API": {
"SUCCESS_MESSAGE": "Bot uspešno izbrisan.",
"ERROR_MESSAGE": "Bota ni bilo mogoče izbrisati. Prosimo poskusite ponovno."
@@ -57,17 +53,44 @@
},
"EDIT": {
"BUTTON_TEXT": "Uredi",
"LOADING": "Pridobivanje botov ...",
"TITLE": "Uredi bota",
"CANCEL_BUTTON_TEXT": "Prekliči",
"API": {
"SUCCESS_MESSAGE": "Bot je bil uspešno posodobljen.",
"ERROR_MESSAGE": "Bota ni bilo mogoče posodobiti. Prosimo poskusite ponovno."
}
},
"FORM": {
"AVATAR": {
"LABEL": "Bot avatar"
},
"NAME": {
"LABEL": "Ime bota",
"PLACEHOLDER": "Enter bot name",
"REQUIRED": "Zahtevano je ime bota"
},
"DESCRIPTION": {
"LABEL": "Description",
"PLACEHOLDER": "Kaj počne ta bot?"
},
"WEBHOOK_URL": {
"LABEL": "Webhook URL",
"PLACEHOLDER": "https://example.com/webhook",
"REQUIRED": "Webhook URL is required"
},
"ERRORS": {
"NAME": "Zahtevano je ime bota",
"URL": "Webhook URL is required",
"VALID_URL": "Please enter a valid URL starting with http:// or https://"
},
"CANCEL": "Cancel",
"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": "Webhook bot",
"CSML": "CSML bot"
"WEBHOOK": "Webhook bot"
}
}
}