add button for importing server config

This commit is contained in:
Cooper Liu
2022-10-13 10:23:52 +08:00
parent 3f4339cbe0
commit 9ac07b518d
24 changed files with 241 additions and 1 deletions

View File

@@ -29,6 +29,10 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Enable TCP Tunneling", "Włącz tunelowanie TCP"),
("IP Whitelisting", "Biała lista IP"),
("ID/Relay Server", "Serwer ID/Pośredniczący"),
("Import Server Conf", "Importuj konfigurację serwera"),
("Import server configuration successfully", "Importowanie konfiguracji serwera powiodło się"),
("Invalid server configuration", "Nieprawidłowa konfiguracja serwera"),
("Clipboard is empty", "Schowek jest pusty"),
("Stop service", "Zatrzymaj usługę"),
("Change ID", "Zmień ID"),
("Website", "Strona internetowa"),