chore(i18n): update

This commit is contained in:
Lemmy
2026-07-27 00:39:41 -04:00
parent f9fddd7cc5
commit be0b03d85d
7 changed files with 91 additions and 92 deletions
+26 -26
View File
@@ -3,36 +3,36 @@
"tooltip": "Rechner" "tooltip": "Rechner"
}, },
"panel": { "panel": {
"title": "Rechner",
"placeholder": "Ausdruck eingeben, Enter drücken",
"copy": "Ergebnis kopieren",
"copied": "Kopiert: {value}", "copied": "Kopiert: {value}",
"copy": "Ergebnis kopieren",
"deg": "GRAD",
"placeholder": "Ausdruck eingeben, Enter drücken",
"rad": "RAD", "rad": "RAD",
"deg": "GRAD" "title": "Rechner"
},
"settings": {
"angle_unit": {
"description": "Einheit, die die trigonometrischen Funktionen verwenden.",
"label": "Winkeleinheit",
"options": {
"deg": "Grad",
"rad": "Bogenmaß"
}
},
"max_bar_length": {
"description": "Längere Ergebnisse werden in der Leiste mit Auslassungspunkten gekürzt.",
"label": "Maximale Länge in der Leiste"
},
"precision": {
"description": "Maximale Anzahl Nachkommastellen bei der Ergebnisformatierung.",
"label": "Dezimalgenauigkeit"
},
"show_bar_value": {
"description": "Zeigt das letzte Ergebnis neben dem Rechner-Symbol an.",
"label": "Wert in der Leiste anzeigen"
}
}, },
"state": { "state": {
"error": "Fehler" "error": "Fehler"
},
"settings": {
"precision": {
"label": "Dezimalgenauigkeit",
"description": "Maximale Anzahl Nachkommastellen bei der Ergebnisformatierung."
},
"angle_unit": {
"label": "Winkeleinheit",
"description": "Einheit, die die trigonometrischen Funktionen verwenden.",
"options": {
"rad": "Bogenmaß",
"deg": "Grad"
}
},
"show_bar_value": {
"label": "Wert in der Leiste anzeigen",
"description": "Zeigt das letzte Ergebnis neben dem Rechner-Symbol an."
},
"max_bar_length": {
"label": "Maximale Länge in der Leiste",
"description": "Längere Ergebnisse werden in der Leiste mit Auslassungspunkten gekürzt."
}
} }
} }
+26 -26
View File
@@ -3,36 +3,36 @@
"tooltip": "Calculator" "tooltip": "Calculator"
}, },
"panel": { "panel": {
"title": "Calculator",
"placeholder": "Type an expression, press Enter",
"copy": "Copy result",
"copied": "Copied {value}", "copied": "Copied {value}",
"copy": "Copy result",
"deg": "DEG",
"placeholder": "Type an expression, press Enter",
"rad": "RAD", "rad": "RAD",
"deg": "DEG" "title": "Calculator"
},
"settings": {
"angle_unit": {
"description": "Unit used by the trigonometric functions.",
"label": "Angle unit",
"options": {
"deg": "Degrees",
"rad": "Radians"
}
},
"max_bar_length": {
"description": "Longer results are shortened with an ellipsis in the bar.",
"label": "Maximum bar length"
},
"precision": {
"description": "Maximum number of decimals used when formatting results.",
"label": "Decimal precision"
},
"show_bar_value": {
"description": "Display the last result next to the calculator icon.",
"label": "Show value in bar"
}
}, },
"state": { "state": {
"error": "Error" "error": "Error"
},
"settings": {
"precision": {
"label": "Decimal precision",
"description": "Maximum number of decimals used when formatting results."
},
"angle_unit": {
"label": "Angle unit",
"description": "Unit used by the trigonometric functions.",
"options": {
"rad": "Radians",
"deg": "Degrees"
}
},
"show_bar_value": {
"label": "Show value in bar",
"description": "Display the last result next to the calculator icon."
},
"max_bar_length": {
"label": "Maximum bar length",
"description": "Longer results are shortened with an ellipsis in the bar."
}
} }
} }
+8 -9
View File
@@ -1,17 +1,16 @@
{ {
"settings": { "settings": {
"glyph": {
"description": "Specifies the glyph displayed on the widget.",
"label": "Icon to show on bar"
},
"hide_when_default": { "hide_when_default": {
"label": "Hide when default submap", "description": "Hides the bar widget when the current submap is default.",
"description": "Hides the bar widget when the current submap is default." "label": "Hide when default submap"
}, },
"prefix": { "prefix": {
"label": "Add a prefix to the submap name", "description": "Add the prefix text to the submap name displayed on the widget.",
"description": "Add the prefix text to the submap name displayed on the widget." "label": "Add a prefix to the submap name"
},
"glyph": {
"label": "Icon to show on bar",
"description": "Specifies the glyph displayed on the widget."
} }
} }
} }
+3 -3
View File
@@ -14,9 +14,6 @@
"unsynced": "Unsynced" "unsynced": "Unsynced"
}, },
"select_lyrics": "Choose lyrics", "select_lyrics": "Choose lyrics",
"shortcut": {
"label": "Open lyrics selector"
},
"settings": { "settings": {
"active_color": { "active_color": {
"description": "Color used for the current and already-sung lyric characters. Defaults to the interface text color.", "description": "Color used for the current and already-sung lyric characters. Defaults to the interface text color.",
@@ -308,6 +305,9 @@
} }
} }
}, },
"shortcut": {
"label": "Open lyrics selector"
},
"source_label": "Lyrics source", "source_label": "Lyrics source",
"title": "Lyrics" "title": "Lyrics"
} }
+3 -3
View File
@@ -14,9 +14,6 @@
"unsynced": "非同步歌词" "unsynced": "非同步歌词"
}, },
"select_lyrics": "选择歌词", "select_lyrics": "选择歌词",
"shortcut": {
"label": "打开歌词选择器"
},
"settings": { "settings": {
"active_color": { "active_color": {
"description": "设置当前歌词和已经唱过字符的颜色,默认使用界面文字颜色。", "description": "设置当前歌词和已经唱过字符的颜色,默认使用界面文字颜色。",
@@ -308,6 +305,9 @@
} }
} }
}, },
"shortcut": {
"label": "打开歌词选择器"
},
"source_label": "歌词来源", "source_label": "歌词来源",
"title": "歌词" "title": "歌词"
} }
+22 -22
View File
@@ -1,32 +1,32 @@
{ {
"settings": { "settings": {
"max_label_chars": { "active_style": {
"label": "Maximum label characters", "description": "Show active workspaces as primary-filled capsules or transparent labels with primary text.",
"description": "Maximum characters shown from each workspace name. Use 0 to show the full name." "label": "Active workspace style"
},
"hide_inactive": {
"label": "Hide inactive workspaces",
"description": "Hide populated special workspaces unless they are currently visible on a monitor."
},
"capsule_radius": {
"label": "Capsule radius",
"description": "Corner radius of each capsule in logical pixels. Values below 0 are treated as 0."
},
"capsule_padding": {
"label": "Capsule content padding",
"description": "Space before and after the label along the bar axis, in logical pixels. Values below 0 are treated as 0."
}, },
"capsule_min_width": { "capsule_min_width": {
"label": "Capsule minimum length", "description": "Minimum capsule length along the bar axis: width on horizontal bars, height on vertical bars. Values below 0 are treated as 0.",
"description": "Minimum capsule length along the bar axis: width on horizontal bars, height on vertical bars. Values below 0 are treated as 0." "label": "Capsule minimum length"
}, },
"active_style": { "capsule_padding": {
"label": "Active workspace style", "description": "Space before and after the label along the bar axis, in logical pixels. Values below 0 are treated as 0.",
"description": "Show active workspaces as primary-filled capsules or transparent labels with primary text." "label": "Capsule content padding"
},
"capsule_radius": {
"description": "Corner radius of each capsule in logical pixels. Values below 0 are treated as 0.",
"label": "Capsule radius"
},
"hide_inactive": {
"description": "Hide populated special workspaces unless they are currently visible on a monitor.",
"label": "Hide inactive workspaces"
}, },
"inactive_style": { "inactive_style": {
"label": "Inactive workspace style", "description": "Show inactive workspaces as secondary-filled capsules or transparent labels with surface text.",
"description": "Show inactive workspaces as secondary-filled capsules or transparent labels with surface text." "label": "Inactive workspace style"
},
"max_label_chars": {
"description": "Maximum characters shown from each workspace name. Use 0 to show the full name.",
"label": "Maximum label characters"
}, },
"style": { "style": {
"fill": "Fill", "fill": "Fill",
+3 -3
View File
@@ -1,11 +1,11 @@
{ {
"plugin_name": "W Engine",
"plugin_description": "A widget for Wallpaper Engine. Set wallpaper from Wallpaper Engine with simple click.",
"panel": { "panel": {
"apply": "Apply wallpaper {id}", "apply": "Apply wallpaper {id}",
"list_failed": "Could not list Wallpaper Engine wallpapers", "list_failed": "Could not list Wallpaper Engine wallpapers",
"missing_project_json": "No project.json for {name}", "missing_project_json": "No project.json for {name}",
"no_wallpapers": "No Wallpaper Engine wallpapers found", "no_wallpapers": "No Wallpaper Engine wallpapers found",
"title": "W Engine" "title": "W Engine"
} },
"plugin_description": "A widget for Wallpaper Engine. Set wallpaper from Wallpaper Engine with simple click.",
"plugin_name": "W Engine"
} }