-
-
Notifications
You must be signed in to change notification settings - Fork 369
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 #258 from andrewdoro/translate-romanian
Add Romanian translation
- 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": "Adauga animal de companie", | ||
"vscodePets.petPanel": "Panoul animalului de companie", | ||
"vscodePets.selectPet": "Selecteaza un animal de companie", | ||
"vscodePets.selectColor": "Selecteaza o culoare", | ||
"vscodePets.selectPetToRemove": "Selecteaza un animal de companie pentru a il elimina", | ||
"vscodePets.leaveBlank": "Lasa spatiu gol pentru un nume aleatoriu", | ||
"vscodePets.nameYourPet": "Numeste-ti animalul de companie", | ||
"vscodePets.cancelledSpawningPet": "Opreste adaugarea animalului de companie", | ||
"vscodePets.spawnPetWithClosedPlayground": "Un loc pentru animalele de companie a fost creat. Poti folosi comanda \"Spawn Additional Pet\" pentru a adauga mai multe animale.", | ||
"vscodePets.removePetsWithClosedPlayground": "Un loc pentru animalele de companie a fost creat. Poti folosi comanda \"Remove All Pets\" pentru a elimina toate animalele.", | ||
|
||
"vscodePets.black": "Negru", | ||
"vscodePets.brown": "Maro", | ||
"vscodePets.green": "Verde", | ||
"vscodePets.yellow": "Galben", | ||
"vscodePets.gray": "Gri", | ||
"vscodePets.red": "Rosu", | ||
"vscodePets.white": "Alb", | ||
|
||
"vscodePets.cat": "Pisica", | ||
"vscodePets.clippy": "Clippy", | ||
"vscodePets.cockatiel": "Papagal", | ||
"vscodePets.crab": "Crab", | ||
"vscodePets.dog": "Caine", | ||
"vscodePets.rocky": "Piatra", | ||
"vscodePets.rubber-duck": "Rata de cauciuc", | ||
"vscodePets.snake": "Sarpe", | ||
"vscodePets.totoro": "Totoro", | ||
"vscodePets.zappy": "Zappy" | ||
} |