-
Notifications
You must be signed in to change notification settings - Fork 250
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
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
"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" | ||
} |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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) 😉