-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support German language (#1148)
Co-authored-by: Ewan Harris <ewanharris93@gmail.com>
- Loading branch information
1 parent
4af0313
commit 42da08d
Showing
8 changed files
with
248 additions
and
113 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"Enter your application name": "Wie lautet der Name der neuen App", | ||
"Enter your application ID": "Wie lautet die Bundle-ID der neuen App (z.B. de.app.name)", | ||
"Invalid app id!": "Ungültige Bundle-ID", | ||
"That app already exists. Would you like to overwrite?": "App existiert bereits. Soll diese überschrieben werden?", | ||
"App already exists and chose to not overwrite": "App existiert und kann nicht überschrieben werden.", | ||
"Creating application": "App wird erstellt", | ||
"Creating Alloy project": "Alloy Projekt wird erstellt", | ||
"Project created. Would you like to open it?": "Projekt wurde erstellt. Soll es jetzt geöffnet werden?", | ||
"Open in new window": "In einem neuen Fenster öffnen", | ||
"Open in workspace": "Im aktuellen Arbeitsbereich öffnen", | ||
"Failed to create application": "Fehler beim Anlegen der App", | ||
"Choose platforms": "Plattform wählen", | ||
"At least one platform must be selected": "Mindestens eine Plattform muss ausgewählt sein", | ||
"Select where to create your project": "Wo soll das Projekt gespeichert werden" | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.