Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Update translations #392

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 26 additions & 1 deletion chameleonultragui/lib/l10n/app_pl.arb
Original file line number Diff line number Diff line change
Expand Up @@ -227,5 +227,30 @@
"must_be_valid_hex": "Musi by\u0107 poprawny HEX",
"export_to_dictionary": "Eksportuj znalezione klucze",
"enter_name_of_card": "Wprowad\u017a nazw\u0119 karty",
"enter_name_of_dictionary": "Wprowad\u017a nazw\u0119 s\u0142ownika"
"enter_name_of_dictionary": "Wprowad\u017a nazw\u0119 s\u0142ownika",
"qrCodeScanner": "Skaner kod\u00f3w QR",
"qrCodeViewer": "Przegl\u0105darka kod\u00f3w QR",
"done": "Gotowe",
"next_qr_code": "Nast\u0119pny kod QR ({number}/{total})",
"qrCodeImport": "Import kodu QR",
"startScanning": "Rozpocznij skanowanie",
"finishImport": "Zako\u0144cz importowanie",
"scan_next_qr_code": "Zeskanuj nast\u0119pny kod QR ({number}/{total})",
"checksumOk": "Suma kontrolna OK",
"choose_export_method": "Wybierz metod\u0119 eksportu",
"choose_export_method_description": "Wybierz jak chcesz wyeksportowa\u0107 swoje ustawienia",
"qr_code_settings": "Ustawienia eksportu kodu QR",
"split_size": "Rozmiar cz\u0119\u015bci",
"split_size_tooltip": "Rozmiar cz\u0119\u015bci to maksymalna ilo\u015b\u0107 znak\u00f3w na kod QR. Mniejszy rozmiar cz\u0119\u015bci daje wi\u0119cej mniejszych kod\u00f3w QR. Mniejsze kody QR s\u0105 \u0142atwiejsze do skanowania.",
"please_enter_a_valid_number": "Wprowad\u017a prawid\u0142ow\u0105 liczb\u0119",
"please_enter_a_number_greater_than": "Wprowad\u017a liczb\u0119 wi\u0119ksz\u0105 ni\u017c {number}",
"error_correction": "Korekta b\u0142\u0119du",
"error_correction_tooltip": "Korekta b\u0142\u0119du zajmuje wi\u0119cej miejsca, skutkuj\u0105c wi\u0119ksz\u0105 liczb\u0105 kod\u00f3w QR:\nL = 1; M = 0; Q = 3; H = 2;",
"please_enter_a_number_between": "Wprowad\u017a liczb\u0119 pomi\u0119dzy {min} a {max}",
"json_file": "Plik JSON",
"export_settings": "Eksport ustawie\u0144",
"import_settings": "Import ustawie\u0144",
"import_settings_description": "Wybierz jak chcesz zaimportowa\u0107 swoje ustawienia",
"qr_code_import_not_supported_description": "Import kodu QR jest obs\u0142ugiwany tylko na urz\u0105dzeniach mobilnych",
"test_qr_code": "Testuj kod QR"
}
Loading