Skip to content

Commit

Permalink
feat: support German language (#1148)
Browse files Browse the repository at this point in the history
Co-authored-by: Ewan Harris <ewanharris93@gmail.com>
  • Loading branch information
m1ga and ewanharris authored Jun 21, 2023
1 parent 4af0313 commit 42da08d
Show file tree
Hide file tree
Showing 8 changed files with 248 additions and 113 deletions.
16 changes: 16 additions & 0 deletions l10n/bundle.l10n.de.json
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"
}
27 changes: 19 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 42da08d

Please sign in to comment.