Change "Download HTML" to "Create HTML"

This commit is contained in:
Joscha
2025-01-09 16:59:26 +01:00
parent 46722eb695
commit 8b3e1dc11d
6 changed files with 8 additions and 8 deletions
+3 -3
View File
@@ -49,7 +49,7 @@ class ModalExportInternal extends React.Component<ModalExportInternalProps> {
} }
} }
downloadHtml() { createHtml() {
const tokenStyle = this.tokenizedStyle(); const tokenStyle = this.tokenizedStyle();
const htmlTitle = this.props.mapStyle.name || this.props.t("Map"); const htmlTitle = this.props.mapStyle.name || this.props.t("Map");
const html = `<!DOCTYPE html> const html = `<!DOCTYPE html>
@@ -193,10 +193,10 @@ class ModalExportInternal extends React.Component<ModalExportInternalProps> {
</InputButton> </InputButton>
<InputButton <InputButton
onClick={this.downloadHtml.bind(this)} onClick={this.createHtml.bind(this)}
> >
<MdMap /> <MdMap />
{t("Download HTML")} {t("Create HTML")}
</InputButton> </InputButton>
</div> </div>
</section> </section>
+1 -1
View File
@@ -84,7 +84,7 @@
"Save Style": "Stil Speichern", "Save Style": "Stil Speichern",
"Save the JSON style to your computer.": "Speichere den JSON Stil auf deinem Computer.", "Save the JSON style to your computer.": "Speichere den JSON Stil auf deinem Computer.",
"Save as": "Speichern unter", "Save as": "Speichern unter",
"Download HTML": "HTML herunterladen", "Create HTML": "HTML erstellen",
"Cancel": "Abbrechen", "Cancel": "Abbrechen",
"Open Style": "Stil öffnen", "Open Style": "Stil öffnen",
"Open local Style": "Lokalen Stil öffnen", "Open local Style": "Lokalen Stil öffnen",
+1 -1
View File
@@ -84,7 +84,7 @@
"Save Style": "Enregistrer le style", "Save Style": "Enregistrer le style",
"Save the JSON style to your computer.": "Enregistrer le style JSON sur votre ordinateur.", "Save the JSON style to your computer.": "Enregistrer le style JSON sur votre ordinateur.",
"Save as": "Enregistrer sous", "Save as": "Enregistrer sous",
"Download HTML": "Télécharger le HTML", "Create HTML": "Créer le HTML",
"Cancel": "Annuler", "Cancel": "Annuler",
"Open Style": "Ouvrir le style", "Open Style": "Ouvrir le style",
"Open local Style": "Ouvrir un style local", "Open local Style": "Ouvrir un style local",
+1 -1
View File
@@ -84,7 +84,7 @@
"Save Style": "שמירת הסטייל", "Save Style": "שמירת הסטייל",
"Save the JSON style to your computer.": "שמירת הסטייל JSON במחשב שלך.", "Save the JSON style to your computer.": "שמירת הסטייל JSON במחשב שלך.",
"Save as": "שמירה בשם", "Save as": "שמירה בשם",
"Download HTML": "הורדה כ-HTML", "Create HTML": "צור HTML",
"Cancel": "ביטול", "Cancel": "ביטול",
"Open Style": "פתיחת סטייל", "Open Style": "פתיחת סטייל",
"Open local Style": "פתיחת סטייל מקומי", "Open local Style": "פתיחת סטייל מקומי",
+1 -1
View File
@@ -84,7 +84,7 @@
"Save Style": "スタイルを保存", "Save Style": "スタイルを保存",
"Save the JSON style to your computer.": "JSONスタイルをコンピュータに保存します。", "Save the JSON style to your computer.": "JSONスタイルをコンピュータに保存します。",
"Save as": "名前を付けて保存", "Save as": "名前を付けて保存",
"Download HTML": "HTMLをダウンロード", "Create HTML": "HTMLを作成",
"Cancel": "キャンセル", "Cancel": "キャンセル",
"Open Style": "スタイルを開く", "Open Style": "スタイルを開く",
"Open local Style": "ローカルスタイルを開く", "Open local Style": "ローカルスタイルを開く",
+1 -1
View File
@@ -84,7 +84,7 @@
"Save Style": "保存样式", "Save Style": "保存样式",
"Save the JSON style to your computer.": "将JSON样式保存到您的计算机。", "Save the JSON style to your computer.": "将JSON样式保存到您的计算机。",
"Save as": "另存为", "Save as": "另存为",
"Download HTML": "下载HTML", "Create HTML": "创建HTML",
"Cancel": "取消", "Cancel": "取消",
"Open Style": "打开样式", "Open Style": "打开样式",
"Open local Style": "打开本地样式", "Open local Style": "打开本地样式",