Update ja.rs and Add "About Rustdesk" (#8784)

* Update ja.rs

Signed-off-by: creeper-0910 <56744841+creeper-0910@users.noreply.github.com>

* Update ja.rs

Signed-off-by: creeper-0910 <56744841+creeper-0910@users.noreply.github.com>

* Add 'About RustDesk'

Signed-off-by: creeper-0910 <56744841+creeper-0910@users.noreply.github.com>

---------

Signed-off-by: creeper-0910 <56744841+creeper-0910@users.noreply.github.com>
This commit is contained in:
お餅のCreeeper 2024-07-23 09:58:48 +09:00 committed by GitHub
parent 31e7b6acf1
commit b828768fa9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
47 changed files with 680 additions and 636 deletions

View File

@ -1806,7 +1806,7 @@ class _AboutState extends State<_About> {
child: SingleChildScrollView(
controller: scrollController,
physics: DraggableNeverScrollableScrollPhysics(),
child: _Card(title: '${translate('About')} RustDesk', children: [
child: _Card(title: translate('About RustDesk'), children: [
Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: [

View File

@ -395,7 +395,7 @@ class _WebMenuState extends State<WebMenu> {
[
PopupMenuItem(
value: "about",
child: Text('${translate('About')} RustDesk'),
child: Text(translate('About RustDesk')),
)
];
},

View File

@ -807,7 +807,7 @@ void showThemeSettings(OverlayDialogManager dialogManager) async {
void showAbout(OverlayDialogManager dialogManager) {
dialogManager.show((setState, close, context) {
return CustomAlertDialog(
title: Text('${translate('About')} RustDesk'),
title: Text(translate('About RustDesk')),
content: Wrap(direction: Axis.vertical, spacing: 12, children: [
Text('Version: $version'),
InkWell(

View File

@ -629,5 +629,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("enable-bot-desc", ""),
("cancel-2fa-confirm-tip", ""),
("cancel-bot-confirm-tip", ""),
("About RustDesk", ""),
].iter().cloned().collect();
}

View File

@ -629,5 +629,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("enable-bot-desc", ""),
("cancel-2fa-confirm-tip", ""),
("cancel-bot-confirm-tip", ""),
("About RustDesk", ""),
].iter().cloned().collect();
}

View File

@ -629,5 +629,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("enable-bot-desc", ""),
("cancel-2fa-confirm-tip", ""),
("cancel-bot-confirm-tip", ""),
("About RustDesk", ""),
].iter().cloned().collect();
}

View File

@ -629,5 +629,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("enable-bot-desc", ""),
("cancel-2fa-confirm-tip", ""),
("cancel-bot-confirm-tip", ""),
("About RustDesk", ""),
].iter().cloned().collect();
}

View File

@ -629,5 +629,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("enable-bot-desc", ""),
("cancel-2fa-confirm-tip", "确定要取消双重认证吗?"),
("cancel-bot-confirm-tip", "确定要取消 Telegram 机器人吗?"),
("About RustDesk", ""),
].iter().cloned().collect();
}

View File

@ -629,5 +629,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("enable-bot-desc", "1, Otevřete chat s @BotFather.\n2, Pošlete příkaz \"/newbot\". Po dokončení tohoto kroku obdržíte token.\n3, Spusťte chat s nově vytvořeným botem. Pro jeho aktivaci odešlete zprávu začínající lomítkem vpřed (\"/\"), například \"/hello\".\n"),
("cancel-2fa-confirm-tip", "Jste si jisti, že chcete zrušit 2FA?"),
("cancel-bot-confirm-tip", "Jste si jisti, že chcete zrušit bota Telegramu?"),
("About RustDesk", ""),
].iter().cloned().collect();
}

View File

@ -629,5 +629,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("enable-bot-desc", ""),
("cancel-2fa-confirm-tip", ""),
("cancel-bot-confirm-tip", ""),
("About RustDesk", ""),
].iter().cloned().collect();
}

View File

@ -629,5 +629,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("enable-bot-desc", "1. Öffnen Sie einen Chat mit @BotFather.\n2. Senden Sie den Befehl \"/newbot\". Sie erhalten ein Token, nachdem Sie diesen Schritt abgeschlossen haben.\n3. Starten Sie einen Chat mit Ihrem neu erstellten Bot. Senden Sie eine Nachricht, die mit einem Schrägstrich (\"/\") beginnt, z. B. \"/hello\", um ihn zu aktivieren.\n"),
("cancel-2fa-confirm-tip", "Sind Sie sicher, dass Sie 2FA abbrechen möchten?"),
("cancel-bot-confirm-tip", "Sind Sie sicher, dass Sie Telegram-Bot abbrechen möchten?"),
("About RustDesk", ""),
].iter().cloned().collect();
}

View File

@ -629,5 +629,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("enable-bot-desc", "1, Ανοίξτε μια συνομιλία με τον @BotFather., Στείλτε την εντολή \"/newbot\". Θα λάβετε ένα διακριτικό αφού ολοκληρώσετε αυτό το βήμα.3, Ξεκινήστε μια συνομιλία με το bot που μόλις δημιουργήσατε. Στείλτε ένα μήνυμα που αρχίζει με κάθετο (\"/\") όπως \"/hello\" για να το ενεργοποιήσετε."),
("cancel-2fa-confirm-tip", "Είστε βέβαιοι ότι θέλετε να ακυρώσετε το 2FA;"),
("cancel-bot-confirm-tip", "Είστε βέβαιοι ότι θέλετε να ακυρώσετε το Telegram bot;"),
("About RustDesk", ""),
].iter().cloned().collect();
}

View File

@ -231,5 +231,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("enable-bot-desc", "1. Open a chat with @BotFather.\n2. Send the command \"/newbot\". You will receive a token after completing this step.\n3. Start a chat with your newly created bot. Send a message beginning with a forward slash (\"/\") like \"/hello\" to activate it.\n"),
("cancel-2fa-confirm-tip", "Are you sure you want to cancel 2FA?"),
("cancel-bot-confirm-tip", "Are you sure you want to cancel Telegram bot?"),
("About RustDesk", ""),
].iter().cloned().collect();
}

View File

@ -629,5 +629,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("enable-bot-desc", ""),
("cancel-2fa-confirm-tip", ""),
("cancel-bot-confirm-tip", ""),
("About RustDesk", ""),
].iter().cloned().collect();
}

View File

@ -629,5 +629,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("enable-bot-desc", "1, Abre un chat con @BotFather.\n2, Envía el comando \"/newbot\". Recibirás un token tras completar esta paso.\n3, Inicia un chat con tu bot recién creado. Envía un mensaje que comience con una barra (\"/\") como \"/hola\" para activarlo.\n"),
("cancel-2fa-confirm-tip", "¿Seguro que quieres cancelar 2FA?"),
("cancel-bot-confirm-tip", "¿Seguro que quieres cancelar el bot de Telegram?"),
("About RustDesk", ""),
].iter().cloned().collect();
}

View File

@ -629,5 +629,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("enable-bot-desc", ""),
("cancel-2fa-confirm-tip", ""),
("cancel-bot-confirm-tip", ""),
("About RustDesk", ""),
].iter().cloned().collect();
}

View File

@ -630,6 +630,7 @@ lazy_static::lazy_static! {
("Telegram bot", "Telegrameko bot-a"),
("enable-bot-tip", "Ezaugarri hau gaitzen baduzu, zure bot-etik 2FA kodea jaso dezakezu. Konexio jakinarazpenetarako ere balio dezake."),
("enable-bot-desc", "1, Ireki txat bat @BotFather bot-arekin.\n2, Bidali \"/newbot\" agindua. Token bat jasoko duzu urrats honen ostean.\n3, Hasi txat bat zure bot berriarekin. Bidali mezu bat aurreko barra batekin (\"/\") \"/kaixo\" bezala gaitzeko.\n"),
].iter().cloned().collect();
("About RustDesk", ""),
].iter().cloned().collect();
}

View File

@ -629,5 +629,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("enable-bot-desc", ""),
("cancel-2fa-confirm-tip", ""),
("cancel-bot-confirm-tip", ""),
("About RustDesk", ""),
].iter().cloned().collect();
}

View File

@ -629,5 +629,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("enable-bot-desc", ""),
("cancel-2fa-confirm-tip", ""),
("cancel-bot-confirm-tip", ""),
("About RustDesk", ""),
].iter().cloned().collect();
}

View File

@ -629,5 +629,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("enable-bot-desc", ""),
("cancel-2fa-confirm-tip", ""),
("cancel-bot-confirm-tip", ""),
("About RustDesk", ""),
].iter().cloned().collect();
}

View File

@ -629,5 +629,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("enable-bot-desc", ""),
("cancel-2fa-confirm-tip", ""),
("cancel-bot-confirm-tip", ""),
("About RustDesk", ""),
].iter().cloned().collect();
}

View File

@ -629,5 +629,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("enable-bot-desc", ""),
("cancel-2fa-confirm-tip", ""),
("cancel-bot-confirm-tip", ""),
("About RustDesk", ""),
].iter().cloned().collect();
}

View File

@ -629,5 +629,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("enable-bot-desc", ""),
("cancel-2fa-confirm-tip", ""),
("cancel-bot-confirm-tip", ""),
("About RustDesk", ""),
].iter().cloned().collect();
}

View File

@ -629,5 +629,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("enable-bot-desc", "1. apri una chat con @BotFather.\n2. Invia il comando \"/newbot\", dopo aver completato questo passaggio riceverai un token.\n3. Avvia una chat con il tuo bot appena creato. Per attivarlo Invia un messaggio che inizia con una barra (\"/\") tipo \"/hello\".\n"),
("cancel-2fa-confirm-tip", "Sei sicuro di voler annullare 2FA?"),
("cancel-bot-confirm-tip", "Sei sicuro di voler annulare Telegram?"),
("About RustDesk", ""),
].iter().cloned().collect();
}

File diff suppressed because it is too large Load Diff

View File

@ -629,5 +629,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("enable-bot-desc", ""),
("cancel-2fa-confirm-tip", ""),
("cancel-bot-confirm-tip", ""),
("About RustDesk", ""),
].iter().cloned().collect();
}

View File

@ -629,5 +629,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("enable-bot-desc", ""),
("cancel-2fa-confirm-tip", ""),
("cancel-bot-confirm-tip", ""),
("About RustDesk", ""),
].iter().cloned().collect();
}

View File

@ -629,5 +629,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("enable-bot-desc", ""),
("cancel-2fa-confirm-tip", ""),
("cancel-bot-confirm-tip", ""),
("About RustDesk", ""),
].iter().cloned().collect();
}

View File

@ -629,5 +629,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("enable-bot-desc", "1. Atveriet tērzēšanu ar @BotFather.\n2. Nosūtiet komandu \"/newbot\". Pēc šīs darbības pabeigšanas jūs saņemsit pilnvaru.\n3. Sāciet tērzēšanu ar jaunizveidoto robotprogrammatūru. Lai to aktivizētu, nosūtiet ziņojumu, kas sākas ar slīpsvītru (\"/\"), piemēram, \"/hello\".\n"),
("cancel-2fa-confirm-tip", "Vai tiešām vēlaties atcelt 2FA?"),
("cancel-bot-confirm-tip", "Vai tiešām vēlaties atcelt Telegram robotu?"),
("About RustDesk", ""),
].iter().cloned().collect();
}

View File

@ -629,5 +629,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("enable-bot-desc", ""),
("cancel-2fa-confirm-tip", ""),
("cancel-bot-confirm-tip", ""),
("About RustDesk", ""),
].iter().cloned().collect();
}

View File

@ -629,5 +629,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("enable-bot-desc", "1, Open een chat met @BotFather.\n2, Verzend het commando \"/newbot\". Als deze stap voltooid is, ontvang je een token.\n3, Start een chat met de nieuw aangemaakte bot. Om hem te activeren stuurt u een bericht dat begint met een schuine streep (\"/\"), bijvoorbeeld \"/hello\".\n"),
("cancel-2fa-confirm-tip", "Weet je zeker dat je 2FA wilt annuleren?"),
("cancel-bot-confirm-tip", "Weet je zeker dat je de Telegram-bot wilt annuleren?"),
("About RustDesk", ""),
].iter().cloned().collect();
}

View File

@ -629,5 +629,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("enable-bot-desc", ""),
("cancel-2fa-confirm-tip", ""),
("cancel-bot-confirm-tip", ""),
("About RustDesk", ""),
].iter().cloned().collect();
}

View File

@ -629,5 +629,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("enable-bot-desc", ""),
("cancel-2fa-confirm-tip", ""),
("cancel-bot-confirm-tip", ""),
("About RustDesk", ""),
].iter().cloned().collect();
}

View File

@ -629,5 +629,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("enable-bot-desc", ""),
("cancel-2fa-confirm-tip", ""),
("cancel-bot-confirm-tip", ""),
("About RustDesk", ""),
].iter().cloned().collect();
}

View File

@ -629,5 +629,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("enable-bot-desc", ""),
("cancel-2fa-confirm-tip", ""),
("cancel-bot-confirm-tip", ""),
("About RustDesk", ""),
].iter().cloned().collect();
}

View File

@ -629,5 +629,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("enable-bot-desc", "1) Откройте чат с @BotFather.\n2) Отправьте команду \"/newbot\". После выполнения этого шага вы получите токен.\n3) Начните чат с вашим только что созданным ботом. Отправьте сообщение, начинающееся с прямой косой черты (\"/\"), например, \"/hello\", чтобы его активировать.\n"),
("cancel-2fa-confirm-tip", "Отключить двухфакторную аутентификацию?"),
("cancel-bot-confirm-tip", "Отключить Telegram-бота?"),
("About RustDesk", ""),
].iter().cloned().collect();
}

View File

@ -629,5 +629,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("enable-bot-desc", "1, Otvorte chat s @BotFather.\n2, Odošlite príkaz \"/newbot\". Po dokončení tohto kroku dostanete token.\n3, Spustite chat s novo vytvoreným botom. Odošlite správu začínajúcu lomítkom vpred (\"/\"), napríklad \"/hello\", aby ste ho aktivovali.\n"),
("cancel-2fa-confirm-tip", "Ste si istí, že chcete zrušiť službu 2FA?"),
("cancel-bot-confirm-tip", "Ste si istí, že chcete zrušiť bota Telegramu?"),
("About RustDesk", ""),
].iter().cloned().collect();
}

View File

@ -629,5 +629,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("enable-bot-desc", ""),
("cancel-2fa-confirm-tip", ""),
("cancel-bot-confirm-tip", ""),
("About RustDesk", ""),
].iter().cloned().collect();
}

View File

@ -629,5 +629,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("enable-bot-desc", ""),
("cancel-2fa-confirm-tip", ""),
("cancel-bot-confirm-tip", ""),
("About RustDesk", ""),
].iter().cloned().collect();
}

View File

@ -629,5 +629,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("enable-bot-desc", ""),
("cancel-2fa-confirm-tip", ""),
("cancel-bot-confirm-tip", ""),
("About RustDesk", ""),
].iter().cloned().collect();
}

View File

@ -629,5 +629,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("enable-bot-desc", ""),
("cancel-2fa-confirm-tip", ""),
("cancel-bot-confirm-tip", ""),
("About RustDesk", ""),
].iter().cloned().collect();
}

View File

@ -629,5 +629,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("enable-bot-desc", ""),
("cancel-2fa-confirm-tip", ""),
("cancel-bot-confirm-tip", ""),
("About RustDesk", ""),
].iter().cloned().collect();
}

View File

@ -629,5 +629,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("enable-bot-desc", ""),
("cancel-2fa-confirm-tip", ""),
("cancel-bot-confirm-tip", ""),
("About RustDesk", ""),
].iter().cloned().collect();
}

View File

@ -629,5 +629,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("enable-bot-desc", ""),
("cancel-2fa-confirm-tip", ""),
("cancel-bot-confirm-tip", ""),
("About RustDesk", ""),
].iter().cloned().collect();
}

View File

@ -629,5 +629,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("enable-bot-desc", "1. 開啟與 @BotFather 的對話。\n2. 傳送指令 \"/newbot\"。 您將會在完成此步驟後收到權杖 (Token)。\n3. 開始與您剛創立的機器人的對話。 傳送一則以正斜槓 (\"/\") 開頭的訊息來啟用它,例如 \"/hello\""),
("cancel-2fa-confirm-tip", "確定要取消二步驟驗證嗎?"),
("cancel-bot-confirm-tip", "確定要取消 Telegram 機器人嗎?"),
("About RustDesk", ""),
].iter().cloned().collect();
}

View File

@ -629,5 +629,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("enable-bot-desc", ""),
("cancel-2fa-confirm-tip", ""),
("cancel-bot-confirm-tip", ""),
("About RustDesk", ""),
].iter().cloned().collect();
}

View File

@ -629,5 +629,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("enable-bot-desc", ""),
("cancel-2fa-confirm-tip", ""),
("cancel-bot-confirm-tip", ""),
("About RustDesk", ""),
].iter().cloned().collect();
}