i18n: update
This commit is contained in:
+27
-27
@@ -1,35 +1,35 @@
|
||||
{
|
||||
"title": "Cat",
|
||||
"settings": {
|
||||
"cat_size": {
|
||||
"label": "Cat Size",
|
||||
"description": "Sprite size in the bar, in pixels."
|
||||
},
|
||||
"show_cpu_percent": {
|
||||
"label": "Show CPU Percentage",
|
||||
"description": "Display the CPU percentage next to the cat."
|
||||
},
|
||||
"walk_threshold": {
|
||||
"label": "Walk Threshold",
|
||||
"description": "CPU percentage at which the cat wakes up and starts walking."
|
||||
},
|
||||
"run_threshold": {
|
||||
"label": "Run Threshold",
|
||||
"description": "CPU percentage at which the cat breaks into a run."
|
||||
},
|
||||
"poll_interval": {
|
||||
"label": "CPU Poll Interval",
|
||||
"description": "How often to sample CPU usage, in seconds."
|
||||
"cat_color": {
|
||||
"description": "Used when Cat Color is set to Custom.",
|
||||
"label": "Custom Color"
|
||||
},
|
||||
"cat_color_mode": {
|
||||
"label": "Cat Color",
|
||||
"description": "Use the current theme color, or pick a custom color below.",
|
||||
"option_theme": "Match Theme",
|
||||
"option_custom": "Custom"
|
||||
"label": "Cat Color",
|
||||
"option_custom": "Custom",
|
||||
"option_theme": "Match Theme"
|
||||
},
|
||||
"cat_color": {
|
||||
"label": "Custom Color",
|
||||
"description": "Used when Cat Color is set to Custom."
|
||||
"cat_size": {
|
||||
"description": "Sprite size in the bar, in pixels.",
|
||||
"label": "Cat Size"
|
||||
},
|
||||
"poll_interval": {
|
||||
"description": "How often to sample CPU usage, in seconds.",
|
||||
"label": "CPU Poll Interval"
|
||||
},
|
||||
"run_threshold": {
|
||||
"description": "CPU percentage at which the cat breaks into a run.",
|
||||
"label": "Run Threshold"
|
||||
},
|
||||
"show_cpu_percent": {
|
||||
"description": "Display the CPU percentage next to the cat.",
|
||||
"label": "Show CPU Percentage"
|
||||
},
|
||||
"walk_threshold": {
|
||||
"description": "CPU percentage at which the cat wakes up and starts walking.",
|
||||
"label": "Walk Threshold"
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "Cat"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user