소스 검색

Add tooltip

Lortseam 4 년 전
부모
커밋
1c22c6465c
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/main/resources/assets/uglyscoreboardfix/lang/de_de.json
  2. 1 0
      src/main/resources/assets/uglyscoreboardfix/lang/en_us.json

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

@@ -3,6 +3,7 @@
   "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.state": "Status",
   "config.uglyscoreboardfix.config.state.enabled": "Aktiviert",
   "config.uglyscoreboardfix.config.state.auto": "Automatisch",

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

@@ -3,6 +3,7 @@
   "config.uglyscoreboardfix.config.hide": "Hide",
   "config.uglyscoreboardfix.config.hide.scores": "Scores",
   "config.uglyscoreboardfix.config.hide.sidebar": "Sidebar",
+  "config.uglyscoreboardfix.config.hide.tooltip": "Whether to hide the scores only (red numbers on the right side) or the sidebar completely.",
   "config.uglyscoreboardfix.config.state": "State",
   "config.uglyscoreboardfix.config.state.enabled": "Enabled",
   "config.uglyscoreboardfix.config.state.auto": "Auto",