mirror of
https://github.com/filegator/filegator.git
synced 2025-08-11 20:14:49 +02:00
Create polish.js
This commit is contained in:
committed by
Milos Stojanovic
parent
279b405710
commit
59754c53bc
77
frontend/translations/polish.js
Normal file
77
frontend/translations/polish.js
Normal file
@@ -0,0 +1,77 @@
|
|||||||
|
const data = {
|
||||||
|
'Selected': 'Selected: {0} of {1}',
|
||||||
|
'Uploading files': 'Uploading {0}% of {1}',
|
||||||
|
'File size error': '{0} is too large, please upload files less than {1}',
|
||||||
|
'Upload failed': '{0} failed to upload',
|
||||||
|
'Per page': '{0} Na stronę',
|
||||||
|
'Folder': 'Folde',
|
||||||
|
'Login failed, please try again': 'Zły login lub hasło.',
|
||||||
|
'Already logged in': 'Already logged in.',
|
||||||
|
'Please enter username and password': 'Wpisz login i hasło.',
|
||||||
|
'Not Found': 'Nie znaleziono',
|
||||||
|
'Not Allowed': 'Nie dozwolony',
|
||||||
|
'Please log in': 'Please log in',
|
||||||
|
'Unknown error': 'Unknown error',
|
||||||
|
'Add files': 'Dodaj plik',
|
||||||
|
'New': 'Nowy',
|
||||||
|
'New name': 'Nowa nazwa',
|
||||||
|
'Username': 'Login',
|
||||||
|
'Password': 'Hasło',
|
||||||
|
'Login': 'Zaloguj',
|
||||||
|
'Logout': 'Wyloguj',
|
||||||
|
'Profile': 'Profile',
|
||||||
|
'No pagination': 'Brak podziału na strony',
|
||||||
|
'Time': 'Czas',
|
||||||
|
'Name': 'Nazwa',
|
||||||
|
'Size': 'Rozmiar',
|
||||||
|
'Home': 'Folder główny',
|
||||||
|
'Copy': 'Kopiuj',
|
||||||
|
'Move': 'Przenieś',
|
||||||
|
'Rename': 'Zmień nazwę',
|
||||||
|
'Required': 'Proszę wypełnić to pole',
|
||||||
|
'Zip': 'Zip',
|
||||||
|
'Batch Download': 'Pobieranie zbiorcze',
|
||||||
|
'Unzip': 'Rozpakuj',
|
||||||
|
'Delete': 'Usuń',
|
||||||
|
'Download': 'Download',
|
||||||
|
'Copy link': 'Kopiuj link',
|
||||||
|
'Done': 'Done',
|
||||||
|
'File': 'Plik',
|
||||||
|
'Drop files to upload': 'Drop files to upload',
|
||||||
|
'Close': 'Zamknij',
|
||||||
|
'Select Folder': 'Select Folder',
|
||||||
|
'Users': 'Użytkownik',
|
||||||
|
'Files': 'Pliki',
|
||||||
|
'Role': 'Role',
|
||||||
|
'Cancel': 'Anuluj',
|
||||||
|
'Paused': 'Pauza',
|
||||||
|
'Confirm': 'Potwierdź',
|
||||||
|
'Create': 'Stwórz',
|
||||||
|
'User': 'Użytkownik',
|
||||||
|
'Admin': 'Admin',
|
||||||
|
'Save': 'Zapisz',
|
||||||
|
'Read': 'Podgląd',
|
||||||
|
'Write': 'Zapisz',
|
||||||
|
'Upload': 'Upload',
|
||||||
|
'Permissions': 'Uprawnienia',
|
||||||
|
'Homedir': 'Folder Główny',
|
||||||
|
'Leave blank for no change': 'Pozostaw puste, bez zmian',
|
||||||
|
'Are you sure you want to do this?': 'Jesteś pewny że chcesz to zrobić?',
|
||||||
|
'Are you sure you want to allow access to everyone?': 'Czy na pewno chcesz zezwolić na dostęp wszystkim?',
|
||||||
|
'Are you sure you want to stop all uploads?': 'Czy na pewno chcesz zatrzymać wszystkie przesyłane pliki?',
|
||||||
|
'Something went wrong': 'Coś poszło nie tak',
|
||||||
|
'Invalid directory': 'Nieprawidłowy katalog',
|
||||||
|
'This field is required': 'To pole jest wymagane',
|
||||||
|
'Username already taken': 'Nazwa użytkownika zajęta',
|
||||||
|
'User not found': 'Użytkownik nie znaleziony',
|
||||||
|
'Old password': 'Stare hasło',
|
||||||
|
'New password': 'Nowe hasło',
|
||||||
|
'Wrong password': 'Nieprawidłowe hasło',
|
||||||
|
'Updated': 'Zaktualizowano',
|
||||||
|
'Deleted': 'Usunięte',
|
||||||
|
'Your file is ready': 'Twój plik jest gotowy',
|
||||||
|
'View': 'Podgląd',
|
||||||
|
'Search': 'Szukaj',
|
||||||
|
'Download permission': 'Download',
|
||||||
|
'Guest': 'Gość',
|
||||||
|
}
|
Reference in New Issue
Block a user