mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-07-14 20:05:02 +03:00
translate all
This commit is contained in:
@@ -379,7 +379,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Screen Share", "Képernyőmegosztás"),
|
||||
("ubuntu-21-04-required", "A Waylandhez Ubuntu 21.04 vagy újabb verzió szükséges."),
|
||||
("wayland-requires-higher-linux-version", "A Wayland a Linux disztribúció magasabb verzióját igényli. Próbálja ki az X11 asztali környezetet, vagy változtassa meg az operációs rendszert."),
|
||||
("xdp-portal-unavailable", ""),
|
||||
("xdp-portal-unavailable", "A Wayland képernyőrögzítés sikertelen. Lehet, hogy az XDG Desktop Portal összeomlott, vagy nem érhető el. Próbálja meg újraindítani a következővel: `systemctl --user restart xdg-desktop-portal`."),
|
||||
("JumpLink", "Hiperhivatkozás"),
|
||||
("Please Select the screen to be shared(Operate on the peer side).", "Válassza ki a megosztani kívánt képernyőt."),
|
||||
("Show RustDesk", "A RustDesk megjelenítése"),
|
||||
@@ -744,19 +744,19 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("password-hidden-tip", "Állandó jelszó lett beállítva (rejtett)."),
|
||||
("preset-password-in-use-tip", "Jelenleg az alapértelmezett jelszót használja."),
|
||||
("Enable privacy mode", "Adatvédelmi mód aktiválása"),
|
||||
("allow-remote-toolbar-docking-any-edge", ""),
|
||||
("API Token", ""),
|
||||
("Deploy", ""),
|
||||
("Custom ID (optional)", ""),
|
||||
("server_requires_deployment_tip", ""),
|
||||
("The server does not require explicit deployment.", ""),
|
||||
("Unknown response.", ""),
|
||||
("wayland-keyboard-input-disabled-tip", ""),
|
||||
("wayland-keyboard-input-consent-tip", ""),
|
||||
("wayland-keyboard-input-applies-to-tip", ""),
|
||||
("wayland-soft-keyboard-input-label", ""),
|
||||
("wayland-keyboard-input-reset-choice-tip", ""),
|
||||
("remember-wayland-keyboard-choice-tip", ""),
|
||||
("Why this happens", ""),
|
||||
("allow-remote-toolbar-docking-any-edge", "A távoli eszköztár dokkolásának engedélyezése az ablak bármely széléhez"),
|
||||
("API Token", "API-token"),
|
||||
("Deploy", "Telepítés"),
|
||||
("Custom ID (optional)", "Egyéni azonosító (nem kötelező)"),
|
||||
("server_requires_deployment_tip", "A kiszolgáló megköveteli, hogy ez az eszköz kifejezetten telepítve legyen. Telepíti most?"),
|
||||
("The server does not require explicit deployment.", "A kiszolgáló nem igényel kifejezett telepítést."),
|
||||
("Unknown response.", "Ismeretlen válasz."),
|
||||
("wayland-keyboard-input-disabled-tip", "Engedélyezi a billentyűzetbevitelt?"),
|
||||
("wayland-keyboard-input-consent-tip", "Amit ezen a távoli számítógépen begépel (beleértve a jelszavakat is), azt a rajta futó más alkalmazások is olvashatják."),
|
||||
("wayland-keyboard-input-applies-to-tip", "Ez a választás a következőre vonatkozik:"),
|
||||
("wayland-soft-keyboard-input-label", "Szoftveres billentyűzetbevitel"),
|
||||
("wayland-keyboard-input-reset-choice-tip", "Billentyűzetbevitel választásának visszaállítása"),
|
||||
("remember-wayland-keyboard-choice-tip", "Ne kérdezze meg újra ennél a távoli számítógépnél"),
|
||||
("Why this happens", "Miért történik ez"),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user