generated from Lyzev/FabricModTemplate
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add localization files for German, Russian, and French languages
- Loading branch information
Showing
3 changed files
with
66 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,22 @@ | ||
{ | ||
"horsepower.search.error": "Keine Pferde in der Nähe gefunden.", | ||
"horsepower.search.success": "Die %1$s besten Pferde wurden in der Nähe basierend auf %2$s gefunden und mit einem Leuchten hervorgehoben.", | ||
"horsepower.stats.error": "Kein Pferd befindet sich derzeit in deinem Fadenkreuz.", | ||
"horsepower.stats.success": "Pferdestatistiken: Geschwindigkeit: %1$s, Sprungkraft: %2$s, Gesundheit: %3$s", | ||
"horsepower.options": "HorsePower Optionen", | ||
"option.modmenu.show_inventory": "Im Inventar anzeigen", | ||
"option.modmenu.show_inventory.true": "AN", | ||
"option.modmenu.show_inventory.false": "AUS", | ||
"option.modmenu.show_hud": "Statistiken des anvisierten Pferdes anzeigen", | ||
"option.modmenu.show_hud.true": "AN", | ||
"option.modmenu.show_hud.false": "AUS", | ||
"option.modmenu.show_unit": "Einheit anzeigen", | ||
"option.modmenu.show_unit.true": "AN", | ||
"option.modmenu.show_unit.false": "AUS", | ||
"option.modmenu.show_percentage": "Prozentsatz anzeigen", | ||
"option.modmenu.show_percentage.true": "AN", | ||
"option.modmenu.show_percentage.false": "AUS", | ||
"option.modmenu.show_average": "Durchschnitt anzeigen", | ||
"option.modmenu.show_average.true": "AN", | ||
"option.modmenu.show_average.false": "AUS" | ||
} |
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,22 @@ | ||
{ | ||
"horsepower.search.error": "Aucun cheval trouvé à proximité.", | ||
"horsepower.search.success": "Les %1$s meilleurs chevaux ont été trouvés à proximité en fonction de %2$s et mis en évidence avec une lueur.", | ||
"horsepower.stats.error": "Aucun cheval n'est actuellement dans votre viseur.", | ||
"horsepower.stats.success": "Statistiques du cheval : Vitesse : %1$s, Force de saut : %2$s, Santé : %3$s", | ||
"horsepower.options": "Options HorsePower", | ||
"option.modmenu.show_inventory": "Afficher dans l'inventaire", | ||
"option.modmenu.show_inventory.true": "ACTIVÉ", | ||
"option.modmenu.show_inventory.false": "DÉSACTIVÉ", | ||
"option.modmenu.show_hud": "Afficher les statistiques du cheval ciblé", | ||
"option.modmenu.show_hud.true": "ACTIVÉ", | ||
"option.modmenu.show_hud.false": "DÉSACTIVÉ", | ||
"option.modmenu.show_unit": "Afficher l'unité", | ||
"option.modmenu.show_unit.true": "ACTIVÉ", | ||
"option.modmenu.show_unit.false": "DÉSACTIVÉ", | ||
"option.modmenu.show_percentage": "Afficher le pourcentage", | ||
"option.modmenu.show_percentage.true": "ACTIVÉ", | ||
"option.modmenu.show_percentage.false": "DÉSACTIVÉ", | ||
"option.modmenu.show_average": "Afficher la moyenne", | ||
"option.modmenu.show_average.true": "ACTIVÉ", | ||
"option.modmenu.show_average.false": "DÉSACTIVÉ" | ||
} |
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,22 @@ | ||
{ | ||
"horsepower.search.error": "Поблизости не найдено лошадей.", | ||
"horsepower.search.success": "Лучшие %1$s лошади были найдены поблизости на основе %2$s и выделены свечением.", | ||
"horsepower.stats.error": "В данный момент в вашем прицеле нет лошади.", | ||
"horsepower.stats.success": "Статистика лошади: Скорость: %1$s, Сила прыжка: %2$s, Здоровье: %3$s", | ||
"horsepower.options": "Настройки HorsePower", | ||
"option.modmenu.show_inventory": "Показывать в инвентаре", | ||
"option.modmenu.show_inventory.true": "ВКЛ", | ||
"option.modmenu.show_inventory.false": "ВЫКЛ", | ||
"option.modmenu.show_hud": "Показывать статистику целевой лошади", | ||
"option.modmenu.show_hud.true": "ВКЛ", | ||
"option.modmenu.show_hud.false": "ВЫКЛ", | ||
"option.modmenu.show_unit": "Показывать единицу измерения", | ||
"option.modmenu.show_unit.true": "ВКЛ", | ||
"option.modmenu.show_unit.false": "ВЫКЛ", | ||
"option.modmenu.show_percentage": "Показывать процент", | ||
"option.modmenu.show_percentage.true": "ВКЛ", | ||
"option.modmenu.show_percentage.false": "ВЫКЛ", | ||
"option.modmenu.show_average": "Показывать среднее значение", | ||
"option.modmenu.show_average.true": "ВКЛ", | ||
"option.modmenu.show_average.false": "ВЫКЛ" | ||
} |