Video_downloader/src/i18n/en/apiError.json
wukko d08af58b11 it's all about you and your native language!
- 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.
2022-07-17 18:58:51 +06:00

18 lines
1.8 KiB
JSON

{
"generic": "something went wrong and i couldn't get anything for you. you can try again, but if issue persists, please <a class=\"text-backdrop nowrap\" href=\"{repo}\">let me know</a>.",
"notSupported": "it seems like this service is not supported yet or your link is invalid.",
"brokenLink": "{s} is supported, but something is wrong with your link. maybe you didn't copy it fully?",
"noLink": "i can't guess what you want to download! please give me a link.",
"noRender": "something went wrong and page couldn't render. if you want me to fix this, please <a href=\"https://wukko.me/contacts\">contact me</a>. it'd be useful if you provided the commit hash ({s}) along with recreation steps. thank you :D",
"rateLimit": "you're making way too many requests. calm down and try again in a few minutes.",
"noFetch": "couldn't fetch metadata. check if your link is correct and try again.",
"lengthLimit": "current length limit is {s} minutes. what you tried to download was longer than that. pick something else to download!",
"errorFetch": "something went wrong with info fetching. you can try a different format and resoltuion or just try again later.",
"corruptedStream": "it seems like this download is corrupted. try again or try a different format and resolution.",
"noInternet": "it seems like there's no internet or {appName} api is down. check your connection and try again.",
"cantConnectToAPI": "i couldn't connect to {s} api. seems like either {s} is down or {appName} server ip got blocked. try again later.",
"nothingToDownload": "it seems like there's nothing to download. try another link!",
"liveVideo": "i can't download a live video. wait for stream to finish and try again.",
"noStreamID": "there's no such streamId.",
"noType": "there's no such expected response type."
}