mirror of
https://github.com/nkcmr/HyperTab.git
synced 2026-03-22 17:39:48 +01:00
25 lines
650 B
JSON
25 lines
650 B
JSON
{
|
|
"extension_name": {
|
|
"message": "HyperTab",
|
|
"description": "The display name for the extension."
|
|
},
|
|
"extension_description": {
|
|
"message": "Schnelle Suche und Wechsel von Registerkarten",
|
|
"description": "Description of what the extension does."
|
|
},
|
|
"ui_open_tabs": {
|
|
"message": "Öffnen Sie Registerkarten ($COUNT$)",
|
|
"description": "Text denoting the section in the UI of open tabs",
|
|
"placeholders": {
|
|
"count": {
|
|
"content": "$1",
|
|
"example": "82"
|
|
}
|
|
}
|
|
},
|
|
"ui_search_tabs": {
|
|
"message": "Suchregisterkarten",
|
|
"description": "Placeholder text in the tab search box"
|
|
}
|
|
}
|