Files
noctalia-ostt/translations/en.json
T

21 lines
382 B
JSON
Raw Normal View History

2026-07-13 11:43:37 -04:00
{
"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"
}
}
}