mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
Add initial German Translation
This commit is contained in:
parent
714cd449e9
commit
7c0565ab35
@ -217,7 +217,7 @@
|
|||||||
|
|
||||||
.playButton {
|
.playButton {
|
||||||
@include SuperHeading;
|
@include SuperHeading;
|
||||||
@include S(width, 130px);
|
@include S(min-width, 130px);
|
||||||
@include S(padding, 15px, 20px);
|
@include S(padding, 15px, 20px);
|
||||||
letter-spacing: 0.3em !important;
|
letter-spacing: 0.3em !important;
|
||||||
|
|
||||||
|
@ -82,7 +82,7 @@ export const globalConfig = {
|
|||||||
|
|
||||||
debug: {
|
debug: {
|
||||||
/* dev:start */
|
/* dev:start */
|
||||||
fastGameEnter: true,
|
// fastGameEnter: true,
|
||||||
// noArtificialDelays: true,
|
// noArtificialDelays: true,
|
||||||
// disableSavegameWrite: true,
|
// disableSavegameWrite: true,
|
||||||
// showEntityBounds: true,
|
// showEntityBounds: true,
|
||||||
|
@ -24,7 +24,7 @@ global:
|
|||||||
error: Fehler
|
error: Fehler
|
||||||
|
|
||||||
# How big numbers are rendered, e.g. "10,000"
|
# How big numbers are rendered, e.g. "10,000"
|
||||||
thousandsDivider: ","
|
thousandsDivider: "."
|
||||||
|
|
||||||
# The suffix for large numbers, e.g. 1.3k, 400.2M, etc.
|
# The suffix for large numbers, e.g. 1.3k, 400.2M, etc.
|
||||||
suffix:
|
suffix:
|
||||||
@ -38,21 +38,21 @@ global:
|
|||||||
|
|
||||||
time:
|
time:
|
||||||
# Used for formatting past time dates
|
# Used for formatting past time dates
|
||||||
oneSecondAgo: one second ago
|
oneSecondAgo: vor einer Sekunde
|
||||||
xSecondsAgo: <x> seconds ago
|
xSecondsAgo: vor <x> Sekunden
|
||||||
oneMinuteAgo: one minute ago
|
oneMinuteAgo: vor einer Minute
|
||||||
xMinutesAgo: <x> minutes ago
|
xMinutesAgo: vor <x> Minuten
|
||||||
oneHourAgo: one hour ago
|
oneHourAgo: vor einer Stunde
|
||||||
xHoursAgo: <x> hours ago
|
xHoursAgo: vor <x> Stunden
|
||||||
oneDayAgo: one day ago
|
oneDayAgo: vor einem Tag
|
||||||
xDaysAgo: <x> days ago
|
xDaysAgo: vor <x> Tagen
|
||||||
|
|
||||||
# Short formats for times, e.g. '5h 23m'
|
# Short formats for times, e.g. '5h 23m'
|
||||||
secondsShort: <seconds>s
|
secondsShort: <seconds>s
|
||||||
minutesAndSecondsShort: <minutes>m <seconds>s
|
minutesAndSecondsShort: <minutes>m <seconds>s
|
||||||
hoursAndMinutesShort: <hours>h <minutes>s
|
hoursAndMinutesShort: <hours>h <minutes>s
|
||||||
|
|
||||||
xMinutes: <x> minutes
|
xMinutes: <x> Minuten
|
||||||
|
|
||||||
keys:
|
keys:
|
||||||
tab: TAB
|
tab: TAB
|
||||||
@ -60,27 +60,27 @@ global:
|
|||||||
alt: ALT
|
alt: ALT
|
||||||
escape: ESC
|
escape: ESC
|
||||||
shift: SHIFT
|
shift: SHIFT
|
||||||
space: SPACE
|
space: LEER
|
||||||
|
|
||||||
demoBanners:
|
demoBanners:
|
||||||
# This is the "advertisement" shown in the main menu and other various places
|
# This is the "advertisement" shown in the main menu and other various places
|
||||||
title: Demo Version
|
title: Demo Version
|
||||||
intro: >-
|
intro: >-
|
||||||
Get the standalone to unlock all features!
|
Kaufe die Standalone für alle Features!
|
||||||
|
|
||||||
mainMenu:
|
mainMenu:
|
||||||
play: Play
|
play: Spielen
|
||||||
changelog: Changelog
|
changelog: Änderungshistorie
|
||||||
importSavegame: Import
|
importSavegame: Importieren
|
||||||
openSourceHint: This game is open source!
|
openSourceHint: Dieses Spiel ist Open Source!
|
||||||
discordLink: Official Discord Server
|
discordLink: Offizieller Discord Server
|
||||||
|
|
||||||
# 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: >-
|
||||||
Sorry, but the game is known to run slow on your browser! Get the standalone version or download chrome for the full experience.
|
Sorry, aber das Spiel wird in deinem Browser langsam laufen! Erwerbe die Standalone-Version oder downloade Chrome für die beste Erfahrung!
|
||||||
|
|
||||||
savegameLevel: Level <x>
|
savegameLevel: Level <x>
|
||||||
savegameLevelUnknown: Unknown Level
|
savegameLevelUnknown: Unbekanntes Level
|
||||||
|
|
||||||
contests:
|
contests:
|
||||||
contest_01_03062020:
|
contest_01_03062020:
|
||||||
@ -103,26 +103,26 @@ mainMenu:
|
|||||||
I'm looking forward to seeing your awesome creations!
|
I'm looking forward to seeing your awesome creations!
|
||||||
|
|
||||||
showInfo: View
|
showInfo: View
|
||||||
contestOver: This contest has ended - Join the discord to get noticed about new contests!
|
contestOver: Dieser Wettbewerb ist vorbei! Tritt dem discord server bei, um über neue Wettbewerbe informiert zu werden!
|
||||||
|
|
||||||
dialogs:
|
dialogs:
|
||||||
buttons:
|
buttons:
|
||||||
ok: OK
|
ok: OK
|
||||||
delete: Delete
|
delete: Löschen
|
||||||
cancel: Cancel
|
cancel: Abbrechen
|
||||||
later: Later
|
later: Später
|
||||||
restart: Restart
|
restart: Neustart
|
||||||
reset: Reset
|
reset: Zurücksetzen
|
||||||
getStandalone: Get Standalone
|
getStandalone: Standalone Ansehen
|
||||||
deleteGame: I know what I do
|
deleteGame: Ich weiß, was ich tue
|
||||||
viewUpdate: View Update
|
viewUpdate: Update anzeigen
|
||||||
showUpgrades: Show Upgrades
|
showUpgrades: Upgrades anzeigen
|
||||||
showKeybindings: Show Keybindings
|
showKeybindings: Kürzel anzeigen
|
||||||
|
|
||||||
importSavegameError:
|
importSavegameError:
|
||||||
title: Import Error
|
title: Import Fehler
|
||||||
text: >-
|
text: >-
|
||||||
Failed to import your savegame:
|
Fehler beim Importieren deines Speicherstands:
|
||||||
|
|
||||||
importSavegameSuccess:
|
importSavegameSuccess:
|
||||||
title: Savegame Imported
|
title: Savegame Imported
|
||||||
|
Loading…
Reference in New Issue
Block a user