Skip to content

Commit 81a6ea9

Browse files
committed
translated header and it's modal & settings page
1 parent 2c9f298 commit 81a6ea9

File tree

1 file changed

+77
-77
lines changed

1 file changed

+77
-77
lines changed

i18n/locales/nl.json

Lines changed: 77 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"claim_button": "Claim \"{name}\"",
5959
"want_to_claim": "Want to claim this package name?",
6060
"start_typing": "Start typing to search packages",
61-
"algolia_disclaimer": "Powered by Algolia",
61+
"algolia_disclaimer": "Mogelijk gemaakt door Algolia",
6262
"exact_match": "exact",
6363
"suggestion": {
6464
"user": "user",
@@ -74,16 +74,16 @@
7474
"instant_search_advisory": "{label} {state} — {action}"
7575
},
7676
"nav": {
77-
"main_navigation": "Main",
77+
"main_navigation": "Hoofd",
7878
"popular_packages": "Populaire pakketten",
7979
"settings": "instellingen",
80-
"compare": "compare",
80+
"compare": "vergelijken",
8181
"back": "terug",
8282
"menu": "Menu",
83-
"mobile_menu": "Navigation menu",
83+
"mobile_menu": "Navigatie menu",
8484
"open_menu": "Open menu",
8585
"links": "Links",
86-
"tap_to_search": "Tap to search"
86+
"tap_to_search": "Tik om te zoeken"
8787
},
8888
"blog": {
8989
"title": "Blog",
@@ -111,51 +111,51 @@
111111
}
112112
},
113113
"settings": {
114-
"title": "settings",
115-
"tagline": "customize your npmx experience",
116-
"meta_description": "Customize your npmx.dev experience with theme, language, and display preferences.",
114+
"title": "instellingen",
115+
"tagline": "Pas uw npmx.dev ervaring aan",
116+
"meta_description": "Pas uw npmx.dev ervaring aan met thema-, taal- en weergavevoorkeuren.",
117117
"sections": {
118-
"appearance": "Appearance",
118+
"appearance": "Uiterlijk",
119119
"display": "Display",
120-
"search": "Search features",
121-
"language": "Language",
122-
"keyboard_shortcuts": "Keyboard shortcuts"
120+
"search": "Zoekfuncties",
121+
"language": "Taal",
122+
"keyboard_shortcuts": "Sneltoetsen"
123123
},
124124
"data_source": {
125-
"label": "Data source",
126-
"description": "Choose where npmx gets search data. Individual package pages always use the npm registry directly.",
127-
"npm": "npm Registry",
128-
"npm_description": "Fetches search, org and user listings directly from the official npm registry. Authoritative, but can be slower.",
125+
"label": "Gegevensbron",
126+
"description": "Kies waar npmx zoekgegevens vandaan haalt. Individuele pakketpagina's gebruiken altijd rechtstreeks het npm-register.",
127+
"npm": "npm register",
128+
"npm_description": "Haald zoek-, org- en gebruikerslijsten rechtstreeks op uit het officiële npm-register. Betrouwbaar, maar kan trager zijn.",
129129
"algolia": "Algolia",
130-
"algolia_description": "Uses Algolia for faster search, org and user pages."
131-
},
132-
"instant_search": "Instant search",
133-
"instant_search_description": "Navigates to the search page and updates the results as you type.",
134-
"relative_dates": "Relative dates",
135-
"include_types": "Include {'@'}types in install",
136-
"include_types_description": "Add {'@'}types package to install commands for untyped packages",
137-
"hide_platform_packages": "Hide platform-specific packages in search",
138-
"hide_platform_packages_description": "Hide native binary packages like {'@'}esbuild/linux-x64 from results",
139-
"theme": "Theme",
140-
"theme_light": "Light",
141-
"theme_dark": "Dark",
142-
"theme_system": "System",
143-
"language": "Language",
144-
"help_translate": "Help translate npmx",
145-
"accent_colors": "Accent colors",
130+
"algolia_description": "Gebruikt Algolia voor snellere zoekopdrachten, organisatie- en gebruikerspagina's."
131+
},
132+
"instant_search": "Direct zoeken",
133+
"instant_search_description": "Navigeert naar de zoekpagina en werkt de resultaten bij terwijl u typt.",
134+
"relative_dates": "Relatieve datums",
135+
"include_types": "Voeg {'@'}types toe aan installatie",
136+
"include_types_description": "Voeg {'@'}types toe aan installatie commands van pakketten zonder types.",
137+
"hide_platform_packages": "Verberg platformspecifieke pakketten in zoekresultaten",
138+
"hide_platform_packages_description": "Verberg native binaire pakketten zoals {'@'}esbuild/linux-x64 uit de resultaten",
139+
"theme": "Thema",
140+
"theme_light": "Licht",
141+
"theme_dark": "Donker",
142+
"theme_system": "Systeem",
143+
"language": "Taal",
144+
"help_translate": "Help npmx vertalen",
145+
"accent_colors": "Accentkleuren",
146146
"clear_accent": "Clear accent color",
147-
"translation_progress": "Translation progress",
148-
"background_themes": "Background shade",
149-
"keyboard_shortcuts_enabled": "Enable keyboard shortcuts",
150-
"keyboard_shortcuts_enabled_description": "Keyboard shortcuts can be disabled if they conflict with other browser or system shortcuts"
147+
"translation_progress": "Voortgang vertaling",
148+
"background_themes": "Achtergrondkleur",
149+
"keyboard_shortcuts_enabled": "Sneltoetsen inschakelen",
150+
"keyboard_shortcuts_enabled_description": "Sneltoetsen kunnen worden uitgeschakeld als ze conflicteren met andere sneltoetsen van de browser of het systeem."
151151
},
152152
"i18n": {
153153
"missing_keys": "{count} missing translation | {count} missing translations",
154-
"copy_keys": "Copy keys",
155-
"show_more_keys": "Show {count} more...",
156-
"contribute_hint": "Help improve this translation by adding the missing keys.",
157-
"edit_on_github": "Edit on GitHub",
158-
"view_guide": "Translation guide"
154+
"copy_keys": "Sleutels kopiëren",
155+
"show_more_keys": "Weergeef {count} meer...",
156+
"contribute_hint": "Help deze vertaling te verbeteren door de ontbrekende sleutels toe te voegen.",
157+
"edit_on_github": "Bewerk op GitHub",
158+
"view_guide": "Vertalen handleiding"
159159
},
160160
"error": {
161161
"401": "Unauthorized",
@@ -165,12 +165,12 @@
165165
"default": "Something went wrong"
166166
},
167167
"common": {
168-
"loading": "Loading...",
168+
"loading": "Laden...",
169169
"loading_more": "Loading more...",
170170
"loading_packages": "Loading packages...",
171171
"end_of_results": "End of results",
172172
"try_again": "Try again",
173-
"close": "Close",
173+
"close": "Sluiten",
174174
"or": "or",
175175
"retry": "Retry",
176176
"copy": "kopieer",
@@ -590,24 +590,24 @@
590590
},
591591
"connector": {
592592
"modal": {
593-
"title": "Local Connector",
594-
"connected": "Connected",
595-
"connected_as_user": "Connected as ~{user}",
596-
"connected_hint": "You can now manage packages and organizations from the web UI.",
597-
"disconnect": "Disconnect",
598-
"run_hint": "Run the connector on your machine to enable admin features.",
599-
"copy_command": "Copy command",
600-
"copied": "Copied",
601-
"paste_token": "Then paste the token below to connect:",
593+
"title": "Lokale Connector",
594+
"connected": "Verbonden",
595+
"connected_as_user": "Verbonden als ~{user}",
596+
"connected_hint": "U kunt nu pakketten en organisaties beheren vanuit de webinterface.",
597+
"disconnect": "Ontkoppelen",
598+
"run_hint": "Voer de connector uit op uw computer om beheerdersfuncties in te schakelen.",
599+
"copy_command": "Kopieer command",
600+
"copied": "Gekopieerd",
601+
"paste_token": "Plak vervolgens het onderstaande token om verbinding te maken:",
602602
"token_label": "Token",
603-
"token_placeholder": "paste token here...",
604-
"advanced": "Advanced options",
603+
"token_placeholder": "plak hier uw token...",
604+
"advanced": "Geavanceerde opties",
605605
"port_label": "Port",
606-
"warning": "WARNING",
607-
"warning_text": "This allows npmx to access your npm CLI. Only connect to sites you trust.",
608-
"connect": "Connect",
609-
"connecting": "Connecting...",
610-
"auto_open_url": "Automatically open auth page"
606+
"warning": "WAARSCHUWING",
607+
"warning_text": "Dit geeft npmx toegang tot je npm CLI. Maak alleen verbinding met sites die je vertrouwt.",
608+
"connect": "Verbind",
609+
"connecting": "Verbinden...",
610+
"auto_open_url": "Automatisch authenticatiepagina openen"
611611
}
612612
},
613613
"operations": {
@@ -988,32 +988,32 @@
988988
}
989989
},
990990
"account_menu": {
991-
"connect": "connect",
991+
"connect": "verbinden",
992992
"account": "Account",
993993
"npm_cli": "npm CLI",
994994
"atmosphere": "Atmosphere",
995-
"npm_cli_desc": "Manage packages & orgs",
996-
"atmosphere_desc": "Social features & identity",
997-
"connect_npm_cli": "Connect to npm CLI",
998-
"connect_atmosphere": "Connect to Atmosphere",
999-
"connecting": "Connecting...",
1000-
"ops": "{count} op | {count} ops"
995+
"npm_cli_desc": "Pakketten en organisaties beheren",
996+
"atmosphere_desc": "Sociale functies en identiteit",
997+
"connect_npm_cli": "Verbinden met npm CLI",
998+
"connect_atmosphere": "Verbinden met Atmosphere",
999+
"connecting": "Verbinden...",
1000+
"ops": "{count} operatie | {count} operaties"
10011001
},
10021002
"auth": {
10031003
"modal": {
10041004
"title": "Atmosphere",
1005-
"connected_as": "Connected as {'@'}{handle}",
1006-
"disconnect": "Disconnect",
1007-
"connect_prompt": "Connect with your Atmosphere account",
1005+
"connected_as": "Verbonden als {'@'}{handle}",
1006+
"disconnect": "Ontkoppelen",
1007+
"connect_prompt": "Verbind met je Atmosphere account",
10081008
"handle_label": "Handle",
1009-
"handle_placeholder": "alice.npmx.social",
1010-
"connect": "Connect",
1011-
"create_account": "Create a new account",
1012-
"connect_bluesky": "Connect with Bluesky",
1013-
"what_is_atmosphere": "What is an Atmosphere account?",
1014-
"atmosphere_explanation": "{npmx} uses the {atproto} to power many of its social features, allowing users to own their data and use one account for all compatible applications. Once you create an account, you can use other apps like {bluesky} and {tangled} with the same account.",
1015-
"default_input_error": "Please enter a valid handle, DID, or a full PDS URL",
1016-
"profile": "Profile"
1009+
"handle_placeholder": "willem.npmx.social",
1010+
"connect": "Verbinden",
1011+
"create_account": "Nieuw account maken",
1012+
"connect_bluesky": "Verbind met Bluesky",
1013+
"what_is_atmosphere": "wat is een Atmosphere account?",
1014+
"atmosphere_explanation": "{npmx} maakt gebruik van {atproto} voor veel van zijn sociale functies, waardoor gebruikers eigenaar zijn van hun gegevens en één account kunnen gebruiken voor alle compatibele applicaties. Zodra u een account hebt aangemaakt, kunt u andere apps zoals {bluesky} en {tangled} met hetzelfde account gebruiken.",
1015+
"default_input_error": "Voer een geldige handle, DID of volledige PDS-URL in.",
1016+
"profile": "Profiel"
10171017
}
10181018
},
10191019
"header": {

0 commit comments

Comments
 (0)