mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-06-13 13:04:03 +00:00
Translation for "Made by" text in the main menu
This commit is contained in:
parent
8667399205
commit
d371726861
@ -25,7 +25,7 @@ export class MainMenuState extends GameState {
|
|||||||
getInnerHTML() {
|
getInnerHTML() {
|
||||||
const bannerHtml = `
|
const bannerHtml = `
|
||||||
<h3>${T.demoBanners.title}</h3>
|
<h3>${T.demoBanners.title}</h3>
|
||||||
|
|
||||||
<p>${T.demoBanners.intro}</p>
|
<p>${T.demoBanners.intro}</p>
|
||||||
|
|
||||||
<a href="#" class="steamLink" target="_blank">Get the shapez.io standalone!</a>
|
<a href="#" class="steamLink" target="_blank">Get the shapez.io standalone!</a>
|
||||||
@ -61,9 +61,9 @@ export class MainMenuState extends GameState {
|
|||||||
|
|
||||||
|
|
||||||
<div class="mainWrapper ${IS_DEMO ? "demo" : "noDemo"}">
|
<div class="mainWrapper ${IS_DEMO ? "demo" : "noDemo"}">
|
||||||
|
|
||||||
<div class="sideContainer">
|
<div class="sideContainer">
|
||||||
${IS_DEMO ? `<div class="standaloneBanner">${bannerHtml}</div>` : ""}
|
${IS_DEMO ? `<div class="standaloneBanner">${bannerHtml}</div>` : ""}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="mainContainer">
|
<div class="mainContainer">
|
||||||
@ -73,8 +73,8 @@ export class MainMenuState extends GameState {
|
|||||||
: `<div class="browserWarning">${T.mainMenu.browserWarning}</div>`
|
: `<div class="browserWarning">${T.mainMenu.browserWarning}</div>`
|
||||||
}
|
}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
@ -82,18 +82,20 @@ export class MainMenuState extends GameState {
|
|||||||
<a class="githubLink boxLink" target="_blank">
|
<a class="githubLink boxLink" target="_blank">
|
||||||
${T.mainMenu.openSourceHint}
|
${T.mainMenu.openSourceHint}
|
||||||
<span class="thirdpartyLogo githubLogo"></span>
|
<span class="thirdpartyLogo githubLogo"></span>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a class="discordLink boxLink" target="_blank">
|
<a class="discordLink boxLink" target="_blank">
|
||||||
${T.mainMenu.discordLink}
|
${T.mainMenu.discordLink}
|
||||||
<span class="thirdpartyLogo discordLogo"></span>
|
<span class="thirdpartyLogo discordLogo"></span>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<a class="changelog">${T.changelog.title}</a>
|
<a class="changelog">${T.changelog.title}</a>
|
||||||
|
|
||||||
<a class="helpTranslate">${T.mainMenu.helpTranslate}</a>
|
<a class="helpTranslate">${T.mainMenu.helpTranslate}</a>
|
||||||
|
|
||||||
<div class="author">Made by <a class="producerLink" target="_blank">Tobias Springer</a></div>
|
<div class="author">${
|
||||||
|
T.mainMenu.madeBy.replace("<author-link>", "<a class=\"producerLink\" target=\"_blank\">Tobias Springer</a>")
|
||||||
|
}</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
`;
|
`;
|
||||||
|
@ -125,6 +125,7 @@ mainMenu:
|
|||||||
openSourceHint: This game is open source!
|
openSourceHint: This game is open source!
|
||||||
discordLink: Official Discord Server
|
discordLink: Official Discord Server
|
||||||
helpTranslate: Help translate!
|
helpTranslate: Help translate!
|
||||||
|
madeBy: Made by <author-link>
|
||||||
|
|
||||||
# This is shown when using firefox and other browsers which are not supported.
|
# This is shown when using firefox and other browsers which are not supported.
|
||||||
browserWarning: >-
|
browserWarning: >-
|
||||||
|
@ -124,6 +124,7 @@ mainMenu:
|
|||||||
openSourceHint: ¡Este juego es de código abierto!
|
openSourceHint: ¡Este juego es de código abierto!
|
||||||
discordLink: Servidor de Discord Oficial
|
discordLink: Servidor de Discord Oficial
|
||||||
helpTranslate: ¡Ayuda a traducirlo!
|
helpTranslate: ¡Ayuda a traducirlo!
|
||||||
|
madeBy: Desarrollado por <author-link>
|
||||||
|
|
||||||
# This is shown when using firefox and other browsers which are not supported.
|
# This is shown when using firefox and other browsers which are not supported.
|
||||||
browserWarning: >-
|
browserWarning: >-
|
||||||
|
Loading…
Reference in New Issue
Block a user