This commit is contained in:
Mirco Wittrien 2020-10-08 19:37:46 +02:00
parent 7305951160
commit 33d0eb92b3
2 changed files with 27 additions and 6 deletions

View File

@ -733,7 +733,7 @@ module.exports = (_ => {
}) })
})).concat(BDFDB.ReactUtils.createElement(InternalComponents.LibraryComponents.TextElement, { })).concat(BDFDB.ReactUtils.createElement(InternalComponents.LibraryComponents.TextElement, {
size: InternalComponents.LibraryComponents.TextElement.Sizes.SIZE_12, size: InternalComponents.LibraryComponents.TextElement.Sizes.SIZE_12,
children: "Support me to, to receive further updates!" children: BDFDB.LanguageUtils.LibraryStrings.donate_message
})) }))
}) })
}); });
@ -6935,7 +6935,7 @@ module.exports = (_ => {
render() { render() {
let child = (BDFDB.ArrayUtils.is(this.props.children) ? this.props.children[0] : this.props.children) || BDFDB.ReactUtils.createElement("div", {}); let child = (BDFDB.ArrayUtils.is(this.props.children) ? this.props.children[0] : this.props.children) || BDFDB.ReactUtils.createElement("div", {});
child.props.className = BDFDB.DOMUtils.formatClassName(child.props.className, this.props.className); child.props.className = BDFDB.DOMUtils.formatClassName(child.props.className, this.props.className);
let childMouseEnter = child.props.onMouseEnter, childMouseLeave = child.props.onMouseLeave, childClick = child.props.onClick, childContextMenu = child.props.onContextMenu; let childProps = Object.assign({}, child.props);
let shown = false; let shown = false;
child.props.onMouseEnter = (e, childThis) => { child.props.onMouseEnter = (e, childThis) => {
if (!shown && !e.currentTarget.BDFDBtooltipShown) { if (!shown && !e.currentTarget.BDFDBtooltipShown) {
@ -6950,20 +6950,20 @@ module.exports = (_ => {
} }
})); }));
if (typeof this.props.onMouseEnter == "function") this.props.onMouseEnter(e, this); if (typeof this.props.onMouseEnter == "function") this.props.onMouseEnter(e, this);
if (typeof childMouseEnter == "function") childMouseEnter(e, childThis); if (typeof childProps.onMouseEnter == "function") childProps.onMouseEnter(e, childThis);
} }
}; };
child.props.onMouseLeave = (e, childThis) => { child.props.onMouseLeave = (e, childThis) => {
if (typeof this.props.onMouseLeave == "function") this.props.onMouseLeave(e, this); if (typeof this.props.onMouseLeave == "function") this.props.onMouseLeave(e, this);
if (typeof childMouseLeave == "function") childMouseLeave(e, childThis); if (typeof childProps.onMouseLeave == "function") childProps.onMouseLeave(e, childThis);
}; };
child.props.onClick = (e, childThis) => { child.props.onClick = (e, childThis) => {
if (typeof this.props.onClick == "function") this.props.onClick(e, this); if (typeof this.props.onClick == "function") this.props.onClick(e, this);
if (typeof childClick == "function") childClick(e, childThis); if (typeof childProps.onClick == "function") childProps.onClick(e, childThis);
}; };
child.props.onContextMenu = (e, childThis) => { child.props.onContextMenu = (e, childThis) => {
if (typeof this.props.onContextMenu == "function") this.props.onContextMenu(e, this); if (typeof this.props.onContextMenu == "function") this.props.onContextMenu(e, this);
if (typeof childContextMenu == "function") childContextMenu(e, childThis); if (typeof childProps.onContextMenu == "function") childProps.onContextMenu(e, childThis);
}; };
return BDFDB.ReactUtils.createElement(LibraryModules.React.Fragment, { return BDFDB.ReactUtils.createElement(LibraryModules.React.Fragment, {
children: child children: child

View File

@ -2638,6 +2638,7 @@
"hr": { "hr": {
"ascending": "Uzlazni", "ascending": "Uzlazni",
"descending": "Silazni", "descending": "Silazni",
"donate_message": "Podržite me da primam daljnja ažuriranja!",
"file_navigator_text": "Pregledajte datoteku", "file_navigator_text": "Pregledajte datoteku",
"first": "Prvi", "first": "Prvi",
"last": "Zadnji", "last": "Zadnji",
@ -2656,6 +2657,7 @@
"da": { "da": {
"ascending": "Stigende", "ascending": "Stigende",
"descending": "Aftagende", "descending": "Aftagende",
"donate_message": "Støt mig til at modtage yderligere opdateringer!",
"file_navigator_text": "Gennemse fil", "file_navigator_text": "Gennemse fil",
"first": "Første", "first": "Første",
"last": "Sidste", "last": "Sidste",
@ -2674,6 +2676,7 @@
"de": { "de": {
"ascending": "Aufsteigend", "ascending": "Aufsteigend",
"descending": "Absteigend", "descending": "Absteigend",
"donate_message": "Unterstütze mich, um weitere Updates zu erhalten!",
"file_navigator_text": "Datei durchsuchen", "file_navigator_text": "Datei durchsuchen",
"first": "Erste", "first": "Erste",
"last": "Letzte", "last": "Letzte",
@ -2692,6 +2695,7 @@
"es": { "es": {
"ascending": "Ascendente", "ascending": "Ascendente",
"descending": "Descendente", "descending": "Descendente",
"donate_message": "¡Apóyame para recibir más actualizaciones!",
"file_navigator_text": "Buscar archivo", "file_navigator_text": "Buscar archivo",
"first": "Primero", "first": "Primero",
"last": "Último", "last": "Último",
@ -2710,6 +2714,7 @@
"fr": { "fr": {
"ascending": "Ascendant", "ascending": "Ascendant",
"descending": "Descendant", "descending": "Descendant",
"donate_message": "Soutenez-moi pour recevoir d'autres mises à jour!",
"file_navigator_text": "Parcourir le fichier", "file_navigator_text": "Parcourir le fichier",
"first": "Première", "first": "Première",
"last": "Dernier", "last": "Dernier",
@ -2728,6 +2733,7 @@
"it": { "it": {
"ascending": "Ascendente", "ascending": "Ascendente",
"descending": "Discendente", "descending": "Discendente",
"donate_message": "Supportami a, per ricevere ulteriori aggiornamenti!",
"file_navigator_text": "Sfoglia file", "file_navigator_text": "Sfoglia file",
"first": "Primo", "first": "Primo",
"last": "Ultimo", "last": "Ultimo",
@ -2746,6 +2752,7 @@
"nl": { "nl": {
"ascending": "Oplopend", "ascending": "Oplopend",
"descending": "Aflopend", "descending": "Aflopend",
"donate_message": "Steun mij om verdere updates te ontvangen!",
"file_navigator_text": "Bestand zoeken", "file_navigator_text": "Bestand zoeken",
"first": "Eerste", "first": "Eerste",
"last": "Laatste", "last": "Laatste",
@ -2764,6 +2771,7 @@
"no": { "no": {
"ascending": "Stigende", "ascending": "Stigende",
"descending": "Synkende", "descending": "Synkende",
"donate_message": "Støtt meg til å motta ytterligere oppdateringer!",
"file_navigator_text": "Bla gjennom fil", "file_navigator_text": "Bla gjennom fil",
"first": "Første", "first": "Første",
"last": "Siste", "last": "Siste",
@ -2782,6 +2790,7 @@
"pl": { "pl": {
"ascending": "Rosnąco", "ascending": "Rosnąco",
"descending": "Malejąco", "descending": "Malejąco",
"donate_message": "Wesprzyj mnie, aby otrzymywać dalsze aktualizacje!",
"file_navigator_text": "Przeglądać plik", "file_navigator_text": "Przeglądać plik",
"first": "Pierwszy", "first": "Pierwszy",
"last": "Ostatni", "last": "Ostatni",
@ -2800,6 +2809,7 @@
"pt-BR": { "pt-BR": {
"ascending": "Crescente", "ascending": "Crescente",
"descending": "Descendente", "descending": "Descendente",
"donate_message": "Apoie-me para receber mais atualizações!",
"file_navigator_text": "Procurar arquivo", "file_navigator_text": "Procurar arquivo",
"first": "Primeiro", "first": "Primeiro",
"last": "Último", "last": "Último",
@ -2818,6 +2828,7 @@
"fi": { "fi": {
"ascending": "Nouseva", "ascending": "Nouseva",
"descending": "Laskeva", "descending": "Laskeva",
"donate_message": "Tue minua saadaksesi lisää päivityksiä!",
"file_navigator_text": "Selaa tiedostoa", "file_navigator_text": "Selaa tiedostoa",
"first": "Ensimmäinen", "first": "Ensimmäinen",
"last": "Viimeinen", "last": "Viimeinen",
@ -2836,6 +2847,7 @@
"sv": { "sv": {
"ascending": "Stigande", "ascending": "Stigande",
"descending": "Nedåtgående", "descending": "Nedåtgående",
"donate_message": "Stöd mig till, för att få ytterligare uppdateringar!",
"file_navigator_text": "Bläddra i fil", "file_navigator_text": "Bläddra i fil",
"first": "Första", "first": "Första",
"last": "Sista", "last": "Sista",
@ -2854,6 +2866,7 @@
"tr": { "tr": {
"ascending": "Yükselen", "ascending": "Yükselen",
"descending": "Azalan", "descending": "Azalan",
"donate_message": "Daha fazla güncelleme almak için beni destekleyin!",
"file_navigator_text": "Dosyaya gözat", "file_navigator_text": "Dosyaya gözat",
"first": "Ilk", "first": "Ilk",
"last": "Son", "last": "Son",
@ -2872,6 +2885,7 @@
"cs": { "cs": {
"ascending": "Vzestupně", "ascending": "Vzestupně",
"descending": "Klesající", "descending": "Klesající",
"donate_message": "Podpořte mě, abyste získali další aktualizace!",
"file_navigator_text": "Procházet soubor", "file_navigator_text": "Procházet soubor",
"first": "První", "first": "První",
"last": "Poslední", "last": "Poslední",
@ -2890,6 +2904,7 @@
"bg": { "bg": {
"ascending": "Възходящ", "ascending": "Възходящ",
"descending": "Низходящ", "descending": "Низходящ",
"donate_message": "Подкрепете ме, за да получавам допълнителни актуализации!",
"file_navigator_text": "Прегледайте файла", "file_navigator_text": "Прегледайте файла",
"first": "Първият", "first": "Първият",
"last": "Последният", "last": "Последният",
@ -2908,6 +2923,7 @@
"ru": { "ru": {
"ascending": "По возрастанию", "ascending": "По возрастанию",
"descending": "По убыванию", "descending": "По убыванию",
"donate_message": "Поддержите меня, чтобы получать дальнейшие обновления!",
"file_navigator_text": "Просмотр файла", "file_navigator_text": "Просмотр файла",
"first": "Первый", "first": "Первый",
"last": "Последний", "last": "Последний",
@ -2926,6 +2942,7 @@
"uk": { "uk": {
"ascending": "Зростання", "ascending": "Зростання",
"descending": "Спад", "descending": "Спад",
"donate_message": "Підтримайте мене, щоб отримувати подальші оновлення!",
"file_navigator_text": "Перегляньте файл", "file_navigator_text": "Перегляньте файл",
"first": "Перший", "first": "Перший",
"last": "Останній", "last": "Останній",
@ -2944,6 +2961,7 @@
"ja": { "ja": {
"ascending": "上昇", "ascending": "上昇",
"descending": "降順", "descending": "降順",
"donate_message": "さらなるアップデートを受け取るために、私をサポートしてください!",
"file_navigator_text": "ファイルを参照", "file_navigator_text": "ファイルを参照",
"first": "最初", "first": "最初",
"last": "最後", "last": "最後",
@ -2962,6 +2980,7 @@
"zh-TW": { "zh-TW": {
"ascending": "上升", "ascending": "上升",
"descending": "降序", "descending": "降序",
"donate_message": "支持我,以獲取進一步的更新!",
"file_navigator_text": "瀏覽文件", "file_navigator_text": "瀏覽文件",
"first": "首先", "first": "首先",
"last": "最後", "last": "最後",
@ -2980,6 +2999,7 @@
"ko": { "ko": {
"ascending": "오름차순", "ascending": "오름차순",
"descending": "내림차순", "descending": "내림차순",
"donate_message": "추가 업데이트를 받으려면 저를 지원하십시오!",
"file_navigator_text": "파일 찾아보기", "file_navigator_text": "파일 찾아보기",
"first": "첫번째", "first": "첫번째",
"last": "마지막", "last": "마지막",
@ -2998,6 +3018,7 @@
"default": { "default": {
"ascending": "Ascending", "ascending": "Ascending",
"descending": "Descending", "descending": "Descending",
"donate_message": "Support me to, to receive further updates!",
"file_navigator_text": "Browse File", "file_navigator_text": "Browse File",
"first": "First", "first": "First",
"last": "Last", "last": "Last",