16 lines
430 B
JSON
16 lines
430 B
JSON
{
|
|
"RESET_PASSWORD": {
|
|
"TITLE": "Reset password",
|
|
"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": "Could not connect to Woot server. Please try again."
|
|
},
|
|
"SUBMIT": "Prześlij"
|
|
}
|
|
}
|