-
-
Notifications
You must be signed in to change notification settings - Fork 393
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #244 from oleksis/oleksis/issue226
Translate the basic strings to German
- Loading branch information
Showing
1 changed file
with
31 additions
and
0 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,31 @@ | ||
{ | ||
"vscodePets.spawnPet": "Haustier erzeugen", | ||
"vscodePets.petPanel": "Haustier Panel", | ||
"vscodePets.selectPet": "Wähle ein Haustier", | ||
"vscodePets.selectColor": "Wähle eine Farbe", | ||
"vscodePets.selectPetToRemove": "Wähle ein Haustier zu eliminieren.", | ||
"vscodePets.leaveBlank": "Leer lassen für einen zufälligen namen", | ||
"vscodePets.nameYourPet": "Nenne dein Haustier", | ||
"vscodePets.cancelledSpawningPet": "Generieren von Haustieren wurde abgebrochen", | ||
"vscodePets.spawnPetWithClosedPlayground": "Ein Haustier Spielplatz wurde erstellt. Sie können jetzt den Befehl \"Spawn Additional Pet\" verwenden, um weitere Haustiere hinzuzufügen.", | ||
"vscodePets.removePetsWithClosedPlayground": "Ein Haustier Spielplatz wurde erstellt. Sie können jetzt den Befehl \"Remove All Pets\" verwenden, um alle Haustiere zu entfernen.", | ||
|
||
"vscodePets.black": "Schwarz", | ||
"vscodePets.brown": "Braun", | ||
"vscodePets.green": "Grün", | ||
"vscodePets.yellow": "Gelb", | ||
"vscodePets.gray": "Grau", | ||
"vscodePets.red": "Rot", | ||
"vscodePets.white": "Weiß", | ||
|
||
"vscodePets.cat": "Katze", | ||
"vscodePets.clippy": "Clippy", | ||
"vscodePets.cockatiel": "Nymphensittich", | ||
"vscodePets.crab": "Krebs", | ||
"vscodePets.dog": "Hund", | ||
"vscodePets.rocky": "Rocky", | ||
"vscodePets.rubber-duck": "Quietscheentchen", | ||
"vscodePets.snake": "Schlange", | ||
"vscodePets.totoro": "Totoro", | ||
"vscodePets.zappy": "Zappy" | ||
} |