Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update strings_nl.json #292

Merged
merged 1 commit into from
Jan 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 58 additions & 0 deletions spotify/i18n/strings_nl.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,70 @@
{
"SPOTIFY":"Spotify",
"USERNAME":"Gebruikersnaam",
"PASSWORD":"Wachtwoord",
"SPOTIFY_USERNAME":"Spotify gebruikersnaam",
"SPOTIFY_PASSWORD":"Spotify wachtwoord",
"HIGH_BITRATE":"Hoge kwaliteit",
"REFRESH_TOKEN":"Refresh Token",
"SEARCH_RESULTS":"Aantal resultaten",
"PLUGINS":"Last.fm",
"LAST_FM_USERNAME":"Last.fm gebruikersnaam",
"LAST_FM_PASSWORD":"Last.fm wachtwoord",
"SEARCH_SONGS_SECTION":"Spotify nummers",
"SEARCH_ALBUMS_SECTION":"Spotity albums",
"SEARCH_ARTISTS_SECTION":"Spotify artiesten"
Copy link
Contributor

@phts phts Jan 28, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@LinkeLoutje @volumio @balbuze FYI syntax error - missing comma

PS I recommend to integrate eslint and prettier to eliminate such kind of mistakes, and many others existing in this repo (on my fork it is integrated and that's how I found it) 😉

"SPOTIFY_CONFIGURATION":"Spotify configuratie",
"SPOTIFY_ACCOUNT":"Spotify account",
"SAVE":"Opslaan",
"LOGIN":"Aanmelden",
"LOGOUT":"Afmelden",
"AUTHORIZE_PERSONAL_CONTENT":"Geef de applicatie toestemming om je muziek, afspeellijsten en favorieten te bekijken.",
"AUTHORIZE_PERSONAL_CONTENT_INSTRUCTIONS":"Er is nog één stap nodig om Spotfy in te schakelen: autoriseer de applicatie door op de knop Autoriseren te klikken en volg de vereiste stappen",
"AUTHORIZE":"Autoriseren",
"SPOTIFY_LOGIN":"Spotify login",
"LOGGING_IN":"Aanmelden bij Spotify",
"LOGIN_SUCCESSFUL":"Aanmelden bij Spotify succesvol",
"LOGOUT_SUCCESSFUL":"Afgemeld bij Spotify",
"SPOTIFY_LOGIN_FAILED":"Aanmelden bij Spotify mislukt",
"SUCCESSFULLY_AUTHORIZED":"Authoriseren gelukt",
"CHECK_USERNAME_AND_PASSWORD":"Controleer je gebruikersnaam en wachtwoord",
"PROVIDE_USERNAME_AND_PASSWORD":"Geef gebruikersnaam en wachtwoord op",
"MY_PLAYLISTS":"Mijn afspeellijsten",
"MY_ALBUMS":"Mijn albums",
"MY_TRACKS":"Mijn nummers",
"MY_ARTISTS": "Mijn artiesten",
"MY_TOP_ARTISTS":"Mijn top artiesten",
"MY_TOP_TRACKS":"Mijn top nummers",
"MY_RECENTLY_PLAYED_TRACKS":"Mijn recent afgespeelde nummers",
"FEATURED_PLAYLISTS":"Aanbevolen afspeellijsten",
"WHATS_NEW":"Wat is er nieuw",
"GENRES_AND_MOODS":"Genres & stemmingen",
"MY_MUSIC":"Mijn muziek",
"VOLSPOTCONNECTCONF": "Spotify Configuratie",
"VOLSPOTCONNECTACCOUNT": "Spotify account",
"HIGHBITRATE": "Stream bitrate",
"SHAREDDEVICE": "Apparaat voor meerdere gebruikers",
"INITVOL": "Initieel volume",
"DESCINITVOL": "Beginnend Spotify volume",
"VOLNORM": "Genormaliseerde volume",
"DESCVOLNORM": "Zet het volume niveau gelijk voor alle nummers",
"DEBUG": "Debug modus",
"DESCDEBUG": "Uitgebreide logboeken inschakelen",
"VOLUMECTRL": "Interne volumeregeling",
"VOLUMECTRL_LINEAR": "Linear",
"VOLUMECTRL_LOG": "Logaritmisch",
"VOLUMECTRL_FIXED": "Vast",
"DESCPVOLUMECTRL": "Volumeregeling (software) methode",
"GAPLESS": "Zonder onderbreking afspelen",
"DESCGAPLESS": "Schakel het afspelen zonder onderbrekingen tussen tracks in/uit",
"AUTOPLAY": "Automatisch afspelen",
"DESCAUTOPLAY": "Speel vergelijkbare nummers automatisch af wanneer je muziek eindigt",
"OPEN_OR_INSTALL_SPOTIFY_TITLE":"Open of installeer Spotify",
"OPEN_OR_INSTALL_SPOTIFY_DESCRIPTION":"Om naar Spotify te luisteren, opent of installeert u eenvoudig Spotify vanaf elk apparaat in het netwerk en selecteert u dit apparaat als uitvoer. Spotify Premium is vereist",
"LOGIN_TO_ENABLE_BROWSING": "Om door uw nummers, albums en afspeellijsten te bladeren, logt u in met uw Spotify-gegevens",
"SPOTIFY_BROWSING": "Spotify Browsen",
"LOGGED_IN_AS": "Aangemeld als",
"CONFIGURATION_SUCCESSFULLY_UPDATED": "Configuratie is succesvol bijgewerkt",
"CONNECT_DEVICE_ICON_DOC": "Kies welk pictogram het apparaat in uw Spotify-app in Connect-modus laat zien",
"CONNECT_DEVICE_ICON":"Apparaatpictogram"
}