mirror of
https://github.com/Shiewk/Widgets.git
synced 2026-04-28 11:34:17 +02:00
Initial Commit (1.0)
This commit is contained in:
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"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.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.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.showSeconds": "Show seconds",
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user