Skip to content

Commit

Permalink
Colorize the Formatter Type comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sakura-ryoko committed Feb 8, 2025
1 parent c99981c commit 265941b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/assets/minihud/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,14 @@
"minihud.config.generic.comment.customModelTooltips": "Adds the first entry of any Custom Model Data",
"minihud.config.generic.comment.dateFormatMinecraft": "The format string for the Minecraft time.\nThe supported placeholders are: {DAY_1}, {DAY}, {HOUR}, {MIN}, {SEC}, {MOON}.\n{DAY_1} starts the day counter from 1, {DAY} starts from 0.",
"minihud.config.generic.comment.dateFormatString": "The format string for real time, see the Java DateTimeFormatter\nclass Syntax for the format patterns, if needed.",
"minihud.config.generic.comment.dateFormatType": "The format real time using the selected formatter options:\nRegular (Default): '2025-02-02_13.55.44' (yyyy-MM-dd_HH.mm.ss) \nISO Local: '2025-02-02T13:55:44.0939044' (yyyy-MM-ddTHH:mm:ss.n)\nISO Offset: '2025-02-02T13:55:44.0939044-05:00' (yyyy-MM-ddTHH:mm:ss.nZ)\nRFC1123: 'Sun, 2 Feb 2025 13:55:44 -0500' (EEE, dd MMM yyyy HH:mm:ss +HHMM) \nFormatted: This option uses the \"dateFormatString\" as input.",
"minihud.config.generic.comment.dateFormatType": "The format real time using the selected formatter options:\nRegular (§6Default§r): '§a2025-02-02_13.55.44§r' (§eyyyy-MM-dd_HH.mm.ss§r) \nISO Local: '§a2025-02-02T13:55:44.0939044§r' (§eyyyy-MM-ddTHH:mm:ss.n§r)\nISO Offset: '§a2025-02-02T13:55:44.0939044-05:00§r' (§eyyyy-MM-ddTHH:mm:ss.nZ§r)\nRFC1123: '§aSun, 2 Feb 2025 13:55:44 -0500§r' (§eEEE, dd MMM yyyy HH:mm:ss +HHMM§r) \nFormatted: This option uses the \"§bdateFormatString§r\" as input.",
"minihud.config.generic.comment.debugDevelopmentMode": "Enables the Vanilla Development Mode toggle",
"minihud.config.generic.comment.debugMessages": "Enables some debug messages in the game console",
"minihud.config.generic.comment.debugRendererPathFindingEnablePointWidth": "If true, then the vanilla pathfinding debug renderer\nwill render the path point width boxes.",
"minihud.config.generic.comment.disableVanillaBeeTooltips": "Disable the Vanilla Beehive tooltips\nif you wish to use the MiniHUD version",
"minihud.config.generic.comment.dontClearStoredSeedOnDimensionChange": "Don't clear the stored world seed when just changing dimensions.\nSome mods may use per-dimension seeds, so you may need to change\nthis in case the different dimensions on your server/mod pack\nhave different world seeds.",
"minihud.config.generic.comment.durationFormatString": "The format string for time duration, see the Java DurationFormatUtils\nclass Syntax for the format patterns, if needed.",
"minihud.config.generic.comment.durationFormatType": "The format time duration using the selected formatter Options:\nRegular: '116:44:24.756' (HH:mm:ss.SSS)\nPretty (Default): '4 days 20 hours 44 minutes 24 seconds' (d' days 'H' hours 'm' minutes 's' seconds')\nISO Extended: 'P0Y0M4DT20H44M24.756S' ('P'yyyy'Y'M'M'd'DT'H'H'm'M's.SSS'S')\nFormatted: This option uses the \"durationFormatString\" as input.",
"minihud.config.generic.comment.durationFormatType": "The format time duration using the selected formatter options:\nRegular: '§a116:44:24.756§r' (§eHH:mm:ss.SSS§r)\nPretty (§6Default§r): '§a4 days 20 hours 44 minutes 24 seconds§r' (§ed' days 'H' hours 'm' minutes 's' seconds'§r)\nISO Extended: '§aP0Y0M4DT20H44M24.756S§r' (§e'P'yyyy'Y'M'M'd'DT'H'H'm'M's.SSS'S'§r)\nFormatted: This option uses the \"§bdurationFormatString§r\" as input.",
"minihud.config.generic.comment.enableVanillaDebugRendererFix": "If true, then the vanilla debug renderer OpenGL state is fixed.",
"minihud.config.generic.comment.entityDataSync": "Use the Entity Data Sync protocol from Servux\nto obtain Entity Data from the server\nThis feature requires to have either \"infoLinesUsesNbt\" or \"entityDataSyncLoadNbt\" enabled",
"minihud.config.generic.comment.entityDataSyncBackup": "Use the Vanilla NBT Query method when Servux\nis not available. This method requires Operator Privileges.",
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/assets/minihud/lang/ko_kr.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,14 @@
"minihud.config.generic.comment.customModelTooltips": "Adds the first entry of any Custom Model Data",
"minihud.config.generic.comment.dateFormatMinecraft": "마인크래프트 날짜에 대한 형식 문자열입니다.\n지원되는 자리 표시자는 다음과 같습니다: {DAY_1}, {DAY}, {HOUR}, {MIN}, {SEC}, {MOON}.\n{DAY_1}은 1부터 시작하고, {DAY}는 0부터 시작합니다.",
"minihud.config.generic.comment.dateFormatString": "The format string for real time, see the Java DateTimeFormatter\nclass Syntax for the format patterns, if needed.",
"minihud.config.generic.comment.dateFormatType": "The format real time using the selected formatter options:\nRegular (Default): '2025-02-02_13.55.44' (yyyy-MM-dd_HH.mm.ss) \nISO Local: '2025-02-02T13:55:44.0939044' (yyyy-MM-ddTHH:mm:ss.n)\nISO Offset: '2025-02-02T13:55:44.0939044-05:00' (yyyy-MM-ddTHH:mm:ss.nZ)\nRFC1123: 'Sun, 2 Feb 2025 13:55:44 -0500' (EEE, dd MMM yyyy HH:mm:ss +HHMM) \nFormatted: This option uses the \"dateFormatString\" as input.",
"minihud.config.generic.comment.dateFormatType": "The format real time using the selected formatter options:\nRegular (§6Default§r): '§a2025-02-02_13.55.44§r' (§eyyyy-MM-dd_HH.mm.ss§r) \nISO Local: '§a2025-02-02T13:55:44.0939044§r' (§eyyyy-MM-ddTHH:mm:ss.n§r)\nISO Offset: '§a2025-02-02T13:55:44.0939044-05:00§r' (§eyyyy-MM-ddTHH:mm:ss.nZ§r)\nRFC1123: '§aSun, 2 Feb 2025 13:55:44 -0500§r' (§eEEE, dd MMM yyyy HH:mm:ss +HHMM§r) \nFormatted: This option uses the \"§bdateFormatString§r\" as input.",
"minihud.config.generic.comment.debugDevelopmentMode": "바닐라 개발 모드 토글을 활성화합니다.",
"minihud.config.generic.comment.debugMessages": "게임 콘솔에서 일부 디버그 메시지를 활성화합니다.",
"minihud.config.generic.comment.debugRendererPathFindingEnablePointWidth": "true인 경우, 바닐라 경로탐색 디버그 렌더러가\n경로 지점 너비 상자를 렌더링합니다.",
"minihud.config.generic.comment.disableVanillaBeeTooltips": "Disable the Vanilla Beehive tooltips\nif you wish to use the MiniHUD version",
"minihud.config.generic.comment.dontClearStoredSeedOnDimensionChange": "차원을 변경할 때 저장된 월드 시드를 지우지 않습니다.\n일부 모드는 차원별 시드를 사용할 수 있으므로,\n서버/모드 팩이 차원마다 다른 시드를 사용하는 경우\n이것을 변경해야 할 수도 있습니다.",
"minihud.config.generic.comment.durationFormatString": "The format string for time duration, see the Java DurationFormatUtils\nclass Syntax for the format patterns, if needed.",
"minihud.config.generic.comment.durationFormatType": "The format time duration using the selected formatter Options:\nRegular: '116:44:24.756' (HH:mm:ss.SSS)\nPretty (Default): '4 days 20 hours 44 minutes 24 seconds' (d' days 'H' hours 'm' minutes 's' seconds')\nISO Extended: 'P0Y0M4DT20H44M24.756S' ('P'yyyy'Y'M'M'd'DT'H'H'm'M's.SSS'S')\nFormatted: This option uses the \"durationFormatString\" as input.",
"minihud.config.generic.comment.durationFormatType": "The format time duration using the selected formatter options:\nRegular: '§a116:44:24.756§r' (§eHH:mm:ss.SSS§r)\nPretty (§6Default§r): '§a4 days 20 hours 44 minutes 24 seconds§r' (§ed' days 'H' hours 'm' minutes 's' seconds'§r)\nISO Extended: '§aP0Y0M4DT20H44M24.756S§r' (§e'P'yyyy'Y'M'M'd'DT'H'H'm'M's.SSS'S'§r)\nFormatted: This option uses the \"§bdurationFormatString§r\" as input.",
"minihud.config.generic.comment.enableVanillaDebugRendererFix": "true인 경우, 바닐라 디버그 렌더러 OpenGL 상태가 고정됩니다.",
"minihud.config.generic.comment.entityDataSync": "Servux의 엔티티 데이터 동기화 프로토콜을 사용하여\n서버에서 엔티티 데이터를 가져옵니다.\n이 기능을 사용하려면 \"정보 라인 NBT 사용\" 또는\n\"엔티티 데이터 동기화 NBT 불러오기\"가 활성화되어 있어야 합니다.",
"minihud.config.generic.comment.entityDataSyncBackup": "Servux를 사용할 수 없는 경우 바닐라 NBT 쿼리 방법을 사용합니다.\n이 방법에는 운영자 권한이 필요합니다.",
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/assets/minihud/lang/zh_cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,14 @@
"minihud.config.generic.comment.customModelTooltips": "Adds the first entry of any Custom Model Data",
"minihud.config.generic.comment.dateFormatMinecraft": "§6[格式化游戏时间]§f 中显示格式的字符串\n支持的占位符有:\n{DAY_1}(初始值为 1 的日)、{DAY}(初始值为 0 的日)、\n{HOUR}(小时)、{MIN}(分钟)、{SEC}(秒)、\n{MOON}(月相)。",
"minihud.config.generic.comment.dateFormatString": "The format string for real time, see the Java DateTimeFormatter\nclass Syntax for the format patterns, if needed.",
"minihud.config.generic.comment.dateFormatType": "The format real time using the selected formatter options:\nRegular (Default): '2025-02-02_13.55.44' (yyyy-MM-dd_HH.mm.ss) \nISO Local: '2025-02-02T13:55:44.0939044' (yyyy-MM-ddTHH:mm:ss.n)\nISO Offset: '2025-02-02T13:55:44.0939044-05:00' (yyyy-MM-ddTHH:mm:ss.nZ)\nRFC1123: 'Sun, 2 Feb 2025 13:55:44 -0500' (EEE, dd MMM yyyy HH:mm:ss +HHMM) \nFormatted: This option uses the \"dateFormatString\" as input.",
"minihud.config.generic.comment.dateFormatType": "The format real time using the selected formatter options:\nRegular (§6Default§r): '§a2025-02-02_13.55.44§r' (§eyyyy-MM-dd_HH.mm.ss§r) \nISO Local: '§a2025-02-02T13:55:44.0939044§r' (§eyyyy-MM-ddTHH:mm:ss.n§r)\nISO Offset: '§a2025-02-02T13:55:44.0939044-05:00§r' (§eyyyy-MM-ddTHH:mm:ss.nZ§r)\nRFC1123: '§aSun, 2 Feb 2025 13:55:44 -0500§r' (§eEEE, dd MMM yyyy HH:mm:ss +HHMM§r) \nFormatted: This option uses the \"§bdateFormatString§r\" as input.",
"minihud.config.generic.comment.debugDevelopmentMode": "Enables the Vanilla Development Mode toggle",
"minihud.config.generic.comment.debugMessages": "在控制台中启用调试信息",
"minihud.config.generic.comment.debugRendererPathFindingEnablePointWidth": "开启后,原版寻路指示器将显示路径点宽度的框线。",
"minihud.config.generic.comment.disableVanillaBeeTooltips": "Disable the Vanilla Beehive tooltips\nif you wish to use the MiniHUD version",
"minihud.config.generic.comment.dontClearStoredSeedOnDimensionChange": "当只是改变维度时,不要清除存储的世界种子。\n有些 Mod 可能会在每个维度使用不同的种子,所以你可能需要修改这个,\n以防你的服务器 Mod 中不同维度有不同的世界种子。",
"minihud.config.generic.comment.durationFormatString": "The format string for time duration, see the Java DurationFormatUtils\nclass Syntax for the format patterns, if needed.",
"minihud.config.generic.comment.durationFormatType": "The format time duration using the selected formatter Options:\nRegular: '116:44:24.756' (HH:mm:ss.SSS)\nPretty (Default): '4 days 20 hours 44 minutes 24 seconds' (d' days 'H' hours 'm' minutes 's' seconds')\nISO Extended: 'P0Y0M4DT20H44M24.756S' ('P'yyyy'Y'M'M'd'DT'H'H'm'M's.SSS'S')\nFormatted: This option uses the \"durationFormatString\" as input.",
"minihud.config.generic.comment.durationFormatType": "The format time duration using the selected formatter options:\nRegular: '§a116:44:24.756§r' (§eHH:mm:ss.SSS§r)\nPretty (§6Default§r): '§a4 days 20 hours 44 minutes 24 seconds§r' (§ed' days 'H' hours 'm' minutes 's' seconds'§r)\nISO Extended: '§aP0Y0M4DT20H44M24.756S§r' (§e'P'yyyy'Y'M'M'd'DT'H'H'm'M's.SSS'S'§r)\nFormatted: This option uses the \"§bdurationFormatString§r\" as input.",
"minihud.config.generic.comment.enableVanillaDebugRendererFix": "如果该选项启用,那么 OpenGL 所显示的状态是固定的。",
"minihud.config.generic.comment.entityDataSync": "使用 Servux 的实体同步协议获取服务端实体数据",
"minihud.config.generic.comment.entityDataSyncBackup": "当 Servux 不可用时使用原版 NBT 查询协议同步实体数据。\n这需要 OP 权限。(译注:需要2级及以上权限)",
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/assets/minihud/lang/zh_tw.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,14 @@
"minihud.config.generic.comment.customModelTooltips": "Adds the first entry of any Custom Model Data",
"minihud.config.generic.comment.dateFormatMinecraft": "§6[格式化遊戲時間]§f 中顯示格式的字串\n支援的佔位符有:\n{DAY_1}(初始值為 1 的日)、{DAY}(初始值為 0 的日)、\n{HOUR}(小時)、{MIN}(分鐘)、{SEC}(秒)、\n{MOON}(月相)。",
"minihud.config.generic.comment.dateFormatString": "The format string for real time, see the Java DateTimeFormatter\nclass Syntax for the format patterns, if needed.",
"minihud.config.generic.comment.dateFormatType": "The format real time using the selected formatter options:\nRegular (Default): '2025-02-02_13.55.44' (yyyy-MM-dd_HH.mm.ss) \nISO Local: '2025-02-02T13:55:44.0939044' (yyyy-MM-ddTHH:mm:ss.n)\nISO Offset: '2025-02-02T13:55:44.0939044-05:00' (yyyy-MM-ddTHH:mm:ss.nZ)\nRFC1123: 'Sun, 2 Feb 2025 13:55:44 -0500' (EEE, dd MMM yyyy HH:mm:ss +HHMM) \nFormatted: This option uses the \"dateFormatString\" as input.",
"minihud.config.generic.comment.dateFormatType": "The format real time using the selected formatter options:\nRegular (§6Default§r): '§a2025-02-02_13.55.44§r' (§eyyyy-MM-dd_HH.mm.ss§r) \nISO Local: '§a2025-02-02T13:55:44.0939044§r' (§eyyyy-MM-ddTHH:mm:ss.n§r)\nISO Offset: '§a2025-02-02T13:55:44.0939044-05:00§r' (§eyyyy-MM-ddTHH:mm:ss.nZ§r)\nRFC1123: '§aSun, 2 Feb 2025 13:55:44 -0500§r' (§eEEE, dd MMM yyyy HH:mm:ss +HHMM§r) \nFormatted: This option uses the \"§bdateFormatString§r\" as input.",
"minihud.config.generic.comment.debugDevelopmentMode": "Enables the Vanilla Development Mode toggle",
"minihud.config.generic.comment.debugMessages": "在控制台中啟用除錯資訊",
"minihud.config.generic.comment.debugRendererPathFindingEnablePointWidth": "開啟後,原版尋路指示器將顯示路徑點寬度的框線。",
"minihud.config.generic.comment.disableVanillaBeeTooltips": "Disable the Vanilla Beehive tooltips\nif you wish to use the MiniHUD version",
"minihud.config.generic.comment.dontClearStoredSeedOnDimensionChange": "當只是改變維度時,不要清除儲存的世界種子。\n有些 Mod 可能會在每個維度使用不同的種子,所以你可能需要修改這個,\n以防你的伺服器 Mod 中不同維度有不同的世界種子。",
"minihud.config.generic.comment.durationFormatString": "The format string for time duration, see the Java DurationFormatUtils\nclass Syntax for the format patterns, if needed.",
"minihud.config.generic.comment.durationFormatType": "The format time duration using the selected formatter Options:\nRegular: '116:44:24.756' (HH:mm:ss.SSS)\nPretty (Default): '4 days 20 hours 44 minutes 24 seconds' (d' days 'H' hours 'm' minutes 's' seconds')\nISO Extended: 'P0Y0M4DT20H44M24.756S' ('P'yyyy'Y'M'M'd'DT'H'H'm'M's.SSS'S')\nFormatted: This option uses the \"durationFormatString\" as input.",
"minihud.config.generic.comment.durationFormatType": "The format time duration using the selected formatter options:\nRegular: '§a116:44:24.756§r' (§eHH:mm:ss.SSS§r)\nPretty (§6Default§r): '§a4 days 20 hours 44 minutes 24 seconds§r' (§ed' days 'H' hours 'm' minutes 's' seconds'§r)\nISO Extended: '§aP0Y0M4DT20H44M24.756S§r' (§e'P'yyyy'Y'M'M'd'DT'H'H'm'M's.SSS'S'§r)\nFormatted: This option uses the \"§bdurationFormatString§r\" as input.",
"minihud.config.generic.comment.enableVanillaDebugRendererFix": "如果該選項啟用,那麼 OpenGL 所顯示的狀態是固定的。",
"minihud.config.generic.comment.entityDataSync": "使用 Servux 的實體同步協議獲取伺服器端實體資料",
"minihud.config.generic.comment.entityDataSyncBackup": "當 Servux 不可用時使用原版 NBT 查詢協議同步實體資料。\n這需要 OP 許可權。(譯註:需要2級及以上許可權)",
Expand Down

0 comments on commit 265941b

Please sign in to comment.