mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-11 00:14:50 +03:00
Translate "Are you sure you want to exit?"
This commit is contained in:
parent
5050d8edb3
commit
bfffa750ca
39 changed files with 47 additions and 12 deletions
|
|
@ -197,7 +197,7 @@ export class AppUser extends AbstractApp {
|
|||
addEventListener('beforeunload', event => {
|
||||
if (arePopupsVisible() || (ThemeStore.isMobile() && MessageUserStore.message())) {
|
||||
event.preventDefault();
|
||||
return event.returnValue = "Are you sure you want to exit?";
|
||||
return event.returnValue = i18n('POPUPS_ASK/EXIT_ARE_YOU_SURE');
|
||||
}
|
||||
}, {capture: true});
|
||||
}
|
||||
|
|
@ -263,18 +263,15 @@ export class AppUser extends AbstractApp {
|
|||
|
||||
PgpUserStore.init();
|
||||
|
||||
// When auto-login is active
|
||||
try {
|
||||
navigator.registerProtocolHandler?.(
|
||||
'mailto',
|
||||
location.protocol + '//' + location.host + location.pathname + '?mailto&to=%s',
|
||||
(SettingsGet('title') || 'SnappyMail')
|
||||
);
|
||||
} catch (e) {
|
||||
console.error(e);
|
||||
}
|
||||
|
||||
setTimeout(() => mailToHelper(SettingsGet('mailToEmail')), 500);
|
||||
|
||||
// When auto-login is active
|
||||
navigator.registerProtocolHandler?.(
|
||||
'mailto',
|
||||
location.protocol + '//' + location.host + location.pathname + '?mailto&to=%s',
|
||||
(SettingsGet('title') || 'SnappyMail')
|
||||
);
|
||||
|
||||
} else {
|
||||
this.logout();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -234,6 +234,7 @@
|
|||
"BUTTON_REQUIRE_TLS": "Require secure delivery"
|
||||
},
|
||||
"POPUPS_ASK": {
|
||||
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
|
||||
"DESC_WANT_CLOSE_THIS_WINDOW": "هل أنت متأكد من رغبتك باغلاق هذه النافذة؟",
|
||||
"DESC_WANT_DELETE_MESSAGES": "هل أنت متأكد من رغبتك بحذف هذه الرسائل؟"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -234,6 +234,7 @@
|
|||
"BUTTON_REQUIRE_TLS": "Require secure delivery"
|
||||
},
|
||||
"POPUPS_ASK": {
|
||||
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
|
||||
"DESC_WANT_CLOSE_THIS_WINDOW": "Сигурни ли сте, че желаете да затворите този прозорец?",
|
||||
"DESC_WANT_DELETE_MESSAGES": "Сигурни ли сте, че желаете да изтриете съобщението\/съобщенията?"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -234,6 +234,7 @@
|
|||
"BUTTON_REQUIRE_TLS": "Require secure delivery"
|
||||
},
|
||||
"POPUPS_ASK": {
|
||||
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
|
||||
"DESC_WANT_CLOSE_THIS_WINDOW": "Opravdu chcete zavřít toto okno?",
|
||||
"DESC_WANT_DELETE_MESSAGES": "Opravdu chcete odstranit tyto zprávy?"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -234,6 +234,7 @@
|
|||
"BUTTON_REQUIRE_TLS": "Require secure delivery"
|
||||
},
|
||||
"POPUPS_ASK": {
|
||||
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
|
||||
"DESC_WANT_CLOSE_THIS_WINDOW": "Vil du lukke vinduet?",
|
||||
"DESC_WANT_DELETE_MESSAGES": "Vil du slette denne\/disse meddelelse(r)?"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -234,6 +234,7 @@
|
|||
"BUTTON_REQUIRE_TLS": "Require secure delivery"
|
||||
},
|
||||
"POPUPS_ASK": {
|
||||
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
|
||||
"DESC_WANT_CLOSE_THIS_WINDOW": "Sind Sie sicher, dass Sie dieses Fenster schließen möchten?",
|
||||
"DESC_WANT_DELETE_MESSAGES": "Sind Sie sicher, dass Sie diese Nachricht(en) löschen möchten?"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -234,6 +234,7 @@
|
|||
"BUTTON_REQUIRE_TLS": "Require secure delivery"
|
||||
},
|
||||
"POPUPS_ASK": {
|
||||
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
|
||||
"DESC_WANT_CLOSE_THIS_WINDOW": "Είστε σίγουροι πως θέλετε να κλείσετε αυτό το παράθυρο;",
|
||||
"DESC_WANT_DELETE_MESSAGES": "Είστε σίγουροι πως θέλετε να διαγράψετε το (τα) μήνυμα(τα);"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -234,6 +234,7 @@
|
|||
"BUTTON_REQUIRE_TLS": "Require secure delivery"
|
||||
},
|
||||
"POPUPS_ASK": {
|
||||
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
|
||||
"DESC_WANT_CLOSE_THIS_WINDOW": "Are you sure you want to close this window?",
|
||||
"DESC_WANT_DELETE_MESSAGES": "Are you sure you want to delete the message(s)?"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -234,6 +234,7 @@
|
|||
"BUTTON_REQUIRE_TLS": "Require secure delivery"
|
||||
},
|
||||
"POPUPS_ASK": {
|
||||
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
|
||||
"DESC_WANT_CLOSE_THIS_WINDOW": "Are you sure you want to close this window?",
|
||||
"DESC_WANT_DELETE_MESSAGES": "Are you sure you want to delete the message(s)?"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -234,6 +234,7 @@
|
|||
"BUTTON_REQUIRE_TLS": "Require secure delivery"
|
||||
},
|
||||
"POPUPS_ASK": {
|
||||
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
|
||||
"DESC_WANT_CLOSE_THIS_WINDOW": "¿Está seguro de que desea cerrar esta ventana?",
|
||||
"DESC_WANT_DELETE_MESSAGES": "¿Está seguro de que desea eliminar los mensajes?"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -234,6 +234,7 @@
|
|||
"BUTTON_REQUIRE_TLS": "Require secure delivery"
|
||||
},
|
||||
"POPUPS_ASK": {
|
||||
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
|
||||
"DESC_WANT_CLOSE_THIS_WINDOW": "Kas oled kindel, et soovid akna sulgeda?",
|
||||
"DESC_WANT_DELETE_MESSAGES": "Kas oled kindel, et soovid sõnumi(d) kustutada?"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -234,6 +234,7 @@
|
|||
"BUTTON_REQUIRE_TLS": "Require secure delivery"
|
||||
},
|
||||
"POPUPS_ASK": {
|
||||
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
|
||||
"DESC_WANT_CLOSE_THIS_WINDOW": "Ziur zaude leiho hau itxi nahi duzula?",
|
||||
"DESC_WANT_DELETE_MESSAGES": "Ziur zaude mezua(k) ezabatu nahi d(it)uzula?"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -234,6 +234,7 @@
|
|||
"BUTTON_REQUIRE_TLS": "Require secure delivery"
|
||||
},
|
||||
"POPUPS_ASK": {
|
||||
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
|
||||
"DESC_WANT_CLOSE_THIS_WINDOW": "آیا از بستن این پنجره مطمئن هستید؟",
|
||||
"DESC_WANT_DELETE_MESSAGES": "آیا از حذف این پیام(ها) اطمینان دارید؟"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -234,6 +234,7 @@
|
|||
"BUTTON_REQUIRE_TLS": "Require secure delivery"
|
||||
},
|
||||
"POPUPS_ASK": {
|
||||
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
|
||||
"DESC_WANT_CLOSE_THIS_WINDOW": "Haluatko varmasti sulkea tämän ikkunan?",
|
||||
"DESC_WANT_DELETE_MESSAGES": "Haluatko varmasti poistaa viestin\/viestit?"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -234,6 +234,7 @@
|
|||
"BUTTON_REQUIRE_TLS": "Exiger une livraison sécurisée"
|
||||
},
|
||||
"POPUPS_ASK": {
|
||||
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
|
||||
"DESC_WANT_CLOSE_THIS_WINDOW": "Êtes-vous sûr de vouloir fermer cette fenêtre ?",
|
||||
"DESC_WANT_DELETE_MESSAGES": "Êtes-vous sûr de vouloir supprimer ce(s) message(s) ?"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -234,6 +234,7 @@
|
|||
"BUTTON_REQUIRE_TLS": "Require secure delivery"
|
||||
},
|
||||
"POPUPS_ASK": {
|
||||
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
|
||||
"DESC_WANT_CLOSE_THIS_WINDOW": "Biztos, hogy be akarod zárni ezt az ablakot?",
|
||||
"DESC_WANT_DELETE_MESSAGES": "Biztos, hogy törölni akarod az üzenete(ke)t?"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -234,6 +234,7 @@
|
|||
"BUTTON_REQUIRE_TLS": "Require secure delivery"
|
||||
},
|
||||
"POPUPS_ASK": {
|
||||
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
|
||||
"DESC_WANT_CLOSE_THIS_WINDOW": "Anda yakin untuk menutup jendela ini?",
|
||||
"DESC_WANT_DELETE_MESSAGES": "Anda yakin menghapus permanen pesan ini?"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -234,6 +234,7 @@
|
|||
"BUTTON_REQUIRE_TLS": "Require secure delivery"
|
||||
},
|
||||
"POPUPS_ASK": {
|
||||
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
|
||||
"DESC_WANT_CLOSE_THIS_WINDOW": "Ertu viss um að þú viljir loka þessum glugga?",
|
||||
"DESC_WANT_DELETE_MESSAGES": "Ertu viss um að þú viljir eyða skeytunum?"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -234,6 +234,7 @@
|
|||
"BUTTON_REQUIRE_TLS": "Require secure delivery"
|
||||
},
|
||||
"POPUPS_ASK": {
|
||||
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
|
||||
"DESC_WANT_CLOSE_THIS_WINDOW": "Sei sicuro di voler chiudere questa finestra?",
|
||||
"DESC_WANT_DELETE_MESSAGES": "Sei sicuro di voler eliminare il messaggio?"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -234,6 +234,7 @@
|
|||
"BUTTON_REQUIRE_TLS": "Require secure delivery"
|
||||
},
|
||||
"POPUPS_ASK": {
|
||||
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
|
||||
"DESC_WANT_CLOSE_THIS_WINDOW": "このウインドウを閉じていいですか?",
|
||||
"DESC_WANT_DELETE_MESSAGES": "メッセージを削除していいですか?"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -234,6 +234,7 @@
|
|||
"BUTTON_REQUIRE_TLS": "Require secure delivery"
|
||||
},
|
||||
"POPUPS_ASK": {
|
||||
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
|
||||
"DESC_WANT_CLOSE_THIS_WINDOW": "정말로 이 페이지를 닫으시겠습니까 ?",
|
||||
"DESC_WANT_DELETE_MESSAGES": "정말로 선택한 메세지를 삭제하시겠습니까 ?"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -234,6 +234,7 @@
|
|||
"BUTTON_REQUIRE_TLS": "Require secure delivery"
|
||||
},
|
||||
"POPUPS_ASK": {
|
||||
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
|
||||
"DESC_WANT_CLOSE_THIS_WINDOW": "Ar tikrai norite uždaryti šį langą??",
|
||||
"DESC_WANT_DELETE_MESSAGES": "Ar tikrai norite ištrinti pranešimą(us)?"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -234,6 +234,7 @@
|
|||
"BUTTON_REQUIRE_TLS": "Require secure delivery"
|
||||
},
|
||||
"POPUPS_ASK": {
|
||||
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
|
||||
"DESC_WANT_CLOSE_THIS_WINDOW": "Are you sure you want to close this window?",
|
||||
"DESC_WANT_DELETE_MESSAGES": "Are you sure you want to delete the message(s)?"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -234,6 +234,7 @@
|
|||
"BUTTON_REQUIRE_TLS": "Require secure delivery"
|
||||
},
|
||||
"POPUPS_ASK": {
|
||||
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
|
||||
"DESC_WANT_CLOSE_THIS_WINDOW": "Er du sikker på at du vil lukke dette vinduet?",
|
||||
"DESC_WANT_DELETE_MESSAGES": "Er du sikker på at du vil slette meldingen(e)?"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -234,6 +234,7 @@
|
|||
"BUTTON_REQUIRE_TLS": "Veilige bezorging vereisen"
|
||||
},
|
||||
"POPUPS_ASK": {
|
||||
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
|
||||
"DESC_WANT_CLOSE_THIS_WINDOW": "Weet u zeker dat u dit venster wilt sluiten?",
|
||||
"DESC_WANT_DELETE_MESSAGES": "Weet u zeker dat u dit\/deze bericht\/berichten wilt verwijderen?"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -234,6 +234,7 @@
|
|||
"BUTTON_REQUIRE_TLS": "Require secure delivery"
|
||||
},
|
||||
"POPUPS_ASK": {
|
||||
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
|
||||
"DESC_WANT_CLOSE_THIS_WINDOW": "Na pewno chcesz zamknąć to okno?",
|
||||
"DESC_WANT_DELETE_MESSAGES": "Na pewno chcesz usunąć wiadomość(-ci)?"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -234,6 +234,7 @@
|
|||
"BUTTON_REQUIRE_TLS": "Require secure delivery"
|
||||
},
|
||||
"POPUPS_ASK": {
|
||||
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
|
||||
"DESC_WANT_CLOSE_THIS_WINDOW": "Você tem certeza que deseja fechar esta janela?",
|
||||
"DESC_WANT_DELETE_MESSAGES": "Você tem certeza de que deseja excluir essa(s) mensagem(s)?"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -234,6 +234,7 @@
|
|||
"BUTTON_REQUIRE_TLS": "Exigir entrega segura"
|
||||
},
|
||||
"POPUPS_ASK": {
|
||||
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
|
||||
"DESC_WANT_CLOSE_THIS_WINDOW": "Tem a certeza de que quer fechar esta janela?",
|
||||
"DESC_WANT_DELETE_MESSAGES": "Tem a certeza de que quer eliminar a(s) mensagem(s)?"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -234,6 +234,7 @@
|
|||
"BUTTON_REQUIRE_TLS": "Exigir entrega segura"
|
||||
},
|
||||
"POPUPS_ASK": {
|
||||
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
|
||||
"DESC_WANT_CLOSE_THIS_WINDOW": "Tem a certeza de que quer fechar esta janela?",
|
||||
"DESC_WANT_DELETE_MESSAGES": "Tem a certeza de que quer eliminar a(s) mensagem(s)?"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -234,6 +234,7 @@
|
|||
"BUTTON_REQUIRE_TLS": "Require secure delivery"
|
||||
},
|
||||
"POPUPS_ASK": {
|
||||
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
|
||||
"DESC_WANT_CLOSE_THIS_WINDOW": "Sigur doriți să închideți această fereastră?",
|
||||
"DESC_WANT_DELETE_MESSAGES": "Sigur doriți să ștergeți mesajul(e)?"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -234,6 +234,7 @@
|
|||
"BUTTON_REQUIRE_TLS": "Require secure delivery"
|
||||
},
|
||||
"POPUPS_ASK": {
|
||||
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
|
||||
"DESC_WANT_CLOSE_THIS_WINDOW": "Вы уверены, что хотите закрыть это окно?",
|
||||
"DESC_WANT_DELETE_MESSAGES": "Вы уверены, что хотите удалить сообщение(я)?"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -234,6 +234,7 @@
|
|||
"BUTTON_REQUIRE_TLS": "Require secure delivery"
|
||||
},
|
||||
"POPUPS_ASK": {
|
||||
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
|
||||
"DESC_WANT_CLOSE_THIS_WINDOW": "Ste si istý že chcete zatvoriť toto okno?",
|
||||
"DESC_WANT_DELETE_MESSAGES": "Ste si istý že chcete odstrániť tieto správy?"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -234,6 +234,7 @@
|
|||
"BUTTON_REQUIRE_TLS": "Require secure delivery"
|
||||
},
|
||||
"POPUPS_ASK": {
|
||||
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
|
||||
"DESC_WANT_CLOSE_THIS_WINDOW": "Želite zapreti to okno?",
|
||||
"DESC_WANT_DELETE_MESSAGES": "Želite izbrisati sporočilo\/-a?"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -234,6 +234,7 @@
|
|||
"BUTTON_REQUIRE_TLS": "Require secure delivery"
|
||||
},
|
||||
"POPUPS_ASK": {
|
||||
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
|
||||
"DESC_WANT_CLOSE_THIS_WINDOW": "Vill du stänga detta fönster?",
|
||||
"DESC_WANT_DELETE_MESSAGES": "Är du säker att du vill ta bort meddelandet?"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -234,6 +234,7 @@
|
|||
"BUTTON_REQUIRE_TLS": "Require secure delivery"
|
||||
},
|
||||
"POPUPS_ASK": {
|
||||
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
|
||||
"DESC_WANT_CLOSE_THIS_WINDOW": "Bu pencereyi kapatmak istediğinizden emin misiniz?",
|
||||
"DESC_WANT_DELETE_MESSAGES": "Mesaj(ları) silmek istediğinizden emin misiniz?"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -234,6 +234,7 @@
|
|||
"BUTTON_REQUIRE_TLS": "Require secure delivery"
|
||||
},
|
||||
"POPUPS_ASK": {
|
||||
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
|
||||
"DESC_WANT_CLOSE_THIS_WINDOW": "Ви впевнені, що хочете закрити це вікно?",
|
||||
"DESC_WANT_DELETE_MESSAGES": "Ви впевнені, що хочете видалити повідомлення?"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -234,6 +234,7 @@
|
|||
"BUTTON_REQUIRE_TLS": "Require secure delivery"
|
||||
},
|
||||
"POPUPS_ASK": {
|
||||
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
|
||||
"DESC_WANT_CLOSE_THIS_WINDOW": "Bạn có chắc muốn đóng bảng này chứ?",
|
||||
"DESC_WANT_DELETE_MESSAGES": "Bạn có chắc muốn xóa thư này chứ?"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -234,6 +234,7 @@
|
|||
"BUTTON_REQUIRE_TLS": "Require secure delivery"
|
||||
},
|
||||
"POPUPS_ASK": {
|
||||
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
|
||||
"DESC_WANT_CLOSE_THIS_WINDOW": "您确定要关闭此窗口吗?",
|
||||
"DESC_WANT_DELETE_MESSAGES": "您确定要删除这条消息吗?"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -234,6 +234,7 @@
|
|||
"BUTTON_REQUIRE_TLS": "Require secure delivery"
|
||||
},
|
||||
"POPUPS_ASK": {
|
||||
"EXIT_ARE_YOU_SURE": "Are you sure you want to exit?",
|
||||
"DESC_WANT_CLOSE_THIS_WINDOW": "你確定要關閉此窗口嗎?",
|
||||
"DESC_WANT_DELETE_MESSAGES": "你確定你要刪除這條消息嗎?"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue