mirror of
https://github.com/prdlk/noctalia-ostt.git
synced 2026-08-02 09:31:38 +00:00
feat(locales): add English translation file
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user