summaryrefslogtreecommitdiffstats
path: root/locales/eu.json (follow)
AgeCommit message (Collapse)Author
2024-04-25Update Basque translationHosted Weblate
Co-authored-by: Samantaz Fox <translator-weblate@samantaz.fr>
2023-06-11User: Remove broken Google login (localized strings)Samantaz Fox
2022-04-18Update translation filesHosted Weblate
Updated by "Cleanup translation files" hook in Weblate. Co-authored-by: Hosted Weblate <hosted@weblate.org> Translate-URL: https://hosted.weblate.org/projects/invidious/translations/ Translation: Invidious/Invidious Translations
2022-04-09Replace "Github" by "GitHub"Hosted Weblate
2022-03-11Update Basque translationHosted Weblate
Update Basque translation Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Izei <mikelbre@gmail.com>
2022-01-16Update translation filesHosted Weblate
Updated by "Cleanup translation files" hook in Weblate. Update translation files Updated by "Cleanup translation files" hook in Weblate. Update translation files Updated by "Cleanup translation files" hook in Weblate. Co-authored-by: Hosted Weblate <hosted@weblate.org> Translate-URL: https://hosted.weblate.org/projects/invidious/translations/ Translation: Invidious/Invidious Translations
2021-10-31Translations update from Weblate (#2543)Weblate (bot)
* Update Spanish translation * Update Arabic translation * Update Esperanto translation * Update Chinese (Simplified) translation * Update Turkish translation * Update Chinese (Traditional) translation * Update Lithuanian translation * Update Portuguese translation Co-authored-by: Jorge Maldonado Ventura <jorgesumle@freakspot.net> Co-authored-by: Rex_sa <rex.sa@pm.me> Co-authored-by: Jorge Maldonado Ventura <jorgesumle@freakspot.net> Co-authored-by: Eric <spice2wolf@gmail.com> Co-authored-by: Oğuz Ersen <oguzersen@protonmail.com> Co-authored-by: Jeff Huang <s8321414@gmail.com> Co-authored-by: Gediminas Murauskas <muziejusinfo@gmail.com> Co-authored-by: SC <lalocas@protonmail.com> * Update translation files Translation: Invidious/Invidious Translations Translate-URL: https://hosted.weblate.org/projects/invidious/translations/ Co-authored-by: Anonymous <noreply@weblate.org> Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Omer I.S <omeritzicschwartz@gmail.com> Co-authored-by: Samantaz Fox <translator-weblate@samantaz.fr> Co-authored-by: 황윤성 <hys@osbusiness.net>
2021-10-26Normalize translation key for preferences categoriesSamantaz Fox
categories normalized: - Miscellanous - Player - Visual - Administrator - Data - Subscription
2021-10-26Normalize translation key for user prefrerencesSamantaz Fox
preferences normalized: - annotations - annotations_subscribed - automatic_instance_redirect - autoplay - captions - comments - continue - continue_autoplay - dark_mode - default_home - extend_desc - feed_menu - listen - local - locale - max_results - notifications_only - player_style - quality - quality_dash - related_videos - show_nick - sort - speed - thin_mode - unseen_only - video_loop - volume - vr_mode
2021-10-26Update Indonesian translationHosted Weblate
Update Portuguese (Brazil) translation Update German translation Update Portuguese translation Update Croatian translation Update translation files Updated by "Cleanup translation files" hook in Weblate. Update translation files Updated by "Remove blank strings" hook in Weblate. Update translation files Updated by "Remove blank strings" hook in Weblate. Update translation files Updated by "Remove blank strings" hook in Weblate. Update translation files Updated by "Remove blank strings" hook in Weblate. Update translation files Updated by "Remove blank strings" hook in Weblate. Update translation files Updated by "Remove blank strings" hook in Weblate. Update translation files Updated by "Remove blank strings" hook in Weblate. Update translation files Updated by "Remove blank strings" hook in Weblate. Update translation files Updated by "Remove blank strings" hook in Weblate. Co-authored-by: Gabriel Cardoso <g.cardoso@mailfence.com> Co-authored-by: Gordon Shumway <machine@gordon-shumway.net> Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Milo Ivir <mail@milotype.de> Co-authored-by: Neko Nekowazarashi <i.musthafa66@gmail.com> Co-authored-by: SC <lalocas@protonmail.com> Translate-URL: https://hosted.weblate.org/projects/invidious/translations/ Translation: Invidious/Invidious Translations
2021-10-02Translations update from Weblate (#2437)Weblate (bot)
* Add Portuguese translation * Update German translation * Update Basque translation * Update Spanish translation * Update Portuguese (Brazil) translation * Update Portuguese (Portugal) translation * Update Korean translation Co-authored-by: SC <lalocas@protonmail.com> Co-authored-by: Pukima <pukima@pukima.site> Co-authored-by: Sergio Varela <sergitroll9@gmail.com> Co-authored-by: Kim Tae Kyeong <kim@taekyeong.me>
2021-09-01Remove the mention of 'Omar Roth' from the footerTheFrenchGhosty
2021-07-29Update Basque translationAllan Nordhøy
2021-07-12More locales fixes for consistency checksSamantaz Fox
2021-06-19Fix locale consistency for err template redirectssyeopite
2021-06-19Allow automatic instance redirect to be turned offsyeopite
Instead the "switch invidious instance" link would bring users to redirect.invidious.io
2021-06-19Fix locale discrepancy for instance redirect btnsyeopite
2021-06-13Add new line at end of locale filessyeopite
2021-05-23Add "Interactive 360 degree videos: " to localessyeopite
2021-05-10Fix locale discrepancy for extend desc featuresyeopite
2021-04-07Translate 'Search' page & fix locale discrepancysyeopite
2020-04-20Merge weblateOmar Roth
2020-04-20Update Basque translationkhalasa47
2019-10-15Add missing text to localesOmar Roth
2019-10-15Add support for custom playlistsOmar Roth
2019-08-15Add prefers-color-scheme support (#601)psvenk
* Add prefers-color-scheme support This should fix <https://github.com/omarroth/invidious/issues/559>. The cookie storage format has been changed from boolean ("true"/"false") to tri-state ("dark"/"light"/""), so that users without a cookie set will get dark mode if they have enabled the dark theme in their operating system. The code for handling the cookie state, along with the user's operating system theme, has been factored out into a new function `update_mode`, which is called both at window load and at the "storage" event listener, because the "storage" event listener is only trigerred when a change is made to the localStorage from another tab/window (for more info - see <https://stackoverflow.com/a/4679754>).
2019-07-18Update translationsOmar Roth
2019-07-01Add Reddit comment permalinkOmar Roth
2019-06-01Add support for Web notificationsOmar Roth
2019-05-27Add 'View playlist on YouTube'Omar Roth
2019-05-02Update Basque translationarkakuso
2019-04-30Add annotation preferencesOmar Roth
2019-04-22Add option to change passwordsOmar Roth
2019-04-19Language fixes (#366)Allan Nordhøy
* Language fixes
2019-04-19Add missing text to localesOmar Roth
2019-04-15Update placeholder text in new localesOmar Roth
2019-04-14Fix file formatting for localesOmar Roth
2019-04-14Fix "placeholder=" text in localesOmar Roth
2019-04-14Add 'view as playlist' option to trending pageOmar Roth
2019-04-14Add view count to video itemsOmar Roth
2019-04-14Show subscribe text when not logged inOmar Roth
2019-03-26Add 'unlisted' icon to watch pageOmar Roth
2019-03-12Add 'local' option to preferencesOmar Roth
2019-03-12Add privacy policyOmar Roth
2019-03-08Update and add missing text to localesOmar Roth
2019-03-01Add missing text to localesOmar Roth
2019-03-01Merge weblate into masterOmar Roth
2019-03-01Add administrator preferencesOmar Roth
2019-03-01Update Basque translationberiain
2019-02-16Format and update localesOmar Roth