mirror of
https://github.com/Shiewk/Widgets.git
synced 2026-04-28 11:34:17 +02:00
Gradient editor
- Made all widgets use new GradientWidgetSetting - GradientOptions to store and for rendering - Gradient editor screen to customize - Rainbow preset
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
{
|
||||
"widgets.gradient.preset.rainbow": "Rainbow",
|
||||
"widgets.gradient.pulse": "Pulse",
|
||||
"widgets.gradient.pulse.description": "Paints the text or surface with one solid color, cycling through your selected palette",
|
||||
"widgets.gradient.sweep": "Sweep",
|
||||
"widgets.gradient.sweep.description": "Paints the text or surface with a moving gradient",
|
||||
"widgets.key.category": "Widgets",
|
||||
"widgets.key.config": "Open Widget Management",
|
||||
"widgets.ui.anchor.bottom_center": "Bottom center",
|
||||
@@ -20,9 +25,24 @@
|
||||
"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.gradientEditor": "Color editor",
|
||||
"widgets.ui.gradientEditor.colors": "This gradient:",
|
||||
"widgets.ui.gradientEditor.colors.add.tooltip.0": "Add a color to this gradient",
|
||||
"widgets.ui.gradientEditor.colors.add.tooltip.1": "(Leave this as one color to disable the gradient)",
|
||||
"widgets.ui.gradientEditor.editColor": "Edit color:",
|
||||
"widgets.ui.gradientEditor.editColor.orPick": "Alternative picker:",
|
||||
"widgets.ui.gradientEditor.gradientSettings": "Gradient settings:",
|
||||
"widgets.ui.gradientEditor.gradientSettings.addMoreColors": "Add more than one color to customize the gradient",
|
||||
"widgets.ui.gradientEditor.importOther": "Import from widget",
|
||||
"widgets.ui.gradientEditor.mode": "Mode: %s",
|
||||
"widgets.ui.gradientEditor.removeColor": "Remove color",
|
||||
"widgets.ui.gradientEditor.size": "Size: %s%%",
|
||||
"widgets.ui.gradientEditor.speed": "Speed: %s%%",
|
||||
"widgets.ui.gradientEditor.usePreset": "Use preset",
|
||||
"widgets.ui.preview": "Preview",
|
||||
"widgets.ui.search": "Search...",
|
||||
"widgets.ui.widgetSettings": "Edit %s settings",
|
||||
"widgets.ui.widgetSettings.colors": "%s colors",
|
||||
"widgets.widgets.armorHud": "Armor Status",
|
||||
"widgets.widgets.armorHud.description": "Shows the armor you are currently wearing and its durability.",
|
||||
"widgets.widgets.armorHud.durabilityStyle": "Durability style",
|
||||
@@ -31,7 +51,7 @@
|
||||
"widgets.widgets.armorHud.padding": "Padding",
|
||||
"widgets.widgets.armorHud.showDurability": "Show durability label",
|
||||
"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.description": "Shows how much data the server you're connected to is sending.",
|
||||
"widgets.widgets.bandwidth.dynamicColor": "Dynamic Color",
|
||||
"widgets.widgets.bandwidth.fastupdate": "Fast update",
|
||||
"widgets.widgets.bandwidth.unit": "Unit",
|
||||
@@ -70,8 +90,6 @@
|
||||
"widgets.widgets.combo.description": "Shows your current Combo.",
|
||||
"widgets.widgets.combo.displayThreshold": "Display Threshold",
|
||||
"widgets.widgets.common.hideInSingleplayer": "Hide in singleplayer worlds",
|
||||
"widgets.widgets.common.rainbow": "Rainbow text",
|
||||
"widgets.widgets.common.rainbow.speed": "Rainbow speed",
|
||||
"widgets.widgets.common.realtime": "Real-time updating (may use more performance)",
|
||||
"widgets.widgets.common.showLabel": "Show label",
|
||||
"widgets.widgets.common.sizePercent": "Widget size (%)",
|
||||
@@ -101,8 +119,6 @@
|
||||
"widgets.widgets.inventory.mode.texture_pack": "Texture pack",
|
||||
"widgets.widgets.inventory.mode.transparent": "Transparent",
|
||||
"widgets.widgets.inventory.mode.vanilla": "Vanilla",
|
||||
"widgets.widgets.inventory.rainbowBoxes": "Rainbow boxes",
|
||||
"widgets.widgets.inventory.rainbowGrid": "Rainbow Grid",
|
||||
"widgets.widgets.inventory.showHotbar": "Show hotbar",
|
||||
"widgets.widgets.keystrokes": "Keystrokes",
|
||||
"widgets.widgets.keystrokes.colorBackgroundPressed": "Background color (key pressed)",
|
||||
|
||||
Reference in New Issue
Block a user