mirror of
https://github.com/Shiewk/Widgets.git
synced 2026-04-28 11:34:17 +02:00
Add option to hide in singleplayer to several widgets
This commit is contained in:
@@ -1,98 +1,99 @@
|
||||
{
|
||||
"widgets.key.category": "Widgets",
|
||||
"widgets.key.config": "Open Widget Management",
|
||||
"widgets.ui.config": "Widgets Config",
|
||||
"widgets.ui.editPositions": "Edit Layout",
|
||||
"widgets.widgets.fps": "FPS",
|
||||
"widgets.widgets.fps.description": "Shows your current FPS.",
|
||||
"widgets.ui.disabled": "Disabled",
|
||||
"widgets.ui.editPositions": "Edit Layout",
|
||||
"widgets.ui.editPositions.snap": "Align positions: %s",
|
||||
"widgets.ui.editPositions.snap.help": "Aligns the widget with positions of other widgets",
|
||||
"widgets.ui.enabled": "Enabled",
|
||||
"widgets.ui.search": "Search...",
|
||||
"widgets.widgets.clock": "Clock/Date",
|
||||
"widgets.widgets.clock.description": "Shows the current time and/or date",
|
||||
"widgets.ui.widgetSettings": "Edit %s settings",
|
||||
"widgets.widgets.basictext.background": "Background color",
|
||||
"widgets.widgets.basictext.textcolor": "Text color",
|
||||
"widgets.ui.preview": "Preview",
|
||||
"widgets.ui.search": "Search...",
|
||||
"widgets.ui.widgetSettings": "Edit %s settings",
|
||||
"widgets.widgets.bandwidth": "Bandwidth",
|
||||
"widgets.widgets.bandwidth.description": "Shows how much data is being read/sent from the server you're connected to.",
|
||||
"widgets.widgets.bandwidth.dynamicColor": "Dynamic Color",
|
||||
"widgets.widgets.bandwidth.unit": "Unit",
|
||||
"widgets.widgets.basictext.alignment": "Text alignment",
|
||||
"widgets.widgets.basictext.alignment.center": "Center",
|
||||
"widgets.widgets.basictext.alignment.left": "Left",
|
||||
"widgets.widgets.basictext.alignment.right": "Right",
|
||||
"widgets.widgets.basictext.background": "Background color",
|
||||
"widgets.widgets.basictext.height": "Widget height",
|
||||
"widgets.widgets.basictext.padding": "Text padding",
|
||||
"widgets.widgets.basictext.paddingX": "Text padding X",
|
||||
"widgets.widgets.basictext.paddingY": "Text padding Y",
|
||||
"widgets.widgets.basictext.textcolor": "Text color",
|
||||
"widgets.widgets.basictext.textshadow": "Text shadow",
|
||||
"widgets.widgets.basictext.width": "Widget width",
|
||||
"widgets.widgets.biome": "Biome",
|
||||
"widgets.widgets.biome.description": "Shows the biome you're currently in.",
|
||||
"widgets.widgets.biome.label": "Biome: %s",
|
||||
"widgets.widgets.clock": "Clock/Date",
|
||||
"widgets.widgets.clock.dateFormat": "Date format",
|
||||
"widgets.widgets.clock.dateFormat.none": "No date",
|
||||
"widgets.widgets.clock.description": "Shows the current time and/or date",
|
||||
"widgets.widgets.clock.hourFormat": "Hour Format",
|
||||
"widgets.widgets.clock.hourFormat.none": "No time",
|
||||
"widgets.widgets.clock.hourFormat.24hour": "Military Time",
|
||||
"widgets.widgets.clock.hourFormat.am_pm": "AM/PM",
|
||||
"widgets.widgets.clock.dateFormat.none": "No date",
|
||||
"widgets.widgets.clock.dateFormat": "Date format",
|
||||
"widgets.widgets.clock.weekFormat.none": "Don't show",
|
||||
"widgets.widgets.clock.weekFormat": "Day of week format",
|
||||
"widgets.widgets.clock.hourFormat.none": "No time",
|
||||
"widgets.widgets.clock.showSeconds": "Show seconds",
|
||||
"widgets.widgets.clock.weekFormat": "Day of week format",
|
||||
"widgets.widgets.clock.weekFormat.none": "Don't show",
|
||||
"widgets.widgets.common.hideInSingleplayer": "Hide in singleplayer worlds",
|
||||
"widgets.widgets.common.showLabel": "Show label",
|
||||
"widgets.widgets.common.sizePercent": "Widget size (%)",
|
||||
"widgets.widgets.coordinates": "Coordinates",
|
||||
"widgets.widgets.coordinates.description": "Shows your current coordinates",
|
||||
"widgets.widgets.coordinates.showX": "Show X coordinate:",
|
||||
"widgets.widgets.coordinates.showY": "Show Y coordinate:",
|
||||
"widgets.widgets.coordinates.showZ": "Show Z coordinate:",
|
||||
"widgets.widgets.bandwidth": "Bandwidth",
|
||||
"widgets.widgets.bandwidth.description": "Shows how much data is being read/sent from the server you're connected to.",
|
||||
"widgets.widgets.ping": "Ping",
|
||||
"widgets.widgets.ping.description": "Shows your latency to the server",
|
||||
"widgets.widgets.bandwidth.dynamicColor": "Dynamic Color",
|
||||
"widgets.widgets.ping.dynamicColor": "Dynamic Color",
|
||||
"widgets.widgets.serverIP": "Server IP",
|
||||
"widgets.widgets.serverIP.description": "Shows the server address",
|
||||
"widgets.widgets.playerCount": "Player count",
|
||||
"widgets.widgets.playerCount.description": "Shows the number of players online. May not be accurate on all servers (especially those that spawn fake players in the tab list)",
|
||||
"widgets.widgets.playerCount.online": "%s online",
|
||||
"widgets.key.config": "Open Widget Management",
|
||||
"widgets.key.category": "Widgets",
|
||||
"widgets.widgets.cps": "CPS",
|
||||
"widgets.widgets.cps.description": "Shows your clicks per second",
|
||||
"widgets.widgets.cps.left": "Display/Count left clicks",
|
||||
"widgets.widgets.cps.middle": "Display/Count middle clicks",
|
||||
"widgets.widgets.cps.right": "Display/Count right clicks",
|
||||
"widgets.widgets.cps.appearance": "Appearance",
|
||||
"widgets.widgets.cps.appearance.pipe": "Split (Pipe)",
|
||||
"widgets.widgets.cps.appearance.slash": "Split (Slash)",
|
||||
"widgets.widgets.cps.appearance.unified": "Unified",
|
||||
"widgets.ui.editPositions.snap": "Align positions: %s",
|
||||
"widgets.ui.editPositions.snap.help": "Aligns the widget with positions of other widgets",
|
||||
"widgets.widgets.basictext.width": "Widget width",
|
||||
"widgets.widgets.basictext.height": "Widget height",
|
||||
"widgets.widgets.basictext.alignment": "Text alignment",
|
||||
"widgets.widgets.basictext.alignment.left": "Left",
|
||||
"widgets.widgets.basictext.alignment.center": "Center",
|
||||
"widgets.widgets.basictext.alignment.right": "Right",
|
||||
"widgets.widgets.basictext.padding": "Text padding",
|
||||
"widgets.widgets.basictext.paddingX": "Text padding X",
|
||||
"widgets.widgets.basictext.paddingY": "Text padding Y",
|
||||
"widgets.widgets.playtime": "Playtime",
|
||||
"widgets.widgets.playtime.description": "Shows the current session's uptime",
|
||||
"widgets.widgets.playtime.playtime": "Playtime: %s",
|
||||
"widgets.widgets.playtime.played": "%s played",
|
||||
"widgets.widgets.playtime.labelStyle": "Label Style",
|
||||
"widgets.widgets.playtime.labelStyle.none": "No label",
|
||||
"widgets.widgets.playtime.labelStyle.playtime": "Playtime: Time",
|
||||
"widgets.widgets.playtime.labelStyle.played": "Time played",
|
||||
"widgets.widgets.memory": "Memory usage",
|
||||
"widgets.widgets.memory.description": "Shows the current memory usage of the game.",
|
||||
"widgets.widgets.memory.withLabel": "Memory: %s",
|
||||
"widgets.widgets.memory.showPercentage": "Show percentage",
|
||||
"widgets.widgets.serverIP.dynamicWidth": "Dynamically set widget width",
|
||||
"widgets.widgets.keystrokes.showJumpKey": "Show Jump Key",
|
||||
"widgets.widgets.common.sizePercent": "Widget size (%)",
|
||||
"widgets.widgets.cps.description": "Shows your clicks per second",
|
||||
"widgets.widgets.cps.left": "Display/Count left clicks",
|
||||
"widgets.widgets.cps.middle": "Display/Count middle clicks",
|
||||
"widgets.widgets.cps.right": "Display/Count right clicks",
|
||||
"widgets.widgets.fps": "FPS",
|
||||
"widgets.widgets.fps.description": "Shows your current FPS.",
|
||||
"widgets.widgets.keystrokes": "Keystrokes",
|
||||
"widgets.widgets.keystrokes.colorBackgroundPressed": "Background color (key pressed)",
|
||||
"widgets.widgets.keystrokes.colorBackgroundUnpressed": "Background color (key not pressed)",
|
||||
"widgets.widgets.keystrokes.colorKeyPressed": "Key color (pressed)",
|
||||
"widgets.widgets.keystrokes.colorKeyUnpressed": "Key color (not pressed)",
|
||||
"widgets.widgets.keystrokes": "Keystrokes",
|
||||
"widgets.widgets.keystrokes.description": "Shows which keys you are currently pressing.",
|
||||
"widgets.widgets.basictext.textshadow": "Text shadow",
|
||||
"widgets.widgets.keystrokes.showJumpKey": "Show Jump Key",
|
||||
"widgets.widgets.memory": "Memory usage",
|
||||
"widgets.widgets.memory.description": "Shows the current memory usage of the game.",
|
||||
"widgets.widgets.memory.showPercentage": "Show percentage",
|
||||
"widgets.widgets.memory.withLabel": "Memory: %s",
|
||||
"widgets.widgets.ping": "Ping",
|
||||
"widgets.widgets.ping.description": "Shows your latency to the server",
|
||||
"widgets.widgets.ping.dynamicColor": "Dynamic Color",
|
||||
"widgets.widgets.plaintext": "Text",
|
||||
"widgets.widgets.plaintext.description": "Input a text to display on screen",
|
||||
"widgets.widgets.plaintext.text": "Text",
|
||||
"widgets.widgets.plaintext.initial": "Change this in the widget settings",
|
||||
"widgets.widgets.plaintext.placeholder": "Type your text here...",
|
||||
"widgets.widgets.tps.tps": "%s TPS",
|
||||
"widgets.widgets.tps.dynamicColor": "Dynamic Color",
|
||||
"widgets.widgets.plaintext.text": "Text",
|
||||
"widgets.widgets.playerCount": "Player count",
|
||||
"widgets.widgets.playerCount.description": "Shows the number of players online. May not be accurate on all servers (especially those that spawn fake players in the tab list)",
|
||||
"widgets.widgets.playerCount.online": "%s online",
|
||||
"widgets.widgets.playtime": "Playtime",
|
||||
"widgets.widgets.playtime.description": "Shows the current session's uptime",
|
||||
"widgets.widgets.playtime.labelStyle": "Label Style",
|
||||
"widgets.widgets.playtime.labelStyle.none": "No label",
|
||||
"widgets.widgets.playtime.labelStyle.played": "Time played",
|
||||
"widgets.widgets.playtime.labelStyle.playtime": "Playtime: Time",
|
||||
"widgets.widgets.playtime.played": "%s played",
|
||||
"widgets.widgets.playtime.playtime": "Playtime: %s",
|
||||
"widgets.widgets.serverIP": "Server IP",
|
||||
"widgets.widgets.serverIP.description": "Shows the server address",
|
||||
"widgets.widgets.serverIP.dynamicWidth": "Dynamically set widget width",
|
||||
"widgets.widgets.tps": "TPS",
|
||||
"widgets.widgets.tps.description": "Shows the current TPS when in singleplayer or estimates server TPS when in multiplayer",
|
||||
"widgets.widgets.biome.label": "Biome: %s",
|
||||
"widgets.widgets.biome": "Biome",
|
||||
"widgets.widgets.biome.description": "Shows the biome you're currently in.",
|
||||
"widgets.widgets.common.showLabel": "Show label",
|
||||
"widgets.widgets.bandwidth.unit": "Unit"
|
||||
"widgets.widgets.tps.dynamicColor": "Dynamic Color",
|
||||
"widgets.widgets.tps.tps": "%s TPS"
|
||||
}
|
||||
Reference in New Issue
Block a user