mirror of
https://github.com/imputnet/cobalt.git
synced 2026-01-04 05:51:18 +00:00
- finally cleaned up localisation (now i18n) - made localisation strings easier to read and understand - removed static selected language in service modules - added support for russian language (привет-привет) - it's now extremely easy to add support for more languages. just copy en folder in i18n and start translating strings. pull requests for adding languages are more than welcome.
22 lines
798 B
JSON
22 lines
798 B
JSON
{
|
|
"appearance": "appearance",
|
|
"alwaysVisibleButton": "keep >> visible",
|
|
"downloadPopupButton": "ask for a way to save",
|
|
"format": "download format",
|
|
"formatInfo": "select webm if you need max quality available. webm videos are usually higher quality but ios devices can't play them natively. all \"audio only\" downloads are max quality.",
|
|
"theme": "theme",
|
|
"themeAuto": "auto",
|
|
"themeLight": "light",
|
|
"themeDark": "dark",
|
|
"misc": "miscellaneous",
|
|
"general": "downloads",
|
|
"quality": "quality",
|
|
"qmax": "max",
|
|
"qhig": "high\n",
|
|
"qmid": "medium\n",
|
|
"qlow": "low\n",
|
|
"qlos": "lowest",
|
|
"qualityDesc": "if selected resolution isn't available, closest one gets picked instead.",
|
|
"extra": "extra",
|
|
"audioOnly": "audio only"
|
|
} |