web/i18n/error: update age-restriction & login errors

This commit is contained in:
wukko 2025-02-05 19:23:29 +06:00
parent c8ea19a69c
commit 23f28acff0
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -50,7 +50,7 @@
"api.content.video.unavailable": "i can't access this video. it may be restricted on {{ service }}'s side. try a different link!",
"api.content.video.live": "this video is currently live, so i can't download it yet. wait for the live stream to finish and try again!",
"api.content.video.private": "this video is private, so i can't access it. change its visibility or try another one!",
"api.content.video.age": "this video is age-restricted, so i can't access it anonymously. try a different link!",
"api.content.video.age": "this video is age-restricted, so i can't access it anonymously at the moment. try again or try a different link!",
"api.content.video.region": "this video is region locked, and the processing instance is in a different location. try a different link!",
"api.content.region": "this content is region locked, and the processing instance is in a different location. try a different link!",
@ -58,11 +58,11 @@
"api.content.post.unavailable": "couldn't find anything about this post. its visibility may be limited or it may not exist. make sure your link works and try again in a few seconds!",
"api.content.post.private": "couldn't get anything about this post because it's from a private account. try a different link!",
"api.content.post.age": "this post is age-restricted and isn't available without logging in. try a different link!",
"api.content.post.age": "this post is age-restricted, so i can't access it anonymously at the moment. try again or try a different link!",
"api.youtube.no_matching_format": "youtube didn't return a valid video + audio format combo, either video or audio is missing. formats for this video may be re-encoding on youtube's side or something went wrong when parsing them. try enabling the hls option in video settings!",
"api.youtube.decipher": "youtube updated its decipher algorithm and i couldn't extract the info about the video. try again in a few seconds, but if this issue sticks, please report it!",
"api.youtube.login": "couldn't get this video because youtube asked the instance to log in. this is potentially caused by the processing instance not having any active account tokens or youtube updating something about their api. try again in a few seconds, but if it still doesn't work, please report this issue!",
"api.youtube.login": "couldn't get this video because youtube told the processing instance that it's a bot and restricted its access. try again in a few seconds, but if it still doesn't work, please report this issue!",
"api.youtube.token_expired": "couldn't get this video because the youtube token expired and i couldn't refresh it. try again in a few seconds, but if it still doesn't work, tell the instance owner about this error!",
"api.youtube.no_hls_streams": "couldn't find any matching HLS streams for this video. try downloading it without HLS!",
"api.youtube.api_error": "youtube updated something about its api and i couldn't get any info about this video. try again in a few seconds, but if this issue sticks, please report it!",