diff --git a/app/components/Package/Versions.vue b/app/components/Package/Versions.vue index 7d3fc009ed..88f187bd74 100644 --- a/app/components/Package/Versions.vue +++ b/app/components/Package/Versions.vue @@ -1034,7 +1034,7 @@ function majorGroupContainsCurrent(group: (typeof otherMajorGroups.value)[0]): b diff --git a/app/components/Package/WeeklyDownloadStats.vue b/app/components/Package/WeeklyDownloadStats.vue index cfa7260025..e410972528 100644 --- a/app/components/Package/WeeklyDownloadStats.vue +++ b/app/components/Package/WeeklyDownloadStats.vue @@ -264,10 +264,10 @@ const config = computed(() => { type="button" @click="openChartModal" class="text-fg-subtle hover:text-fg transition-colors duration-200 inline-flex items-center justify-center min-w-6 min-h-6 -m-1 p-1 focus-visible:outline-accent/70 rounded" - :title="$t('package.downloads.analyze')" + :title="$t('package.trends.title')" classicon="i-lucide:chart-line" > - {{ $t('package.downloads.analyze') }} + {{ $t('package.trends.title') }} @@ -312,7 +312,7 @@ const config = computed(() => { diff --git a/i18n/locales/ar.json b/i18n/locales/ar.json index 595aa3574f..cfcde29215 100644 --- a/i18n/locales/ar.json +++ b/i18n/locales/ar.json @@ -371,7 +371,6 @@ }, "downloads": { "title": "التنزيلات الأسبوعية", - "analyze": "تحليل التنزيلات", "community_distribution": "عرض توزيع تبنّي المجتمع" }, "install_scripts": { diff --git a/i18n/locales/az-AZ.json b/i18n/locales/az-AZ.json index efc17be05f..deacfb9649 100644 --- a/i18n/locales/az-AZ.json +++ b/i18n/locales/az-AZ.json @@ -242,8 +242,7 @@ "items": {} }, "downloads": { - "title": "Həftəlik Endirmələr", - "analyze": "Endirmələri təhlil et" + "title": "Həftəlik Endirmələr" }, "install_scripts": { "title": "Quraşdırma Skriptləri", @@ -666,6 +665,7 @@ "managers": "var" } }, + "team": {}, "contributors": { "title": "Əməkdaşlar", "description": "npmx tam açıq mənbəlidir, möhtəşəm əməkdaşlar icması tərəfindən hazırlanır. Bizə qoşulun və həmişə istədiyimiz npm baxış təcrübəsini birlikdə quraq.", @@ -753,5 +753,11 @@ "your_rights": {}, "contact": {}, "changes": {} + }, + "a11y": { + "approach": {}, + "measures": {}, + "limitations": {}, + "contact": {} } } diff --git a/i18n/locales/bg-BG.json b/i18n/locales/bg-BG.json index f1ae6e8755..047c63e979 100644 --- a/i18n/locales/bg-BG.json +++ b/i18n/locales/bg-BG.json @@ -359,7 +359,6 @@ }, "downloads": { "title": "Седмични изтегляния", - "analyze": "Анализ на изтеглянията", "community_distribution": "Преглед на разпределението на приемането от общността" }, "install_scripts": { diff --git a/i18n/locales/bn-IN.json b/i18n/locales/bn-IN.json index 79162ffdbf..14c5668b23 100644 --- a/i18n/locales/bn-IN.json +++ b/i18n/locales/bn-IN.json @@ -271,8 +271,7 @@ "items": {} }, "downloads": { - "title": "সাপ্তাহিক ডাউনলোড", - "analyze": "ডাউনলোড বিশ্লেষণ করুন" + "title": "সাপ্তাহিক ডাউনলোড" }, "install_scripts": { "title": "ইনস্টল স্ক্রিপ্ট", @@ -702,6 +701,7 @@ "managers": "ম্যানেজার" } }, + "team": {}, "contributors": { "title": "অবদানকারী", "description": "npmx সম্পূর্ণ ওপেন সোর্স, অসাধারণ অবদানকারীদের কমিউনিটি দ্বারা নির্মিত। আমাদের সাথে যোগ দিন এবং একসাথে আমাদের সবসময় চাওয়া npm ব্রাউজিং অভিজ্ঞতা তৈরি করি।", @@ -847,5 +847,11 @@ "your_rights": {}, "contact": {}, "changes": {} + }, + "a11y": { + "approach": {}, + "measures": {}, + "limitations": {}, + "contact": {} } } diff --git a/i18n/locales/cs-CZ.json b/i18n/locales/cs-CZ.json index 2272a361f4..2263c34c04 100644 --- a/i18n/locales/cs-CZ.json +++ b/i18n/locales/cs-CZ.json @@ -277,8 +277,7 @@ "items": {} }, "downloads": { - "title": "Týdenní stažení", - "analyze": "Analyzovat stažení" + "title": "Týdenní stažení" }, "install_scripts": { "title": "Instalační skripty", @@ -717,6 +716,7 @@ "managers": "správce balíčků" } }, + "team": {}, "contributors": { "title": "Přispěvatelé | {count} přispěvatelé | {count} přispěvatelů", "description": "npmx je plně open source, postavený úžasnou komunitou přispěvatelů. Přidejte se k nám a společně vytvořme npm prohlížeč, jaký jsme vždy chtěli.", @@ -908,5 +908,11 @@ "your_rights": {}, "contact": {}, "changes": {} + }, + "a11y": { + "approach": {}, + "measures": {}, + "limitations": {}, + "contact": {} } } diff --git a/i18n/locales/de-DE.json b/i18n/locales/de-DE.json index ee3dba12a8..463b1c5714 100644 --- a/i18n/locales/de-DE.json +++ b/i18n/locales/de-DE.json @@ -369,7 +369,6 @@ }, "downloads": { "title": "Wöchentliche Downloads", - "analyze": "Downloads analysieren", "community_distribution": "Community-Adoptionsverteilung ansehen" }, "install_scripts": { diff --git a/i18n/locales/en.json b/i18n/locales/en.json index c717d9fa51..96ba7e6f24 100644 --- a/i18n/locales/en.json +++ b/i18n/locales/en.json @@ -371,7 +371,6 @@ }, "downloads": { "title": "Weekly Downloads", - "analyze": "Analyze downloads", "community_distribution": "View community adoption distribution" }, "install_scripts": { diff --git a/i18n/locales/es.json b/i18n/locales/es.json index d8d777f3be..5b11285d02 100644 --- a/i18n/locales/es.json +++ b/i18n/locales/es.json @@ -367,7 +367,6 @@ }, "downloads": { "title": "Descargas Semanales", - "analyze": "Analizar descargas", "community_distribution": "Ver distribución de adopción comunitaria" }, "install_scripts": { diff --git a/i18n/locales/fr-FR.json b/i18n/locales/fr-FR.json index fff5ddd2f9..2c83961f50 100644 --- a/i18n/locales/fr-FR.json +++ b/i18n/locales/fr-FR.json @@ -371,7 +371,6 @@ }, "downloads": { "title": "Téléchargements hebdo.", - "analyze": "Analyser les téléchargements", "community_distribution": "Voir la distribution des versions téléchargées par la communauté" }, "install_scripts": { diff --git a/i18n/locales/hi-IN.json b/i18n/locales/hi-IN.json index c05efad54c..4ef77c57b5 100644 --- a/i18n/locales/hi-IN.json +++ b/i18n/locales/hi-IN.json @@ -272,8 +272,7 @@ "items": {} }, "downloads": { - "title": "साप्ताहिक डाउनलोड्स", - "analyze": "डाउनलोड्स का विश्लेषण करें" + "title": "साप्ताहिक डाउनलोड्स" }, "install_scripts": { "title": "इंस्टॉल स्क्रिप्ट्स", @@ -703,6 +702,7 @@ "managers": "मैनेजर" } }, + "team": {}, "contributors": { "title": "योगदानकर्ता", "description": "npmx पूरी तरह से ओपन सोर्स है, जो योगदानकर्ताओं के एक अद्भुत समुदाय द्वारा बनाया गया है। हमसे जुड़ें और आइए एक साथ वह npm ब्राउज़िंग अनुभव बनाएं जो हमेशा से चाहते थे।", @@ -848,5 +848,11 @@ "your_rights": {}, "contact": {}, "changes": {} + }, + "a11y": { + "approach": {}, + "measures": {}, + "limitations": {}, + "contact": {} } } diff --git a/i18n/locales/hu-HU.json b/i18n/locales/hu-HU.json index 80328ff5ce..85b2ac792f 100644 --- a/i18n/locales/hu-HU.json +++ b/i18n/locales/hu-HU.json @@ -241,8 +241,7 @@ "items": {} }, "downloads": { - "title": "Heti letöltések", - "analyze": "Letöltések elemzése" + "title": "Heti letöltések" }, "install_scripts": { "title": "Telepítő scriptek", @@ -665,6 +664,7 @@ "managers": "kezelőket" } }, + "team": {}, "contributors": { "title": "Közreműködők", "description": "Az npmx teljes mértékben nyílt forráskódú. Egy csodálatos közösség építi. Csatlakozz hozzánk, és építsük fel együtt azt az npm böngészési élményt, amire mindig is vágytunk.", @@ -752,5 +752,11 @@ "your_rights": {}, "contact": {}, "changes": {} + }, + "a11y": { + "approach": {}, + "measures": {}, + "limitations": {}, + "contact": {} } } diff --git a/i18n/locales/id-ID.json b/i18n/locales/id-ID.json index fcd298fff1..2443774119 100644 --- a/i18n/locales/id-ID.json +++ b/i18n/locales/id-ID.json @@ -258,8 +258,7 @@ "items": {} }, "downloads": { - "title": "Unduhan Mingguan", - "analyze": "Analisis unduhan" + "title": "Unduhan Mingguan" }, "install_scripts": { "title": "Skrip Instalasi", @@ -688,6 +687,7 @@ "managers": "yang keren" } }, + "team": {}, "contributors": { "title": "Kontributor", "description": "npmx sepenuhnya sumber terbuka (open source), dibangun oleh komunitas kontributor yang luar biasa. Bergabunglah dengan kami dan mari bangun pengalaman menjelajah npm yang selalu kita inginkan, bersama-sama.", @@ -833,5 +833,11 @@ "your_rights": {}, "contact": {}, "changes": {} + }, + "a11y": { + "approach": {}, + "measures": {}, + "limitations": {}, + "contact": {} } } diff --git a/i18n/locales/it-IT.json b/i18n/locales/it-IT.json index 84787109fc..ef2e106cb2 100644 --- a/i18n/locales/it-IT.json +++ b/i18n/locales/it-IT.json @@ -312,7 +312,6 @@ }, "downloads": { "title": "Download settimanali", - "analyze": "Analizza download", "community_distribution": "Visualizza distribuzione adozione della comunità" }, "install_scripts": { @@ -756,6 +755,7 @@ "managers": "gestori di pacchetti" } }, + "team": {}, "contributors": { "title": "{count} Collaboratore | {count} Collaboratori", "description": "npmx è completamente open source, costruito da una straordinaria comunità di collaboratori. Unisciti a noi e costruiamo insieme l'esperienza di navigazione npm che abbiamo sempre voluto.", @@ -1026,5 +1026,11 @@ "title": "Modifiche a questa informativa sulla privacy", "p1": "Potremmo aggiornare questa informativa sulla privacy di tanto in tanto. Eventuali modifiche saranno pubblicate su questa pagina con una data di revisione aggiornata." } + }, + "a11y": { + "approach": {}, + "measures": {}, + "limitations": {}, + "contact": {} } } diff --git a/i18n/locales/ja-JP.json b/i18n/locales/ja-JP.json index cce53c4143..16a29f91a7 100644 --- a/i18n/locales/ja-JP.json +++ b/i18n/locales/ja-JP.json @@ -361,7 +361,6 @@ }, "downloads": { "title": "週間ダウンロード数", - "analyze": "ダウンロード数を分析", "community_distribution": "コミュニティの採用分布を表示" }, "install_scripts": { diff --git a/i18n/locales/nb-NO.json b/i18n/locales/nb-NO.json index 37510b10dd..cad981bb86 100644 --- a/i18n/locales/nb-NO.json +++ b/i18n/locales/nb-NO.json @@ -245,17 +245,6 @@ }, "copy_as_markdown": "Kopier README som Markdown" }, - "provenance_section": { - "title": "Opprinnelse", - "built_and_signed_on": "Bygget og signert på {provider}", - "view_build_summary": "Vis byggeoppsummering", - "source_commit": "Kilde-commit", - "build_file": "Byggefil", - "public_ledger": "Offentlig hovedbok", - "transparency_log_entry": "Åpenhetsloggoppføring", - "view_more_details": "Vis flere detaljer", - "error_loading": "Kunne ikke laste opprinnelsesdetaljer" - }, "provenance_section": {}, "security_downgrade": {}, "keywords_title": "Nøkkelord", @@ -337,7 +326,6 @@ }, "downloads": { "title": "Ukentlige nedlastinger", - "analyze": "Analyser nedlastinger", "community_distribution": "Vis distribusjon av bruk i fellesskapet" }, "install_scripts": { @@ -781,6 +769,7 @@ "managers": "pakkebehandlere" } }, + "team": {}, "contributors": { "title": "{count} Bidragsyter | {count} Bidragsytere", "description": "npmx er fullstendig åpen kildekode, bygget av et fantastisk fellesskap av bidragsytere. Bli med oss og la oss bygge npm-opplevelsen vi alltid har ønsket oss, sammen.", @@ -974,86 +963,6 @@ } } }, - "privacy_policy": { - "title": "personvernerklæring", - "last_updated": "Sist oppdatert: {date}", - "welcome": "Velkommen til {app}. Vi er forpliktet til å beskytte ditt personvern. Denne erklæringen forklarer hvilke data vi samler inn, hvordan vi bruker dem, og dine rettigheter angående informasjonen din.", - "cookies": { - "what_are": { - "title": "Hva er informasjonskapsler?", - "p1": "Informasjonskapsler er små tekstfiler som lagres på enheten din når du besøker et nettsted. Formålet er å forbedre nettleseropplevelsen din ved å huske visse preferanser og innstillinger." - }, - "types": { - "title": "Hvilke informasjonskapsler bruker vi?", - "p1": "Vi bruker kun {bold} for formål som er strengt nødvendige for nettstedets funksjonalitet. Vi bruker ikke tredjeparts- eller reklamekapsler.", - "bold": "essensielle tekniske informasjonskapsler", - "li1": "{li11}{separator} {li12}", - "li2": "{li21}{separator} {li22}", - "separator": ":", - "cookie_vdpl": "__vdpl", - "cookie_vdpl_desc": "Denne informasjonskapselen brukes av vår hostingleverandør (Vercel) for skjevhetsbeskyttelse. Den sikrer at du henter ressurser fra riktig utrullingsversjon hvis en ny oppdatering lanseres mens du surfer. Den sporer deg ikke.", - "cookie_h3": "h3", - "cookie_h3_desc": "Dette er vår sikre øktkapsel. Den lagrer OAuth-tilgangstokenet når du kobler til Atmosphere-kontoen din. Den er essensiell for å opprettholde din autentiserte økt." - }, - "local_storage": { - "title": "Lokal lagring", - "p1": "I tillegg til øktkapsler bruker vi nettleserens {bold} for å lagre visningspreferansene dine. Dette lar oss huske temaet (lys/mørk) og noen andre {settings} du har valgt, slik at du ikke trenger å konfigurere dem på nytt ved hvert besøk.", - "bold": "lokale lagring", - "p2": "Denne informasjonen er rent funksjonell, lagres kun på enheten din, og {bold2}. Vi bruker den utelukkende for å forbedre opplevelsen din på nettstedet vårt.", - "bold2": "inneholder ingen personopplysninger og brukes ikke til å spore deg", - "settings": "innstillinger" - }, - "management": { - "title": "Administrere informasjonskapsler", - "p1": "Du kan konfigurere nettleseren din til å godta, avvise eller slette informasjonskapsler etter dine preferanser. Vær imidlertid oppmerksom på at {bold}.", - "bold": "avvisning av essensielle kapsler kan forhindre full tilgang til applikasjonen", - "p2": "Nedenfor er lenker med instruksjoner for kapseladministrasjon i de mest brukte nettleserne:", - "chrome": "Google Chrome (åpnes i nytt vindu)", - "firefox": "Mozilla Firefox (åpnes i nytt vindu)", - "edge": "Microsoft Edge (åpnes i nytt vindu)" - } - }, - "analytics": { - "title": "Analyse", - "p1": "Vi bruker {bold} for å forstå hvordan besøkende bruker nettstedet vårt. Dette hjelper oss med å forbedre brukeropplevelsen og identifisere problemer.", - "bold": "Vercel Web Analytics", - "p2": "Vercel Analytics er designet med personvern i tankene:", - "li1": "Den bruker ikke informasjonskapsler", - "li2": "Den samler ikke inn personlige identifikatorer", - "li3": "Den sporer ikke brukere på tvers av nettsteder", - "li4": "Alle data er aggregert og anonymisert", - "p3": "Den eneste informasjonen som samles inn inkluderer: side-URL-er, henviser, land/region, enhetstype, nettleser og operativsystem. Disse dataene kan ikke brukes til å identifisere individuelle brukere." - }, - "authenticated": { - "title": "Autentiserte brukere", - "p1": "Når du kobler {bold}-kontoen din til npmx, lagrer vi OAuth-tilgangstokenet ditt i en sikker, HTTP-only øktkapsel. Dette tokenet brukes utelukkende til å autentisere forespørsler på dine vegne.", - "bold": "Atmosphere", - "p2": "Vi lagrer ikke legitimasjonen din, og vi får ikke tilgang til data utover det som er nødvendig for å levere funksjonene du bruker. Du kan koble fra kontoen din når som helst fra {settings}-siden.", - "settings": "innstillinger" - }, - "data_retention": { - "title": "Dataoppbevaring", - "p1": "Øktkapsler slettes automatisk når du lukker nettleseren eller etter en periode med inaktivitet. Lokale lagringspreferanser forblir på enheten din til du tømmer nettleserdata. Analysedata beholdes i aggregert form og kan ikke kobles til individuelle brukere." - }, - "your_rights": { - "title": "Dine rettigheter", - "p1": "Du har rett til å:", - "li1": "Få tilgang til informasjon om hvilke data vi samler inn", - "li2": "Tømme lokal lagring og informasjonskapsler når som helst", - "li3": "Koble fra den autentiserte økten din", - "li4": "Be om informasjon om våre datapraksiser", - "p2": "Siden vi ikke samler inn personopplysninger, er det vanligvis ingen personlig informasjon å slette eller eksportere." - }, - "contact": { - "title": "Kontakt oss", - "p1": "For spørsmål eller bekymringer om denne personvernerklæringen kan du kontakte oss ved å åpne en sak på vårt {link}.", - "link": "GitHub-repositorium" - }, - "changes": { - "title": "Endringer i denne erklæringen", - "p1": "Vi kan oppdatere denne personvernerklæringen fra tid til annen. Eventuelle endringer vil bli publisert på denne siden med en oppdatert revisjonsdato." - } - }, "privacy_policy": { "cookies": { "what_are": {}, @@ -1067,5 +976,11 @@ "your_rights": {}, "contact": {}, "changes": {} + }, + "a11y": { + "approach": {}, + "measures": {}, + "limitations": {}, + "contact": {} } } diff --git a/i18n/locales/ne-NP.json b/i18n/locales/ne-NP.json index 140aa8388d..aa847e97e2 100644 --- a/i18n/locales/ne-NP.json +++ b/i18n/locales/ne-NP.json @@ -258,8 +258,7 @@ "items": {} }, "downloads": { - "title": "साप्ताहिक डाउनलोड", - "analyze": "डाउनलोड विश्लेषण" + "title": "साप्ताहिक डाउनलोड" }, "install_scripts": { "title": "इन्स्टल स्क्रिप्टहरू", @@ -688,6 +687,7 @@ "managers": "म्यानेजरहरू बनाइरहेका छन्" } }, + "team": {}, "contributors": { "title": "कन्ट्रिब्युटरहरू", "description": "npmx पूर्ण रूपमा ओपन सोर्स हो, अद्भुत कन्ट्रिब्युटर समुदायले बनाएको। हामीसँग जोडिनुहोस् र हामीले चाहेको npm ब्राउजिङ अनुभव सँगै बनाऔँ।", @@ -833,5 +833,11 @@ "your_rights": {}, "contact": {}, "changes": {} + }, + "a11y": { + "approach": {}, + "measures": {}, + "limitations": {}, + "contact": {} } } diff --git a/i18n/locales/pl-PL.json b/i18n/locales/pl-PL.json index 8f3ec4e336..24771900d8 100644 --- a/i18n/locales/pl-PL.json +++ b/i18n/locales/pl-PL.json @@ -151,6 +151,7 @@ "view_permalink": "Zobacz stały link do tej wersji", "navigation": "Pakiet", "copy_name": "Kopiuj nazwę pakietu", + "copy_version": "Kopiuj wersję pakietu", "deprecation": { "package": "Ten pakiet został oznaczony jako przestarzały.", "version": "Ta wersja została oznaczona jako przestarzała.", @@ -291,7 +292,6 @@ "all_covered": "Wszystkie wersje są objęte powyższymi tagami", "deprecated_title": "{version} (przestarzała)", "view_all": "Zobacz wszystkie {count} wersje | Zobacz {count} wersję | Zobacz {count} wersje | Zobacz {count} wersji | Zobacz {count} wersji", - "y_axis_label": "Pobrania", "distribution_title": "Grupa semver", "distribution_modal_title": "Wersje", "grouping_major": "Major", @@ -301,6 +301,7 @@ "show_low_usage": "Pokaż wersje o niskim użyciu", "show_low_usage_tooltip": "Uwzględnij grupy wersji z mniej niż 1% wszystkich pobrań.", "date_range_tooltip": "Tylko ostatni tydzień rozkładu wersji", + "y_axis_label": "Pobrania", "filter_placeholder": "Filtruj po semver (np. ^3.0.0)", "filter_invalid": "Nieprawidłowy zakres semver", "filter_help": "Pomoc dotycząca zakresów semver", @@ -361,16 +362,15 @@ "y_axis_label": "{granularity} {facet}", "facet": "Wymiar", "title": "Trendy", + "contributors_skip": "Niepokazani we Współtwórcach (brak repozytorium GitHub):", "items": { "downloads": "Pobrania", "likes": "Polubienia", "contributors": "Współtwórcy" - }, - "contributors_skip": "Niepokazani we Współtwórcach (brak repozytorium GitHub):" + } }, "downloads": { "title": "Pobrania tygodniowe", - "analyze": "Analizuj pobrania", "community_distribution": "Zobacz, jak społeczność korzysta z pakietu" }, "install_scripts": { @@ -460,8 +460,7 @@ "b": "{size} B", "kb": "{size} kB", "mb": "{size} MB" - }, - "copy_version": "Kopiuj wersję pakietu" + } }, "connector": { "modal": { @@ -819,6 +818,14 @@ "managers": "menedżery pakietów" } }, + "team": { + "title": "Zespół", + "governance": "Zarządzanie", + "role_steward": "steward", + "role_maintainer": "maintainer", + "sponsor": "sponsor", + "sponsor_aria": "Zasponsoruj {name} na GitHubie" + }, "contributors": { "title": "Współtwórcy", "description": "npmx jest w pełni open source, tworzony przez niesamowitą społeczność współtwórców. Dołącz do nas — zbudujmy razem przeglądanie npm takie, jakiego zawsze chcieliśmy.", @@ -843,14 +850,6 @@ "description": "Sprawdź, co nowego w npmx.", "cta": "Obserwuj na Bluesky" } - }, - "team": { - "title": "Zespół", - "governance": "Zarządzanie", - "role_steward": "steward", - "role_maintainer": "maintainer", - "sponsor": "sponsor", - "sponsor_aria": "Zasponsoruj {name} na GitHubie" } }, "account_menu": { diff --git a/i18n/locales/pt-BR.json b/i18n/locales/pt-BR.json index 0be3186b24..423d72b129 100644 --- a/i18n/locales/pt-BR.json +++ b/i18n/locales/pt-BR.json @@ -273,8 +273,7 @@ "items": {} }, "downloads": { - "title": "Downloads Semanais", - "analyze": "Analisar downloads" + "title": "Downloads Semanais" }, "install_scripts": { "title": "Scripts de Instalação", @@ -704,6 +703,7 @@ "managers": "gerenciadores de pacotes" } }, + "team": {}, "contributors": { "title": "Contribuidores", "description": "npmx é totalmente de código aberto, construído por uma comunidade incrível de contribuidores. Junte-se a nós e vamos construir juntos a experiência de navegação npm que sempre quisemos.", @@ -849,5 +849,11 @@ "your_rights": {}, "contact": {}, "changes": {} + }, + "a11y": { + "approach": {}, + "measures": {}, + "limitations": {}, + "contact": {} } } diff --git a/i18n/locales/ru-RU.json b/i18n/locales/ru-RU.json index d1ffc6cf35..45d6410b16 100644 --- a/i18n/locales/ru-RU.json +++ b/i18n/locales/ru-RU.json @@ -239,8 +239,7 @@ "items": {} }, "downloads": { - "title": "Загрузки за неделю", - "analyze": "Анализировать загрузки" + "title": "Загрузки за неделю" }, "install_scripts": { "title": "Скрипты установки", @@ -660,6 +659,7 @@ "managers": "пакетные менеджеры" } }, + "team": {}, "contributors": { "title": "Контрибьюторы", "description": "npmx полностью открыт, он создан потрясающим сообществом контрибьюторов. Присоединяйтесь, и давайте вместе создадим опыт просмотра npm, о котором мы всегда мечтали.", @@ -770,5 +770,11 @@ "your_rights": {}, "contact": {}, "changes": {} + }, + "a11y": { + "approach": {}, + "measures": {}, + "limitations": {}, + "contact": {} } } diff --git a/i18n/locales/te-IN.json b/i18n/locales/te-IN.json index deb15585a9..e1c1f23a86 100644 --- a/i18n/locales/te-IN.json +++ b/i18n/locales/te-IN.json @@ -272,8 +272,7 @@ "items": {} }, "downloads": { - "title": "వారపు డౌన్‌లోడ్‌లు", - "analyze": "డౌన్‌లోడ్‌లను విశ్లేషించండి" + "title": "వారపు డౌన్‌లోడ్‌లు" }, "install_scripts": { "title": "ఇన్‌స్టాల్ స్క్రిప్ట్‌లు", @@ -703,6 +702,7 @@ "managers": "మేనేజర్‌లు" } }, + "team": {}, "contributors": { "title": "కంట్రిబ్యూటర్‌లు", "description": "npmx పూర్తిగా ఓపెన్ సోర్స్, అద్భుతమైన కంట్రిబ్యూటర్‌ల కమ్యూనిటీ ద్వారా నిర్మించబడింది. మాతో చేరండి మరియు మేము ఎప్పుడూ కోరుకున్న npm బ్రౌజింగ్ అనుభవాన్ని కలిసి సృష్టిద్దాం.", @@ -848,5 +848,11 @@ "your_rights": {}, "contact": {}, "changes": {} + }, + "a11y": { + "approach": {}, + "measures": {}, + "limitations": {}, + "contact": {} } } diff --git a/i18n/locales/uk-UA.json b/i18n/locales/uk-UA.json index 44c8572f48..bd5c6753eb 100644 --- a/i18n/locales/uk-UA.json +++ b/i18n/locales/uk-UA.json @@ -242,8 +242,7 @@ "items": {} }, "downloads": { - "title": "Завантажень на тиждень", - "analyze": "Проаналізувати завантаження" + "title": "Завантажень на тиждень" }, "install_scripts": { "title": "Скрипти встановлення", @@ -666,6 +665,7 @@ "managers": "пакетів" } }, + "team": {}, "contributors": { "title": "Учасники", "description": "npmx повністю відкритого коду, створений дивовижною спільнотою учасників. Приєднайтеся до нас і давайте разом створювати досвід перегляду npm, який ми завжди хотіли.", @@ -753,5 +753,11 @@ "your_rights": {}, "contact": {}, "changes": {} + }, + "a11y": { + "approach": {}, + "measures": {}, + "limitations": {}, + "contact": {} } } diff --git a/i18n/locales/zh-CN.json b/i18n/locales/zh-CN.json index ce6d6ef51b..21af093e71 100644 --- a/i18n/locales/zh-CN.json +++ b/i18n/locales/zh-CN.json @@ -371,7 +371,6 @@ }, "downloads": { "title": "每周下载量", - "analyze": "分析下载量", "community_distribution": "查看社区采用分布" }, "install_scripts": { diff --git a/i18n/locales/zh-TW.json b/i18n/locales/zh-TW.json index 99c68c662b..2f387a8e38 100644 --- a/i18n/locales/zh-TW.json +++ b/i18n/locales/zh-TW.json @@ -345,7 +345,6 @@ }, "downloads": { "title": "每週下載量", - "analyze": "分析下載量", "community_distribution": "檢視社群採用分布" }, "install_scripts": { @@ -790,6 +789,7 @@ "managers": "管理器" } }, + "team": {}, "contributors": { "title": "{count} 位貢獻者", "description": "npmx 完全開源,由令人驚豔的社群貢獻者共同打造。", @@ -1062,5 +1062,11 @@ "title": "政策變更", "p1": "我們可能會不定期更新本隱私權政策。任何變更都將發布於本頁面,並標明更新日期。" } + }, + "a11y": { + "approach": {}, + "measures": {}, + "limitations": {}, + "contact": {} } } diff --git a/i18n/schema.json b/i18n/schema.json index 10aa9f93e5..10e36631b7 100644 --- a/i18n/schema.json +++ b/i18n/schema.json @@ -1117,9 +1117,6 @@ "title": { "type": "string" }, - "analyze": { - "type": "string" - }, "community_distribution": { "type": "string" } diff --git a/lunaria/files/ar-EG.json b/lunaria/files/ar-EG.json index 614f9ef9b0..5ff1510413 100644 --- a/lunaria/files/ar-EG.json +++ b/lunaria/files/ar-EG.json @@ -370,7 +370,6 @@ }, "downloads": { "title": "التنزيلات الأسبوعية", - "analyze": "تحليل التنزيلات", "community_distribution": "عرض توزيع تبنّي المجتمع" }, "install_scripts": { diff --git a/lunaria/files/az-AZ.json b/lunaria/files/az-AZ.json index 5daf0093de..e2124d2582 100644 --- a/lunaria/files/az-AZ.json +++ b/lunaria/files/az-AZ.json @@ -241,8 +241,7 @@ "items": {} }, "downloads": { - "title": "Həftəlik Endirmələr", - "analyze": "Endirmələri təhlil et" + "title": "Həftəlik Endirmələr" }, "install_scripts": { "title": "Quraşdırma Skriptləri", @@ -665,6 +664,7 @@ "managers": "var" } }, + "team": {}, "contributors": { "title": "Əməkdaşlar", "description": "npmx tam açıq mənbəlidir, möhtəşəm əməkdaşlar icması tərəfindən hazırlanır. Bizə qoşulun və həmişə istədiyimiz npm baxış təcrübəsini birlikdə quraq.", @@ -752,5 +752,11 @@ "your_rights": {}, "contact": {}, "changes": {} + }, + "a11y": { + "approach": {}, + "measures": {}, + "limitations": {}, + "contact": {} } } diff --git a/lunaria/files/bg-BG.json b/lunaria/files/bg-BG.json index eb875f8e36..7bcc668b4c 100644 --- a/lunaria/files/bg-BG.json +++ b/lunaria/files/bg-BG.json @@ -358,7 +358,6 @@ }, "downloads": { "title": "Седмични изтегляния", - "analyze": "Анализ на изтеглянията", "community_distribution": "Преглед на разпределението на приемането от общността" }, "install_scripts": { diff --git a/lunaria/files/bn-IN.json b/lunaria/files/bn-IN.json index 79162ffdbf..14c5668b23 100644 --- a/lunaria/files/bn-IN.json +++ b/lunaria/files/bn-IN.json @@ -271,8 +271,7 @@ "items": {} }, "downloads": { - "title": "সাপ্তাহিক ডাউনলোড", - "analyze": "ডাউনলোড বিশ্লেষণ করুন" + "title": "সাপ্তাহিক ডাউনলোড" }, "install_scripts": { "title": "ইনস্টল স্ক্রিপ্ট", @@ -702,6 +701,7 @@ "managers": "ম্যানেজার" } }, + "team": {}, "contributors": { "title": "অবদানকারী", "description": "npmx সম্পূর্ণ ওপেন সোর্স, অসাধারণ অবদানকারীদের কমিউনিটি দ্বারা নির্মিত। আমাদের সাথে যোগ দিন এবং একসাথে আমাদের সবসময় চাওয়া npm ব্রাউজিং অভিজ্ঞতা তৈরি করি।", @@ -847,5 +847,11 @@ "your_rights": {}, "contact": {}, "changes": {} + }, + "a11y": { + "approach": {}, + "measures": {}, + "limitations": {}, + "contact": {} } } diff --git a/lunaria/files/cs-CZ.json b/lunaria/files/cs-CZ.json index ccdcebdcc4..8840dfcfc8 100644 --- a/lunaria/files/cs-CZ.json +++ b/lunaria/files/cs-CZ.json @@ -276,8 +276,7 @@ "items": {} }, "downloads": { - "title": "Týdenní stažení", - "analyze": "Analyzovat stažení" + "title": "Týdenní stažení" }, "install_scripts": { "title": "Instalační skripty", @@ -716,6 +715,7 @@ "managers": "správce balíčků" } }, + "team": {}, "contributors": { "title": "Přispěvatelé | {count} přispěvatelé | {count} přispěvatelů", "description": "npmx je plně open source, postavený úžasnou komunitou přispěvatelů. Přidejte se k nám a společně vytvořme npm prohlížeč, jaký jsme vždy chtěli.", @@ -907,5 +907,11 @@ "your_rights": {}, "contact": {}, "changes": {} + }, + "a11y": { + "approach": {}, + "measures": {}, + "limitations": {}, + "contact": {} } } diff --git a/lunaria/files/de-DE.json b/lunaria/files/de-DE.json index 74affb6cf4..3dc8f7b993 100644 --- a/lunaria/files/de-DE.json +++ b/lunaria/files/de-DE.json @@ -368,7 +368,6 @@ }, "downloads": { "title": "Wöchentliche Downloads", - "analyze": "Downloads analysieren", "community_distribution": "Community-Adoptionsverteilung ansehen" }, "install_scripts": { diff --git a/lunaria/files/en-GB.json b/lunaria/files/en-GB.json index 6d2ad18643..4072199679 100644 --- a/lunaria/files/en-GB.json +++ b/lunaria/files/en-GB.json @@ -370,7 +370,6 @@ }, "downloads": { "title": "Weekly Downloads", - "analyze": "Analyze downloads", "community_distribution": "View community adoption distribution" }, "install_scripts": { diff --git a/lunaria/files/en-US.json b/lunaria/files/en-US.json index b4008d359d..b8bb158d66 100644 --- a/lunaria/files/en-US.json +++ b/lunaria/files/en-US.json @@ -370,7 +370,6 @@ }, "downloads": { "title": "Weekly Downloads", - "analyze": "Analyze downloads", "community_distribution": "View community adoption distribution" }, "install_scripts": { diff --git a/lunaria/files/es-419.json b/lunaria/files/es-419.json index c0e8d017a4..bbc6e86781 100644 --- a/lunaria/files/es-419.json +++ b/lunaria/files/es-419.json @@ -366,7 +366,6 @@ }, "downloads": { "title": "Descargas Semanales", - "analyze": "Analizar descargas", "community_distribution": "Ver distribución de adopción comunitaria" }, "install_scripts": { diff --git a/lunaria/files/es-ES.json b/lunaria/files/es-ES.json index 6680733b0a..ec4d350ff8 100644 --- a/lunaria/files/es-ES.json +++ b/lunaria/files/es-ES.json @@ -366,7 +366,6 @@ }, "downloads": { "title": "Descargas Semanales", - "analyze": "Analizar descargas", "community_distribution": "Ver distribución de adopción comunitaria" }, "install_scripts": { diff --git a/lunaria/files/fr-FR.json b/lunaria/files/fr-FR.json index cf4d846f48..0e96f083be 100644 --- a/lunaria/files/fr-FR.json +++ b/lunaria/files/fr-FR.json @@ -370,7 +370,6 @@ }, "downloads": { "title": "Téléchargements hebdo.", - "analyze": "Analyser les téléchargements", "community_distribution": "Voir la distribution des versions téléchargées par la communauté" }, "install_scripts": { diff --git a/lunaria/files/hi-IN.json b/lunaria/files/hi-IN.json index 6413c905dd..076430b9af 100644 --- a/lunaria/files/hi-IN.json +++ b/lunaria/files/hi-IN.json @@ -271,8 +271,7 @@ "items": {} }, "downloads": { - "title": "साप्ताहिक डाउनलोड्स", - "analyze": "डाउनलोड्स का विश्लेषण करें" + "title": "साप्ताहिक डाउनलोड्स" }, "install_scripts": { "title": "इंस्टॉल स्क्रिप्ट्स", @@ -702,6 +701,7 @@ "managers": "मैनेजर" } }, + "team": {}, "contributors": { "title": "योगदानकर्ता", "description": "npmx पूरी तरह से ओपन सोर्स है, जो योगदानकर्ताओं के एक अद्भुत समुदाय द्वारा बनाया गया है। हमसे जुड़ें और आइए एक साथ वह npm ब्राउज़िंग अनुभव बनाएं जो हमेशा से चाहते थे।", @@ -847,5 +847,11 @@ "your_rights": {}, "contact": {}, "changes": {} + }, + "a11y": { + "approach": {}, + "measures": {}, + "limitations": {}, + "contact": {} } } diff --git a/lunaria/files/hu-HU.json b/lunaria/files/hu-HU.json index bbfa97d8a5..2e04790300 100644 --- a/lunaria/files/hu-HU.json +++ b/lunaria/files/hu-HU.json @@ -240,8 +240,7 @@ "items": {} }, "downloads": { - "title": "Heti letöltések", - "analyze": "Letöltések elemzése" + "title": "Heti letöltések" }, "install_scripts": { "title": "Telepítő scriptek", @@ -664,6 +663,7 @@ "managers": "kezelőket" } }, + "team": {}, "contributors": { "title": "Közreműködők", "description": "Az npmx teljes mértékben nyílt forráskódú. Egy csodálatos közösség építi. Csatlakozz hozzánk, és építsük fel együtt azt az npm böngészési élményt, amire mindig is vágytunk.", @@ -751,5 +751,11 @@ "your_rights": {}, "contact": {}, "changes": {} + }, + "a11y": { + "approach": {}, + "measures": {}, + "limitations": {}, + "contact": {} } } diff --git a/lunaria/files/id-ID.json b/lunaria/files/id-ID.json index be3fd948d7..1b8f9004fa 100644 --- a/lunaria/files/id-ID.json +++ b/lunaria/files/id-ID.json @@ -257,8 +257,7 @@ "items": {} }, "downloads": { - "title": "Unduhan Mingguan", - "analyze": "Analisis unduhan" + "title": "Unduhan Mingguan" }, "install_scripts": { "title": "Skrip Instalasi", @@ -687,6 +686,7 @@ "managers": "yang keren" } }, + "team": {}, "contributors": { "title": "Kontributor", "description": "npmx sepenuhnya sumber terbuka (open source), dibangun oleh komunitas kontributor yang luar biasa. Bergabunglah dengan kami dan mari bangun pengalaman menjelajah npm yang selalu kita inginkan, bersama-sama.", @@ -832,5 +832,11 @@ "your_rights": {}, "contact": {}, "changes": {} + }, + "a11y": { + "approach": {}, + "measures": {}, + "limitations": {}, + "contact": {} } } diff --git a/lunaria/files/it-IT.json b/lunaria/files/it-IT.json index f182921f72..c21c11f1dc 100644 --- a/lunaria/files/it-IT.json +++ b/lunaria/files/it-IT.json @@ -311,7 +311,6 @@ }, "downloads": { "title": "Download settimanali", - "analyze": "Analizza download", "community_distribution": "Visualizza distribuzione adozione della comunità" }, "install_scripts": { @@ -755,6 +754,7 @@ "managers": "gestori di pacchetti" } }, + "team": {}, "contributors": { "title": "{count} Collaboratore | {count} Collaboratori", "description": "npmx è completamente open source, costruito da una straordinaria comunità di collaboratori. Unisciti a noi e costruiamo insieme l'esperienza di navigazione npm che abbiamo sempre voluto.", @@ -1025,5 +1025,11 @@ "title": "Modifiche a questa informativa sulla privacy", "p1": "Potremmo aggiornare questa informativa sulla privacy di tanto in tanto. Eventuali modifiche saranno pubblicate su questa pagina con una data di revisione aggiornata." } + }, + "a11y": { + "approach": {}, + "measures": {}, + "limitations": {}, + "contact": {} } } diff --git a/lunaria/files/ja-JP.json b/lunaria/files/ja-JP.json index af9912682b..ca9983bb02 100644 --- a/lunaria/files/ja-JP.json +++ b/lunaria/files/ja-JP.json @@ -360,7 +360,6 @@ }, "downloads": { "title": "週間ダウンロード数", - "analyze": "ダウンロード数を分析", "community_distribution": "コミュニティの採用分布を表示" }, "install_scripts": { diff --git a/lunaria/files/nb-NO.json b/lunaria/files/nb-NO.json index 4b124411c6..2eea40ce39 100644 --- a/lunaria/files/nb-NO.json +++ b/lunaria/files/nb-NO.json @@ -325,7 +325,6 @@ }, "downloads": { "title": "Ukentlige nedlastinger", - "analyze": "Analyser nedlastinger", "community_distribution": "Vis distribusjon av bruk i fellesskapet" }, "install_scripts": { @@ -769,6 +768,7 @@ "managers": "pakkebehandlere" } }, + "team": {}, "contributors": { "title": "{count} Bidragsyter | {count} Bidragsytere", "description": "npmx er fullstendig åpen kildekode, bygget av et fantastisk fellesskap av bidragsytere. Bli med oss og la oss bygge npm-opplevelsen vi alltid har ønsket oss, sammen.", @@ -975,5 +975,11 @@ "your_rights": {}, "contact": {}, "changes": {} + }, + "a11y": { + "approach": {}, + "measures": {}, + "limitations": {}, + "contact": {} } } diff --git a/lunaria/files/ne-NP.json b/lunaria/files/ne-NP.json index 516896d4dd..9306002bb4 100644 --- a/lunaria/files/ne-NP.json +++ b/lunaria/files/ne-NP.json @@ -257,8 +257,7 @@ "items": {} }, "downloads": { - "title": "साप्ताहिक डाउनलोड", - "analyze": "डाउनलोड विश्लेषण" + "title": "साप्ताहिक डाउनलोड" }, "install_scripts": { "title": "इन्स्टल स्क्रिप्टहरू", @@ -687,6 +686,7 @@ "managers": "म्यानेजरहरू बनाइरहेका छन्" } }, + "team": {}, "contributors": { "title": "कन्ट्रिब्युटरहरू", "description": "npmx पूर्ण रूपमा ओपन सोर्स हो, अद्भुत कन्ट्रिब्युटर समुदायले बनाएको। हामीसँग जोडिनुहोस् र हामीले चाहेको npm ब्राउजिङ अनुभव सँगै बनाऔँ।", @@ -832,5 +832,11 @@ "your_rights": {}, "contact": {}, "changes": {} + }, + "a11y": { + "approach": {}, + "measures": {}, + "limitations": {}, + "contact": {} } } diff --git a/lunaria/files/pl-PL.json b/lunaria/files/pl-PL.json index a96ef18d6b..b5ad2d2253 100644 --- a/lunaria/files/pl-PL.json +++ b/lunaria/files/pl-PL.json @@ -150,6 +150,7 @@ "view_permalink": "Zobacz stały link do tej wersji", "navigation": "Pakiet", "copy_name": "Kopiuj nazwę pakietu", + "copy_version": "Kopiuj wersję pakietu", "deprecation": { "package": "Ten pakiet został oznaczony jako przestarzały.", "version": "Ta wersja została oznaczona jako przestarzała.", @@ -290,7 +291,6 @@ "all_covered": "Wszystkie wersje są objęte powyższymi tagami", "deprecated_title": "{version} (przestarzała)", "view_all": "Zobacz wszystkie {count} wersje | Zobacz {count} wersję | Zobacz {count} wersje | Zobacz {count} wersji | Zobacz {count} wersji", - "y_axis_label": "Pobrania", "distribution_title": "Grupa semver", "distribution_modal_title": "Wersje", "grouping_major": "Major", @@ -300,6 +300,7 @@ "show_low_usage": "Pokaż wersje o niskim użyciu", "show_low_usage_tooltip": "Uwzględnij grupy wersji z mniej niż 1% wszystkich pobrań.", "date_range_tooltip": "Tylko ostatni tydzień rozkładu wersji", + "y_axis_label": "Pobrania", "filter_placeholder": "Filtruj po semver (np. ^3.0.0)", "filter_invalid": "Nieprawidłowy zakres semver", "filter_help": "Pomoc dotycząca zakresów semver", @@ -360,16 +361,15 @@ "y_axis_label": "{granularity} {facet}", "facet": "Wymiar", "title": "Trendy", + "contributors_skip": "Niepokazani we Współtwórcach (brak repozytorium GitHub):", "items": { "downloads": "Pobrania", "likes": "Polubienia", "contributors": "Współtwórcy" - }, - "contributors_skip": "Niepokazani we Współtwórcach (brak repozytorium GitHub):" + } }, "downloads": { "title": "Pobrania tygodniowe", - "analyze": "Analizuj pobrania", "community_distribution": "Zobacz, jak społeczność korzysta z pakietu" }, "install_scripts": { @@ -459,8 +459,7 @@ "b": "{size} B", "kb": "{size} kB", "mb": "{size} MB" - }, - "copy_version": "Kopiuj wersję pakietu" + } }, "connector": { "modal": { @@ -818,6 +817,14 @@ "managers": "menedżery pakietów" } }, + "team": { + "title": "Zespół", + "governance": "Zarządzanie", + "role_steward": "steward", + "role_maintainer": "maintainer", + "sponsor": "sponsor", + "sponsor_aria": "Zasponsoruj {name} na GitHubie" + }, "contributors": { "title": "Współtwórcy", "description": "npmx jest w pełni open source, tworzony przez niesamowitą społeczność współtwórców. Dołącz do nas — zbudujmy razem przeglądanie npm takie, jakiego zawsze chcieliśmy.", @@ -842,14 +849,6 @@ "description": "Sprawdź, co nowego w npmx.", "cta": "Obserwuj na Bluesky" } - }, - "team": { - "title": "Zespół", - "governance": "Zarządzanie", - "role_steward": "steward", - "role_maintainer": "maintainer", - "sponsor": "sponsor", - "sponsor_aria": "Zasponsoruj {name} na GitHubie" } }, "account_menu": { diff --git a/lunaria/files/pt-BR.json b/lunaria/files/pt-BR.json index 9c5f6dc944..005c0be7ff 100644 --- a/lunaria/files/pt-BR.json +++ b/lunaria/files/pt-BR.json @@ -272,8 +272,7 @@ "items": {} }, "downloads": { - "title": "Downloads Semanais", - "analyze": "Analisar downloads" + "title": "Downloads Semanais" }, "install_scripts": { "title": "Scripts de Instalação", @@ -703,6 +702,7 @@ "managers": "gerenciadores de pacotes" } }, + "team": {}, "contributors": { "title": "Contribuidores", "description": "npmx é totalmente de código aberto, construído por uma comunidade incrível de contribuidores. Junte-se a nós e vamos construir juntos a experiência de navegação npm que sempre quisemos.", @@ -848,5 +848,11 @@ "your_rights": {}, "contact": {}, "changes": {} + }, + "a11y": { + "approach": {}, + "measures": {}, + "limitations": {}, + "contact": {} } } diff --git a/lunaria/files/ru-RU.json b/lunaria/files/ru-RU.json index 199a41e8d1..4710678fde 100644 --- a/lunaria/files/ru-RU.json +++ b/lunaria/files/ru-RU.json @@ -238,8 +238,7 @@ "items": {} }, "downloads": { - "title": "Загрузки за неделю", - "analyze": "Анализировать загрузки" + "title": "Загрузки за неделю" }, "install_scripts": { "title": "Скрипты установки", @@ -659,6 +658,7 @@ "managers": "пакетные менеджеры" } }, + "team": {}, "contributors": { "title": "Контрибьюторы", "description": "npmx полностью открыт, он создан потрясающим сообществом контрибьюторов. Присоединяйтесь, и давайте вместе создадим опыт просмотра npm, о котором мы всегда мечтали.", @@ -769,5 +769,11 @@ "your_rights": {}, "contact": {}, "changes": {} + }, + "a11y": { + "approach": {}, + "measures": {}, + "limitations": {}, + "contact": {} } } diff --git a/lunaria/files/te-IN.json b/lunaria/files/te-IN.json index df8f67fae5..ae195617f7 100644 --- a/lunaria/files/te-IN.json +++ b/lunaria/files/te-IN.json @@ -271,8 +271,7 @@ "items": {} }, "downloads": { - "title": "వారపు డౌన్‌లోడ్‌లు", - "analyze": "డౌన్‌లోడ్‌లను విశ్లేషించండి" + "title": "వారపు డౌన్‌లోడ్‌లు" }, "install_scripts": { "title": "ఇన్‌స్టాల్ స్క్రిప్ట్‌లు", @@ -702,6 +701,7 @@ "managers": "మేనేజర్‌లు" } }, + "team": {}, "contributors": { "title": "కంట్రిబ్యూటర్‌లు", "description": "npmx పూర్తిగా ఓపెన్ సోర్స్, అద్భుతమైన కంట్రిబ్యూటర్‌ల కమ్యూనిటీ ద్వారా నిర్మించబడింది. మాతో చేరండి మరియు మేము ఎప్పుడూ కోరుకున్న npm బ్రౌజింగ్ అనుభవాన్ని కలిసి సృష్టిద్దాం.", @@ -847,5 +847,11 @@ "your_rights": {}, "contact": {}, "changes": {} + }, + "a11y": { + "approach": {}, + "measures": {}, + "limitations": {}, + "contact": {} } } diff --git a/lunaria/files/uk-UA.json b/lunaria/files/uk-UA.json index b01199a751..a43e8ea2c4 100644 --- a/lunaria/files/uk-UA.json +++ b/lunaria/files/uk-UA.json @@ -241,8 +241,7 @@ "items": {} }, "downloads": { - "title": "Завантажень на тиждень", - "analyze": "Проаналізувати завантаження" + "title": "Завантажень на тиждень" }, "install_scripts": { "title": "Скрипти встановлення", @@ -665,6 +664,7 @@ "managers": "пакетів" } }, + "team": {}, "contributors": { "title": "Учасники", "description": "npmx повністю відкритого коду, створений дивовижною спільнотою учасників. Приєднайтеся до нас і давайте разом створювати досвід перегляду npm, який ми завжди хотіли.", @@ -752,5 +752,11 @@ "your_rights": {}, "contact": {}, "changes": {} + }, + "a11y": { + "approach": {}, + "measures": {}, + "limitations": {}, + "contact": {} } } diff --git a/lunaria/files/zh-CN.json b/lunaria/files/zh-CN.json index 9292b0a69b..9e626de721 100644 --- a/lunaria/files/zh-CN.json +++ b/lunaria/files/zh-CN.json @@ -370,7 +370,6 @@ }, "downloads": { "title": "每周下载量", - "analyze": "分析下载量", "community_distribution": "查看社区采用分布" }, "install_scripts": { diff --git a/lunaria/files/zh-TW.json b/lunaria/files/zh-TW.json index 7a5a0c94bb..75bc902779 100644 --- a/lunaria/files/zh-TW.json +++ b/lunaria/files/zh-TW.json @@ -344,7 +344,6 @@ }, "downloads": { "title": "每週下載量", - "analyze": "分析下載量", "community_distribution": "檢視社群採用分布" }, "install_scripts": { @@ -789,6 +788,7 @@ "managers": "管理器" } }, + "team": {}, "contributors": { "title": "{count} 位貢獻者", "description": "npmx 完全開源,由令人驚豔的社群貢獻者共同打造。", @@ -1061,5 +1061,11 @@ "title": "政策變更", "p1": "我們可能會不定期更新本隱私權政策。任何變更都將發布於本頁面,並標明更新日期。" } + }, + "a11y": { + "approach": {}, + "measures": {}, + "limitations": {}, + "contact": {} } }