feat: Internationalize login and registration pages by adding new translation keys and applying them to UI texts.
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
"{{count}} selected_many": "{{count}} zaznaczonych",
|
||||
"{{count}} selected_other": "{{count}} zaznaczonych",
|
||||
"Add a new note to your collection.": "Dodaj nową notatkę do swojej kolekcji.",
|
||||
"Already have an account?": "Masz już konto?",
|
||||
"API Configuration": "Konfiguracja API",
|
||||
"API URL reset to default. Please reload the page.": "URL API zresetowano do domyślnego. Przeładuj stronę.",
|
||||
"API URL updated successfully. Please reload the page.": "URL API zaktualizowano pomyślnie. Przeładuj stronę.",
|
||||
@@ -20,12 +21,16 @@
|
||||
"Backend URL": "Adres URL backendu",
|
||||
"Choose your preferred language": "Wybierz preferowany język",
|
||||
"Color": "Kolor",
|
||||
"Confirm Password": "Potwierdź hasło",
|
||||
"Configure the application settings.": "Skonfiguruj ustawienia aplikacji.",
|
||||
"Configure the backend API URL for this application": "Skonfiguruj URL API backendu dla tej aplikacji",
|
||||
"Content": "Treść",
|
||||
"Copy note": "Kopiuj notatkę",
|
||||
"Create": "Utwórz",
|
||||
"Create account": "Utwórz konto",
|
||||
"Create an account": "Utwórz konto",
|
||||
"Create Note": "Utwórz notatkę",
|
||||
"Creating account...": "Tworzenie konta...",
|
||||
"Current API URL": "Aktualny URL API",
|
||||
"Custom API URL": "Własny URL API",
|
||||
"Data Management": "Zarządzanie danymi",
|
||||
@@ -35,12 +40,18 @@
|
||||
"Deleted {{count}} note_few": "Usunięto {{count}} notatki",
|
||||
"Deleted {{count}} note_many": "Usunięto {{count}} notatek",
|
||||
"Deleted {{count}} note_other": "Usunięto {{count}} notatek",
|
||||
"Don't have an account?": "Nie masz konta?",
|
||||
"Edit Note": "Edytuj notatkę",
|
||||
"Email": "Email",
|
||||
"Enter your email below to create your account": "Wpisz swój email poniżej, aby utworzyć konto",
|
||||
"Enter your email to sign in to your account": "Wpisz swój email, aby się zalogować",
|
||||
"Export Data": "Eksportuj dane",
|
||||
"Export failed": "Eksport nie powiódł się",
|
||||
"Export successful": "Eksport zakończony sukcesem",
|
||||
"Export your notes for backup or import from a JSON file.": "Wyeksportuj swoje notatki do kopii zapasowej lub zaimportuj z pliku JSON.",
|
||||
"Failed to copy note": "Nie udało się skopiować notatki",
|
||||
"Failed to login": "Nie udało się zalogować",
|
||||
"Failed to register": "Nie udało się zarejestrować",
|
||||
"Grid View": "Widok siatki",
|
||||
"History": "Historia",
|
||||
"Import Data": "Importuj dane",
|
||||
@@ -61,24 +72,24 @@
|
||||
"Note created": "Notatka utworzona",
|
||||
"Note title": "Tytuł notatki",
|
||||
"Note updated": "Notatka zaktualizowana",
|
||||
"Notes": "Notatki",
|
||||
"Others": "Inne",
|
||||
"Password": "Hasło",
|
||||
"Pin this note": "Przypnij tę notatkę",
|
||||
"Pinned": "Przypięte",
|
||||
"Please enter a URL": "Proszę podać URL",
|
||||
"Registration is currently disabled": "Rejestracja jest obecnie wyłączona",
|
||||
"Reload": "Przeładuj",
|
||||
"Rename": "Zmień nazwę",
|
||||
"Reset to Default": "Przywróć domyślne",
|
||||
"Save": "Zapisz",
|
||||
"Save changes": "Zapisz zmiany",
|
||||
"Saving": {
|
||||
"": {
|
||||
"": {
|
||||
"": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"Saving...": "Zapisywanie...",
|
||||
"Search your notes...": "Szukaj swoich notatek...",
|
||||
"Settings": "Ustawienia",
|
||||
"Sign in": "Zaloguj się",
|
||||
"Sign up": "Zarejestruj się",
|
||||
"Signing in...": "Logowanie...",
|
||||
"Tag deleted": "Tag usunięty",
|
||||
"Tag renamed": "Nazwę tagu zmieniono",
|
||||
"Tags": "Tagi",
|
||||
@@ -87,6 +98,7 @@
|
||||
"Title is required": "Tytuł jest wymagany",
|
||||
"Title too long": "Tytuł za długi",
|
||||
"Update": "Aktualizuj",
|
||||
"Welcome back": "Witaj ponownie",
|
||||
"work, todo, ideas": "praca, zadania, pomysły",
|
||||
"Your notes will appear here. Click + to create one.": "Twoje notatki pojawią się tutaj. Kliknij +, aby utworzyć notatkę."
|
||||
}
|
||||
Reference in New Issue
Block a user