diff options
| author | Jacob <55346310+Kathund@users.noreply.github.com> | 2025-06-23 19:42:41 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-23 13:42:41 +0200 |
| commit | 58be5f64770755d3dbe3781e26c33f2a5c8570d9 (patch) | |
| tree | 03fda8277381bbdb47cb0651bb2693545c5e6c6c /translations | |
| parent | 818ede416c67464a74fc490b06a2a12aa0def12a (diff) | |
| download | Firmament-58be5f64770755d3dbe3781e26c33f2a5c8570d9.tar.gz Firmament-58be5f64770755d3dbe3781e26c33f2a5c8570d9.tar.bz2 Firmament-58be5f64770755d3dbe3781e26c33f2a5c8570d9.zip | |
feat: add FPS, day count and ping huds
Diffstat (limited to 'translations')
| -rw-r--r-- | translations/en_us.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/translations/en_us.json b/translations/en_us.json index 2e59eaa..e971025 100644 --- a/translations/en_us.json +++ b/translations/en_us.json @@ -137,6 +137,21 @@ "firmament.config.fixes.peek-chat.description": "Hold this keybinding to view the chat as if you have it opened, but while still being able to control your character.", "firmament.config.fixes.player-skins": "Fix unsigned Player Skins", "firmament.config.fixes.player-skins.description": "Mark all player skins as signed, preventing console spam, and some rendering issues.", + "firmament.config.hud": "Hud", + "firmament.config.hud.day-count": "Day Count", + "firmament.config.hud.day-count-hud": "Day Count Hud", + "firmament.config.hud.day-count-hud.description": "Shows day.", + "firmament.config.hud.day-count-hud.display": "Day: %s", + "firmament.config.hud.day-count.description": "A HUD showing current day.", + "firmament.config.hud.fps-count": "FPS Count", + "firmament.config.hud.fps-count-hud": "FPS Count Hud", + "firmament.config.hud.fps-count-hud.description": "Shows FPS.", + "firmament.config.hud.fps-count-hud.display": "FPS: %s", + "firmament.config.hud.fps-count.description": "A HUD showing current FPS.", + "firmament.config.hud.ping-count": "Ping Count", + "firmament.config.hud.ping-count-hud": "Ping Count Hud", + "firmament.config.hud.ping-count-hud.description": "Shows Ping.", + "firmament.config.hud.ping-count-hud.display": "Ping %s", "firmament.config.inventory-buttons-config": "Inventory Buttons", "firmament.config.inventory-buttons-config.hover-text": "Hover Tooltip", "firmament.config.inventory-buttons-config.hover-text.description": "Hovering over inventory buttons will show the command they run.", |
