diff options
| author | Allan Nordhøy <epost@anotheragency.no> | 2019-04-19 18:14:11 +0200 |
|---|---|---|
| committer | Omar Roth <omarroth@protonmail.com> | 2019-04-19 11:14:11 -0500 |
| commit | aa10a9d899c694fb8652d190039c386534516d0c (patch) | |
| tree | 22a36b19829462dbfe3b71a8214a73c2a313efca /locales/eu.json | |
| parent | a5b8feca938ca358161543e3456c965be4a87750 (diff) | |
| download | invidious-aa10a9d899c694fb8652d190039c386534516d0c.tar.gz invidious-aa10a9d899c694fb8652d190039c386534516d0c.tar.bz2 invidious-aa10a9d899c694fb8652d190039c386534516d0c.zip | |
Language fixes (#366)
* Language fixes
Diffstat (limited to 'locales/eu.json')
| -rw-r--r-- | locales/eu.json | 52 |
1 files changed, 25 insertions, 27 deletions
diff --git a/locales/eu.json b/locales/eu.json index 96e29b46..9abeb684 100644 --- a/locales/eu.json +++ b/locales/eu.json @@ -33,9 +33,9 @@ "An alternative front-end to YouTube": "YouTuberako interfaze alternatibo bat", "JavaScript license information": "JavaScript lizentzia informazioa", "source": "iturburua", - "Login": "Saioa hasi", - "Login/Register": "Saioa hasi/Izena eman", - "Login to Google": "Googlekin hasi saioa", + "Log in": "Saioa hasi", + "Log in/register": "Saioa hasi/Izena eman", + "Log in with Google": "Googlekin hasi saioa", "User ID": "Erabiltzaile IDa", "Password": "Pasahitza", "Time (h:mm:ss):": "Denbora (o:mm:ss):", @@ -43,7 +43,7 @@ "Image CAPTCHA": "Irudi CAPTCHA", "Sign In": "", "Register": "", - "Email": "", + "E-mail": "", "Google verification code": "", "Preferences": "", "Player preferences": "", @@ -81,7 +81,7 @@ "Only show notifications (if there are any): ": "", "Data preferences": "", "Clear watch history": "", - "Import/Export data": "", + "Import/export data": "", "Manage subscriptions": "", "Manage tokens": "", "Watch history": "", @@ -100,20 +100,20 @@ "Token": "", "`x` subscriptions": "", "`x` tokens": "", - "Import/Export": "", + "Import/export": "", "unsubscribe": "", "revoke": "", "Subscriptions": "", "`x` unseen notifications": "", "search": "", - "Sign out": "", + "Log out": "", "Released under the AGPLv3 by Omar Roth.": "", "Source available here.": "", "View JavaScript license information.": "", "View privacy policy.": "", "Trending": "", "Unlisted": "", - "Watch video on Youtube": "", + "Watch on YouTube": "", "Genre: ": "", "License: ": "", "Family friendly? ": "", @@ -124,7 +124,7 @@ "Shared `x`": "", "`x` views": "", "Premieres in `x`": "", - "Hi! Looks like you have JavaScript disabled. Click here to view comments, keep in mind it may take a bit longer to load.": "", + "Hi! Looks like you have JavaScript turned off. Click here to view comments, keep in mind they may take a bit longer to load.": "", "View YouTube comments": "", "View more comments on Reddit": "", "View `x` comments": "", @@ -133,19 +133,19 @@ "Show replies": "", "Incorrect password": "", "Quota exceeded, try again in a few hours": "", - "Unable to login, make sure two-factor authentication (Authenticator or SMS) is enabled.": "", + "Unable to log in, make sure two-factor authentication (Authenticator or SMS) is turned on.": "", "Invalid TFA code": "", - "Login failed. This may be because two-factor authentication is not enabled on your account.": "", - "Invalid answer": "", - "Invalid CAPTCHA": "", + "Login failed. This may be because two-factor authentication is not turned on for your account.": "", + "Wrong answer": "", + "Erroneous CAPTCHA": "", "CAPTCHA is a required field": "", "User ID is a required field": "", "Password is a required field": "", - "Invalid username or password": "", - "Please sign in using 'Sign in with Google'": "", + "Wrong username or password": "", + "Please sign in using 'Log in with Google'": "", "Password cannot be empty": "", "Password cannot be longer than 55 characters": "", - "Please sign in": "", + "Please log in": "", "Invidious Private Feed for `x`": "", "channel:`x`": "", "Deleted or invalid channel": "", @@ -157,15 +157,15 @@ "Load more": "", "`x` points": "", "Could not create mix.": "", - "Playlist is empty": "", - "Invalid playlist.": "", + "Empty playlist": "", + "Not a playlist.": "", "Playlist does not exist.": "", "Could not pull trending pages.": "", "Hidden field \"challenge\" is a required field": "", "Hidden field \"token\" is a required field": "", - "Invalid challenge": "", - "Invalid token": "", - "Invalid user": "", + "Erroneous challenge": "", + "Erroneous token": "", + "No such user": "", "Token is expired, please try again": "", "English": "", "English (auto-generated)": "", @@ -234,7 +234,7 @@ "Marathi": "", "Mongolian": "", "Nepali": "", - "Norwegian": "", + "Norwegian Bokmål": "", "Nyanja": "", "Pashto": "", "Persian": "", @@ -296,11 +296,9 @@ "Download as: ": "", "%A %B %-d, %Y": "", "(edited)": "", - "Youtube permalink of the comment": "", + "YouTube comment permalink": "", "`x` marked it with a ❤": "", "Audio mode": "", "Video mode": "", - "Videos": "", - "Playlists": "", - "Current version: ": "" -} + "Videos": "" +}
\ No newline at end of file |
