mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
Refactor dialog title
This commit is contained in:
parent
1e1aa80568
commit
f1bcec65ad
@ -300,8 +300,8 @@ export class HUDWaypoints extends BaseHUDPart {
|
|||||||
});
|
});
|
||||||
const dialog = new DialogWithForm({
|
const dialog = new DialogWithForm({
|
||||||
app: this.root.app,
|
app: this.root.app,
|
||||||
title: T.dialogs.editMarker.title,
|
title: T.dialogs.createMarker.titleEdit,
|
||||||
desc: T.dialogs.editMarker.desc,
|
desc: T.dialogs.createMarker.desc,
|
||||||
formElements: [markerNameInput],
|
formElements: [markerNameInput],
|
||||||
buttons: ["delete:bad", "cancel", "ok:good"],
|
buttons: ["delete:bad", "cancel", "ok:good"],
|
||||||
});
|
});
|
||||||
|
@ -282,12 +282,9 @@ dialogs:
|
|||||||
|
|
||||||
createMarker:
|
createMarker:
|
||||||
title: New Marker
|
title: New Marker
|
||||||
|
titleEdit: Edit Marker
|
||||||
desc: Give it a meaningful name, you can also include a <strong>short key</strong> of a shape (Which you can generate <a href="https://viewer.shapez.io" target="_blank">here</a>)
|
desc: Give it a meaningful name, you can also include a <strong>short key</strong> of a shape (Which you can generate <a href="https://viewer.shapez.io" target="_blank">here</a>)
|
||||||
|
|
||||||
editMarker:
|
|
||||||
title: Edit Marker
|
|
||||||
desc: Give it a new meaningful name, you can also include a <strong>short key</strong> of a shape (Which you can generate <a href="https://viewer.shapez.io" target="_blank">here</a>)
|
|
||||||
|
|
||||||
markerDemoLimit:
|
markerDemoLimit:
|
||||||
desc: You can only create two custom markers in the demo. Get the standalone for unlimited markers!
|
desc: You can only create two custom markers in the demo. Get the standalone for unlimited markers!
|
||||||
|
|
||||||
|
@ -253,10 +253,7 @@ dialogs:
|
|||||||
|
|
||||||
createMarker:
|
createMarker:
|
||||||
title: マーカーを設置
|
title: マーカーを設置
|
||||||
desc: わかりやすい名前をつけてください。形を表す<strong>短いキー</strong>を含めることもできます。(<a href="https://viewer.shapez.io" target="_blank">ここ</a>から生成できます)
|
titleEdit: マーカーを編集
|
||||||
|
|
||||||
editMarker:
|
|
||||||
title: マーカーを編集
|
|
||||||
desc: わかりやすい名前をつけてください。形を表す<strong>短いキー</strong>を含めることもできます。(<a href="https://viewer.shapez.io" target="_blank">ここ</a>から生成できます)
|
desc: わかりやすい名前をつけてください。形を表す<strong>短いキー</strong>を含めることもできます。(<a href="https://viewer.shapez.io" target="_blank">ここ</a>から生成できます)
|
||||||
|
|
||||||
markerDemoLimit:
|
markerDemoLimit:
|
||||||
|
Loading…
Reference in New Issue
Block a user