|
| 1 | +const account = { |
| 2 | + 'Update your account details here.': 'Zmiana ustawień konta.', |
| 3 | + 'Change account email': 'Zmiana adresu email konta', |
| 4 | + 'Email address': 'Adres email', |
| 5 | + 'Two factor authentication': 'Uwierzytelnianie dwuskładnikowe', |
| 6 | + 'Go to admin panel': 'Panel admnistratora', |
| 7 | + Disabled: 'Wyłączone', |
| 8 | + Enabled: 'Włączone', |
| 9 | + 'Current password': 'Aktualne hasło', |
| 10 | + Update: 'Zaktualizuj', |
| 11 | + 'Select image': 'Wybierz zdjęcie', |
| 12 | + 'Update your profile details here.': 'Zaktualizuj dane swojego profilu tutaj.', |
| 13 | + Details: 'Szczegóły', |
| 14 | + Orders: 'Zamówienia', |
| 15 | + 'Edit Profil': 'Edytuj Profil', |
| 16 | + Name: 'Imię', |
| 17 | + 'Enter name': 'Podaj Imię', |
| 18 | + Username: 'Nazwa użytkownika', |
| 19 | + 'Enter username': 'Podaj nazwę użytkownika', |
| 20 | + Location: 'Lokalizacja', |
| 21 | + 'Enter location': 'Podaj lokalizację', |
| 22 | + Bio: 'Opis', |
| 23 | + 'Enter bio': 'Podaj opis', |
| 24 | + Password: 'Zmiana hasła', |
| 25 | + 'Here you can change your password.': 'Tutaj możesz zmienić swoje hasło.', |
| 26 | + 'Change password': 'Zmiana hasła', |
| 27 | + 'New password': 'Nowe hasło', |
| 28 | + 'Confirm password': 'Potwierdź hasło', |
| 29 | + Address: 'Adres', |
| 30 | + 'Enter address': 'Podaj adres', |
| 31 | + 'Update your address details.': 'Zaktualizuj swoje dane adresowe.', |
| 32 | + 'Home address': 'Adres domowy', |
| 33 | + Country: 'Kraj', |
| 34 | + 'Enter country': 'Podaj kraj', |
| 35 | + City: 'Miasto', |
| 36 | + 'Enter city': 'Podaj miasto', |
| 37 | + State: 'Województwo', |
| 38 | + 'Enter state': 'Podaj województwo', |
| 39 | + Street: 'Ulica', |
| 40 | + 'Enter street': 'Podaj ulica numer domu i/lub mieszkania', |
| 41 | + 'Postal code': 'Kod pocztowy', |
| 42 | + 'Enter postal code': 'Podaj kod pocztowy', |
| 43 | + 'You can delete your account here.': 'Tutaj możesz usunąć swoje konto.', |
| 44 | + 'Delete Account': 'Usuń konto', |
| 45 | + 'Delete Account Now!': 'Usuń moje konto', |
| 46 | + 'Your account and all your data will be deleted.': 'Twoje konto i wszystkie Twoje dane zostaną usunięte.', |
| 47 | + 'Enter current password': 'Podaj aktualne hasło', |
| 48 | + 'Enter new password': 'Podaj nowe hasło', |
| 49 | + 'Enter new password again': 'Podaj nowe hasło powtórnie', |
| 50 | + 'Enter email address': 'Podaj adres email', |
| 51 | +} |
| 52 | + |
| 53 | +export default account |
0 commit comments