Przeglądaj źródła

Fix translations

Lortseam 4 lat temu
rodzic
commit
bb7889b4ab

+ 2 - 2
src/main/resources/assets/uglyscoreboardfix/lang/de_de.json

@@ -3,12 +3,12 @@
   "config.uglyscoreboardfix.config.hide": "Verstecke",
   "config.uglyscoreboardfix.config.hide.scores": "Punkte",
   "config.uglyscoreboardfix.config.hide.sidebar": "Sidebar",
-  "config.uglyscoreboardfix.config.hide.tooltip": "Bestimmt, ob nur die Punkte (rote Zahlen an der rechten Seite) oder die Sidebar komplett ausgeblendet wird.",
+  "config.uglyscoreboardfix.config.hide.tooltip": "Bestimmt, ob nur die Punkte (rote Zahlen auf der rechten Seite) oder die Sidebar komplett ausgeblendet wird.",
   "config.uglyscoreboardfix.config.state": "Status",
   "config.uglyscoreboardfix.config.state.enabled": "Aktiviert",
   "config.uglyscoreboardfix.config.state.auto": "Automatisch",
   "config.uglyscoreboardfix.config.state.disabled": "Deaktiviert",
-  "config.uglyscoreboardfix.config.state.tooltip.0": "Bestimmt, ob diese Mod aktiviert ist oder nicht.",
+  "config.uglyscoreboardfix.config.state.tooltip.0": "Bestimmt, ob der ausgewählte Teil des Scoreboards ausgeblendet wird oder nicht.",
   "config.uglyscoreboardfix.config.state.tooltip.1": "Aktiviert - Immer eingeschaltet.",
   "config.uglyscoreboardfix.config.state.tooltip.2": "Automatisch - Nur bei einer aufeinanderfolgenden Reihenfolge der Punkte aktiviert.",
   "config.uglyscoreboardfix.config.state.tooltip.3": "Deaktiviert - Ausgeschaltet.",

+ 1 - 1
src/main/resources/assets/uglyscoreboardfix/lang/en_us.json

@@ -8,7 +8,7 @@
   "config.uglyscoreboardfix.config.state.enabled": "Enabled",
   "config.uglyscoreboardfix.config.state.auto": "Auto",
   "config.uglyscoreboardfix.config.state.disabled": "Disabled",
-  "config.uglyscoreboardfix.config.state.tooltip.0": "Defines whether this mod is active or not.",
+  "config.uglyscoreboardfix.config.state.tooltip.0": "Defines whether to hide the selected scoreboard part or not.",
   "config.uglyscoreboardfix.config.state.tooltip.1": "Enabled - Always enabled.",
   "config.uglyscoreboardfix.config.state.tooltip.2": "Auto - Enabled only when scores are in consecutive order.",
   "config.uglyscoreboardfix.config.state.tooltip.3": "Disabled - Disabled.",