Skip to content

Commit

Permalink
add localization files for German, Russian, and French languages
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyzev committed Jan 3, 2025
1 parent 8b60287 commit 84ee1fd
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/main/resources/assets/horsepower/lang/de_de.json
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"
}
22 changes: 22 additions & 0 deletions src/main/resources/assets/horsepower/lang/fr_fr.json
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É"
}
22 changes: 22 additions & 0 deletions src/main/resources/assets/horsepower/lang/ru_ru.json
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": "ВЫКЛ"
}

0 comments on commit 84ee1fd

Please sign in to comment.