|
19 | 19 | "social": "social", |
20 | 20 | "chat": "chat", |
21 | 21 | "builders_chat": "bouwers", |
22 | | - "keyboard_shortcuts": "toetsenbordnavigatie" |
| 22 | + "keyboard_shortcuts": "toetsenbordnavigatie", |
| 23 | + "brand": "merk" |
23 | 24 | }, |
24 | 25 | "shortcuts": { |
25 | 26 | "section": { |
|
147 | 148 | "theme_system": "Systeem", |
148 | 149 | "language": "Taal", |
149 | 150 | "help_translate": "Help npmx vertalen", |
150 | | - "accent_colors": "Accentkleuren", |
| 151 | + "translation_status": "EN TEXT TO REPLACE: Check global translation status", |
| 152 | + "accent_colors": { |
| 153 | + "label": "EN TEXT TO REPLACE: Accent colors", |
| 154 | + "sky": "EN TEXT TO REPLACE: Sky", |
| 155 | + "coral": "EN TEXT TO REPLACE: Coral", |
| 156 | + "amber": "EN TEXT TO REPLACE: Amber", |
| 157 | + "emerald": "EN TEXT TO REPLACE: Emerald", |
| 158 | + "violet": "EN TEXT TO REPLACE: Violet", |
| 159 | + "magenta": "EN TEXT TO REPLACE: Magenta" |
| 160 | + }, |
151 | 161 | "clear_accent": "Geen accentkleur", |
152 | 162 | "translation_progress": "Voortgang vertaling", |
153 | | - "background_themes": "Achtergrondkleur", |
| 163 | + "background_themes": { |
| 164 | + "label": "EN TEXT TO REPLACE: Background shade", |
| 165 | + "neutral": "EN TEXT TO REPLACE: Neutral", |
| 166 | + "stone": "EN TEXT TO REPLACE: Stone", |
| 167 | + "zinc": "EN TEXT TO REPLACE: Zinc", |
| 168 | + "slate": "EN TEXT TO REPLACE: Slate", |
| 169 | + "black": "EN TEXT TO REPLACE: Black" |
| 170 | + }, |
154 | 171 | "keyboard_shortcuts_enabled": "toetsenbordnavigatie inschakelen", |
155 | 172 | "keyboard_shortcuts_enabled_description": "toetsenbordnavigatie kan worden uitgeschakeld als ze conflicteren met andere sneltoetsen van de browser of het systeem." |
156 | 173 | }, |
|
301 | 318 | "code": "code", |
302 | 319 | "docs": "docs", |
303 | 320 | "fund": "Steunen", |
304 | | - "compare": "vergelijk" |
| 321 | + "compare": "vergelijk", |
| 322 | + "compare_this_package": "EN TEXT TO REPLACE: compare this package" |
305 | 323 | }, |
306 | 324 | "likes": { |
307 | 325 | "like": "Dit pakket leuk vinden", |
308 | 326 | "unlike": "Dit pakket niet meer leuk vinden" |
309 | 327 | }, |
310 | 328 | "docs": { |
| 329 | + "contents": "EN TEXT TO REPLACE: Contents", |
| 330 | + "default_not_available": "EN TEXT TO REPLACE: Docs are not available for this version.", |
311 | 331 | "not_available": "Geen documentatie beschikbaar", |
312 | | - "not_available_detail": "We kunnen geen documentatie genereren van deze versie" |
| 332 | + "not_available_detail": "We kunnen geen documentatie genereren van deze versie", |
| 333 | + "page_title": "EN TEXT TO REPLACE: API Docs - npmx", |
| 334 | + "page_title_name": "EN TEXT TO REPLACE: {name} docs - npmx", |
| 335 | + "page_title_version": "EN TEXT TO REPLACE: {name} docs - npmx", |
| 336 | + "og_title": "EN TEXT TO REPLACE: {name} - Docs", |
| 337 | + "view_package": "EN TEXT TO REPLACE: View package" |
313 | 338 | }, |
314 | 339 | "get_started": { |
315 | 340 | "title": "Aan de slag", |
|
458 | 483 | "maintainer_template": "{avatar} {char126}{name}" |
459 | 484 | }, |
460 | 485 | "trends": { |
| 486 | + "chart_assistive_text": { |
| 487 | + "keyboard_navigation_horizontal": "EN TEXT TO REPLACE: Use the left and right arrow keys to cycle through data points.", |
| 488 | + "keyboard_navigation_vertical": "EN TEXT TO REPLACE: Use the up and down arrow keys to cycle through data points.", |
| 489 | + "table_available": "EN TEXT TO REPLACE: A data table for this chart is available below.", |
| 490 | + "table_caption": "EN TEXT TO REPLACE: Chart data table" |
| 491 | + }, |
| 492 | + "chart_view_toggle": "EN TEXT TO REPLACE: Toggle view", |
| 493 | + "chart_view_combined": "EN TEXT TO REPLACE: Combined view", |
| 494 | + "chart_view_split": "EN TEXT TO REPLACE: Split view", |
461 | 495 | "granularity": "Granulariteit", |
462 | 496 | "granularity_daily": "Dagelijks", |
463 | 497 | "granularity_weekly": "Wekelijks", |
|
516 | 550 | "downloads": { |
517 | 551 | "title": "Weekelijkse Downloads", |
518 | 552 | "community_distribution": "Bekijk adoptiegraad", |
519 | | - "subtitle": "Over alle versies" |
| 553 | + "subtitle": "Over alle versies", |
| 554 | + "sparkline_nav_hint": "EN TEXT TO REPLACE: Use ← →" |
520 | 555 | }, |
521 | 556 | "install_scripts": { |
522 | 557 | "title": "Installatie Scripts", |
|
532 | 567 | "esm": "ES Modules ondersteund", |
533 | 568 | "cjs": "CommonJS ondersteund", |
534 | 569 | "no_esm": "Geen ES Modules ondersteuning", |
| 570 | + "wasm": "EN TEXT TO REPLACE: Has WebAssembly", |
535 | 571 | "types_label": "Types", |
536 | 572 | "types_included": "Inclusief types", |
537 | 573 | "types_available": "Types beschikbaar via {package}", |
|
605 | 641 | "b": "{size} B", |
606 | 642 | "kb": "{size} kB", |
607 | 643 | "mb": "{size} MB" |
| 644 | + }, |
| 645 | + "download": { |
| 646 | + "button": "EN TEXT TO REPLACE: Download", |
| 647 | + "tarball": "EN TEXT TO REPLACE: Download Tarball as .tar.gz" |
608 | 648 | } |
609 | 649 | }, |
610 | 650 | "connector": { |
|
886 | 926 | "downloads_month": "Downloads/ma", |
887 | 927 | "downloads_year": "Downloads/jr", |
888 | 928 | "published": "Laatst gepubliceerd", |
889 | | - "name": "Naam", |
890 | | - "quality": "Kwaliteit", |
891 | | - "popularity": "Populariteit", |
892 | | - "maintenance": "Onderhoud", |
893 | | - "score": "Score" |
| 929 | + "name": "Naam" |
894 | 930 | }, |
895 | 931 | "columns": { |
896 | 932 | "title": "Kolommen", |
|
904 | 940 | "published": "Laatst gepubliceerd", |
905 | 941 | "maintainers": "Beheerders", |
906 | 942 | "keywords": "Trefwoorden", |
907 | | - "quality_score": "Kwaliteit score", |
908 | | - "popularity_score": "Populariteit score", |
909 | | - "maintenance_score": "Onderhoud score", |
910 | | - "combined_score": "Gecombineerde score", |
911 | 943 | "security": "Beveiliging", |
912 | 944 | "selection": "Selecteer pakket" |
913 | 945 | }, |
|
1056 | 1088 | "error": "Failed to load organizations", |
1057 | 1089 | "empty": "No organizations found", |
1058 | 1090 | "view_all": "View all" |
1059 | | - } |
| 1091 | + }, |
| 1092 | + "pr": "EN TEXT TO REPLACE: Open GitHub pull request #{prNumber}" |
1060 | 1093 | }, |
1061 | 1094 | "compare": { |
1062 | 1095 | "packages": { |
|
1075 | 1108 | "empty_title": "Selecteer pakketten om te vergelijken", |
1076 | 1109 | "empty_description": "Zoek en voeg ten minste 2 bovenstaande pakketten toe om een vergelijking van hun statistieken naast elkaar te zien.", |
1077 | 1110 | "table_view": "Tabel", |
1078 | | - "charts_view": "Grafiek" |
| 1111 | + "charts_view": "Grafiek", |
| 1112 | + "no_chartable_data": "EN TEXT TO REPLACE: No chartable data available for the selected facets.", |
| 1113 | + "bar_chart_nav_hint": "EN TEXT TO REPLACE: Use ↑ ↓", |
| 1114 | + "line_chart_nav_hint": "EN TEXT TO REPLACE: Use ← →" |
1079 | 1115 | }, |
1080 | 1116 | "selector": { |
1081 | 1117 | "search_label": "Zoek voor pakketten", |
|
1096 | 1132 | "add_column": "Voeg geen pakket toe kolom toe aan vergelijking" |
1097 | 1133 | }, |
1098 | 1134 | "facets": { |
1099 | | - "group_label": "Vergelijking aspecten", |
1100 | 1135 | "all": "alles", |
1101 | 1136 | "none": "geen", |
| 1137 | + "select_all_category_facets": "EN TEXT TO REPLACE: Select all {category} facets", |
| 1138 | + "deselect_all_category_facets": "EN TEXT TO REPLACE: Deselect all {category} facets", |
| 1139 | + "selected_all_category_facets": "EN TEXT TO REPLACE: Selected all {category} facets", |
| 1140 | + "deselected_all_category_facets": "EN TEXT TO REPLACE: Deselected all {category} facets", |
1102 | 1141 | "coming_soon": "Binnenkort", |
1103 | 1142 | "select_all": "Selecteer alle acpecten", |
1104 | 1143 | "deselect_all": "Alle aspecten deselecteren", |
1105 | | - "select_category": "Alle {category} aspecten selecteren", |
1106 | | - "deselect_category": "Alle {category} aspecten deselecteren", |
1107 | 1144 | "binary_only_tooltip": "Dit pakket maakt binaries beschikbaar en exporteert niets", |
1108 | 1145 | "categories": { |
1109 | 1146 | "performance": "Prestaties", |
|
1372 | 1409 | "link": "GitHub repository" |
1373 | 1410 | } |
1374 | 1411 | }, |
| 1412 | + "translation_status": { |
| 1413 | + "title": "EN TEXT TO REPLACE: translation status", |
| 1414 | + "generated_at": "EN TEXT TO REPLACE: Generation date: {date}", |
| 1415 | + "welcome": "EN TEXT TO REPLACE: If you're interested in helping us to translate {npmx} into one of the languages listed below, you've come to the right place! This auto-updating page always lists all the content that could use your help right now.", |
| 1416 | + "p1": "EN TEXT TO REPLACE: We use {lang} as the default language, with a total of {count}. If you'd like to help add translations, locate the language in {bylang} and expand the details.", |
| 1417 | + "p1_lang": "EN TEXT TO REPLACE: American English (en-US)", |
| 1418 | + "p1_count": "EN TEXT TO REPLACE: 0 messages | 1 message |{count} messages", |
| 1419 | + "p2": "EN TEXT TO REPLACE: Before starting, please read our {guide} to learn about our translation process and how you can get involved.", |
| 1420 | + "guide": "EN TEXT TO REPLACE: localization (i18n) guide", |
| 1421 | + "by_locale": "EN TEXT TO REPLACE: Translation progress by locale", |
| 1422 | + "by_file": "EN TEXT TO REPLACE: Translation progress by file", |
| 1423 | + "complete_text": "EN TEXT TO REPLACE: This translation is complete, amazing job!", |
| 1424 | + "missing_text": "EN TEXT TO REPLACE: missing", |
| 1425 | + "missing_keys": "EN TEXT TO REPLACE: There is no missing translations | Missing translation | Missing translations", |
| 1426 | + "progress_label": "EN TEXT TO REPLACE: Progress status for {locale}", |
| 1427 | + "table": { |
| 1428 | + "file": "EN TEXT TO REPLACE: File", |
| 1429 | + "status": "EN TEXT TO REPLACE: Status", |
| 1430 | + "error": "EN TEXT TO REPLACE: Error while loading file list.", |
| 1431 | + "empty": "EN TEXT TO REPLACE: No files found", |
| 1432 | + "file_link": "EN TEXT TO REPLACE: Edit {file} ({lang}) on GitHub" |
| 1433 | + } |
| 1434 | + }, |
| 1435 | + "vacations": { |
| 1436 | + "title": "EN TEXT TO REPLACE: on vacation", |
| 1437 | + "meta_description": "EN TEXT TO REPLACE: The npmx team was recharging. Discord reopened after a week.", |
| 1438 | + "heading": "EN TEXT TO REPLACE: recharging", |
| 1439 | + "subtitle": "EN TEXT TO REPLACE: we were building npmx at a pace that was costing {some} of us sleep. we didn't want that to be the norm! so we took a week off. together.", |
| 1440 | + "illustration_alt": "EN TEXT TO REPLACE: a single row of cosy icons", |
| 1441 | + "poke_log": "EN TEXT TO REPLACE: Poke the campfire", |
| 1442 | + "what": { |
| 1443 | + "title": "EN TEXT TO REPLACE: what happened", |
| 1444 | + "p1": "EN TEXT TO REPLACE: discord was closed {dates}.", |
| 1445 | + "dates": "EN TEXT TO REPLACE: February 14 – 21", |
| 1446 | + "p2": "EN TEXT TO REPLACE: all invite links were gone and channels were locked – except {garden}, which stayed open for folks who wanted to keep hanging out.", |
| 1447 | + "garden": "EN TEXT TO REPLACE: #garden" |
| 1448 | + }, |
| 1449 | + "meantime": { |
| 1450 | + "title": "EN TEXT TO REPLACE: in the meantime", |
| 1451 | + "p1": "EN TEXT TO REPLACE: {site} and {repo} stayed open – people still dug in, filed some issues, opened a few PRs, but mainly everyone spent time somewhere near a cosy fireplace.", |
| 1452 | + "repo_link": "EN TEXT TO REPLACE: the repo" |
| 1453 | + }, |
| 1454 | + "return": { |
| 1455 | + "title": "EN TEXT TO REPLACE: we came back!", |
| 1456 | + "p1": "EN TEXT TO REPLACE: we came back recharged and ready for the final push to March 3rd. {social} for updates.", |
| 1457 | + "social_link": "EN TEXT TO REPLACE: follow us on Bluesky" |
| 1458 | + }, |
| 1459 | + "stats": { |
| 1460 | + "contributors": "EN TEXT TO REPLACE: Contributors", |
| 1461 | + "commits": "EN TEXT TO REPLACE: Commits", |
| 1462 | + "pr": "EN TEXT TO REPLACE: PRs Merged", |
| 1463 | + "subtitle": { |
| 1464 | + "some": "EN TEXT TO REPLACE: some", |
| 1465 | + "all": "EN TEXT TO REPLACE: all" |
| 1466 | + } |
| 1467 | + } |
| 1468 | + }, |
1375 | 1469 | "action_bar": { |
1376 | 1470 | "title": "EN TEXT TO REPLACE: action bar", |
1377 | 1471 | "selection": "EN TEXT TO REPLACE: 0 selected | 1 selected | {count} selected", |
1378 | 1472 | "shortcut": "EN TEXT TO REPLACE: Press \"{key}\" to focus actions", |
1379 | 1473 | "button_close_aria_label": "EN TEXT TO REPLACE: Close action bar" |
| 1474 | + }, |
| 1475 | + "logo_menu": { |
| 1476 | + "copy_svg": "EN TEXT TO REPLACE: Copy logo as SVG", |
| 1477 | + "copied": "EN TEXT TO REPLACE: Copied!", |
| 1478 | + "browse_brand": "EN TEXT TO REPLACE: Browse brand kit" |
| 1479 | + }, |
| 1480 | + "brand": { |
| 1481 | + "title": "Merk", |
| 1482 | + "heading": "merk", |
| 1483 | + "meta_description": "npmx merkrichtlijnen, logo’s, kleuren en typografie voor gebruik in de pers en de media.", |
| 1484 | + "intro": "Hulpbronnen en richtlijnen voor het gebruik van het merk npmx in uw projecten, artikelen en media.", |
| 1485 | + "logos": { |
| 1486 | + "title": "logos", |
| 1487 | + "description": "Download npmx logos in SVG- en PNG-formaat. Kies de juiste variant voor je achtergrond.", |
| 1488 | + "wordmark": "VOLLEDIG WOORDMERK", |
| 1489 | + "wordmark_alt": "npmx logo met volledige woordmarkering en blauwe schuine streep op een donkere achtergrond ", |
| 1490 | + "wordmark_light_alt": "npmx logo met volledige woordmarkering en blauwe schuine streep op een lichte achtergrond ", |
| 1491 | + "mark": "LOGO", |
| 1492 | + "mark_alt": "npmx logo met punt en schuine streep op een donkere achtergrond", |
| 1493 | + "mark_light_alt": "npmx logo met punt en schuine streep op een lichte achtergrond", |
| 1494 | + "on_dark": "Op donker", |
| 1495 | + "on_light": "op licht", |
| 1496 | + "download_svg": "SVG", |
| 1497 | + "download_png": "PNG", |
| 1498 | + "download_svg_aria": "Download {name} als SVG", |
| 1499 | + "download_png_aria": "Download {name} als PNG" |
| 1500 | + }, |
| 1501 | + "customize": { |
| 1502 | + "title": "pas uw logo aan", |
| 1503 | + "description": "Bekijk een voorbeeld van het npmx logo met je accentkleur en achtergrond. Het voorbeeld geeft je huidige instellingen weer — kies een kleur, schakel de achtergrond in of uit en download het logo.", |
| 1504 | + "accent_label": "accentkleur", |
| 1505 | + "bg_label": "achtergrond", |
| 1506 | + "download_svg_aria": "Download het aangepaste logo als SVG", |
| 1507 | + "download_png_aria": "Download het aangepaste logo als PNG" |
| 1508 | + }, |
| 1509 | + "typography": { |
| 1510 | + "title": "typografie", |
| 1511 | + "description": "npmx maakt gebruik van de lettertypefamilie Geist van Vercel, zowel voor de tekst in de interface als voor de code.", |
| 1512 | + "sans": "Geist Sans", |
| 1513 | + "sans_desc": "Wordt gebruikt voor de hoofdtekst en UI-elementen.", |
| 1514 | + "mono": "Geist Mono", |
| 1515 | + "mono_desc": "Wordt gebruikt voor code, kopteksten en technische inhoud.", |
| 1516 | + "pangram": "Pa's wijze lynx bezag vroom het fikse aquaduct", |
| 1517 | + "numbers": "0123456789" |
| 1518 | + }, |
| 1519 | + "guidelines": { |
| 1520 | + "title": "even ter informatie", |
| 1521 | + "message": "Toegankelijkheid is belangrijk voor ons en we zouden het geweldig vinden als je deze visie met ons deelt. Zorg bij het gebruik van de genoemde media voor voldoende contrast met de achtergrond en gebruik een minimale grootte van 24px. Heb je andere bestanden of extra informatie over het project nodig? Neem dan gerust contact met ons op via {link}.", |
| 1522 | + "discord_link_text": "chat.npmx.dev" |
| 1523 | + } |
1380 | 1524 | } |
1381 | 1525 | } |
0 commit comments