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

View File

@@ -49,7 +49,7 @@ class ModalExportInternal extends React.Component<ModalExportInternalProps> {
}
}
downloadHtml() {
createHtml() {
const tokenStyle = this.tokenizedStyle();
const htmlTitle = this.props.mapStyle.name || this.props.t("Map");
const html = `<!DOCTYPE html>
@@ -193,10 +193,10 @@ class ModalExportInternal extends React.Component<ModalExportInternalProps> {
</InputButton>
<InputButton
onClick={this.downloadHtml.bind(this)}
onClick={this.createHtml.bind(this)}
>
<MdMap />
{t("Download HTML")}
{t("Create HTML")}
</InputButton>
</div>
</section>

View File

@@ -84,7 +84,7 @@
"Save Style": "Stil Speichern",
"Save the JSON style to your computer.": "Speichere den JSON Stil auf deinem Computer.",
"Save as": "Speichern unter",
"Download HTML": "HTML herunterladen",
"Create HTML": "HTML erstellen",
"Cancel": "Abbrechen",
"Open Style": "Stil öffnen",
"Open local Style": "Lokalen Stil öffnen",

View File

@@ -84,7 +84,7 @@
"Save Style": "Enregistrer le style",
"Save the JSON style to your computer.": "Enregistrer le style JSON sur votre ordinateur.",
"Save as": "Enregistrer sous",
"Download HTML": "Télécharger le HTML",
"Create HTML": "Créer le HTML",
"Cancel": "Annuler",
"Open Style": "Ouvrir le style",
"Open local Style": "Ouvrir un style local",

View File

@@ -84,7 +84,7 @@
"Save Style": "שמירת הסטייל",
"Save the JSON style to your computer.": "שמירת הסטייל JSON במחשב שלך.",
"Save as": "שמירה בשם",
"Download HTML": "הורדה כ-HTML",
"Create HTML": "צור HTML",
"Cancel": "ביטול",
"Open Style": "פתיחת סטייל",
"Open local Style": "פתיחת סטייל מקומי",

View File

@@ -84,7 +84,7 @@
"Save Style": "スタイルを保存",
"Save the JSON style to your computer.": "JSONスタイルをコンピュータに保存します。",
"Save as": "名前を付けて保存",
"Download HTML": "HTMLをダウンロード",
"Create HTML": "HTMLを作成",
"Cancel": "キャンセル",
"Open Style": "スタイルを開く",
"Open local Style": "ローカルスタイルを開く",

View File

@@ -84,7 +84,7 @@
"Save Style": "保存样式",
"Save the JSON style to your computer.": "将JSON样式保存到您的计算机。",
"Save as": "另存为",
"Download HTML": "下载HTML",
"Create HTML": "创建HTML",
"Cancel": "取消",
"Open Style": "打开样式",
"Open local Style": "打开本地样式",