mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-02-17 14:07:28 +08:00
fix(translation): OIDC, Continue with (#14271)
Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
@@ -103,7 +103,7 @@ class ButtonOP extends StatelessWidget {
|
|||||||
child: FittedBox(
|
child: FittedBox(
|
||||||
fit: BoxFit.scaleDown,
|
fit: BoxFit.scaleDown,
|
||||||
child: Center(
|
child: Center(
|
||||||
child: Text('${translate("Continue with")} $opLabel')),
|
child: Text(translate("Continue with {$opLabel}"))),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Show RustDesk", "عرض RustDesk"),
|
("Show RustDesk", "عرض RustDesk"),
|
||||||
("This PC", "هذا الحاسب"),
|
("This PC", "هذا الحاسب"),
|
||||||
("or", "او"),
|
("or", "او"),
|
||||||
("Continue with", "متابعة مع"),
|
|
||||||
("Elevate", "ارتقاء"),
|
("Elevate", "ارتقاء"),
|
||||||
("Zoom cursor", "تكبير المؤشر"),
|
("Zoom cursor", "تكبير المؤشر"),
|
||||||
("Accept sessions via password", "قبول الجلسات عبر كلمة المرور"),
|
("Accept sessions via password", "قبول الجلسات عبر كلمة المرور"),
|
||||||
@@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Changelog", ""),
|
("Changelog", ""),
|
||||||
("keep-awake-during-outgoing-sessions-label", ""),
|
("keep-awake-during-outgoing-sessions-label", ""),
|
||||||
("keep-awake-during-incoming-sessions-label", ""),
|
("keep-awake-during-incoming-sessions-label", ""),
|
||||||
|
("Continue with {}", "متابعة مع {}"),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Show RustDesk", "Паказаць RustDesk"),
|
("Show RustDesk", "Паказаць RustDesk"),
|
||||||
("This PC", "Гэты кампутар"),
|
("This PC", "Гэты кампутар"),
|
||||||
("or", "або"),
|
("or", "або"),
|
||||||
("Continue with", "Працягнуць з"),
|
|
||||||
("Elevate", "Павысіць"),
|
("Elevate", "Павысіць"),
|
||||||
("Zoom cursor", "Павялічэнне курсора"),
|
("Zoom cursor", "Павялічэнне курсора"),
|
||||||
("Accept sessions via password", "Прымаць сеансы па паролю"),
|
("Accept sessions via password", "Прымаць сеансы па паролю"),
|
||||||
@@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Changelog", ""),
|
("Changelog", ""),
|
||||||
("keep-awake-during-outgoing-sessions-label", ""),
|
("keep-awake-during-outgoing-sessions-label", ""),
|
||||||
("keep-awake-during-incoming-sessions-label", ""),
|
("keep-awake-during-incoming-sessions-label", ""),
|
||||||
|
("Continue with {}", "Працягнуць з {}"),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Show RustDesk", "Покажи RustDesk"),
|
("Show RustDesk", "Покажи RustDesk"),
|
||||||
("This PC", "Този компютър"),
|
("This PC", "Този компютър"),
|
||||||
("or", "или"),
|
("or", "или"),
|
||||||
("Continue with", "Продължи с"),
|
|
||||||
("Elevate", "Повишаване"),
|
("Elevate", "Повишаване"),
|
||||||
("Zoom cursor", "Уголемяване курсор"),
|
("Zoom cursor", "Уголемяване курсор"),
|
||||||
("Accept sessions via password", "Приемане сесии чрез парола"),
|
("Accept sessions via password", "Приемане сесии чрез парола"),
|
||||||
@@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Changelog", ""),
|
("Changelog", ""),
|
||||||
("keep-awake-during-outgoing-sessions-label", ""),
|
("keep-awake-during-outgoing-sessions-label", ""),
|
||||||
("keep-awake-during-incoming-sessions-label", ""),
|
("keep-awake-during-incoming-sessions-label", ""),
|
||||||
|
("Continue with {}", "Продължи с {}"),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Show RustDesk", "Mostra el RustDesk"),
|
("Show RustDesk", "Mostra el RustDesk"),
|
||||||
("This PC", "Aquest equip"),
|
("This PC", "Aquest equip"),
|
||||||
("or", "o"),
|
("or", "o"),
|
||||||
("Continue with", "Continua amb"),
|
|
||||||
("Elevate", "Permisos ampliats"),
|
("Elevate", "Permisos ampliats"),
|
||||||
("Zoom cursor", "Escala del ratolí"),
|
("Zoom cursor", "Escala del ratolí"),
|
||||||
("Accept sessions via password", "Accepta les sessions mitjançant una contrasenya"),
|
("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", ""),
|
("Changelog", ""),
|
||||||
("keep-awake-during-outgoing-sessions-label", ""),
|
("keep-awake-during-outgoing-sessions-label", ""),
|
||||||
("keep-awake-during-incoming-sessions-label", ""),
|
("keep-awake-during-incoming-sessions-label", ""),
|
||||||
|
("Continue with {}", "Continua amb {}"),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Show RustDesk", "显示 RustDesk"),
|
("Show RustDesk", "显示 RustDesk"),
|
||||||
("This PC", "此电脑"),
|
("This PC", "此电脑"),
|
||||||
("or", "或"),
|
("or", "或"),
|
||||||
("Continue with", "使用"),
|
|
||||||
("Elevate", "提权"),
|
("Elevate", "提权"),
|
||||||
("Zoom cursor", "缩放光标"),
|
("Zoom cursor", "缩放光标"),
|
||||||
("Accept sessions via password", "只允许密码访问"),
|
("Accept sessions via password", "只允许密码访问"),
|
||||||
@@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Changelog", "更新日志"),
|
("Changelog", "更新日志"),
|
||||||
("keep-awake-during-outgoing-sessions-label", ""),
|
("keep-awake-during-outgoing-sessions-label", ""),
|
||||||
("keep-awake-during-incoming-sessions-label", ""),
|
("keep-awake-during-incoming-sessions-label", ""),
|
||||||
|
("Continue with {}", "使用 {} 登录"),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Show RustDesk", "Zobrazit RustDesk"),
|
("Show RustDesk", "Zobrazit RustDesk"),
|
||||||
("This PC", "Tento počítač"),
|
("This PC", "Tento počítač"),
|
||||||
("or", "nebo"),
|
("or", "nebo"),
|
||||||
("Continue with", "Pokračovat s"),
|
|
||||||
("Elevate", "Zvýšit"),
|
("Elevate", "Zvýšit"),
|
||||||
("Zoom cursor", "Kurzor přiblížení"),
|
("Zoom cursor", "Kurzor přiblížení"),
|
||||||
("Accept sessions via password", "Přijímat relace pomocí hesla"),
|
("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", ""),
|
("Changelog", ""),
|
||||||
("keep-awake-during-outgoing-sessions-label", ""),
|
("keep-awake-during-outgoing-sessions-label", ""),
|
||||||
("keep-awake-during-incoming-sessions-label", ""),
|
("keep-awake-during-incoming-sessions-label", ""),
|
||||||
|
("Continue with {}", "Pokračovat s {}"),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Show RustDesk", "Vis RustDesk"),
|
("Show RustDesk", "Vis RustDesk"),
|
||||||
("This PC", "Denne PC"),
|
("This PC", "Denne PC"),
|
||||||
("or", "eller"),
|
("or", "eller"),
|
||||||
("Continue with", "Fortsæt med"),
|
|
||||||
("Elevate", "Elevér"),
|
("Elevate", "Elevér"),
|
||||||
("Zoom cursor", "Zoom markør"),
|
("Zoom cursor", "Zoom markør"),
|
||||||
("Accept sessions via password", "Acceptér sessioner via adgangskode"),
|
("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", ""),
|
("Changelog", ""),
|
||||||
("keep-awake-during-outgoing-sessions-label", ""),
|
("keep-awake-during-outgoing-sessions-label", ""),
|
||||||
("keep-awake-during-incoming-sessions-label", ""),
|
("keep-awake-during-incoming-sessions-label", ""),
|
||||||
|
("Continue with {}", "Fortsæt med {}"),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Show RustDesk", "RustDesk anzeigen"),
|
("Show RustDesk", "RustDesk anzeigen"),
|
||||||
("This PC", "Dieser PC"),
|
("This PC", "Dieser PC"),
|
||||||
("or", "oder"),
|
("or", "oder"),
|
||||||
("Continue with", "Fortfahren mit"),
|
|
||||||
("Elevate", "Zugriff gewähren"),
|
("Elevate", "Zugriff gewähren"),
|
||||||
("Zoom cursor", "Cursor vergrößern"),
|
("Zoom cursor", "Cursor vergrößern"),
|
||||||
("Accept sessions via password", "Sitzung mit Passwort bestätigen"),
|
("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"),
|
("Changelog", "Änderungsprotokoll"),
|
||||||
("keep-awake-during-outgoing-sessions-label", "Bildschirm während ausgehender Sitzungen aktiv halten"),
|
("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"),
|
("keep-awake-during-incoming-sessions-label", "Bildschirm während eingehender Sitzungen aktiv halten"),
|
||||||
|
("Continue with {}", "Fortfahren mit {}"),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Show RustDesk", "Εμφάνιση RustDesk"),
|
("Show RustDesk", "Εμφάνιση RustDesk"),
|
||||||
("This PC", "Αυτός ο υπολογιστής"),
|
("This PC", "Αυτός ο υπολογιστής"),
|
||||||
("or", "ή"),
|
("or", "ή"),
|
||||||
("Continue with", "Συνέχεια με"),
|
|
||||||
("Elevate", "Ανύψωση"),
|
("Elevate", "Ανύψωση"),
|
||||||
("Zoom cursor", "Kέρσορας μεγέθυνσης"),
|
("Zoom cursor", "Kέρσορας μεγέθυνσης"),
|
||||||
("Accept sessions via password", "Αποδοχή συνεδριών με κωδικό πρόσβασης"),
|
("Accept sessions via password", "Αποδοχή συνεδριών με κωδικό πρόσβασης"),
|
||||||
@@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Changelog", ""),
|
("Changelog", ""),
|
||||||
("keep-awake-during-outgoing-sessions-label", ""),
|
("keep-awake-during-outgoing-sessions-label", ""),
|
||||||
("keep-awake-during-incoming-sessions-label", ""),
|
("keep-awake-during-incoming-sessions-label", ""),
|
||||||
|
("Continue with {}", "Συνέχεια με {}"),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Show RustDesk", ""),
|
("Show RustDesk", ""),
|
||||||
("This PC", ""),
|
("This PC", ""),
|
||||||
("or", ""),
|
("or", ""),
|
||||||
("Continue with", ""),
|
|
||||||
("Elevate", ""),
|
("Elevate", ""),
|
||||||
("Zoom cursor", ""),
|
("Zoom cursor", ""),
|
||||||
("Accept sessions via password", ""),
|
("Accept sessions via password", ""),
|
||||||
@@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Changelog", ""),
|
("Changelog", ""),
|
||||||
("keep-awake-during-outgoing-sessions-label", ""),
|
("keep-awake-during-outgoing-sessions-label", ""),
|
||||||
("keep-awake-during-incoming-sessions-label", ""),
|
("keep-awake-during-incoming-sessions-label", ""),
|
||||||
|
("Continue with {}", ""),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Show RustDesk", "Mostrar RustDesk"),
|
("Show RustDesk", "Mostrar RustDesk"),
|
||||||
("This PC", "Este PC"),
|
("This PC", "Este PC"),
|
||||||
("or", "o"),
|
("or", "o"),
|
||||||
("Continue with", "Continuar con"),
|
|
||||||
("Elevate", "Elevar privilegios"),
|
("Elevate", "Elevar privilegios"),
|
||||||
("Zoom cursor", "Ampliar cursor"),
|
("Zoom cursor", "Ampliar cursor"),
|
||||||
("Accept sessions via password", "Aceptar sesiones a través de contraseña"),
|
("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", ""),
|
("Changelog", ""),
|
||||||
("keep-awake-during-outgoing-sessions-label", ""),
|
("keep-awake-during-outgoing-sessions-label", ""),
|
||||||
("keep-awake-during-incoming-sessions-label", ""),
|
("keep-awake-during-incoming-sessions-label", ""),
|
||||||
|
("Continue with {}", "Continuar con {}"),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Show RustDesk", "Kuva RustDesk"),
|
("Show RustDesk", "Kuva RustDesk"),
|
||||||
("This PC", "See arvuti"),
|
("This PC", "See arvuti"),
|
||||||
("or", "või"),
|
("or", "või"),
|
||||||
("Continue with", "Jätka koos"),
|
|
||||||
("Elevate", "Tõsta"),
|
("Elevate", "Tõsta"),
|
||||||
("Zoom cursor", "Suumi kursorit"),
|
("Zoom cursor", "Suumi kursorit"),
|
||||||
("Accept sessions via password", "Aktsepteeri seansid parooli kaudu"),
|
("Accept sessions via password", "Aktsepteeri seansid parooli kaudu"),
|
||||||
@@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Changelog", ""),
|
("Changelog", ""),
|
||||||
("keep-awake-during-outgoing-sessions-label", ""),
|
("keep-awake-during-outgoing-sessions-label", ""),
|
||||||
("keep-awake-during-incoming-sessions-label", ""),
|
("keep-awake-during-incoming-sessions-label", ""),
|
||||||
|
("Continue with {}", "Jätka koos {}"),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Show RustDesk", "Erakutsi RustDesk"),
|
("Show RustDesk", "Erakutsi RustDesk"),
|
||||||
("This PC", "PC hau"),
|
("This PC", "PC hau"),
|
||||||
("or", "edo"),
|
("or", "edo"),
|
||||||
("Continue with", "Jarraitu honekin"),
|
|
||||||
("Elevate", "Igo maila"),
|
("Elevate", "Igo maila"),
|
||||||
("Zoom cursor", "Handitu kurtsorea"),
|
("Zoom cursor", "Handitu kurtsorea"),
|
||||||
("Accept sessions via password", "Onartu saioak pasahitzaren bidez"),
|
("Accept sessions via password", "Onartu saioak pasahitzaren bidez"),
|
||||||
@@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Changelog", ""),
|
("Changelog", ""),
|
||||||
("keep-awake-during-outgoing-sessions-label", ""),
|
("keep-awake-during-outgoing-sessions-label", ""),
|
||||||
("keep-awake-during-incoming-sessions-label", ""),
|
("keep-awake-during-incoming-sessions-label", ""),
|
||||||
|
("Continue with {}", "{} honekin jarraitu"),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Show RustDesk", "RustDesk نمایش"),
|
("Show RustDesk", "RustDesk نمایش"),
|
||||||
("This PC", "This PC"),
|
("This PC", "This PC"),
|
||||||
("or", "یا"),
|
("or", "یا"),
|
||||||
("Continue with", "ادامه با"),
|
|
||||||
("Elevate", "ارتقاء"),
|
("Elevate", "ارتقاء"),
|
||||||
("Zoom cursor", " بزرگنمایی نشانگر ماوس"),
|
("Zoom cursor", " بزرگنمایی نشانگر ماوس"),
|
||||||
("Accept sessions via password", "قبول درخواست با رمز عبور"),
|
("Accept sessions via password", "قبول درخواست با رمز عبور"),
|
||||||
@@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Changelog", ""),
|
("Changelog", ""),
|
||||||
("keep-awake-during-outgoing-sessions-label", ""),
|
("keep-awake-during-outgoing-sessions-label", ""),
|
||||||
("keep-awake-during-incoming-sessions-label", ""),
|
("keep-awake-during-incoming-sessions-label", ""),
|
||||||
|
("Continue with {}", "ادامه با {}"),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Show RustDesk", "Näytä RustDesk"),
|
("Show RustDesk", "Näytä RustDesk"),
|
||||||
("This PC", "Tämä tietokone"),
|
("This PC", "Tämä tietokone"),
|
||||||
("or", "tai"),
|
("or", "tai"),
|
||||||
("Continue with", "Jatka käyttäen"),
|
|
||||||
("Elevate", "Korota oikeudet"),
|
("Elevate", "Korota oikeudet"),
|
||||||
("Zoom cursor", "Suurennusosoitin"),
|
("Zoom cursor", "Suurennusosoitin"),
|
||||||
("Accept sessions via password", "Hyväksy istunnot salasanalla"),
|
("Accept sessions via password", "Hyväksy istunnot salasanalla"),
|
||||||
@@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Changelog", ""),
|
("Changelog", ""),
|
||||||
("keep-awake-during-outgoing-sessions-label", ""),
|
("keep-awake-during-outgoing-sessions-label", ""),
|
||||||
("keep-awake-during-incoming-sessions-label", ""),
|
("keep-awake-during-incoming-sessions-label", ""),
|
||||||
|
("Continue with {}", "Jatka käyttäen {}"),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Show RustDesk", "Afficher RustDesk"),
|
("Show RustDesk", "Afficher RustDesk"),
|
||||||
("This PC", "Ce PC"),
|
("This PC", "Ce PC"),
|
||||||
("or", "ou"),
|
("or", "ou"),
|
||||||
("Continue with", "Continuer avec"),
|
|
||||||
("Elevate", "Élever les privilèges"),
|
("Elevate", "Élever les privilèges"),
|
||||||
("Zoom cursor", "Augmenter la taille du curseur"),
|
("Zoom cursor", "Augmenter la taille du curseur"),
|
||||||
("Accept sessions via password", "Accepter les sessions via mot de passe"),
|
("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"),
|
("Changelog", "Journal des modifications"),
|
||||||
("keep-awake-during-outgoing-sessions-label", "Maintenir l’écran allumé lors des sessions sortantes"),
|
("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"),
|
("keep-awake-during-incoming-sessions-label", "Maintenir l’écran allumé lors des sessions entrantes"),
|
||||||
|
("Continue with {}", "Continuer avec {}"),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Show RustDesk", "RustDesk-ის ჩვენება"),
|
("Show RustDesk", "RustDesk-ის ჩვენება"),
|
||||||
("This PC", "ეს კომპიუტერი"),
|
("This PC", "ეს კომპიუტერი"),
|
||||||
("or", "ან"),
|
("or", "ან"),
|
||||||
("Continue with", "გაგრძელება"),
|
|
||||||
("Elevate", "უფლებების აწევა"),
|
("Elevate", "უფლებების აწევა"),
|
||||||
("Zoom cursor", "კურსორის მასშტაბირება"),
|
("Zoom cursor", "კურსორის მასშტაბირება"),
|
||||||
("Accept sessions via password", "სესიების მიღება პაროლით"),
|
("Accept sessions via password", "სესიების მიღება პაროლით"),
|
||||||
@@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Changelog", ""),
|
("Changelog", ""),
|
||||||
("keep-awake-during-outgoing-sessions-label", ""),
|
("keep-awake-during-outgoing-sessions-label", ""),
|
||||||
("keep-awake-during-incoming-sessions-label", ""),
|
("keep-awake-during-incoming-sessions-label", ""),
|
||||||
|
("Continue with {}", "{}-ით გაგრძელება"),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Show RustDesk", "הצג את RustDesk"),
|
("Show RustDesk", "הצג את RustDesk"),
|
||||||
("This PC", "מחשב זה"),
|
("This PC", "מחשב זה"),
|
||||||
("or", "או"),
|
("or", "או"),
|
||||||
("Continue with", "המשך עם"),
|
|
||||||
("Elevate", "הפעל הרשאות מורחבות"),
|
("Elevate", "הפעל הרשאות מורחבות"),
|
||||||
("Zoom cursor", "הגדל סמן"),
|
("Zoom cursor", "הגדל סמן"),
|
||||||
("Accept sessions via password", "קבל הפעלות באמצעות סיסמה"),
|
("Accept sessions via password", "קבל הפעלות באמצעות סיסמה"),
|
||||||
@@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Changelog", ""),
|
("Changelog", ""),
|
||||||
("keep-awake-during-outgoing-sessions-label", ""),
|
("keep-awake-during-outgoing-sessions-label", ""),
|
||||||
("keep-awake-during-incoming-sessions-label", ""),
|
("keep-awake-during-incoming-sessions-label", ""),
|
||||||
|
("Continue with {}", "המשך עם {}"),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Show RustDesk", "Prikaži RustDesk"),
|
("Show RustDesk", "Prikaži RustDesk"),
|
||||||
("This PC", "Ovo računalo"),
|
("This PC", "Ovo računalo"),
|
||||||
("or", "ili"),
|
("or", "ili"),
|
||||||
("Continue with", "Nastavi sa"),
|
|
||||||
("Elevate", "Izdigni"),
|
("Elevate", "Izdigni"),
|
||||||
("Zoom cursor", "Zumiraj kursor"),
|
("Zoom cursor", "Zumiraj kursor"),
|
||||||
("Accept sessions via password", "Prihvati sesije preko lozinke"),
|
("Accept sessions via password", "Prihvati sesije preko lozinke"),
|
||||||
@@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Changelog", ""),
|
("Changelog", ""),
|
||||||
("keep-awake-during-outgoing-sessions-label", ""),
|
("keep-awake-during-outgoing-sessions-label", ""),
|
||||||
("keep-awake-during-incoming-sessions-label", ""),
|
("keep-awake-during-incoming-sessions-label", ""),
|
||||||
|
("Continue with {}", "Nastavi sa {}"),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Show RustDesk", "A RustDesk megjelenítése"),
|
("Show RustDesk", "A RustDesk megjelenítése"),
|
||||||
("This PC", "Ez a számítógép"),
|
("This PC", "Ez a számítógép"),
|
||||||
("or", "vagy"),
|
("or", "vagy"),
|
||||||
("Continue with", "Folytatás a következővel"),
|
|
||||||
("Elevate", "Hozzáférés engedélyezése"),
|
("Elevate", "Hozzáférés engedélyezése"),
|
||||||
("Zoom cursor", "Kurzor nagyítása"),
|
("Zoom cursor", "Kurzor nagyítása"),
|
||||||
("Accept sessions via password", "Munkamenetek elfogadása jelszóval"),
|
("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"),
|
("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-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"),
|
("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();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Show RustDesk", "Tampilkan RustDesk"),
|
("Show RustDesk", "Tampilkan RustDesk"),
|
||||||
("This PC", "PC ini"),
|
("This PC", "PC ini"),
|
||||||
("or", "atau"),
|
("or", "atau"),
|
||||||
("Continue with", "Lanjutkan dengan"),
|
|
||||||
("Elevate", "Elevasi"),
|
("Elevate", "Elevasi"),
|
||||||
("Zoom cursor", "Perbersar Kursor"),
|
("Zoom cursor", "Perbersar Kursor"),
|
||||||
("Accept sessions via password", "Izinkan sesi dengan kata sandi"),
|
("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", ""),
|
("Changelog", ""),
|
||||||
("keep-awake-during-outgoing-sessions-label", ""),
|
("keep-awake-during-outgoing-sessions-label", ""),
|
||||||
("keep-awake-during-incoming-sessions-label", ""),
|
("keep-awake-during-incoming-sessions-label", ""),
|
||||||
|
("Continue with {}", "Lanjutkan dengan {}"),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Show RustDesk", "Visualizza RustDesk"),
|
("Show RustDesk", "Visualizza RustDesk"),
|
||||||
("This PC", "Questo PC"),
|
("This PC", "Questo PC"),
|
||||||
("or", "O"),
|
("or", "O"),
|
||||||
("Continue with", "Continua con"),
|
|
||||||
("Elevate", "Eleva"),
|
("Elevate", "Eleva"),
|
||||||
("Zoom cursor", "Cursore zoom"),
|
("Zoom cursor", "Cursore zoom"),
|
||||||
("Accept sessions via password", "Accetta sessioni via password"),
|
("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"),
|
("Changelog", "Novità programma"),
|
||||||
("keep-awake-during-outgoing-sessions-label", "Mantieni lo schermo attivo durante le sessioni in uscita"),
|
("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"),
|
("keep-awake-during-incoming-sessions-label", "Mantieni lo schermo attivo durante le sessioni in ingresso"),
|
||||||
|
("Continue with {}", "Continua con {}"),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Show RustDesk", "RustDesk を表示"),
|
("Show RustDesk", "RustDesk を表示"),
|
||||||
("This PC", "この PC"),
|
("This PC", "この PC"),
|
||||||
("or", "または"),
|
("or", "または"),
|
||||||
("Continue with", "で続行"),
|
|
||||||
("Elevate", "昇格"),
|
("Elevate", "昇格"),
|
||||||
("Zoom cursor", "カーソルを拡大する"),
|
("Zoom cursor", "カーソルを拡大する"),
|
||||||
("Accept sessions via password", "パスワードでセッションを承認"),
|
("Accept sessions via password", "パスワードでセッションを承認"),
|
||||||
@@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Changelog", ""),
|
("Changelog", ""),
|
||||||
("keep-awake-during-outgoing-sessions-label", ""),
|
("keep-awake-during-outgoing-sessions-label", ""),
|
||||||
("keep-awake-during-incoming-sessions-label", ""),
|
("keep-awake-during-incoming-sessions-label", ""),
|
||||||
|
("Continue with {}", "{} で続行"),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Show RustDesk", "RustDesk 표시"),
|
("Show RustDesk", "RustDesk 표시"),
|
||||||
("This PC", "이 PC"),
|
("This PC", "이 PC"),
|
||||||
("or", "또는"),
|
("or", "또는"),
|
||||||
("Continue with", "계속"),
|
|
||||||
("Elevate", "권한 상승"),
|
("Elevate", "권한 상승"),
|
||||||
("Zoom cursor", "커서 확대/축소"),
|
("Zoom cursor", "커서 확대/축소"),
|
||||||
("Accept sessions via password", "비밀번호를 통해 세션 수락"),
|
("Accept sessions via password", "비밀번호를 통해 세션 수락"),
|
||||||
@@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Changelog", "변경 기록"),
|
("Changelog", "변경 기록"),
|
||||||
("keep-awake-during-outgoing-sessions-label", "발신 세션 중 화면 켜짐 유지"),
|
("keep-awake-during-outgoing-sessions-label", "발신 세션 중 화면 켜짐 유지"),
|
||||||
("keep-awake-during-incoming-sessions-label", "수신 세션 중 화면 켜짐 유지"),
|
("keep-awake-during-incoming-sessions-label", "수신 세션 중 화면 켜짐 유지"),
|
||||||
|
("Continue with {}", "{} (으)로 계속"),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Show RustDesk", ""),
|
("Show RustDesk", ""),
|
||||||
("This PC", ""),
|
("This PC", ""),
|
||||||
("or", ""),
|
("or", ""),
|
||||||
("Continue with", ""),
|
|
||||||
("Elevate", ""),
|
("Elevate", ""),
|
||||||
("Zoom cursor", ""),
|
("Zoom cursor", ""),
|
||||||
("Accept sessions via password", ""),
|
("Accept sessions via password", ""),
|
||||||
@@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Changelog", ""),
|
("Changelog", ""),
|
||||||
("keep-awake-during-outgoing-sessions-label", ""),
|
("keep-awake-during-outgoing-sessions-label", ""),
|
||||||
("keep-awake-during-incoming-sessions-label", ""),
|
("keep-awake-during-incoming-sessions-label", ""),
|
||||||
|
("Continue with {}", ""),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Show RustDesk", "Rodyti RustDesk"),
|
("Show RustDesk", "Rodyti RustDesk"),
|
||||||
("This PC", "Šis kompiuteris"),
|
("This PC", "Šis kompiuteris"),
|
||||||
("or", "arba"),
|
("or", "arba"),
|
||||||
("Continue with", "Tęsti su"),
|
|
||||||
("Elevate", "Pakelti"),
|
("Elevate", "Pakelti"),
|
||||||
("Zoom cursor", "Mastelio keitimo žymeklis"),
|
("Zoom cursor", "Mastelio keitimo žymeklis"),
|
||||||
("Accept sessions via password", "Priimti seansus naudojant slaptažodį"),
|
("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", ""),
|
("Changelog", ""),
|
||||||
("keep-awake-during-outgoing-sessions-label", ""),
|
("keep-awake-during-outgoing-sessions-label", ""),
|
||||||
("keep-awake-during-incoming-sessions-label", ""),
|
("keep-awake-during-incoming-sessions-label", ""),
|
||||||
|
("Continue with {}", "Tęsti su {}"),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Show RustDesk", "Rādīt RustDesk"),
|
("Show RustDesk", "Rādīt RustDesk"),
|
||||||
("This PC", "Šis dators"),
|
("This PC", "Šis dators"),
|
||||||
("or", "vai"),
|
("or", "vai"),
|
||||||
("Continue with", "Turpināt ar"),
|
|
||||||
("Elevate", "Pacelt"),
|
("Elevate", "Pacelt"),
|
||||||
("Zoom cursor", "Tālummaiņas kursors"),
|
("Zoom cursor", "Tālummaiņas kursors"),
|
||||||
("Accept sessions via password", "Pieņemt sesijas, izmantojot paroli"),
|
("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", ""),
|
("Changelog", ""),
|
||||||
("keep-awake-during-outgoing-sessions-label", ""),
|
("keep-awake-during-outgoing-sessions-label", ""),
|
||||||
("keep-awake-during-incoming-sessions-label", ""),
|
("keep-awake-during-incoming-sessions-label", ""),
|
||||||
|
("Continue with {}", "Turpināt ar {}"),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Show RustDesk", "Vis RustDesk"),
|
("Show RustDesk", "Vis RustDesk"),
|
||||||
("This PC", "Denne PC"),
|
("This PC", "Denne PC"),
|
||||||
("or", "eller"),
|
("or", "eller"),
|
||||||
("Continue with", "Fortsett med"),
|
|
||||||
("Elevate", "Elever"),
|
("Elevate", "Elever"),
|
||||||
("Zoom cursor", "Zoom markør"),
|
("Zoom cursor", "Zoom markør"),
|
||||||
("Accept sessions via password", "Aksepter sesjoner via passord"),
|
("Accept sessions via password", "Aksepter sesjoner via passord"),
|
||||||
@@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Changelog", ""),
|
("Changelog", ""),
|
||||||
("keep-awake-during-outgoing-sessions-label", ""),
|
("keep-awake-during-outgoing-sessions-label", ""),
|
||||||
("keep-awake-during-incoming-sessions-label", ""),
|
("keep-awake-during-incoming-sessions-label", ""),
|
||||||
|
("Continue with {}", "Fortsett med {}"),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Show RustDesk", "Toon RustDesk"),
|
("Show RustDesk", "Toon RustDesk"),
|
||||||
("This PC", "Deze PC"),
|
("This PC", "Deze PC"),
|
||||||
("or", "of"),
|
("or", "of"),
|
||||||
("Continue with", "Ga verder met"),
|
|
||||||
("Elevate", "Verhoog"),
|
("Elevate", "Verhoog"),
|
||||||
("Zoom cursor", "Zoom cursor"),
|
("Zoom cursor", "Zoom cursor"),
|
||||||
("Accept sessions via password", "Sessies accepteren via wachtwoord"),
|
("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"),
|
("Changelog", "Wijzigingenlogboek"),
|
||||||
("keep-awake-during-outgoing-sessions-label", "Houd het scherm open tijdens de uitgaande sessies."),
|
("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."),
|
("keep-awake-during-incoming-sessions-label", "Houd het scherm open tijdens de inkomende sessies."),
|
||||||
|
("Continue with {}", "Ga verder met {}"),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Show RustDesk", "Pokaż RustDesk"),
|
("Show RustDesk", "Pokaż RustDesk"),
|
||||||
("This PC", "Ten komputer"),
|
("This PC", "Ten komputer"),
|
||||||
("or", "lub"),
|
("or", "lub"),
|
||||||
("Continue with", "Kontynuuj z"),
|
|
||||||
("Elevate", "Uzyskaj uprawnienia"),
|
("Elevate", "Uzyskaj uprawnienia"),
|
||||||
("Zoom cursor", "Powiększenie kursora"),
|
("Zoom cursor", "Powiększenie kursora"),
|
||||||
("Accept sessions via password", "Uwierzytelnij sesję używając hasła"),
|
("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"),
|
("Changelog", "Dziennik zmian"),
|
||||||
("keep-awake-during-outgoing-sessions-label", "Utrzymuj urządzenie w stanie aktywnym podczas sesji wychodzących"),
|
("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"),
|
("keep-awake-during-incoming-sessions-label", "Utrzymuj urządzenie w stanie aktywnym podczas sesji przychodzących"),
|
||||||
|
("Continue with {}", "Kontynuuj z {}"),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Show RustDesk", ""),
|
("Show RustDesk", ""),
|
||||||
("This PC", ""),
|
("This PC", ""),
|
||||||
("or", ""),
|
("or", ""),
|
||||||
("Continue with", ""),
|
|
||||||
("Elevate", ""),
|
("Elevate", ""),
|
||||||
("Zoom cursor", ""),
|
("Zoom cursor", ""),
|
||||||
("Accept sessions via password", ""),
|
("Accept sessions via password", ""),
|
||||||
@@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Changelog", ""),
|
("Changelog", ""),
|
||||||
("keep-awake-during-outgoing-sessions-label", ""),
|
("keep-awake-during-outgoing-sessions-label", ""),
|
||||||
("keep-awake-during-incoming-sessions-label", ""),
|
("keep-awake-during-incoming-sessions-label", ""),
|
||||||
|
("Continue with {}", ""),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Show RustDesk", "Exibir RustDesk"),
|
("Show RustDesk", "Exibir RustDesk"),
|
||||||
("This PC", "Este Computador"),
|
("This PC", "Este Computador"),
|
||||||
("or", "ou"),
|
("or", "ou"),
|
||||||
("Continue with", "Continuar com"),
|
|
||||||
("Elevate", "Elevar"),
|
("Elevate", "Elevar"),
|
||||||
("Zoom cursor", "Aumentar cursor"),
|
("Zoom cursor", "Aumentar cursor"),
|
||||||
("Accept sessions via password", "Aceitar sessões via senha"),
|
("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"),
|
("Changelog", "Registro de alterações"),
|
||||||
("keep-awake-during-outgoing-sessions-label", "Manter tela ativa durante sessões de saída"),
|
("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"),
|
("keep-awake-during-incoming-sessions-label", "Manter tela ativa durante sessões de entrada"),
|
||||||
|
("Continue with {}", "Continuar com {}"),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Show RustDesk", "Afișează RustDesk"),
|
("Show RustDesk", "Afișează RustDesk"),
|
||||||
("This PC", "Acest PC"),
|
("This PC", "Acest PC"),
|
||||||
("or", "sau"),
|
("or", "sau"),
|
||||||
("Continue with", "Continuă cu"),
|
|
||||||
("Elevate", "Sporește privilegii"),
|
("Elevate", "Sporește privilegii"),
|
||||||
("Zoom cursor", "Cursor lupă"),
|
("Zoom cursor", "Cursor lupă"),
|
||||||
("Accept sessions via password", "Acceptă începerea sesiunii folosind parola"),
|
("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", ""),
|
("Changelog", ""),
|
||||||
("keep-awake-during-outgoing-sessions-label", ""),
|
("keep-awake-during-outgoing-sessions-label", ""),
|
||||||
("keep-awake-during-incoming-sessions-label", ""),
|
("keep-awake-during-incoming-sessions-label", ""),
|
||||||
|
("Continue with {}", "Continuă cu {}"),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Show RustDesk", "Показать RustDesk"),
|
("Show RustDesk", "Показать RustDesk"),
|
||||||
("This PC", "Этот компьютер"),
|
("This PC", "Этот компьютер"),
|
||||||
("or", "или"),
|
("or", "или"),
|
||||||
("Continue with", "Продолжить с"),
|
|
||||||
("Elevate", "Повысить"),
|
("Elevate", "Повысить"),
|
||||||
("Zoom cursor", "Масштабировать курсор"),
|
("Zoom cursor", "Масштабировать курсор"),
|
||||||
("Accept sessions via password", "Принимать сеансы по паролю"),
|
("Accept sessions via password", "Принимать сеансы по паролю"),
|
||||||
@@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Changelog", "Журнал изменений"),
|
("Changelog", "Журнал изменений"),
|
||||||
("keep-awake-during-outgoing-sessions-label", "Не отключать экран во время исходящих сеансов"),
|
("keep-awake-during-outgoing-sessions-label", "Не отключать экран во время исходящих сеансов"),
|
||||||
("keep-awake-during-incoming-sessions-label", "Не отключать экран во время входящих сеансов"),
|
("keep-awake-during-incoming-sessions-label", "Не отключать экран во время входящих сеансов"),
|
||||||
|
("Continue with {}", "Продолжить с {}"),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Show RustDesk", "Mustra RustDesk"),
|
("Show RustDesk", "Mustra RustDesk"),
|
||||||
("This PC", "Custu PC"),
|
("This PC", "Custu PC"),
|
||||||
("or", "O"),
|
("or", "O"),
|
||||||
("Continue with", "Sighi cun"),
|
|
||||||
("Elevate", "Cresche"),
|
("Elevate", "Cresche"),
|
||||||
("Zoom cursor", "Cursore de ismanniamentu"),
|
("Zoom cursor", "Cursore de ismanniamentu"),
|
||||||
("Accept sessions via password", "Atzeta sessiones cun sa crae"),
|
("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", ""),
|
("Changelog", ""),
|
||||||
("keep-awake-during-outgoing-sessions-label", ""),
|
("keep-awake-during-outgoing-sessions-label", ""),
|
||||||
("keep-awake-during-incoming-sessions-label", ""),
|
("keep-awake-during-incoming-sessions-label", ""),
|
||||||
|
("Continue with {}", "Sighi cun {}"),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Show RustDesk", "Zobraziť RustDesk"),
|
("Show RustDesk", "Zobraziť RustDesk"),
|
||||||
("This PC", "Tento počítač"),
|
("This PC", "Tento počítač"),
|
||||||
("or", "alebo"),
|
("or", "alebo"),
|
||||||
("Continue with", "Pokračovať s"),
|
|
||||||
("Elevate", "Zvýšiť"),
|
("Elevate", "Zvýšiť"),
|
||||||
("Zoom cursor", "Kurzor priblíženia"),
|
("Zoom cursor", "Kurzor priblíženia"),
|
||||||
("Accept sessions via password", "Prijímanie relácií pomocou hesla"),
|
("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", ""),
|
("Changelog", ""),
|
||||||
("keep-awake-during-outgoing-sessions-label", ""),
|
("keep-awake-during-outgoing-sessions-label", ""),
|
||||||
("keep-awake-during-incoming-sessions-label", ""),
|
("keep-awake-during-incoming-sessions-label", ""),
|
||||||
|
("Continue with {}", "Pokračovať s {}"),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Show RustDesk", "Prikaži RustDesk"),
|
("Show RustDesk", "Prikaži RustDesk"),
|
||||||
("This PC", "Ta računalnik"),
|
("This PC", "Ta računalnik"),
|
||||||
("or", "ali"),
|
("or", "ali"),
|
||||||
("Continue with", "Nadaljuj z"),
|
|
||||||
("Elevate", "Povzdig pravic"),
|
("Elevate", "Povzdig pravic"),
|
||||||
("Zoom cursor", "Prilagodi velikost miškinega kazalca"),
|
("Zoom cursor", "Prilagodi velikost miškinega kazalca"),
|
||||||
("Accept sessions via password", "Sprejmi seje z geslom"),
|
("Accept sessions via password", "Sprejmi seje z geslom"),
|
||||||
@@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Changelog", ""),
|
("Changelog", ""),
|
||||||
("keep-awake-during-outgoing-sessions-label", ""),
|
("keep-awake-during-outgoing-sessions-label", ""),
|
||||||
("keep-awake-during-incoming-sessions-label", ""),
|
("keep-awake-during-incoming-sessions-label", ""),
|
||||||
|
("Continue with {}", "Nadaljuj z {}"),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Show RustDesk", "Shfaq RustDesk"),
|
("Show RustDesk", "Shfaq RustDesk"),
|
||||||
("This PC", "Ky PC"),
|
("This PC", "Ky PC"),
|
||||||
("or", "ose"),
|
("or", "ose"),
|
||||||
("Continue with", "Vazhdo me"),
|
|
||||||
("Elevate", "Ngritja"),
|
("Elevate", "Ngritja"),
|
||||||
("Zoom cursor", "Zmadho kursorin"),
|
("Zoom cursor", "Zmadho kursorin"),
|
||||||
("Accept sessions via password", "Prano sesionin nëpërmjet fjalëkalimit"),
|
("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", ""),
|
("Changelog", ""),
|
||||||
("keep-awake-during-outgoing-sessions-label", ""),
|
("keep-awake-during-outgoing-sessions-label", ""),
|
||||||
("keep-awake-during-incoming-sessions-label", ""),
|
("keep-awake-during-incoming-sessions-label", ""),
|
||||||
|
("Continue with {}", "Vazhdo me {}"),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Show RustDesk", "Prikazi RustDesk"),
|
("Show RustDesk", "Prikazi RustDesk"),
|
||||||
("This PC", "Ovaj PC"),
|
("This PC", "Ovaj PC"),
|
||||||
("or", "ili"),
|
("or", "ili"),
|
||||||
("Continue with", "Nastavi sa"),
|
|
||||||
("Elevate", "Izdigni"),
|
("Elevate", "Izdigni"),
|
||||||
("Zoom cursor", "Zumiraj kursor"),
|
("Zoom cursor", "Zumiraj kursor"),
|
||||||
("Accept sessions via password", "Prihvati sesije preko lozinke"),
|
("Accept sessions via password", "Prihvati sesije preko lozinke"),
|
||||||
@@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Changelog", ""),
|
("Changelog", ""),
|
||||||
("keep-awake-during-outgoing-sessions-label", ""),
|
("keep-awake-during-outgoing-sessions-label", ""),
|
||||||
("keep-awake-during-incoming-sessions-label", ""),
|
("keep-awake-during-incoming-sessions-label", ""),
|
||||||
|
("Continue with {}", "Nastavi sa {}"),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Show RustDesk", "Visa RustDesk"),
|
("Show RustDesk", "Visa RustDesk"),
|
||||||
("This PC", "Denna dator"),
|
("This PC", "Denna dator"),
|
||||||
("or", "eller"),
|
("or", "eller"),
|
||||||
("Continue with", "Fortsätt med"),
|
|
||||||
("Elevate", "Höj upp"),
|
("Elevate", "Höj upp"),
|
||||||
("Zoom cursor", "Zoom"),
|
("Zoom cursor", "Zoom"),
|
||||||
("Accept sessions via password", "Acceptera sessioner via lösenord"),
|
("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", ""),
|
("Changelog", ""),
|
||||||
("keep-awake-during-outgoing-sessions-label", ""),
|
("keep-awake-during-outgoing-sessions-label", ""),
|
||||||
("keep-awake-during-incoming-sessions-label", ""),
|
("keep-awake-during-incoming-sessions-label", ""),
|
||||||
|
("Continue with {}", "Fortsätt med {}"),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Show RustDesk", "RustDesk ஐ காட்டு"),
|
("Show RustDesk", "RustDesk ஐ காட்டு"),
|
||||||
("This PC", "இந்த PC"),
|
("This PC", "இந்த PC"),
|
||||||
("or", "அல்லது"),
|
("or", "அல்லது"),
|
||||||
("Continue with", "உடன் தொடர்"),
|
|
||||||
("Elevate", "உயர்த்து"),
|
("Elevate", "உயர்த்து"),
|
||||||
("Zoom cursor", "கர்சரை பெரிதாக்கு"),
|
("Zoom cursor", "கர்சரை பெரிதாக்கு"),
|
||||||
("Accept sessions via password", "கடவுச்சொல் வழியாக அமர்வுகளை ஏற்று"),
|
("Accept sessions via password", "கடவுச்சொல் வழியாக அமர்வுகளை ஏற்று"),
|
||||||
@@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Changelog", ""),
|
("Changelog", ""),
|
||||||
("keep-awake-during-outgoing-sessions-label", ""),
|
("keep-awake-during-outgoing-sessions-label", ""),
|
||||||
("keep-awake-during-incoming-sessions-label", ""),
|
("keep-awake-during-incoming-sessions-label", ""),
|
||||||
|
("Continue with {}", "{} உடன் தொடர்"),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Show RustDesk", ""),
|
("Show RustDesk", ""),
|
||||||
("This PC", ""),
|
("This PC", ""),
|
||||||
("or", ""),
|
("or", ""),
|
||||||
("Continue with", ""),
|
|
||||||
("Elevate", ""),
|
("Elevate", ""),
|
||||||
("Zoom cursor", ""),
|
("Zoom cursor", ""),
|
||||||
("Accept sessions via password", ""),
|
("Accept sessions via password", ""),
|
||||||
@@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Changelog", ""),
|
("Changelog", ""),
|
||||||
("keep-awake-during-outgoing-sessions-label", ""),
|
("keep-awake-during-outgoing-sessions-label", ""),
|
||||||
("keep-awake-during-incoming-sessions-label", ""),
|
("keep-awake-during-incoming-sessions-label", ""),
|
||||||
|
("Continue with {}", ""),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Show RustDesk", "แสดง RustDesk"),
|
("Show RustDesk", "แสดง RustDesk"),
|
||||||
("This PC", "พีซีเครื่องนี้"),
|
("This PC", "พีซีเครื่องนี้"),
|
||||||
("or", "หรือ"),
|
("or", "หรือ"),
|
||||||
("Continue with", "ทำต่อด้วย"),
|
|
||||||
("Elevate", "ยกระดับ"),
|
("Elevate", "ยกระดับ"),
|
||||||
("Zoom cursor", "ขยายเคอร์เซอร์"),
|
("Zoom cursor", "ขยายเคอร์เซอร์"),
|
||||||
("Accept sessions via password", "ยอมรับการเชื่อมต่อด้วยรหัสผ่าน"),
|
("Accept sessions via password", "ยอมรับการเชื่อมต่อด้วยรหัสผ่าน"),
|
||||||
@@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Changelog", ""),
|
("Changelog", ""),
|
||||||
("keep-awake-during-outgoing-sessions-label", ""),
|
("keep-awake-during-outgoing-sessions-label", ""),
|
||||||
("keep-awake-during-incoming-sessions-label", ""),
|
("keep-awake-during-incoming-sessions-label", ""),
|
||||||
|
("Continue with {}", "ทำต่อด้วย {}"),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Show RustDesk", "RustDesk'i Göster"),
|
("Show RustDesk", "RustDesk'i Göster"),
|
||||||
("This PC", "Bu PC"),
|
("This PC", "Bu PC"),
|
||||||
("or", "veya"),
|
("or", "veya"),
|
||||||
("Continue with", "Bununla devam et"),
|
|
||||||
("Elevate", "Yükseltme"),
|
("Elevate", "Yükseltme"),
|
||||||
("Zoom cursor", "Yakınlaştırma imleci"),
|
("Zoom cursor", "Yakınlaştırma imleci"),
|
||||||
("Accept sessions via password", "Oturumları parola ile kabul etme"),
|
("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üğü"),
|
("Changelog", "Değişiklik Günlüğü"),
|
||||||
("keep-awake-during-outgoing-sessions-label", "Giden oturumlar süresince ekranı açık tutun"),
|
("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"),
|
("keep-awake-during-incoming-sessions-label", "Gelen oturumlar süresince ekranı açık tutun"),
|
||||||
|
("Continue with {}", "{} ile devam et"),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Show RustDesk", "顯示 RustDesk"),
|
("Show RustDesk", "顯示 RustDesk"),
|
||||||
("This PC", "此電腦"),
|
("This PC", "此電腦"),
|
||||||
("or", "或"),
|
("or", "或"),
|
||||||
("Continue with", "繼續"),
|
|
||||||
("Elevate", "提升權限"),
|
("Elevate", "提升權限"),
|
||||||
("Zoom cursor", "縮放游標"),
|
("Zoom cursor", "縮放游標"),
|
||||||
("Accept sessions via password", "只允許透過輸入密碼進行連線"),
|
("Accept sessions via password", "只允許透過輸入密碼進行連線"),
|
||||||
@@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Changelog", "更新日誌"),
|
("Changelog", "更新日誌"),
|
||||||
("keep-awake-during-outgoing-sessions-label", "在連出工作階段期間保持螢幕喚醒"),
|
("keep-awake-during-outgoing-sessions-label", "在連出工作階段期間保持螢幕喚醒"),
|
||||||
("keep-awake-during-incoming-sessions-label", "在連入工作階段期間保持螢幕喚醒"),
|
("keep-awake-during-incoming-sessions-label", "在連入工作階段期間保持螢幕喚醒"),
|
||||||
|
("Continue with {}", "使用 {} 登入"),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Show RustDesk", "Показати RustDesk"),
|
("Show RustDesk", "Показати RustDesk"),
|
||||||
("This PC", "Цей ПК"),
|
("This PC", "Цей ПК"),
|
||||||
("or", "чи"),
|
("or", "чи"),
|
||||||
("Continue with", "Продовжити з"),
|
|
||||||
("Elevate", "Розширення прав"),
|
("Elevate", "Розширення прав"),
|
||||||
("Zoom cursor", "Збільшити вказівник"),
|
("Zoom cursor", "Збільшити вказівник"),
|
||||||
("Accept sessions via password", "Підтверджувати сеанси паролем"),
|
("Accept sessions via password", "Підтверджувати сеанси паролем"),
|
||||||
@@ -739,5 +738,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Changelog", ""),
|
("Changelog", ""),
|
||||||
("keep-awake-during-outgoing-sessions-label", ""),
|
("keep-awake-during-outgoing-sessions-label", ""),
|
||||||
("keep-awake-during-incoming-sessions-label", ""),
|
("keep-awake-during-incoming-sessions-label", ""),
|
||||||
|
("Continue with {}", "Продовжити з {}"),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -384,7 +384,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
|||||||
("Show RustDesk", "Hiện RustDesk"),
|
("Show RustDesk", "Hiện RustDesk"),
|
||||||
("This PC", "Máy tính này"),
|
("This PC", "Máy tính này"),
|
||||||
("or", "hoặc"),
|
("or", "hoặc"),
|
||||||
("Continue with", "Tiếp tục với"),
|
|
||||||
("Elevate", "Nâng quyền"),
|
("Elevate", "Nâng quyền"),
|
||||||
("Zoom cursor", "Phóng to con trỏ"),
|
("Zoom cursor", "Phóng to con trỏ"),
|
||||||
("Accept sessions via password", "Chấp nhận phiên qua mật khẩu"),
|
("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"),
|
("Changelog", "Nhật ký thay đổi"),
|
||||||
("keep-awake-during-outgoing-sessions-label", ""),
|
("keep-awake-during-outgoing-sessions-label", ""),
|
||||||
("keep-awake-during-incoming-sessions-label", ""),
|
("keep-awake-during-incoming-sessions-label", ""),
|
||||||
|
("Continue with {}", "Tiếp tục với {}"),
|
||||||
].iter().cloned().collect();
|
].iter().cloned().collect();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user