mirror of
https://github.com/prdlk/noctalia-ostt.git
synced 2026-08-02 17:41:38 +00:00
21 lines
382 B
JSON
21 lines
382 B
JSON
{
|
|||
|
|
"title": "Example",
|
||
|
|
"clicks": {
|
||
|
|
"one": "Clicked {count} time",
|
||
|
|
"other": "Clicked {count} times"
|
||
|
|
},
|
||
|
|
"settings": {
|
||
|
|
"label": {
|
||
|
|
"label": "Label",
|
||
|
|
"description": "Text shown in the bar."
|
||
|
|
},
|
||
|
|
"glyph": {
|
||
|
|
"label": "Glyph",
|
||
|
|
"description": "Glyph shown before the label."
|
||
|
|
},
|
||
|
|
"show_glyph": {
|
||
|
|
"label": "Show glyph"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|