chore: Update translations (#6999)

Co-authored-by: Sojan Jose <sojan@pepalo.com>
This commit is contained in:
Chatwoot Bot
2023-04-28 07:58:03 -07:00
committed by GitHub
parent 02c467b6db
commit be3c75e858
611 changed files with 4830 additions and 2339 deletions

View File

@@ -1,72 +1,72 @@
{
"AGENT_BOTS": {
"HEADER": "Boți",
"LOADING_EDITOR": "Loading Editor...",
"HEADER_BTN_TXT": "Add Bot Configuration",
"SIDEBAR_TXT": "<p><b>Agent Bots</b> <p>Agent bots allows you to automate the conversations</p>",
"LOADING_EDITOR": "Editor de încărcare ...",
"HEADER_BTN_TXT": "Adăugați configurația botului",
"SIDEBAR_TXT": "<p><b>Agent boti</b> <p>Roboții de agent vă permit să automatizați conversațiile</p>",
"CSML_BOT_EDITOR": {
"NAME": {
"LABEL": "Bot Name",
"PLACEHOLDER": "Give your bot a name",
"ERROR": "Bot name is required"
"LABEL": "Numele botului",
"PLACEHOLDER": "Dă-i botului tău un nume",
"ERROR": "Numele botului este necesar"
},
"DESCRIPTION": {
"LABEL": "Bot Description",
"PLACEHOLDER": "What does this bot do?"
"LABEL": "Descrierea botului",
"PLACEHOLDER": "Ce face acest bot?"
},
"BOT_CONFIG": {
"ERROR": "Please enter your CSML bot configuration above",
"API_ERROR": "Your CSML configuration is invalid, please fix it and try again."
"ERROR": "Vă rugăm să introduceți configurația bot CSML de mai sus",
"API_ERROR": "Configurația CSML nu este validă, vă rugăm să o remediați și să încercați din nou."
},
"SUBMIT": "Validate and save"
"SUBMIT": "Validați și salvați"
},
"BOT_CONFIGURATION": {
"TITLE": "Select an agent bot",
"DESC": "You can set an agent bot from the list to this inbox. The bot can initially handle the conversation and transfer it to an agent when needed.",
"TITLE": "Selectați un bot de agent",
"DESC": "Puteți seta un bot de agent din listă în acest inbox. Botul se poate ocupa inițial de conversație și îl poate transfera unui agent atunci când este necesar.",
"SUBMIT": "Actualizare",
"DISCONNECT": "Disconnect Bot",
"SUCCESS_MESSAGE": "Successfully updated the agent bot",
"DISCONNECTED_SUCCESS_MESSAGE": "Successfully disconnected the agent bot",
"ERROR_MESSAGE": "Could not update the agent bot, please try again later",
"DISCONNECTED_ERROR_MESSAGE": "Could not disconnect the agent bot, please try again later",
"SELECT_PLACEHOLDER": "Select Bot"
"DISCONNECT": "Deconectați botul",
"SUCCESS_MESSAGE": "A actualizat cu succes botul agentului",
"DISCONNECTED_SUCCESS_MESSAGE": "Deconectat cu succes botul agentului",
"ERROR_MESSAGE": "Nu s-a putut actualiza botul agentului, încercați din nou mai târziu",
"DISCONNECTED_ERROR_MESSAGE": "Nu a putut deconecta botul agentului, vă rugăm să încercați din nou mai târziu",
"SELECT_PLACEHOLDER": "Selectați Bot"
},
"ADD": {
"TITLE": "Configure new bot",
"TITLE": "Configurați un bot nou",
"CANCEL_BUTTON_TEXT": "Renunță",
"API": {
"SUCCESS_MESSAGE": "Bot added successfully",
"ERROR_MESSAGE": "Could not add bot, Please try again later"
"SUCCESS_MESSAGE": "Bot adăugat cu succes",
"ERROR_MESSAGE": "Nu a putut adăuga bot, Vă rugăm să încercați din nou mai târziu"
}
},
"LIST": {
"404": "No Bots found, you can create a bot by clicking the 'Configure new bot' Button ↗",
"LOADING": "Fetching Bots...",
"TYPE": "Bot Type"
"404": "Nu s-au găsit roboți, puteți crea un bot făcând clic pe butonul \"Configurați un bot nou\" ↗",
"LOADING": "Preluarea Bots ...",
"TYPE": "Tip bot"
},
"DELETE": {
"BUTTON_TEXT": "Şterge",
"TITLE": "Delete Bot",
"TITLE": "Ștergeți botul",
"SUBMIT": "Şterge",
"CANCEL_BUTTON_TEXT": "Renunță",
"DESCRIPTION": "Are you sure you want to delete this bot? This action is irreversible",
"DESCRIPTION": "Sunteți sigur că doriți să ștergeți acest bot? Această acțiune este ireversibilă",
"API": {
"SUCCESS_MESSAGE": "Bot deleted successfully",
"ERROR_MESSAGE": "Could not able to delete bot, Please try again later"
"SUCCESS_MESSAGE": "Agent sters cu succes",
"ERROR_MESSAGE": "Nu a putut șterge o regulă de automatizare, Încercați din nou mai târziu"
}
},
"EDIT": {
"BUTTON_TEXT": "Editare",
"LOADING": "Fetching Bots...",
"TITLE": "Edit Bot",
"LOADING": "Preluarea Bots ...",
"TITLE": "Editare bot",
"CANCEL_BUTTON_TEXT": "Renunță",
"API": {
"SUCCESS_MESSAGE": "Bot updated successfully",
"ERROR_MESSAGE": "Could not update bot, Please try again later"
"SUCCESS_MESSAGE": "Bot actualizat cu succes",
"ERROR_MESSAGE": "Nu s-a putut actualiza botul, Vă rugăm să încercați din nou mai târziu"
}
},
"TYPES": {
"WEBHOOK": "Webhook Bot",
"WEBHOOK": "Webhook",
"CSML": "CSML Bot"
}
}