mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-03 23:01:27 +03:00
Merge branch 'master' into record
This commit is contained in:
@@ -187,7 +187,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Reboot required", "Wymagany restart"),
|
||||
("Unsupported display server ", "Nieobsługiwany serwer wyświetlania "),
|
||||
("x11 expected", "oczekiwane X11"),
|
||||
("Port", "Port"),
|
||||
("Port", ""),
|
||||
("Settings", "Ustawienia"),
|
||||
("Username", "Nazwa użytkownika"),
|
||||
("Invalid port", "Nieprawidłowy port"),
|
||||
@@ -268,7 +268,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("android_stop_service_tip", "android_stop_service_tip"),
|
||||
("android_version_audio_tip", "android_version_audio_tip"),
|
||||
("android_start_service_tip", "android_start_service_tip"),
|
||||
("Account", "Konto"),
|
||||
("Account", ""),
|
||||
("Overwrite", "Nadpisz"),
|
||||
("This file exists, skip or overwrite this file?", "Ten plik istnieje, pominąć czy nadpisać ten plik?"),
|
||||
("Quit", "Zrezygnuj"),
|
||||
@@ -289,19 +289,21 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Keep RustDesk background service", "Zachowaj usługę w tle RustDesk"),
|
||||
("Ignore Battery Optimizations", "Ignoruj optymalizację baterii"),
|
||||
("android_open_battery_optimizations_tip", "android_open_battery_optimizations_tip"),
|
||||
("Random Password After Session", "Losowe hasło po sesji"),
|
||||
("Keep", "Zachowaj"),
|
||||
("Update", "Aktualizacja"),
|
||||
("Disable", "Wyłącz"),
|
||||
("Onetime Password", "Hasło jednorazowe"),
|
||||
("Verification Method", "Metoda weryfikacji"),
|
||||
("Enable security password", "Włącz hasło zabezpieczające"),
|
||||
("Enable random password", "Włącz losowe hasło"),
|
||||
("Enable onetime password", "Włącz hasło jednorazowe"),
|
||||
("Disable onetime password", "Wyłącz hasło jednorazowe"),
|
||||
("Activate onetime password", "Aktywuj hasło jednorazowe"),
|
||||
("Set security password", "Ustaw hasło zabezpieczające"),
|
||||
("Connection not allowed", "Połączenie niedozwolone"),
|
||||
("Legacy mode", ""),
|
||||
("Map mode", ""),
|
||||
("Translate mode", ""),
|
||||
("Use temporary password", ""),
|
||||
("Use permanent password", ""),
|
||||
("Use both passwords", ""),
|
||||
("Set permanent password", ""),
|
||||
("Set temporary password length", ""),
|
||||
("Enable Remote Restart", ""),
|
||||
("Allow remote restart", ""),
|
||||
("Restart Remote Device", ""),
|
||||
("Are you sure you want to restart", ""),
|
||||
("Restarting Remote Device", ""),
|
||||
("remote_restarting_tip", ""),
|
||||
("Copied", ""),
|
||||
("Exit Fullscreen", "Wyłączyć tryb pełnoekranowy"),
|
||||
("Fullscreen", "Pełny ekran"),
|
||||
@@ -322,9 +324,12 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Scale adaptive", "Skala adaptacyjna"),
|
||||
("General", ""),
|
||||
("Security", ""),
|
||||
("Acount", ""),
|
||||
("Account", ""),
|
||||
("Theme", ""),
|
||||
("Dark Theme", ""),
|
||||
("Dark", ""),
|
||||
("Light", ""),
|
||||
("Follow System", ""),
|
||||
("Enable hardware codec", ""),
|
||||
("Unlock Security Settings", ""),
|
||||
("Enable Audio", ""),
|
||||
@@ -352,5 +357,8 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Stop session recording", ""),
|
||||
("Enable Recording Session", ""),
|
||||
("Allow recording session", ""),
|
||||
("Enable LAN Discovery", ""),
|
||||
("Deny LAN Discovery", ""),
|
||||
("Write a message", ""),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user