This commit is contained in:
Mirco Wittrien 2020-12-22 20:15:02 +01:00
parent afbe16e1ba
commit 5b9707aefe
2 changed files with 28 additions and 1 deletions

View File

@ -3665,7 +3665,7 @@ module.exports = (_ => {
}; };
BDFDB.ModalUtils.confirm = function (plugin, text, callback) { BDFDB.ModalUtils.confirm = function (plugin, text, callback) {
if (!BDFDB.ObjectUtils.is(plugin) || typeof text != "string") return; if (!BDFDB.ObjectUtils.is(plugin) || typeof text != "string") return;
BDFDB.ModalUtils.open(plugin, {text, header: "Are you sure?", className: BDFDB.disCN.modalconfirmmodal, scroller: false, buttons: [ BDFDB.ModalUtils.open(plugin, {text, header: BDFDB.LanguageStrings.LibraryStrings.confirm, className: BDFDB.disCN.modalconfirmmodal, scroller: false, buttons: [
{contents: BDFDB.LanguageUtils.LanguageStrings.OKAY, close: true, color: "RED", click: typeof callback == "function" ? callback : _ => {}}, {contents: BDFDB.LanguageUtils.LanguageStrings.OKAY, close: true, color: "RED", click: typeof callback == "function" ? callback : _ => {}},
{contents: BDFDB.LanguageUtils.LanguageStrings.CANCEL, close: true} {contents: BDFDB.LanguageUtils.LanguageStrings.CANCEL, close: true}
]}); ]});

View File

@ -2896,6 +2896,7 @@
"LibraryStrings": { "LibraryStrings": {
"bg": { "bg": {
"ascending": "Възходящ", "ascending": "Възходящ",
"confirm": "Сигурен ли си?",
"descending": "Низходящ", "descending": "Низходящ",
"donate_message": "Подкрепете ме, за да получавам допълнителни актуализации!", "donate_message": "Подкрепете ме, за да получавам допълнителни актуализации!",
"file_navigator_text": "Преглед на файл", "file_navigator_text": "Преглед на файл",
@ -2914,6 +2915,7 @@
}, },
"da": { "da": {
"ascending": "Stigende", "ascending": "Stigende",
"confirm": "Er du sikker?",
"descending": "Aftagende", "descending": "Aftagende",
"donate_message": "Støt mig for at modtage yderligere opdateringer!", "donate_message": "Støt mig for at modtage yderligere opdateringer!",
"file_navigator_text": "Gennemse fil", "file_navigator_text": "Gennemse fil",
@ -2932,6 +2934,7 @@
}, },
"de": { "de": {
"ascending": "Aufsteigend", "ascending": "Aufsteigend",
"confirm": "Bist du sicher?",
"descending": "Absteigend", "descending": "Absteigend",
"donate_message": "Unterstütze mich, um weitere Updates zu erhalten!", "donate_message": "Unterstütze mich, um weitere Updates zu erhalten!",
"file_navigator_text": "Datei durchsuchen", "file_navigator_text": "Datei durchsuchen",
@ -2950,6 +2953,7 @@
}, },
"el": { "el": {
"ascending": "Ανερχόμενος", "ascending": "Ανερχόμενος",
"confirm": "Είσαι σίγουρος?",
"descending": "Φθίνων", "descending": "Φθίνων",
"donate_message": "Υποστηρίξτε με για να λαμβάνω περαιτέρω ενημερώσεις!", "donate_message": "Υποστηρίξτε με για να λαμβάνω περαιτέρω ενημερώσεις!",
"file_navigator_text": "Αναζήτηση αρχείων", "file_navigator_text": "Αναζήτηση αρχείων",
@ -2968,6 +2972,7 @@
}, },
"es": { "es": {
"ascending": "Ascendente", "ascending": "Ascendente",
"confirm": "¿Estas seguro?",
"descending": "Descendiendo", "descending": "Descendiendo",
"donate_message": "¡Apóyame para recibir más actualizaciones!", "donate_message": "¡Apóyame para recibir más actualizaciones!",
"file_navigator_text": "Buscar Archivo", "file_navigator_text": "Buscar Archivo",
@ -2986,6 +2991,7 @@
}, },
"fi": { "fi": {
"ascending": "Nouseva", "ascending": "Nouseva",
"confirm": "Oletko varma?",
"descending": "Laskeva", "descending": "Laskeva",
"donate_message": "Tuki minulle päivitysten saamiseksi!", "donate_message": "Tuki minulle päivitysten saamiseksi!",
"file_navigator_text": "Selaa tiedostoa", "file_navigator_text": "Selaa tiedostoa",
@ -3004,6 +3010,7 @@
}, },
"fr": { "fr": {
"ascending": "Ascendant", "ascending": "Ascendant",
"confirm": "Êtes-vous sûr?",
"descending": "Descendant", "descending": "Descendant",
"donate_message": "Soutenez-moi pour recevoir d'autres mises à jour!", "donate_message": "Soutenez-moi pour recevoir d'autres mises à jour!",
"file_navigator_text": "Parcourir le fichier", "file_navigator_text": "Parcourir le fichier",
@ -3022,6 +3029,7 @@
}, },
"hr": { "hr": {
"ascending": "Uzlazni", "ascending": "Uzlazni",
"confirm": "Jesi li siguran?",
"descending": "Silazni", "descending": "Silazni",
"donate_message": "Podržite me da primam daljnja ažuriranja!", "donate_message": "Podržite me da primam daljnja ažuriranja!",
"file_navigator_text": "Pregledaj datoteku", "file_navigator_text": "Pregledaj datoteku",
@ -3040,6 +3048,7 @@
}, },
"hu": { "hu": {
"ascending": "Növekvő", "ascending": "Növekvő",
"confirm": "Biztos vagy ebben?",
"descending": "Csökkenő", "descending": "Csökkenő",
"donate_message": "Támogasson további frissítésekhez!", "donate_message": "Támogasson további frissítésekhez!",
"file_navigator_text": "Tallózás a fájlban", "file_navigator_text": "Tallózás a fájlban",
@ -3058,6 +3067,7 @@
}, },
"it": { "it": {
"ascending": "Ascendente", "ascending": "Ascendente",
"confirm": "Sei sicuro?",
"descending": "Discendente", "descending": "Discendente",
"donate_message": "Supportami per ricevere ulteriori aggiornamenti!", "donate_message": "Supportami per ricevere ulteriori aggiornamenti!",
"file_navigator_text": "Sfoglia file", "file_navigator_text": "Sfoglia file",
@ -3076,6 +3086,7 @@
}, },
"ja": { "ja": {
"ascending": "上昇", "ascending": "上昇",
"confirm": "本気ですか?",
"descending": "降順", "descending": "降順",
"donate_message": "さらなるアップデートを受け取るために私をサポートしてください!", "donate_message": "さらなるアップデートを受け取るために私をサポートしてください!",
"file_navigator_text": "ファイルを参照", "file_navigator_text": "ファイルを参照",
@ -3094,6 +3105,7 @@
}, },
"ko": { "ko": {
"ascending": "오름차순", "ascending": "오름차순",
"confirm": "확실해?",
"descending": "내림차순", "descending": "내림차순",
"donate_message": "추가 업데이트를받을 수 있도록 저를 지원하십시오!", "donate_message": "추가 업데이트를받을 수 있도록 저를 지원하십시오!",
"file_navigator_text": "파일 찾아보기", "file_navigator_text": "파일 찾아보기",
@ -3112,6 +3124,7 @@
}, },
"lt": { "lt": {
"ascending": "Kylanti", "ascending": "Kylanti",
"confirm": "Ar tu tuo tikras?",
"descending": "Mažėjantis", "descending": "Mažėjantis",
"donate_message": "Palaikykite mane, kad gautumėte tolesnių naujinių!", "donate_message": "Palaikykite mane, kad gautumėte tolesnių naujinių!",
"file_navigator_text": "Naršyti failą", "file_navigator_text": "Naršyti failą",
@ -3130,6 +3143,7 @@
}, },
"nl": { "nl": {
"ascending": "Oplopend", "ascending": "Oplopend",
"confirm": "Weet je zeker dat?",
"descending": "Aflopend", "descending": "Aflopend",
"donate_message": "Steun mij om verdere updates te ontvangen!", "donate_message": "Steun mij om verdere updates te ontvangen!",
"file_navigator_text": "Bestand zoeken", "file_navigator_text": "Bestand zoeken",
@ -3148,6 +3162,7 @@
}, },
"no": { "no": {
"ascending": "Stigende", "ascending": "Stigende",
"confirm": "Er du sikker?",
"descending": "Fallende", "descending": "Fallende",
"donate_message": "Støtt meg for å motta ytterligere oppdateringer!", "donate_message": "Støtt meg for å motta ytterligere oppdateringer!",
"file_navigator_text": "Bla gjennom fil", "file_navigator_text": "Bla gjennom fil",
@ -3166,6 +3181,7 @@
}, },
"pl": { "pl": {
"ascending": "Rosnąco", "ascending": "Rosnąco",
"confirm": "Jesteś pewny?",
"descending": "Malejąco", "descending": "Malejąco",
"donate_message": "Wesprzyj mnie, aby otrzymywać dalsze aktualizacje!", "donate_message": "Wesprzyj mnie, aby otrzymywać dalsze aktualizacje!",
"file_navigator_text": "Przeglądać plik", "file_navigator_text": "Przeglądać plik",
@ -3184,6 +3200,7 @@
}, },
"pt-BR": { "pt-BR": {
"ascending": "Ascendente", "ascending": "Ascendente",
"confirm": "Você tem certeza?",
"descending": "Descendente", "descending": "Descendente",
"donate_message": "Apoie-me para receber mais atualizações!", "donate_message": "Apoie-me para receber mais atualizações!",
"file_navigator_text": "Procurar arquivo", "file_navigator_text": "Procurar arquivo",
@ -3202,6 +3219,7 @@
}, },
"ro": { "ro": {
"ascending": "Ascendent", "ascending": "Ascendent",
"confirm": "Esti sigur?",
"descending": "Descendentă", "descending": "Descendentă",
"donate_message": "Ajută-mă să primesc actualizări suplimentare!", "donate_message": "Ajută-mă să primesc actualizări suplimentare!",
"file_navigator_text": "Răsfoiți fișierul", "file_navigator_text": "Răsfoiți fișierul",
@ -3220,6 +3238,7 @@
}, },
"ru": { "ru": {
"ascending": "Восходящий", "ascending": "Восходящий",
"confirm": "Вы уверены?",
"descending": "По убыванию", "descending": "По убыванию",
"donate_message": "Поддержите меня, чтобы получать обновления!", "donate_message": "Поддержите меня, чтобы получать обновления!",
"file_navigator_text": "Обзор файла", "file_navigator_text": "Обзор файла",
@ -3238,6 +3257,7 @@
}, },
"sv": { "sv": {
"ascending": "Stigande", "ascending": "Stigande",
"confirm": "Är du säker?",
"descending": "Nedåtgående", "descending": "Nedåtgående",
"donate_message": "Stöd mig för att få fler uppdateringar!", "donate_message": "Stöd mig för att få fler uppdateringar!",
"file_navigator_text": "Bläddra i fil", "file_navigator_text": "Bläddra i fil",
@ -3256,6 +3276,7 @@
}, },
"th": { "th": {
"ascending": "จากน้อยไปมาก", "ascending": "จากน้อยไปมาก",
"confirm": "คุณแน่ใจไหม?",
"descending": "จากมากไปน้อย", "descending": "จากมากไปน้อย",
"donate_message": "สนับสนุนฉันเพื่อรับข้อมูลอัปเดตเพิ่มเติม!", "donate_message": "สนับสนุนฉันเพื่อรับข้อมูลอัปเดตเพิ่มเติม!",
"file_navigator_text": "เรียกดูไฟล์", "file_navigator_text": "เรียกดูไฟล์",
@ -3274,6 +3295,7 @@
}, },
"tr": { "tr": {
"ascending": "Artan", "ascending": "Artan",
"confirm": "Emin misiniz?",
"descending": "Azalan", "descending": "Azalan",
"donate_message": "Daha fazla güncelleme almak için beni destekleyin!", "donate_message": "Daha fazla güncelleme almak için beni destekleyin!",
"file_navigator_text": "Dosyaya Gözat", "file_navigator_text": "Dosyaya Gözat",
@ -3292,6 +3314,7 @@
}, },
"uk": { "uk": {
"ascending": "Висхідний", "ascending": "Висхідний",
"confirm": "Ти впевнений?",
"descending": "За спаданням", "descending": "За спаданням",
"donate_message": "Підтримайте мене, щоб отримувати подальші оновлення!", "donate_message": "Підтримайте мене, щоб отримувати подальші оновлення!",
"file_navigator_text": "Переглянути файл", "file_navigator_text": "Переглянути файл",
@ -3310,6 +3333,7 @@
}, },
"vi": { "vi": {
"ascending": "Tăng dần", "ascending": "Tăng dần",
"confirm": "Bạn có chắc không?",
"descending": "Giảm dần", "descending": "Giảm dần",
"donate_message": "Ủng hộ tôi để nhận thêm thông tin cập nhật!", "donate_message": "Ủng hộ tôi để nhận thêm thông tin cập nhật!",
"file_navigator_text": "Chọn thư mục", "file_navigator_text": "Chọn thư mục",
@ -3328,6 +3352,7 @@
}, },
"zh": { "zh": {
"ascending": "上升", "ascending": "上升",
"confirm": "你确定吗?",
"descending": "降序", "descending": "降序",
"donate_message": "支持我以获取更多更新!", "donate_message": "支持我以获取更多更新!",
"file_navigator_text": "浏览文件", "file_navigator_text": "浏览文件",
@ -3346,6 +3371,7 @@
}, },
"zh-TW": { "zh-TW": {
"ascending": "上升", "ascending": "上升",
"confirm": "你確定嗎?",
"descending": "降序", "descending": "降序",
"donate_message": "支持我以獲取更多更新!", "donate_message": "支持我以獲取更多更新!",
"file_navigator_text": "瀏覽文件", "file_navigator_text": "瀏覽文件",
@ -3364,6 +3390,7 @@
}, },
"default": { "default": {
"ascending": "Ascending", "ascending": "Ascending",
"confirm": "Are you sure?",
"descending": "Descending", "descending": "Descending",
"donate_message": "Support me to receive further updates!", "donate_message": "Support me to receive further updates!",
"file_navigator_text": "Browse File", "file_navigator_text": "Browse File",