mirror of
https://github.com/lingble/chatwoot.git
synced 2026-01-10 14:31:26 +00:00
16 lines
446 B
JSON
16 lines
446 B
JSON
{
|
|
"RESET_PASSWORD": {
|
|
"TITLE": "Resetuj hasło",
|
|
"EMAIL": {
|
|
"LABEL": "E-mail",
|
|
"PLACEHOLDER": "Wprowadź swój adres e-mail",
|
|
"ERROR": "Wprowadź poprawny adres e-mail"
|
|
},
|
|
"API": {
|
|
"SUCCESS_MESSAGE": "Link do resetowania hasła został wysłany na Twój adres e-mail",
|
|
"ERROR_MESSAGE": "Nie można połączyć się z Woot Server, spróbuj ponownie później"
|
|
},
|
|
"SUBMIT": "Prześlij"
|
|
}
|
|
}
|