mirror of
https://github.com/nkcmr/HyperTab.git
synced 2026-04-22 16:58:28 +02:00
whoops missed en
This commit is contained in:
@@ -1,10 +1,24 @@
|
|||||||
{
|
{
|
||||||
"extension_name": {
|
"extension_name": {
|
||||||
"message": "HyperTab",
|
"message": "HyperTab",
|
||||||
"description": "The display name for the extension."
|
"description": "The display name for the extension."
|
||||||
},
|
},
|
||||||
"extension_description": {
|
"extension_description": {
|
||||||
"message": "Quick Tab Search and Switch for Safari",
|
"message": "Quick Tab Search and Switch",
|
||||||
"description": "Description of what the extension does."
|
"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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user