moved to new repo
This commit is contained in:
10
strings/en/accessibility.json
Normal file
10
strings/en/accessibility.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"about": "About",
|
||||
"settings": "Settings",
|
||||
"input": "URL input area",
|
||||
"download": "Download button",
|
||||
"changelog": "Changelog",
|
||||
"close": "Close button",
|
||||
"alwaysVisibleButton": "Keep the download button always visible",
|
||||
"donate": "Support {appName} by donating"
|
||||
}
|
||||
22
strings/en/apiError.json
Normal file
22
strings/en/apiError.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"generic": "something went wrong and i couldn't get the video. you can try again,",
|
||||
"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.",
|
||||
"noURL": "something is wrong with your link. it's probably missing. i can't guess what you want to download!",
|
||||
"badResolution": "your screen resolution is not supported. try a different device.",
|
||||
"tryAgain": "\ncheck the link and try again.",
|
||||
"letMeKnow": "but if issue persists, please <a class=\"text-backdrop nowrap\" href=\"https://wukko.me/contacts\">let me know</a>.",
|
||||
"fatal": "something went wrong and page couldn't be rendered. 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.",
|
||||
"youtubeFetch": "couldn't fetch metadata. check if your link is correct and try again.",
|
||||
"youtubeLimit": "current length limit is {s} minutes. what you tried to download was longer than {s} minutes.",
|
||||
"youtubeBroke": "something went wrong with info fetching. you can try a different format or just try again later.",
|
||||
"corruptedVideo": "oddly enough the requested video is corrupted on its origin server. youtube does this sometimes because it's fucking stupid.",
|
||||
"corruptedAudio": "oddly enough the requested audio is corrupted on its origin server. youtube does this sometimes because it's fucking stupid.",
|
||||
"noInternet": "it seems like either {appName} api is down or there's no internet. check your connection and try again.",
|
||||
"liveVideo": "i can't download a live video. wait for stream to finish and try again.",
|
||||
"nothingToDownload": "it seems like there's nothing to download. try another link!",
|
||||
"cantConnectToAPI": "i couldn't connect to {s} api. seems like either {s} is down or server ip got blocked. try again later.",
|
||||
"noStreamID": "there's no such stream id. you can't fool me!",
|
||||
"noType": "there's no such expected response type."
|
||||
}
|
||||
5
strings/en/changelog.json
Normal file
5
strings/en/changelog.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"subtitle": "everything is new! (v.2.1)",
|
||||
"text": "- added support for: bilibili.com, youtube, youtube music, reddit, vk;\n- remade the way downloads are handled;\n- added proper website branding;\n- added settings, donations, and changelog menu;\n- added manual theme picker;\n- added format picker for youtube;\n- added quality picker for youtube and vk downloads (bilibili and twitter later);\n- improved usability;\n- upgraded the download button to be adaptive depending on current status;\n- popups are now adaptive, too;\n- better scalability;\n- took out trash;\n- moved from commonjs to ems;\n- overall revamp of backend and frontend;\n- fixed various issues that were present in older version.",
|
||||
"github": ">> see previous changes and contribute on github"
|
||||
}
|
||||
15
strings/en/desc.json
Normal file
15
strings/en/desc.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"input": "paste the link here",
|
||||
"about": "{appName} is your go-to place for social media downloads. zero ads or other creepy bullshit attached. simply paste a share link and you're ready to rock!",
|
||||
"embed": "save content from social media without creeps following you around",
|
||||
"support_1": "currently supported services:",
|
||||
"sourcecode": ">> report issues and check out the source code on github",
|
||||
"popupBottom": "made with <3 by wukko",
|
||||
"noScript": "{appName} uses javascript for api requests and interactive interface. you have to allow javascript to use this site. we don't have ads or any trackers, pinky promise.",
|
||||
"ios": "it's impossible to download videos directly from browser on ios. you'll have to open share sheet and select \"save to files\" in order to save videos from twitter. if you don't see that option, you have to install the official \"files\" app from app store first.",
|
||||
"iosTitle": "notice for ios users",
|
||||
"donationsSub": "it's quite complicated to pay for hosting right now",
|
||||
"donations": "you can currently donate only in crypto, because i live under dictatorship and can't use debit cards anywhere outside of country. i don't like crypto the way it is right now, but it's the only way for me to pay for anything (including hosting) online. everything else like paypal is no longer available.",
|
||||
"donateDm": ">> let me know if currency you want to donate isn't listed",
|
||||
"clicktocopy": "click to copy"
|
||||
}
|
||||
20
strings/en/settings.json
Normal file
20
strings/en/settings.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"category-appearance": "appearance",
|
||||
"always-visible": "keep >> visible",
|
||||
"picker": "always download max quality",
|
||||
"format": "download format",
|
||||
"format-info": "webm videos are usually higher quality but not all devices can play them. select webm only if you need max quality available. audio only downloads will always be max quality.",
|
||||
"theme": "theme",
|
||||
"theme-auto": "auto",
|
||||
"theme-light": "light",
|
||||
"theme-dark": "dark",
|
||||
"misc": "miscellaneous",
|
||||
"general": "downloads",
|
||||
"quality": "quality",
|
||||
"q-max": "max",
|
||||
"q-hig": "high\n",
|
||||
"q-mid": "medium\n",
|
||||
"q-low": "low\n",
|
||||
"q-los": "lowest",
|
||||
"q-desc": "all resolutions listed here are max values. if there's no video of preferred quality closest one gets picked instead."
|
||||
}
|
||||
7
strings/en/title.json
Normal file
7
strings/en/title.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"about": "owo what's this?",
|
||||
"settings": "settings",
|
||||
"error": "uh-oh...",
|
||||
"changelog": "what's new?",
|
||||
"donate": "support {appName}"
|
||||
}
|
||||
Reference in New Issue
Block a user