Files
HyperTab/_locales/en/messages.json
2024-05-02 20:06:20 -04:00

25 lines
608 B
JSON

{
"extension_name": {
"message": "HyperTab",
"description": "The display name for the extension."
},
"extension_description": {
"message": "Quick Tab Search and Switch",
"description": "Description of what the extension does."
},
"ui_open_tabs": {
"message": "Open Tabs ($COUNT$)",
"description": "Text denoting the section in the UI of open tabs",
"placeholders": {
"count": {
"content": "$1",
"example": "82"
}
}
},
"ui_search_tabs": {
"message": "Search Tabs",
"description": "Placeholder text in the tab search box"
}
}