chore: Enable Polish (pl), update translations (#2403)

Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
Sojan Jose
2021-06-15 22:15:18 +05:30
committed by GitHub
parent e41957ae02
commit 7a7f6234b1
406 changed files with 7491 additions and 952 deletions

View File

@@ -17,6 +17,24 @@
"Acciones"
]
},
"EDIT": {
"BUTTON_TEXT": "Editar",
"TITLE": "Editar Webhook",
"CANCEL": "Cancelar",
"DESC": "Los eventos Webhook te proporcionan la información en tiempo real sobre lo que está sucediendo en tu cuenta de Chatwoot. Por favor, introduce una URL válida para configurar un callback.",
"FORM": {
"END_POINT": {
"LABEL": "URL de Webhook",
"PLACEHOLDER": "Ejemplo: https://example/api/webhook",
"ERROR": "Por favor, introduzca una URL válida"
},
"SUBMIT": "Editar Webhook"
},
"API": {
"SUCCESS_MESSAGE": "URL del webhook actualizado correctamente",
"ERROR_MESSAGE": "No se pudo conectar al servidor Woot, por favor inténtalo de nuevo más tarde"
}
},
"ADD": {
"CANCEL": "Cancelar",
"TITLE": "Añadir nuevo webhook",