From 626a091f55d1c6de9d8c50ed343eaf9e48fa9b50 Mon Sep 17 00:00:00 2001 From: fufesou <13586388+fufesou@users.noreply.github.com> Date: Fri, 6 Feb 2026 14:18:48 +0800 Subject: [PATCH] fix(translation): OIDC, Continue with (#14271) Signed-off-by: fufesou --- flutter/lib/common/widgets/login.dart | 2 +- src/lang/ar.rs | 2 +- src/lang/be.rs | 2 +- src/lang/bg.rs | 2 +- src/lang/ca.rs | 2 +- src/lang/cn.rs | 2 +- src/lang/cs.rs | 2 +- src/lang/da.rs | 2 +- src/lang/de.rs | 2 +- src/lang/el.rs | 2 +- src/lang/eo.rs | 2 +- src/lang/es.rs | 2 +- src/lang/et.rs | 2 +- src/lang/eu.rs | 2 +- src/lang/fa.rs | 2 +- src/lang/fi.rs | 2 +- src/lang/fr.rs | 2 +- src/lang/ge.rs | 2 +- src/lang/he.rs | 2 +- src/lang/hr.rs | 2 +- src/lang/hu.rs | 2 +- src/lang/id.rs | 2 +- src/lang/it.rs | 2 +- src/lang/ja.rs | 2 +- src/lang/ko.rs | 2 +- src/lang/kz.rs | 2 +- src/lang/lt.rs | 2 +- src/lang/lv.rs | 2 +- src/lang/nb.rs | 2 +- src/lang/nl.rs | 2 +- src/lang/pl.rs | 2 +- src/lang/pt_PT.rs | 2 +- src/lang/ptbr.rs | 2 +- src/lang/ro.rs | 2 +- src/lang/ru.rs | 2 +- src/lang/sc.rs | 2 +- src/lang/sk.rs | 2 +- src/lang/sl.rs | 2 +- src/lang/sq.rs | 2 +- src/lang/sr.rs | 2 +- src/lang/sv.rs | 2 +- src/lang/ta.rs | 2 +- src/lang/template.rs | 2 +- src/lang/th.rs | 2 +- src/lang/tr.rs | 2 +- src/lang/tw.rs | 2 +- src/lang/uk.rs | 2 +- src/lang/vi.rs | 2 +- 48 files changed, 48 insertions(+), 48 deletions(-) diff --git a/flutter/lib/common/widgets/login.dart b/flutter/lib/common/widgets/login.dart index 5fafc87b9..62ade8e51 100644 --- a/flutter/lib/common/widgets/login.dart +++ b/flutter/lib/common/widgets/login.dart @@ -103,7 +103,7 @@ class ButtonOP extends StatelessWidget { child: FittedBox( fit: BoxFit.scaleDown, child: Center( - child: Text('${translate("Continue with")} $opLabel')), + child: Text(translate("Continue with {$opLabel}"))), ), ), ], diff --git a/src/lang/ar.rs b/src/lang/ar.rs index 14f74f048..65853847a 100644 --- a/src/lang/ar.rs +++ b/src/lang/ar.rs @@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Show RustDesk", "عرض RustDesk"), ("This PC", "هذا الحاسب"), ("or", "او"), - ("Continue with", "متابعة مع"), ("Elevate", "ارتقاء"), ("Zoom cursor", "تكبير المؤشر"), ("Accept sessions via password", "قبول الجلسات عبر كلمة المرور"), @@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Changelog", ""), ("keep-awake-during-outgoing-sessions-label", ""), ("keep-awake-during-incoming-sessions-label", ""), + ("Continue with {}", "متابعة مع {}"), ].iter().cloned().collect(); } diff --git a/src/lang/be.rs b/src/lang/be.rs index 7e0322deb..0b8492e9c 100644 --- a/src/lang/be.rs +++ b/src/lang/be.rs @@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Show RustDesk", "Паказаць RustDesk"), ("This PC", "Гэты кампутар"), ("or", "або"), - ("Continue with", "Працягнуць з"), ("Elevate", "Павысіць"), ("Zoom cursor", "Павялічэнне курсора"), ("Accept sessions via password", "Прымаць сеансы па паролю"), @@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Changelog", ""), ("keep-awake-during-outgoing-sessions-label", ""), ("keep-awake-during-incoming-sessions-label", ""), + ("Continue with {}", "Працягнуць з {}"), ].iter().cloned().collect(); } diff --git a/src/lang/bg.rs b/src/lang/bg.rs index 573a7824e..986b7b1fb 100644 --- a/src/lang/bg.rs +++ b/src/lang/bg.rs @@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Show RustDesk", "Покажи RustDesk"), ("This PC", "Този компютър"), ("or", "или"), - ("Continue with", "Продължи с"), ("Elevate", "Повишаване"), ("Zoom cursor", "Уголемяване курсор"), ("Accept sessions via password", "Приемане сесии чрез парола"), @@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Changelog", ""), ("keep-awake-during-outgoing-sessions-label", ""), ("keep-awake-during-incoming-sessions-label", ""), + ("Continue with {}", "Продължи с {}"), ].iter().cloned().collect(); } diff --git a/src/lang/ca.rs b/src/lang/ca.rs index adbbd3d09..3a7d5498e 100644 --- a/src/lang/ca.rs +++ b/src/lang/ca.rs @@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Show RustDesk", "Mostra el RustDesk"), ("This PC", "Aquest equip"), ("or", "o"), - ("Continue with", "Continua amb"), ("Elevate", "Permisos ampliats"), ("Zoom cursor", "Escala del ratolí"), ("Accept sessions via password", "Accepta les sessions mitjançant una contrasenya"), @@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Changelog", ""), ("keep-awake-during-outgoing-sessions-label", ""), ("keep-awake-during-incoming-sessions-label", ""), + ("Continue with {}", "Continua amb {}"), ].iter().cloned().collect(); } diff --git a/src/lang/cn.rs b/src/lang/cn.rs index 24a2bf5cc..516015390 100644 --- a/src/lang/cn.rs +++ b/src/lang/cn.rs @@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Show RustDesk", "显示 RustDesk"), ("This PC", "此电脑"), ("or", "或"), - ("Continue with", "使用"), ("Elevate", "提权"), ("Zoom cursor", "缩放光标"), ("Accept sessions via password", "只允许密码访问"), @@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Changelog", "更新日志"), ("keep-awake-during-outgoing-sessions-label", ""), ("keep-awake-during-incoming-sessions-label", ""), + ("Continue with {}", "使用 {} 登录"), ].iter().cloned().collect(); } diff --git a/src/lang/cs.rs b/src/lang/cs.rs index ff8b9856a..497af5cf1 100644 --- a/src/lang/cs.rs +++ b/src/lang/cs.rs @@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Show RustDesk", "Zobrazit RustDesk"), ("This PC", "Tento počítač"), ("or", "nebo"), - ("Continue with", "Pokračovat s"), ("Elevate", "Zvýšit"), ("Zoom cursor", "Kurzor přiblížení"), ("Accept sessions via password", "Přijímat relace pomocí hesla"), @@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Changelog", ""), ("keep-awake-during-outgoing-sessions-label", ""), ("keep-awake-during-incoming-sessions-label", ""), + ("Continue with {}", "Pokračovat s {}"), ].iter().cloned().collect(); } diff --git a/src/lang/da.rs b/src/lang/da.rs index 9d0b6960a..6505f2bdf 100644 --- a/src/lang/da.rs +++ b/src/lang/da.rs @@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Show RustDesk", "Vis RustDesk"), ("This PC", "Denne PC"), ("or", "eller"), - ("Continue with", "Fortsæt med"), ("Elevate", "Elevér"), ("Zoom cursor", "Zoom markør"), ("Accept sessions via password", "Acceptér sessioner via adgangskode"), @@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Changelog", ""), ("keep-awake-during-outgoing-sessions-label", ""), ("keep-awake-during-incoming-sessions-label", ""), + ("Continue with {}", "Fortsæt med {}"), ].iter().cloned().collect(); } diff --git a/src/lang/de.rs b/src/lang/de.rs index b0757e223..5ada5b270 100644 --- a/src/lang/de.rs +++ b/src/lang/de.rs @@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Show RustDesk", "RustDesk anzeigen"), ("This PC", "Dieser PC"), ("or", "oder"), - ("Continue with", "Fortfahren mit"), ("Elevate", "Zugriff gewähren"), ("Zoom cursor", "Cursor vergrößern"), ("Accept sessions via password", "Sitzung mit Passwort bestätigen"), @@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Changelog", "Änderungsprotokoll"), ("keep-awake-during-outgoing-sessions-label", "Bildschirm während ausgehender Sitzungen aktiv halten"), ("keep-awake-during-incoming-sessions-label", "Bildschirm während eingehender Sitzungen aktiv halten"), + ("Continue with {}", "Fortfahren mit {}"), ].iter().cloned().collect(); } diff --git a/src/lang/el.rs b/src/lang/el.rs index caf0b4566..1542a8ee1 100644 --- a/src/lang/el.rs +++ b/src/lang/el.rs @@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Show RustDesk", "Εμφάνιση RustDesk"), ("This PC", "Αυτός ο υπολογιστής"), ("or", "ή"), - ("Continue with", "Συνέχεια με"), ("Elevate", "Ανύψωση"), ("Zoom cursor", "Kέρσορας μεγέθυνσης"), ("Accept sessions via password", "Αποδοχή συνεδριών με κωδικό πρόσβασης"), @@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Changelog", ""), ("keep-awake-during-outgoing-sessions-label", ""), ("keep-awake-during-incoming-sessions-label", ""), + ("Continue with {}", "Συνέχεια με {}"), ].iter().cloned().collect(); } diff --git a/src/lang/eo.rs b/src/lang/eo.rs index 5edd85ccf..303fc45a8 100644 --- a/src/lang/eo.rs +++ b/src/lang/eo.rs @@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Show RustDesk", ""), ("This PC", ""), ("or", ""), - ("Continue with", ""), ("Elevate", ""), ("Zoom cursor", ""), ("Accept sessions via password", ""), @@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Changelog", ""), ("keep-awake-during-outgoing-sessions-label", ""), ("keep-awake-during-incoming-sessions-label", ""), + ("Continue with {}", ""), ].iter().cloned().collect(); } diff --git a/src/lang/es.rs b/src/lang/es.rs index a6e010568..bceff6a56 100644 --- a/src/lang/es.rs +++ b/src/lang/es.rs @@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Show RustDesk", "Mostrar RustDesk"), ("This PC", "Este PC"), ("or", "o"), - ("Continue with", "Continuar con"), ("Elevate", "Elevar privilegios"), ("Zoom cursor", "Ampliar cursor"), ("Accept sessions via password", "Aceptar sesiones a través de contraseña"), @@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Changelog", ""), ("keep-awake-during-outgoing-sessions-label", ""), ("keep-awake-during-incoming-sessions-label", ""), + ("Continue with {}", "Continuar con {}"), ].iter().cloned().collect(); } diff --git a/src/lang/et.rs b/src/lang/et.rs index 910db4df7..4d87490ac 100644 --- a/src/lang/et.rs +++ b/src/lang/et.rs @@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Show RustDesk", "Kuva RustDesk"), ("This PC", "See arvuti"), ("or", "või"), - ("Continue with", "Jätka koos"), ("Elevate", "Tõsta"), ("Zoom cursor", "Suumi kursorit"), ("Accept sessions via password", "Aktsepteeri seansid parooli kaudu"), @@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Changelog", ""), ("keep-awake-during-outgoing-sessions-label", ""), ("keep-awake-during-incoming-sessions-label", ""), + ("Continue with {}", "Jätka koos {}"), ].iter().cloned().collect(); } diff --git a/src/lang/eu.rs b/src/lang/eu.rs index daaedb24c..ba0979fe7 100644 --- a/src/lang/eu.rs +++ b/src/lang/eu.rs @@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Show RustDesk", "Erakutsi RustDesk"), ("This PC", "PC hau"), ("or", "edo"), - ("Continue with", "Jarraitu honekin"), ("Elevate", "Igo maila"), ("Zoom cursor", "Handitu kurtsorea"), ("Accept sessions via password", "Onartu saioak pasahitzaren bidez"), @@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Changelog", ""), ("keep-awake-during-outgoing-sessions-label", ""), ("keep-awake-during-incoming-sessions-label", ""), + ("Continue with {}", "{} honekin jarraitu"), ].iter().cloned().collect(); } diff --git a/src/lang/fa.rs b/src/lang/fa.rs index 47df53bc9..5fe019444 100644 --- a/src/lang/fa.rs +++ b/src/lang/fa.rs @@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Show RustDesk", "RustDesk نمایش"), ("This PC", "This PC"), ("or", "یا"), - ("Continue with", "ادامه با"), ("Elevate", "ارتقاء"), ("Zoom cursor", " بزرگنمایی نشانگر ماوس"), ("Accept sessions via password", "قبول درخواست با رمز عبور"), @@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Changelog", ""), ("keep-awake-during-outgoing-sessions-label", ""), ("keep-awake-during-incoming-sessions-label", ""), + ("Continue with {}", "ادامه با {}"), ].iter().cloned().collect(); } diff --git a/src/lang/fi.rs b/src/lang/fi.rs index d63d8ce20..59f25538b 100644 --- a/src/lang/fi.rs +++ b/src/lang/fi.rs @@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Show RustDesk", "Näytä RustDesk"), ("This PC", "Tämä tietokone"), ("or", "tai"), - ("Continue with", "Jatka käyttäen"), ("Elevate", "Korota oikeudet"), ("Zoom cursor", "Suurennusosoitin"), ("Accept sessions via password", "Hyväksy istunnot salasanalla"), @@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Changelog", ""), ("keep-awake-during-outgoing-sessions-label", ""), ("keep-awake-during-incoming-sessions-label", ""), + ("Continue with {}", "Jatka käyttäen {}"), ].iter().cloned().collect(); } diff --git a/src/lang/fr.rs b/src/lang/fr.rs index 9b56726d5..9637233aa 100644 --- a/src/lang/fr.rs +++ b/src/lang/fr.rs @@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Show RustDesk", "Afficher RustDesk"), ("This PC", "Ce PC"), ("or", "ou"), - ("Continue with", "Continuer avec"), ("Elevate", "Élever les privilèges"), ("Zoom cursor", "Augmenter la taille du curseur"), ("Accept sessions via password", "Accepter les sessions via mot de passe"), @@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Changelog", "Journal des modifications"), ("keep-awake-during-outgoing-sessions-label", "Maintenir l’écran allumé lors des sessions sortantes"), ("keep-awake-during-incoming-sessions-label", "Maintenir l’écran allumé lors des sessions entrantes"), + ("Continue with {}", "Continuer avec {}"), ].iter().cloned().collect(); } diff --git a/src/lang/ge.rs b/src/lang/ge.rs index 178906587..ffb9e351d 100644 --- a/src/lang/ge.rs +++ b/src/lang/ge.rs @@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Show RustDesk", "RustDesk-ის ჩვენება"), ("This PC", "ეს კომპიუტერი"), ("or", "ან"), - ("Continue with", "გაგრძელება"), ("Elevate", "უფლებების აწევა"), ("Zoom cursor", "კურსორის მასშტაბირება"), ("Accept sessions via password", "სესიების მიღება პაროლით"), @@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Changelog", ""), ("keep-awake-during-outgoing-sessions-label", ""), ("keep-awake-during-incoming-sessions-label", ""), + ("Continue with {}", "{}-ით გაგრძელება"), ].iter().cloned().collect(); } diff --git a/src/lang/he.rs b/src/lang/he.rs index 3a58c1235..74b93c155 100644 --- a/src/lang/he.rs +++ b/src/lang/he.rs @@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Show RustDesk", "הצג את RustDesk"), ("This PC", "מחשב זה"), ("or", "או"), - ("Continue with", "המשך עם"), ("Elevate", "הפעל הרשאות מורחבות"), ("Zoom cursor", "הגדל סמן"), ("Accept sessions via password", "קבל הפעלות באמצעות סיסמה"), @@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Changelog", ""), ("keep-awake-during-outgoing-sessions-label", ""), ("keep-awake-during-incoming-sessions-label", ""), + ("Continue with {}", "המשך עם {}"), ].iter().cloned().collect(); } diff --git a/src/lang/hr.rs b/src/lang/hr.rs index b946ab2de..8232b8635 100644 --- a/src/lang/hr.rs +++ b/src/lang/hr.rs @@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Show RustDesk", "Prikaži RustDesk"), ("This PC", "Ovo računalo"), ("or", "ili"), - ("Continue with", "Nastavi sa"), ("Elevate", "Izdigni"), ("Zoom cursor", "Zumiraj kursor"), ("Accept sessions via password", "Prihvati sesije preko lozinke"), @@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Changelog", ""), ("keep-awake-during-outgoing-sessions-label", ""), ("keep-awake-during-incoming-sessions-label", ""), + ("Continue with {}", "Nastavi sa {}"), ].iter().cloned().collect(); } diff --git a/src/lang/hu.rs b/src/lang/hu.rs index c06400cbf..c9f5453b9 100644 --- a/src/lang/hu.rs +++ b/src/lang/hu.rs @@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Show RustDesk", "A RustDesk megjelenítése"), ("This PC", "Ez a számítógép"), ("or", "vagy"), - ("Continue with", "Folytatás a következővel"), ("Elevate", "Hozzáférés engedélyezése"), ("Zoom cursor", "Kurzor nagyítása"), ("Accept sessions via password", "Munkamenetek elfogadása jelszóval"), @@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Changelog", "Változáslista"), ("keep-awake-during-outgoing-sessions-label", "Képernyő aktív állapotban tartása a kimenő munkamenetek során"), ("keep-awake-during-incoming-sessions-label", "Képernyő aktív állapotban tartása a bejövő munkamenetek során"), + ("Continue with {}", "Folytatás a következővel: {}"), ].iter().cloned().collect(); } diff --git a/src/lang/id.rs b/src/lang/id.rs index d4e6290ac..f7498dd99 100644 --- a/src/lang/id.rs +++ b/src/lang/id.rs @@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Show RustDesk", "Tampilkan RustDesk"), ("This PC", "PC ini"), ("or", "atau"), - ("Continue with", "Lanjutkan dengan"), ("Elevate", "Elevasi"), ("Zoom cursor", "Perbersar Kursor"), ("Accept sessions via password", "Izinkan sesi dengan kata sandi"), @@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Changelog", ""), ("keep-awake-during-outgoing-sessions-label", ""), ("keep-awake-during-incoming-sessions-label", ""), + ("Continue with {}", "Lanjutkan dengan {}"), ].iter().cloned().collect(); } diff --git a/src/lang/it.rs b/src/lang/it.rs index f83232a0f..eabfac559 100644 --- a/src/lang/it.rs +++ b/src/lang/it.rs @@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Show RustDesk", "Visualizza RustDesk"), ("This PC", "Questo PC"), ("or", "O"), - ("Continue with", "Continua con"), ("Elevate", "Eleva"), ("Zoom cursor", "Cursore zoom"), ("Accept sessions via password", "Accetta sessioni via password"), @@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Changelog", "Novità programma"), ("keep-awake-during-outgoing-sessions-label", "Mantieni lo schermo attivo durante le sessioni in uscita"), ("keep-awake-during-incoming-sessions-label", "Mantieni lo schermo attivo durante le sessioni in ingresso"), + ("Continue with {}", "Continua con {}"), ].iter().cloned().collect(); } diff --git a/src/lang/ja.rs b/src/lang/ja.rs index 989432c87..c89899469 100644 --- a/src/lang/ja.rs +++ b/src/lang/ja.rs @@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Show RustDesk", "RustDesk を表示"), ("This PC", "この PC"), ("or", "または"), - ("Continue with", "で続行"), ("Elevate", "昇格"), ("Zoom cursor", "カーソルを拡大する"), ("Accept sessions via password", "パスワードでセッションを承認"), @@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Changelog", ""), ("keep-awake-during-outgoing-sessions-label", ""), ("keep-awake-during-incoming-sessions-label", ""), + ("Continue with {}", "{} で続行"), ].iter().cloned().collect(); } diff --git a/src/lang/ko.rs b/src/lang/ko.rs index 21fcb7661..0acb29a3d 100644 --- a/src/lang/ko.rs +++ b/src/lang/ko.rs @@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Show RustDesk", "RustDesk 표시"), ("This PC", "이 PC"), ("or", "또는"), - ("Continue with", "계속"), ("Elevate", "권한 상승"), ("Zoom cursor", "커서 확대/축소"), ("Accept sessions via password", "비밀번호를 통해 세션 수락"), @@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Changelog", "변경 기록"), ("keep-awake-during-outgoing-sessions-label", "발신 세션 중 화면 켜짐 유지"), ("keep-awake-during-incoming-sessions-label", "수신 세션 중 화면 켜짐 유지"), + ("Continue with {}", "{} (으)로 계속"), ].iter().cloned().collect(); } diff --git a/src/lang/kz.rs b/src/lang/kz.rs index 74a709f46..eaa0bb34d 100644 --- a/src/lang/kz.rs +++ b/src/lang/kz.rs @@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Show RustDesk", ""), ("This PC", ""), ("or", ""), - ("Continue with", ""), ("Elevate", ""), ("Zoom cursor", ""), ("Accept sessions via password", ""), @@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Changelog", ""), ("keep-awake-during-outgoing-sessions-label", ""), ("keep-awake-during-incoming-sessions-label", ""), + ("Continue with {}", ""), ].iter().cloned().collect(); } diff --git a/src/lang/lt.rs b/src/lang/lt.rs index fd0c0df77..18080ee77 100644 --- a/src/lang/lt.rs +++ b/src/lang/lt.rs @@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Show RustDesk", "Rodyti RustDesk"), ("This PC", "Šis kompiuteris"), ("or", "arba"), - ("Continue with", "Tęsti su"), ("Elevate", "Pakelti"), ("Zoom cursor", "Mastelio keitimo žymeklis"), ("Accept sessions via password", "Priimti seansus naudojant slaptažodį"), @@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Changelog", ""), ("keep-awake-during-outgoing-sessions-label", ""), ("keep-awake-during-incoming-sessions-label", ""), + ("Continue with {}", "Tęsti su {}"), ].iter().cloned().collect(); } diff --git a/src/lang/lv.rs b/src/lang/lv.rs index 820b67f1e..12b90d8f1 100644 --- a/src/lang/lv.rs +++ b/src/lang/lv.rs @@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Show RustDesk", "Rādīt RustDesk"), ("This PC", "Šis dators"), ("or", "vai"), - ("Continue with", "Turpināt ar"), ("Elevate", "Pacelt"), ("Zoom cursor", "Tālummaiņas kursors"), ("Accept sessions via password", "Pieņemt sesijas, izmantojot paroli"), @@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Changelog", ""), ("keep-awake-during-outgoing-sessions-label", ""), ("keep-awake-during-incoming-sessions-label", ""), + ("Continue with {}", "Turpināt ar {}"), ].iter().cloned().collect(); } diff --git a/src/lang/nb.rs b/src/lang/nb.rs index e812b174b..b118a4b7c 100644 --- a/src/lang/nb.rs +++ b/src/lang/nb.rs @@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Show RustDesk", "Vis RustDesk"), ("This PC", "Denne PC"), ("or", "eller"), - ("Continue with", "Fortsett med"), ("Elevate", "Elever"), ("Zoom cursor", "Zoom markør"), ("Accept sessions via password", "Aksepter sesjoner via passord"), @@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Changelog", ""), ("keep-awake-during-outgoing-sessions-label", ""), ("keep-awake-during-incoming-sessions-label", ""), + ("Continue with {}", "Fortsett med {}"), ].iter().cloned().collect(); } diff --git a/src/lang/nl.rs b/src/lang/nl.rs index 34e35615f..f952a844e 100644 --- a/src/lang/nl.rs +++ b/src/lang/nl.rs @@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Show RustDesk", "Toon RustDesk"), ("This PC", "Deze PC"), ("or", "of"), - ("Continue with", "Ga verder met"), ("Elevate", "Verhoog"), ("Zoom cursor", "Zoom cursor"), ("Accept sessions via password", "Sessies accepteren via wachtwoord"), @@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Changelog", "Wijzigingenlogboek"), ("keep-awake-during-outgoing-sessions-label", "Houd het scherm open tijdens de uitgaande sessies."), ("keep-awake-during-incoming-sessions-label", "Houd het scherm open tijdens de inkomende sessies."), + ("Continue with {}", "Ga verder met {}"), ].iter().cloned().collect(); } diff --git a/src/lang/pl.rs b/src/lang/pl.rs index 6ce5b98fa..6d2185e47 100644 --- a/src/lang/pl.rs +++ b/src/lang/pl.rs @@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Show RustDesk", "Pokaż RustDesk"), ("This PC", "Ten komputer"), ("or", "lub"), - ("Continue with", "Kontynuuj z"), ("Elevate", "Uzyskaj uprawnienia"), ("Zoom cursor", "Powiększenie kursora"), ("Accept sessions via password", "Uwierzytelnij sesję używając hasła"), @@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Changelog", "Dziennik zmian"), ("keep-awake-during-outgoing-sessions-label", "Utrzymuj urządzenie w stanie aktywnym podczas sesji wychodzących"), ("keep-awake-during-incoming-sessions-label", "Utrzymuj urządzenie w stanie aktywnym podczas sesji przychodzących"), + ("Continue with {}", "Kontynuuj z {}"), ].iter().cloned().collect(); } diff --git a/src/lang/pt_PT.rs b/src/lang/pt_PT.rs index 0a851273c..6a3e49817 100644 --- a/src/lang/pt_PT.rs +++ b/src/lang/pt_PT.rs @@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Show RustDesk", ""), ("This PC", ""), ("or", ""), - ("Continue with", ""), ("Elevate", ""), ("Zoom cursor", ""), ("Accept sessions via password", ""), @@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Changelog", ""), ("keep-awake-during-outgoing-sessions-label", ""), ("keep-awake-during-incoming-sessions-label", ""), + ("Continue with {}", ""), ].iter().cloned().collect(); } diff --git a/src/lang/ptbr.rs b/src/lang/ptbr.rs index e26d6b2c8..c709faeba 100644 --- a/src/lang/ptbr.rs +++ b/src/lang/ptbr.rs @@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Show RustDesk", "Exibir RustDesk"), ("This PC", "Este Computador"), ("or", "ou"), - ("Continue with", "Continuar com"), ("Elevate", "Elevar"), ("Zoom cursor", "Aumentar cursor"), ("Accept sessions via password", "Aceitar sessões via senha"), @@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Changelog", "Registro de alterações"), ("keep-awake-during-outgoing-sessions-label", "Manter tela ativa durante sessões de saída"), ("keep-awake-during-incoming-sessions-label", "Manter tela ativa durante sessões de entrada"), + ("Continue with {}", "Continuar com {}"), ].iter().cloned().collect(); } diff --git a/src/lang/ro.rs b/src/lang/ro.rs index 54469bfda..9c21617d7 100644 --- a/src/lang/ro.rs +++ b/src/lang/ro.rs @@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Show RustDesk", "Afișează RustDesk"), ("This PC", "Acest PC"), ("or", "sau"), - ("Continue with", "Continuă cu"), ("Elevate", "Sporește privilegii"), ("Zoom cursor", "Cursor lupă"), ("Accept sessions via password", "Acceptă începerea sesiunii folosind parola"), @@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Changelog", ""), ("keep-awake-during-outgoing-sessions-label", ""), ("keep-awake-during-incoming-sessions-label", ""), + ("Continue with {}", "Continuă cu {}"), ].iter().cloned().collect(); } diff --git a/src/lang/ru.rs b/src/lang/ru.rs index 74c3f1358..f4ae05e99 100644 --- a/src/lang/ru.rs +++ b/src/lang/ru.rs @@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Show RustDesk", "Показать RustDesk"), ("This PC", "Этот компьютер"), ("or", "или"), - ("Continue with", "Продолжить с"), ("Elevate", "Повысить"), ("Zoom cursor", "Масштабировать курсор"), ("Accept sessions via password", "Принимать сеансы по паролю"), @@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Changelog", "Журнал изменений"), ("keep-awake-during-outgoing-sessions-label", "Не отключать экран во время исходящих сеансов"), ("keep-awake-during-incoming-sessions-label", "Не отключать экран во время входящих сеансов"), + ("Continue with {}", "Продолжить с {}"), ].iter().cloned().collect(); } diff --git a/src/lang/sc.rs b/src/lang/sc.rs index ef1e160b2..46c4c582e 100644 --- a/src/lang/sc.rs +++ b/src/lang/sc.rs @@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Show RustDesk", "Mustra RustDesk"), ("This PC", "Custu PC"), ("or", "O"), - ("Continue with", "Sighi cun"), ("Elevate", "Cresche"), ("Zoom cursor", "Cursore de ismanniamentu"), ("Accept sessions via password", "Atzeta sessiones cun sa crae"), @@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Changelog", ""), ("keep-awake-during-outgoing-sessions-label", ""), ("keep-awake-during-incoming-sessions-label", ""), + ("Continue with {}", "Sighi cun {}"), ].iter().cloned().collect(); } diff --git a/src/lang/sk.rs b/src/lang/sk.rs index 75ef252e9..85cd17594 100644 --- a/src/lang/sk.rs +++ b/src/lang/sk.rs @@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Show RustDesk", "Zobraziť RustDesk"), ("This PC", "Tento počítač"), ("or", "alebo"), - ("Continue with", "Pokračovať s"), ("Elevate", "Zvýšiť"), ("Zoom cursor", "Kurzor priblíženia"), ("Accept sessions via password", "Prijímanie relácií pomocou hesla"), @@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Changelog", ""), ("keep-awake-during-outgoing-sessions-label", ""), ("keep-awake-during-incoming-sessions-label", ""), + ("Continue with {}", "Pokračovať s {}"), ].iter().cloned().collect(); } diff --git a/src/lang/sl.rs b/src/lang/sl.rs index eb757f613..9c7dead43 100755 --- a/src/lang/sl.rs +++ b/src/lang/sl.rs @@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Show RustDesk", "Prikaži RustDesk"), ("This PC", "Ta računalnik"), ("or", "ali"), - ("Continue with", "Nadaljuj z"), ("Elevate", "Povzdig pravic"), ("Zoom cursor", "Prilagodi velikost miškinega kazalca"), ("Accept sessions via password", "Sprejmi seje z geslom"), @@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Changelog", ""), ("keep-awake-during-outgoing-sessions-label", ""), ("keep-awake-during-incoming-sessions-label", ""), + ("Continue with {}", "Nadaljuj z {}"), ].iter().cloned().collect(); } diff --git a/src/lang/sq.rs b/src/lang/sq.rs index adf64a108..b4f4fb694 100644 --- a/src/lang/sq.rs +++ b/src/lang/sq.rs @@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Show RustDesk", "Shfaq RustDesk"), ("This PC", "Ky PC"), ("or", "ose"), - ("Continue with", "Vazhdo me"), ("Elevate", "Ngritja"), ("Zoom cursor", "Zmadho kursorin"), ("Accept sessions via password", "Prano sesionin nëpërmjet fjalëkalimit"), @@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Changelog", ""), ("keep-awake-during-outgoing-sessions-label", ""), ("keep-awake-during-incoming-sessions-label", ""), + ("Continue with {}", "Vazhdo me {}"), ].iter().cloned().collect(); } diff --git a/src/lang/sr.rs b/src/lang/sr.rs index ae2170c28..a12fc3311 100644 --- a/src/lang/sr.rs +++ b/src/lang/sr.rs @@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Show RustDesk", "Prikazi RustDesk"), ("This PC", "Ovaj PC"), ("or", "ili"), - ("Continue with", "Nastavi sa"), ("Elevate", "Izdigni"), ("Zoom cursor", "Zumiraj kursor"), ("Accept sessions via password", "Prihvati sesije preko lozinke"), @@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Changelog", ""), ("keep-awake-during-outgoing-sessions-label", ""), ("keep-awake-during-incoming-sessions-label", ""), + ("Continue with {}", "Nastavi sa {}"), ].iter().cloned().collect(); } diff --git a/src/lang/sv.rs b/src/lang/sv.rs index 917306a30..f85e88853 100644 --- a/src/lang/sv.rs +++ b/src/lang/sv.rs @@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Show RustDesk", "Visa RustDesk"), ("This PC", "Denna dator"), ("or", "eller"), - ("Continue with", "Fortsätt med"), ("Elevate", "Höj upp"), ("Zoom cursor", "Zoom"), ("Accept sessions via password", "Acceptera sessioner via lösenord"), @@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Changelog", ""), ("keep-awake-during-outgoing-sessions-label", ""), ("keep-awake-during-incoming-sessions-label", ""), + ("Continue with {}", "Fortsätt med {}"), ].iter().cloned().collect(); } diff --git a/src/lang/ta.rs b/src/lang/ta.rs index 460b0dca9..4f545f055 100644 --- a/src/lang/ta.rs +++ b/src/lang/ta.rs @@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Show RustDesk", "RustDesk ஐ காட்டு"), ("This PC", "இந்த PC"), ("or", "அல்லது"), - ("Continue with", "உடன் தொடர்"), ("Elevate", "உயர்த்து"), ("Zoom cursor", "கர்சரை பெரிதாக்கு"), ("Accept sessions via password", "கடவுச்சொல் வழியாக அமர்வுகளை ஏற்று"), @@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Changelog", ""), ("keep-awake-during-outgoing-sessions-label", ""), ("keep-awake-during-incoming-sessions-label", ""), + ("Continue with {}", "{} உடன் தொடர்"), ].iter().cloned().collect(); } diff --git a/src/lang/template.rs b/src/lang/template.rs index 936eef3e1..c9aec1a3e 100644 --- a/src/lang/template.rs +++ b/src/lang/template.rs @@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Show RustDesk", ""), ("This PC", ""), ("or", ""), - ("Continue with", ""), ("Elevate", ""), ("Zoom cursor", ""), ("Accept sessions via password", ""), @@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Changelog", ""), ("keep-awake-during-outgoing-sessions-label", ""), ("keep-awake-during-incoming-sessions-label", ""), + ("Continue with {}", ""), ].iter().cloned().collect(); } diff --git a/src/lang/th.rs b/src/lang/th.rs index a36b7f61b..6d66b44fd 100644 --- a/src/lang/th.rs +++ b/src/lang/th.rs @@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Show RustDesk", "แสดง RustDesk"), ("This PC", "พีซีเครื่องนี้"), ("or", "หรือ"), - ("Continue with", "ทำต่อด้วย"), ("Elevate", "ยกระดับ"), ("Zoom cursor", "ขยายเคอร์เซอร์"), ("Accept sessions via password", "ยอมรับการเชื่อมต่อด้วยรหัสผ่าน"), @@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Changelog", ""), ("keep-awake-during-outgoing-sessions-label", ""), ("keep-awake-during-incoming-sessions-label", ""), + ("Continue with {}", "ทำต่อด้วย {}"), ].iter().cloned().collect(); } diff --git a/src/lang/tr.rs b/src/lang/tr.rs index 08f8de37f..319b631cd 100644 --- a/src/lang/tr.rs +++ b/src/lang/tr.rs @@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Show RustDesk", "RustDesk'i Göster"), ("This PC", "Bu PC"), ("or", "veya"), - ("Continue with", "Bununla devam et"), ("Elevate", "Yükseltme"), ("Zoom cursor", "Yakınlaştırma imleci"), ("Accept sessions via password", "Oturumları parola ile kabul etme"), @@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Changelog", "Değişiklik Günlüğü"), ("keep-awake-during-outgoing-sessions-label", "Giden oturumlar süresince ekranı açık tutun"), ("keep-awake-during-incoming-sessions-label", "Gelen oturumlar süresince ekranı açık tutun"), + ("Continue with {}", "{} ile devam et"), ].iter().cloned().collect(); } diff --git a/src/lang/tw.rs b/src/lang/tw.rs index c4067feec..b66567e43 100644 --- a/src/lang/tw.rs +++ b/src/lang/tw.rs @@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Show RustDesk", "顯示 RustDesk"), ("This PC", "此電腦"), ("or", "或"), - ("Continue with", "繼續"), ("Elevate", "提升權限"), ("Zoom cursor", "縮放游標"), ("Accept sessions via password", "只允許透過輸入密碼進行連線"), @@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Changelog", "更新日誌"), ("keep-awake-during-outgoing-sessions-label", "在連出工作階段期間保持螢幕喚醒"), ("keep-awake-during-incoming-sessions-label", "在連入工作階段期間保持螢幕喚醒"), + ("Continue with {}", "使用 {} 登入"), ].iter().cloned().collect(); } diff --git a/src/lang/uk.rs b/src/lang/uk.rs index 8c2acdd3e..bf95a02f7 100644 --- a/src/lang/uk.rs +++ b/src/lang/uk.rs @@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Show RustDesk", "Показати RustDesk"), ("This PC", "Цей ПК"), ("or", "чи"), - ("Continue with", "Продовжити з"), ("Elevate", "Розширення прав"), ("Zoom cursor", "Збільшити вказівник"), ("Accept sessions via password", "Підтверджувати сеанси паролем"), @@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Changelog", ""), ("keep-awake-during-outgoing-sessions-label", ""), ("keep-awake-during-incoming-sessions-label", ""), + ("Continue with {}", "Продовжити з {}"), ].iter().cloned().collect(); } diff --git a/src/lang/vi.rs b/src/lang/vi.rs index 4f9611840..1e64c6234 100644 --- a/src/lang/vi.rs +++ b/src/lang/vi.rs @@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Show RustDesk", "Hiện RustDesk"), ("This PC", "Máy tính này"), ("or", "hoặc"), - ("Continue with", "Tiếp tục với"), ("Elevate", "Nâng quyền"), ("Zoom cursor", "Phóng to con trỏ"), ("Accept sessions via password", "Chấp nhận phiên qua mật khẩu"), @@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Changelog", "Nhật ký thay đổi"), ("keep-awake-during-outgoing-sessions-label", ""), ("keep-awake-during-incoming-sessions-label", ""), + ("Continue with {}", "Tiếp tục với {}"), ].iter().cloned().collect(); }