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 @@
"Actions"
]
},
"EDIT": {
"BUTTON_TEXT": "Modifier",
"TITLE": "Edit webhook",
"CANCEL": "Annuler",
"DESC": "Les événements Webhook vous fournissent des informations en temps réel sur ce qui se passe dans votre compte Chatwoot. Veuillez entrer une URL valide pour configurer un callback.",
"FORM": {
"END_POINT": {
"LABEL": "URL du Webhook",
"PLACEHOLDER": "Exemple : https://exemple/api/webhook",
"ERROR": "Veuillez entrer une URL valide"
},
"SUBMIT": "Edit webhook"
},
"API": {
"SUCCESS_MESSAGE": "Webhook URL updated successfully",
"ERROR_MESSAGE": "Impossible de se connecter au serveur Woot, veuillez réessayer plus tard"
}
},
"ADD": {
"CANCEL": "Annuler",
"TITLE": "Ajouter un nouveau webhook",