@verdaccio/ui-theme 6.0.0-6-next.13 → 6.0.0-6-next.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/jest/server-handlers.ts +1 -1
- package/package.json +26 -28
- package/src/App/Header/HeaderMenu.tsx +6 -3
- package/src/App/Header/HeaderToolTipIcon.tsx +4 -2
- package/src/App/Header/LoginDialog/LoginDialog.tsx +2 -1
- package/src/App/Header/LoginDialog/LoginDialogForm.tsx +2 -1
- package/src/App/Header/RegistryInfoContent/RegistryInfoContent.tsx +6 -3
- package/src/App/Header/RegistryInfoDialog/RegistryInfoDialog.tsx +2 -1
- package/src/App/Header/Search/__snapshots__/Search.test.tsx.snap +5 -1
- package/src/components/AutoComplete/AutoCompleteV2.tsx +10 -4
- package/src/components/Link.tsx +2 -1
- package/src/components/NotFound/NotFound.tsx +2 -1
- package/src/components/NotFound/__snapshots__/Notfound.test.tsx.snap +1 -1
- package/src/components/TextField/__snapshots__/TextField.test.tsx.snap +2 -0
- package/src/i18n/download_translations/cs-CZ/ui.json +92 -92
- package/src/i18n/download_translations/es-ES/ui.json +23 -23
- package/src/i18n/download_translations/fr-FR/ui.json +66 -66
- package/src/i18n/download_translations/gl-ES/ui.json +28 -28
- package/src/i18n/download_translations/ja-JP/ui.json +71 -71
- package/src/i18n/download_translations/km-KH/ui.json +73 -73
- package/src/i18n/download_translations/pt-BR/ui.json +69 -69
- package/src/i18n/download_translations/ru-RU/ui.json +70 -70
- package/src/i18n/download_translations/tr-TR/ui.json +65 -65
- package/src/i18n/download_translations/uk-UA/ui.json +68 -68
- package/src/i18n/download_translations/zh-CN/ui.json +66 -66
- package/src/i18n/download_translations/zh-TW/ui.json +60 -60
- package/src/pages/Version/DetailContainer/DetailContainerTabs.tsx +2 -1
- package/src/pages/Version/DetailContainer/UpLinks/__snapshots__/UpLinks.test.tsx.snap +2 -2
- package/src/pages/Version/DetailSidebar/DetailSidebarFundButton.tsx +2 -1
- package/src/pages/Version/DetailSidebar/Dist/Dist.tsx +2 -1
- package/src/pages/Version/DetailSidebar/Engines/Engines.tsx +4 -2
- package/src/pages/Version/DetailSidebar/Install/Install.tsx +2 -1
- package/src/pages/Version/DetailSidebar/Repository/Repository.tsx +2 -1
- package/src/pages/Version/Version.test.tsx +2 -1
- package/src/pages/Version/VersionContextProvider.tsx +2 -1
- package/src/pages/home/PackageList/Help/__snapshots__/Help.test.tsx.snap +1 -1
- package/src/pages/home/PackageList/Package/Package.tsx +6 -3
- package/src/store/models/login.ts +11 -7
- package/src/store/models/manifest.ts +2 -2
- package/src/store/models/packages.ts +1 -1
- package/src/store/models/search.ts +1 -1
- package/static/Dependencies.915355f5a928b489259e.js +2 -0
- package/static/{Dependencies.15768a14646212b71166.js.LICENSE.txt → Dependencies.915355f5a928b489259e.js.LICENSE.txt} +2 -2
- package/static/Dist.915355f5a928b489259e.js +2 -0
- package/static/{Dist.15768a14646212b71166.js.LICENSE.txt → Dist.915355f5a928b489259e.js.LICENSE.txt} +2 -2
- package/static/Engines.915355f5a928b489259e.js +2 -0
- package/static/{Engines.15768a14646212b71166.js.LICENSE.txt → Engines.915355f5a928b489259e.js.LICENSE.txt} +2 -2
- package/static/Home.915355f5a928b489259e.js +2 -0
- package/static/{Home.15768a14646212b71166.js.LICENSE.txt → Home.915355f5a928b489259e.js.LICENSE.txt} +2 -2
- package/static/Install.915355f5a928b489259e.js +2 -0
- package/static/{Install.15768a14646212b71166.js.LICENSE.txt → Install.915355f5a928b489259e.js.LICENSE.txt} +2 -2
- package/static/NotFound.915355f5a928b489259e.js +2 -0
- package/static/{NotFound.15768a14646212b71166.js.LICENSE.txt → NotFound.915355f5a928b489259e.js.LICENSE.txt} +2 -2
- package/static/{Provider.15768a14646212b71166.js → Provider.915355f5a928b489259e.js} +1 -1
- package/static/{Provider.15768a14646212b71166.js.LICENSE.txt → Provider.915355f5a928b489259e.js.LICENSE.txt} +2 -2
- package/static/Repository.915355f5a928b489259e.js +2 -0
- package/static/{Repository.15768a14646212b71166.js.LICENSE.txt → Repository.915355f5a928b489259e.js.LICENSE.txt} +2 -2
- package/static/UpLinks.915355f5a928b489259e.js +2 -0
- package/static/{UpLinks.15768a14646212b71166.js.LICENSE.txt → UpLinks.915355f5a928b489259e.js.LICENSE.txt} +2 -2
- package/static/Version.915355f5a928b489259e.js +2 -0
- package/static/{Version.15768a14646212b71166.js.LICENSE.txt → Version.915355f5a928b489259e.js.LICENSE.txt} +2 -22
- package/static/Versions.915355f5a928b489259e.js +2 -0
- package/static/{Versions.15768a14646212b71166.js.LICENSE.txt → Versions.915355f5a928b489259e.js.LICENSE.txt} +2 -2
- package/static/index.html +1 -1
- package/static/main.915355f5a928b489259e.js +2 -0
- package/static/{main.15768a14646212b71166.js.LICENSE.txt → main.915355f5a928b489259e.js.LICENSE.txt} +2 -2
- package/static/manifest.json +17 -17
- package/static/{runtime.15768a14646212b71166.js → runtime.915355f5a928b489259e.js} +2 -2
- package/static/{runtime.15768a14646212b71166.js.LICENSE.txt → runtime.915355f5a928b489259e.js.LICENSE.txt} +2 -2
- package/static/vendors-node_modules_pnpm_mui_icons-material_5_2_5_f463eef15d59df5aa770d062739aa27b_node_modu-03c9e7.915355f5a928b489259e.js +2 -0
- package/static/{vendors-node_modules_pnpm_mui_icons-material_5_0_5_d1eeebd4022867ee03864a00e16c7901_node_modu-123400.15768a14646212b71166.js.LICENSE.txt → vendors-node_modules_pnpm_mui_icons-material_5_2_5_f463eef15d59df5aa770d062739aa27b_node_modu-03c9e7.915355f5a928b489259e.js.LICENSE.txt} +20 -20
- package/static/{vendors-node_modules_pnpm_mui_icons-material_5_0_5_d1eeebd4022867ee03864a00e16c7901_node_modu-d2b578.15768a14646212b71166.js → vendors-node_modules_pnpm_mui_icons-material_5_2_5_f463eef15d59df5aa770d062739aa27b_node_modu-e72974.915355f5a928b489259e.js} +2 -2
- package/static/{vendors-node_modules_pnpm_mui_icons-material_5_0_5_d1eeebd4022867ee03864a00e16c7901_node_modu-d2b578.15768a14646212b71166.js.LICENSE.txt → vendors-node_modules_pnpm_mui_icons-material_5_2_5_f463eef15d59df5aa770d062739aa27b_node_modu-e72974.915355f5a928b489259e.js.LICENSE.txt} +31 -31
- package/static/vendors-node_modules_pnpm_mui_material_5_2_8_f5341c4d41f1e34c3a73251df9f98a19_node_modules_mu-6057aa.915355f5a928b489259e.js +2 -0
- package/static/{vendors-node_modules_pnpm_mui_material_5_0_6_033766d34292bd5d464212fd95cb4b6d_node_modules_mu-1fb115.15768a14646212b71166.js.LICENSE.txt → vendors-node_modules_pnpm_mui_material_5_2_8_f5341c4d41f1e34c3a73251df9f98a19_node_modules_mu-6057aa.915355f5a928b489259e.js.LICENSE.txt} +7 -7
- package/static/vendors.915355f5a928b489259e.js +103 -0
- package/static/{vendors.15768a14646212b71166.js.LICENSE.txt → vendors.915355f5a928b489259e.js.LICENSE.txt} +362 -364
- package/src/i18n/deprecated_translations_dont_use/cs-CZ.json +0 -168
- package/src/i18n/deprecated_translations_dont_use/de-DE.json +0 -168
- package/src/i18n/deprecated_translations_dont_use/en-US.json +0 -170
- package/src/i18n/deprecated_translations_dont_use/es-ES.json +0 -168
- package/src/i18n/deprecated_translations_dont_use/fr-FR.json +0 -168
- package/src/i18n/deprecated_translations_dont_use/ja-JP.json +0 -168
- package/src/i18n/deprecated_translations_dont_use/km-KH.json +0 -168
- package/src/i18n/deprecated_translations_dont_use/pt-BR.json +0 -168
- package/src/i18n/deprecated_translations_dont_use/ru-RU.json +0 -168
- package/src/i18n/deprecated_translations_dont_use/tr-TR.json +0 -168
- package/src/i18n/deprecated_translations_dont_use/uk-UA.json +0 -168
- package/src/i18n/deprecated_translations_dont_use/zh-CN.json +0 -168
- package/src/i18n/deprecated_translations_dont_use/zh-TW.json +0 -165
- package/static/Dependencies.15768a14646212b71166.js +0 -2
- package/static/Dist.15768a14646212b71166.js +0 -2
- package/static/Engines.15768a14646212b71166.js +0 -2
- package/static/Home.15768a14646212b71166.js +0 -2
- package/static/Install.15768a14646212b71166.js +0 -2
- package/static/NotFound.15768a14646212b71166.js +0 -2
- package/static/Repository.15768a14646212b71166.js +0 -2
- package/static/UpLinks.15768a14646212b71166.js +0 -2
- package/static/Version.15768a14646212b71166.js +0 -2
- package/static/Versions.15768a14646212b71166.js +0 -2
- package/static/main.15768a14646212b71166.js +0 -2
- package/static/vendors-node_modules_pnpm_mui_icons-material_5_0_5_d1eeebd4022867ee03864a00e16c7901_node_modu-123400.15768a14646212b71166.js +0 -2
- package/static/vendors-node_modules_pnpm_mui_material_5_0_6_033766d34292bd5d464212fd95cb4b6d_node_modules_mu-1fb115.15768a14646212b71166.js +0 -2
- package/static/vendors.15768a14646212b71166.js +0 -103
|
@@ -103,13 +103,13 @@
|
|
|
103
103
|
"title": "Autor"
|
|
104
104
|
},
|
|
105
105
|
"distribution": {
|
|
106
|
-
"title": "
|
|
106
|
+
"title": "Última v{{version}}",
|
|
107
107
|
"license": "Licencia",
|
|
108
|
-
"size": "
|
|
109
|
-
"file-count": "
|
|
108
|
+
"size": "Tamaño",
|
|
109
|
+
"file-count": "archivo cuenta"
|
|
110
110
|
},
|
|
111
111
|
"maintainers": {
|
|
112
|
-
"title": "
|
|
112
|
+
"title": "Mantenedores"
|
|
113
113
|
},
|
|
114
114
|
"contributors": {
|
|
115
115
|
"title": "Contribuidores"
|
|
@@ -120,42 +120,42 @@
|
|
|
120
120
|
}
|
|
121
121
|
},
|
|
122
122
|
"footer": {
|
|
123
|
-
"powered-by": "
|
|
123
|
+
"powered-by": "Hecho con",
|
|
124
124
|
"made-with-love-on": "Hecho con <0>♥</0>"
|
|
125
125
|
},
|
|
126
126
|
"button": {
|
|
127
127
|
"close": "Cerrar",
|
|
128
|
-
"cancel": "
|
|
129
|
-
"login": "
|
|
130
|
-
"logout": "
|
|
131
|
-
"go-to-the-home-page": "
|
|
132
|
-
"learn-more": "
|
|
133
|
-
"fund-this-package": "<0>
|
|
128
|
+
"cancel": "Cancelar",
|
|
129
|
+
"login": "Iniciar sesión",
|
|
130
|
+
"logout": "Cerrar sesión",
|
|
131
|
+
"go-to-the-home-page": "Ir a la página principal",
|
|
132
|
+
"learn-more": "Aprender más",
|
|
133
|
+
"fund-this-package": "<0>Donar</0> a este paquet"
|
|
134
134
|
},
|
|
135
135
|
"error": {
|
|
136
|
-
"unspecific": "
|
|
136
|
+
"unspecific": "Algo salió mal.",
|
|
137
137
|
"404": {
|
|
138
138
|
"page-not-found": "404 - Página no encontrada",
|
|
139
|
-
"sorry-we-could-not-find-it": "
|
|
139
|
+
"sorry-we-could-not-find-it": "Lo siento, no pudimos encontrarlo..."
|
|
140
140
|
},
|
|
141
|
-
"app-context-not-correct-used": "
|
|
142
|
-
"theme-context-not-correct-used": "
|
|
143
|
-
"package-meta-is-required-at-detail-context": "packageMeta
|
|
141
|
+
"app-context-not-correct-used": "El contexto de la aplicación no fue correctamente usado",
|
|
142
|
+
"theme-context-not-correct-used": "El contexto del tema no fue correctamente usado",
|
|
143
|
+
"package-meta-is-required-at-detail-context": "packageMeta es requerido en DetailContext"
|
|
144
144
|
},
|
|
145
145
|
"lng": {
|
|
146
|
-
"english": "
|
|
147
|
-
"czech": "
|
|
148
|
-
"japanese": "
|
|
149
|
-
"portuguese": "
|
|
146
|
+
"english": "Inglés",
|
|
147
|
+
"czech": "Checo",
|
|
148
|
+
"japanese": "Japonés",
|
|
149
|
+
"portuguese": "Portugués",
|
|
150
150
|
"spanish": "Español",
|
|
151
151
|
"german": "Alemán",
|
|
152
152
|
"chinese": "Chino",
|
|
153
153
|
"chineseTraditional": "Chino (Tradicional)",
|
|
154
154
|
"french": "Francés",
|
|
155
155
|
"russian": "Ruso",
|
|
156
|
-
"turkish": "
|
|
156
|
+
"turkish": "Turco",
|
|
157
157
|
"ukraine": "Ucrania",
|
|
158
|
-
"khmer": "
|
|
158
|
+
"khmer": "khmer"
|
|
159
159
|
},
|
|
160
160
|
"flag": {
|
|
161
161
|
"austria": "Austria",
|
|
@@ -165,6 +165,6 @@
|
|
|
165
165
|
"india": "India",
|
|
166
166
|
"china": "China",
|
|
167
167
|
"germany": "Alemania",
|
|
168
|
-
"taiwan": "
|
|
168
|
+
"taiwan": "Taiwán"
|
|
169
169
|
}
|
|
170
170
|
}
|
|
@@ -1,142 +1,142 @@
|
|
|
1
1
|
{
|
|
2
|
-
"copy-to-clipboard": "
|
|
3
|
-
"author-anonymous": "
|
|
4
|
-
"author-unknown": "
|
|
2
|
+
"copy-to-clipboard": "Copier dans le presse-papier",
|
|
3
|
+
"author-anonymous": "Anonyme",
|
|
4
|
+
"author-unknown": "Inconnue",
|
|
5
5
|
"action-bar-action": {
|
|
6
|
-
"visit-home-page": "
|
|
7
|
-
"open-an-issue": "
|
|
8
|
-
"download-tarball": "
|
|
6
|
+
"visit-home-page": "Visiter la page d'accueil",
|
|
7
|
+
"open-an-issue": "Ouvrir un ticket",
|
|
8
|
+
"download-tarball": "Télécharger l'archive"
|
|
9
9
|
},
|
|
10
10
|
"dialog": {
|
|
11
11
|
"registry-info": {
|
|
12
|
-
"title": "Registry
|
|
12
|
+
"title": "\"Informations du Registry"
|
|
13
13
|
}
|
|
14
14
|
},
|
|
15
15
|
"header": {
|
|
16
16
|
"documentation": "Documentation",
|
|
17
|
-
"registry-info": "Registry
|
|
17
|
+
"registry-info": "Informations du Registry",
|
|
18
18
|
"registry-info-link": "Learn more",
|
|
19
19
|
"registry-no-conf": "No configurations available",
|
|
20
|
-
"greetings": "
|
|
20
|
+
"greetings": "Bonjour"
|
|
21
21
|
},
|
|
22
22
|
"search": {
|
|
23
|
-
"packages": "
|
|
23
|
+
"packages": "Rechercher des paquets"
|
|
24
24
|
},
|
|
25
25
|
"autoComplete": {
|
|
26
|
-
"loading": "
|
|
27
|
-
"no-results-found": "
|
|
28
|
-
"clear": "
|
|
29
|
-
"expand": "
|
|
30
|
-
"collapse": "
|
|
26
|
+
"loading": "En cours de chargement...",
|
|
27
|
+
"no-results-found": "Aucun resultat trouvé",
|
|
28
|
+
"clear": "Nettoyer",
|
|
29
|
+
"expand": "Développer",
|
|
30
|
+
"collapse": "Se rétracter"
|
|
31
31
|
},
|
|
32
32
|
"tab": {
|
|
33
33
|
"uplinks": "Uplinks",
|
|
34
34
|
"versions": "Versions",
|
|
35
|
-
"dependencies": "
|
|
35
|
+
"dependencies": "Dépendances",
|
|
36
36
|
"readme": "Readme"
|
|
37
37
|
},
|
|
38
38
|
"uplinks": {
|
|
39
39
|
"title": "Uplinks",
|
|
40
|
-
"no-items": "{{name}}
|
|
40
|
+
"no-items": "{{name}} n'a pas de uplink."
|
|
41
41
|
},
|
|
42
42
|
"versions": {
|
|
43
|
-
"current-tags": "
|
|
44
|
-
"version-history": "
|
|
45
|
-
"not-available": "
|
|
43
|
+
"current-tags": "Tags courants",
|
|
44
|
+
"version-history": "Historique de version",
|
|
45
|
+
"not-available": "Non disponible"
|
|
46
46
|
},
|
|
47
47
|
"package": {
|
|
48
|
-
"published-on": "
|
|
48
|
+
"published-on": "Publié le {{time}} •",
|
|
49
49
|
"version": "v{{version}}",
|
|
50
|
-
"visit-home-page": "
|
|
51
|
-
"homepage": "
|
|
52
|
-
"open-an-issue": "
|
|
50
|
+
"visit-home-page": "Visiter la page d'accueil",
|
|
51
|
+
"homepage": "Page d'accueil",
|
|
52
|
+
"open-an-issue": "Ouvrir un ticket",
|
|
53
53
|
"bugs": "Bugs",
|
|
54
|
-
"download": "
|
|
55
|
-
"the-tar-file": "
|
|
56
|
-
"tarball": "
|
|
54
|
+
"download": "Télécharger {{what}}",
|
|
55
|
+
"the-tar-file": "le fichier tar",
|
|
56
|
+
"tarball": "Archive"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"has-no-dependencies": "{{package}}
|
|
59
|
+
"has-no-dependencies": "{{package}} n'a aucune dépendance.",
|
|
60
60
|
"dependency-block": "{{package}}@{{version}}"
|
|
61
61
|
},
|
|
62
62
|
"form": {
|
|
63
|
-
"username": "
|
|
64
|
-
"password": "
|
|
63
|
+
"username": "Nom d'utilisateur",
|
|
64
|
+
"password": "Mot de passe"
|
|
65
65
|
},
|
|
66
66
|
"form-placeholder": {
|
|
67
|
-
"username": "
|
|
68
|
-
"password": "
|
|
67
|
+
"username": "Nom d'utilisateur",
|
|
68
|
+
"password": "Mot de passe"
|
|
69
69
|
},
|
|
70
70
|
"form-validation": {
|
|
71
|
-
"required-field": "
|
|
72
|
-
"required-min-length": "
|
|
73
|
-
"unable-to-sign-in": "
|
|
74
|
-
"username-or-password-cant-be-empty": "
|
|
71
|
+
"required-field": "Ce champ est obligatoire",
|
|
72
|
+
"required-min-length": "Ce champ doit faire au moins {{length}} caractères",
|
|
73
|
+
"unable-to-sign-in": "Connexion impossible",
|
|
74
|
+
"username-or-password-cant-be-empty": "Le nom d'utilisateur ou mot de passe ne peut pas être vide!"
|
|
75
75
|
},
|
|
76
76
|
"help": {
|
|
77
|
-
"title": "
|
|
78
|
-
"sub-title": "
|
|
79
|
-
"first-step": "1.
|
|
77
|
+
"title": "Aucun paquet publié pour l'instant.",
|
|
78
|
+
"sub-title": "Pour publier votre premier paquet:",
|
|
79
|
+
"first-step": "1. Se connecter",
|
|
80
80
|
"first-step-command-line": "npm adduser --registry {{registryUrl}}",
|
|
81
|
-
"second-step": "2.
|
|
81
|
+
"second-step": "2. Publier",
|
|
82
82
|
"second-step-command-line": "npm publish --registry {{registryUrl}}",
|
|
83
|
-
"third-step": "3.
|
|
83
|
+
"third-step": "3. Recharger cette page."
|
|
84
84
|
},
|
|
85
85
|
"sidebar": {
|
|
86
86
|
"detail": {
|
|
87
|
-
"latest-version": "
|
|
87
|
+
"latest-version": "Dernière v{{version}}",
|
|
88
88
|
"version": "v{{version}}"
|
|
89
89
|
},
|
|
90
90
|
"installation": {
|
|
91
91
|
"title": "Installation",
|
|
92
|
-
"install-using-yarn": "
|
|
92
|
+
"install-using-yarn": "Installer avec yarn",
|
|
93
93
|
"install-using-yarn-command": "yarn add {{packageName}}",
|
|
94
|
-
"install-using-npm": "
|
|
94
|
+
"install-using-npm": "Installer avec npm",
|
|
95
95
|
"install-using-npm-command": "npm install {{packageName}}",
|
|
96
|
-
"install-using-pnpm": "
|
|
96
|
+
"install-using-pnpm": "Installer avec pnpm",
|
|
97
97
|
"install-using-pnpm-command": "pnpm install {{packageName}}"
|
|
98
98
|
},
|
|
99
99
|
"repository": {
|
|
100
|
-
"title": "
|
|
100
|
+
"title": "Dépôt"
|
|
101
101
|
},
|
|
102
102
|
"author": {
|
|
103
|
-
"title": "
|
|
103
|
+
"title": "Auteur"
|
|
104
104
|
},
|
|
105
105
|
"distribution": {
|
|
106
|
-
"title": "
|
|
107
|
-
"license": "
|
|
108
|
-
"size": "
|
|
109
|
-
"file-count": "
|
|
106
|
+
"title": "Dernière distribution",
|
|
107
|
+
"license": "Licence",
|
|
108
|
+
"size": "Taille",
|
|
109
|
+
"file-count": "nombre de fichiers"
|
|
110
110
|
},
|
|
111
111
|
"maintainers": {
|
|
112
|
-
"title": "
|
|
112
|
+
"title": "Mainteneurs"
|
|
113
113
|
},
|
|
114
114
|
"contributors": {
|
|
115
|
-
"title": "
|
|
115
|
+
"title": "Contributeurs"
|
|
116
116
|
},
|
|
117
117
|
"engines": {
|
|
118
|
-
"npm-version": "NPM
|
|
118
|
+
"npm-version": "Version NPM",
|
|
119
119
|
"node-js": "NODE JS"
|
|
120
120
|
}
|
|
121
121
|
},
|
|
122
122
|
"footer": {
|
|
123
|
-
"powered-by": "
|
|
124
|
-
"made-with-love-on": "
|
|
123
|
+
"powered-by": "Propulsé par",
|
|
124
|
+
"made-with-love-on": "Fait avec <0>♥</0> sur"
|
|
125
125
|
},
|
|
126
126
|
"button": {
|
|
127
|
-
"close": "
|
|
128
|
-
"cancel": "
|
|
129
|
-
"login": "
|
|
130
|
-
"logout": "
|
|
131
|
-
"go-to-the-home-page": "
|
|
132
|
-
"learn-more": "
|
|
133
|
-
"fund-this-package": "<0>
|
|
127
|
+
"close": "Fermer",
|
|
128
|
+
"cancel": "Annuler",
|
|
129
|
+
"login": "Se connecter",
|
|
130
|
+
"logout": "Se déconnecter",
|
|
131
|
+
"go-to-the-home-page": "Aller à la page d'accueil",
|
|
132
|
+
"learn-more": "En savoir plus",
|
|
133
|
+
"fund-this-package": "<0>Financer</0> ce paquet"
|
|
134
134
|
},
|
|
135
135
|
"error": {
|
|
136
|
-
"unspecific": "
|
|
136
|
+
"unspecific": "Quelque chose a mal tourné.",
|
|
137
137
|
"404": {
|
|
138
|
-
"page-not-found": "404 - Page
|
|
139
|
-
"sorry-we-could-not-find-it": "
|
|
138
|
+
"page-not-found": "404 - Page non trouvée",
|
|
139
|
+
"sorry-we-could-not-find-it": "Desolé, nous n'avons rien retrouvé..."
|
|
140
140
|
},
|
|
141
141
|
"app-context-not-correct-used": "The app context was not used correctly",
|
|
142
142
|
"theme-context-not-correct-used": "The theme context was not used correctly",
|
|
@@ -1,38 +1,38 @@
|
|
|
1
1
|
{
|
|
2
|
-
"copy-to-clipboard": "
|
|
3
|
-
"author-anonymous": "
|
|
4
|
-
"author-unknown": "
|
|
2
|
+
"copy-to-clipboard": "Copiar ao portapapeis",
|
|
3
|
+
"author-anonymous": "Anónimo",
|
|
4
|
+
"author-unknown": "Descoñecido",
|
|
5
5
|
"action-bar-action": {
|
|
6
|
-
"visit-home-page": "
|
|
7
|
-
"open-an-issue": "
|
|
8
|
-
"download-tarball": "
|
|
6
|
+
"visit-home-page": "Visita a páxina de inicio",
|
|
7
|
+
"open-an-issue": "Abre un problema",
|
|
8
|
+
"download-tarball": "Descargar tarball"
|
|
9
9
|
},
|
|
10
10
|
"dialog": {
|
|
11
11
|
"registry-info": {
|
|
12
|
-
"title": "
|
|
12
|
+
"title": "Información do Rexistro"
|
|
13
13
|
}
|
|
14
14
|
},
|
|
15
15
|
"header": {
|
|
16
|
-
"documentation": "
|
|
17
|
-
"registry-info": "
|
|
18
|
-
"registry-info-link": "
|
|
19
|
-
"registry-no-conf": "
|
|
20
|
-
"greetings": "
|
|
16
|
+
"documentation": "Documentación",
|
|
17
|
+
"registry-info": "Información do Rexistro",
|
|
18
|
+
"registry-info-link": "Aprender máis",
|
|
19
|
+
"registry-no-conf": "Non hai configuracións dispoñibles",
|
|
20
|
+
"greetings": "Ola "
|
|
21
21
|
},
|
|
22
22
|
"search": {
|
|
23
|
-
"packages": "
|
|
23
|
+
"packages": "Buscar Paquetes"
|
|
24
24
|
},
|
|
25
25
|
"autoComplete": {
|
|
26
|
-
"loading": "
|
|
27
|
-
"no-results-found": "
|
|
28
|
-
"clear": "
|
|
29
|
-
"expand": "
|
|
30
|
-
"collapse": "
|
|
26
|
+
"loading": "Cargando...",
|
|
27
|
+
"no-results-found": "Non se atoparon resultados",
|
|
28
|
+
"clear": "Limpar",
|
|
29
|
+
"expand": "Expandir",
|
|
30
|
+
"collapse": "Colapso"
|
|
31
31
|
},
|
|
32
32
|
"tab": {
|
|
33
33
|
"uplinks": "Uplinks",
|
|
34
|
-
"versions": "
|
|
35
|
-
"dependencies": "
|
|
34
|
+
"versions": "Versións",
|
|
35
|
+
"dependencies": "Dependencias",
|
|
36
36
|
"readme": "Readme"
|
|
37
37
|
},
|
|
38
38
|
"uplinks": {
|
|
@@ -40,17 +40,17 @@
|
|
|
40
40
|
"no-items": "{{name}} has no uplinks."
|
|
41
41
|
},
|
|
42
42
|
"versions": {
|
|
43
|
-
"current-tags": "
|
|
44
|
-
"version-history": "
|
|
45
|
-
"not-available": "
|
|
43
|
+
"current-tags": "Etiquetas Actuais",
|
|
44
|
+
"version-history": "Historial da versión",
|
|
45
|
+
"not-available": "Non dispoñible"
|
|
46
46
|
},
|
|
47
47
|
"package": {
|
|
48
|
-
"published-on": "
|
|
48
|
+
"published-on": "Publicado en {{time}} •",
|
|
49
49
|
"version": "v{{version}}",
|
|
50
|
-
"visit-home-page": "
|
|
51
|
-
"homepage": "
|
|
52
|
-
"open-an-issue": "
|
|
53
|
-
"bugs": "
|
|
50
|
+
"visit-home-page": "Visita a páxina de inicio",
|
|
51
|
+
"homepage": "Páxina Principal",
|
|
52
|
+
"open-an-issue": "Abre un problema",
|
|
53
|
+
"bugs": "Fallo",
|
|
54
54
|
"download": "Download {{what}}",
|
|
55
55
|
"the-tar-file": "the tar file",
|
|
56
56
|
"tarball": "Tarball"
|
|
@@ -1,118 +1,118 @@
|
|
|
1
1
|
{
|
|
2
|
-
"copy-to-clipboard": "
|
|
3
|
-
"author-anonymous": "
|
|
4
|
-
"author-unknown": "
|
|
2
|
+
"copy-to-clipboard": "クリップボードにコピー",
|
|
3
|
+
"author-anonymous": "匿名",
|
|
4
|
+
"author-unknown": "わからない",
|
|
5
5
|
"action-bar-action": {
|
|
6
|
-
"visit-home-page": "
|
|
7
|
-
"open-an-issue": "
|
|
8
|
-
"download-tarball": "
|
|
6
|
+
"visit-home-page": "ホームページへ移動",
|
|
7
|
+
"open-an-issue": "課題を開く",
|
|
8
|
+
"download-tarball": "tar形式でダウンロード"
|
|
9
9
|
},
|
|
10
10
|
"dialog": {
|
|
11
11
|
"registry-info": {
|
|
12
|
-
"title": "
|
|
12
|
+
"title": "レジストリの設定方法"
|
|
13
13
|
}
|
|
14
14
|
},
|
|
15
15
|
"header": {
|
|
16
|
-
"documentation": "
|
|
17
|
-
"registry-info": "
|
|
18
|
-
"registry-info-link": "
|
|
19
|
-
"registry-no-conf": "
|
|
16
|
+
"documentation": "ドキュメント",
|
|
17
|
+
"registry-info": "レジストリの設定方法",
|
|
18
|
+
"registry-info-link": "もっと知る",
|
|
19
|
+
"registry-no-conf": "パッケージを検索",
|
|
20
20
|
"greetings": "Hi "
|
|
21
21
|
},
|
|
22
22
|
"search": {
|
|
23
|
-
"packages": "
|
|
23
|
+
"packages": "パッケージを検索"
|
|
24
24
|
},
|
|
25
25
|
"autoComplete": {
|
|
26
|
-
"loading": "
|
|
27
|
-
"no-results-found": "
|
|
28
|
-
"clear": "
|
|
29
|
-
"expand": "
|
|
30
|
-
"collapse": "
|
|
26
|
+
"loading": "ロード中",
|
|
27
|
+
"no-results-found": "パッケージが見つかりませんでした",
|
|
28
|
+
"clear": "きれいにするため",
|
|
29
|
+
"expand": "拡大する",
|
|
30
|
+
"collapse": "撤回する"
|
|
31
31
|
},
|
|
32
32
|
"tab": {
|
|
33
|
-
"uplinks": "
|
|
34
|
-
"versions": "
|
|
35
|
-
"dependencies": "
|
|
33
|
+
"uplinks": "アップリンク",
|
|
34
|
+
"versions": "バージョン情報",
|
|
35
|
+
"dependencies": "依存パッケージ",
|
|
36
36
|
"readme": "Readme"
|
|
37
37
|
},
|
|
38
38
|
"uplinks": {
|
|
39
|
-
"title": "
|
|
40
|
-
"no-items": "{{name}}
|
|
39
|
+
"title": "アップリンク",
|
|
40
|
+
"no-items": "{{name}}にアップリンクはありません."
|
|
41
41
|
},
|
|
42
42
|
"versions": {
|
|
43
|
-
"current-tags": "
|
|
44
|
-
"version-history": "
|
|
45
|
-
"not-available": "
|
|
43
|
+
"current-tags": "タグ一覧",
|
|
44
|
+
"version-history": "バージョン履歴",
|
|
45
|
+
"not-available": "利用できません"
|
|
46
46
|
},
|
|
47
47
|
"package": {
|
|
48
|
-
"published-on": "
|
|
48
|
+
"published-on": "{{time}}に更新されました •",
|
|
49
49
|
"version": "v{{version}}",
|
|
50
|
-
"visit-home-page": "
|
|
51
|
-
"homepage": "
|
|
52
|
-
"open-an-issue": "
|
|
53
|
-
"bugs": "
|
|
54
|
-
"download": "
|
|
55
|
-
"the-tar-file": "
|
|
56
|
-
"tarball": "
|
|
50
|
+
"visit-home-page": "ホームページへ移動",
|
|
51
|
+
"homepage": "ホームページへ移動",
|
|
52
|
+
"open-an-issue": "課題を開く",
|
|
53
|
+
"bugs": "バグ",
|
|
54
|
+
"download": "{{what}}ダウンロード",
|
|
55
|
+
"the-tar-file": "tar形式のファイル",
|
|
56
|
+
"tarball": "tar形式でダウンロード"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"has-no-dependencies": "{{package}}
|
|
59
|
+
"has-no-dependencies": "{{package}}に依存パッケージはありません",
|
|
60
60
|
"dependency-block": "{{package}}@{{version}}"
|
|
61
61
|
},
|
|
62
62
|
"form": {
|
|
63
|
-
"username": "
|
|
64
|
-
"password": "
|
|
63
|
+
"username": "ユーザ名",
|
|
64
|
+
"password": "パスワード"
|
|
65
65
|
},
|
|
66
66
|
"form-placeholder": {
|
|
67
|
-
"username": "
|
|
68
|
-
"password": "
|
|
67
|
+
"username": "あなたのユーザ名",
|
|
68
|
+
"password": "あなたのパスワード"
|
|
69
69
|
},
|
|
70
70
|
"form-validation": {
|
|
71
|
-
"required-field": "
|
|
72
|
-
"required-min-length": "
|
|
73
|
-
"unable-to-sign-in": "
|
|
74
|
-
"username-or-password-cant-be-empty": "
|
|
71
|
+
"required-field": "この項目は必ず入力して下さい",
|
|
72
|
+
"required-min-length": "この項目は{{length}}文字以上入力して下さい",
|
|
73
|
+
"unable-to-sign-in": "サインインできません",
|
|
74
|
+
"username-or-password-cant-be-empty": "ユーザ名とパスワードは空にできません"
|
|
75
75
|
},
|
|
76
76
|
"help": {
|
|
77
|
-
"title": "
|
|
78
|
-
"sub-title": "
|
|
79
|
-
"first-step": "1.
|
|
77
|
+
"title": "まだパッケージが登録されていません",
|
|
78
|
+
"sub-title": "以下の手順で最初のパッケージを登録しましょう",
|
|
79
|
+
"first-step": "1. ログイン",
|
|
80
80
|
"first-step-command-line": "npm adduser --registry {{registryUrl}}",
|
|
81
|
-
"second-step": "2.
|
|
81
|
+
"second-step": "2. 登録",
|
|
82
82
|
"second-step-command-line": "npm publish --registry {{registryUrl}}",
|
|
83
|
-
"third-step": "3.
|
|
83
|
+
"third-step": "3. このページを再読み込みして下さい"
|
|
84
84
|
},
|
|
85
85
|
"sidebar": {
|
|
86
86
|
"detail": {
|
|
87
|
-
"latest-version": "
|
|
87
|
+
"latest-version": "最新バージョンは{{version}}です",
|
|
88
88
|
"version": "v{{version}}"
|
|
89
89
|
},
|
|
90
90
|
"installation": {
|
|
91
|
-
"title": "
|
|
92
|
-
"install-using-yarn": "
|
|
91
|
+
"title": "インストール方法",
|
|
92
|
+
"install-using-yarn": "yarnでインストール",
|
|
93
93
|
"install-using-yarn-command": "yarn add {{packageName}}",
|
|
94
|
-
"install-using-npm": "
|
|
94
|
+
"install-using-npm": "npmでインストール",
|
|
95
95
|
"install-using-npm-command": "npm install {{packageName}}",
|
|
96
|
-
"install-using-pnpm": "
|
|
96
|
+
"install-using-pnpm": "pnpmでインストール",
|
|
97
97
|
"install-using-pnpm-command": "pnpm install {{packageName}}"
|
|
98
98
|
},
|
|
99
99
|
"repository": {
|
|
100
|
-
"title": "
|
|
100
|
+
"title": "リポジトリ"
|
|
101
101
|
},
|
|
102
102
|
"author": {
|
|
103
|
-
"title": "
|
|
103
|
+
"title": "作者"
|
|
104
104
|
},
|
|
105
105
|
"distribution": {
|
|
106
|
-
"title": "
|
|
107
|
-
"license": "
|
|
108
|
-
"size": "
|
|
109
|
-
"file-count": "
|
|
106
|
+
"title": "最新の配信内容",
|
|
107
|
+
"license": "ライセンス",
|
|
108
|
+
"size": "サイズ",
|
|
109
|
+
"file-count": "ファイル数"
|
|
110
110
|
},
|
|
111
111
|
"maintainers": {
|
|
112
|
-
"title": "
|
|
112
|
+
"title": "パッケージメンテナ"
|
|
113
113
|
},
|
|
114
114
|
"contributors": {
|
|
115
|
-
"title": "
|
|
115
|
+
"title": "コントリビューター"
|
|
116
116
|
},
|
|
117
117
|
"engines": {
|
|
118
118
|
"npm-version": "NPM Version",
|
|
@@ -124,27 +124,27 @@
|
|
|
124
124
|
"made-with-love-on": "Made with <0>♥</0> on"
|
|
125
125
|
},
|
|
126
126
|
"button": {
|
|
127
|
-
"close": "
|
|
128
|
-
"cancel": "
|
|
129
|
-
"login": "
|
|
130
|
-
"logout": "
|
|
131
|
-
"go-to-the-home-page": "
|
|
132
|
-
"learn-more": "
|
|
133
|
-
"fund-this-package": "
|
|
127
|
+
"close": "閉じる",
|
|
128
|
+
"cancel": "キャンセル",
|
|
129
|
+
"login": "ログイン",
|
|
130
|
+
"logout": "ログアウト",
|
|
131
|
+
"go-to-the-home-page": "トップページに戻る",
|
|
132
|
+
"learn-more": "もっと知る",
|
|
133
|
+
"fund-this-package": "このパッケージに<0>投資</0>"
|
|
134
134
|
},
|
|
135
135
|
"error": {
|
|
136
|
-
"unspecific": "
|
|
136
|
+
"unspecific": "何か問題が発生したようです。",
|
|
137
137
|
"404": {
|
|
138
138
|
"page-not-found": "404 - Page not found",
|
|
139
|
-
"sorry-we-could-not-find-it": "
|
|
139
|
+
"sorry-we-could-not-find-it": "残念ながら、ご指定のページはありませんでした…。"
|
|
140
140
|
},
|
|
141
141
|
"app-context-not-correct-used": "The app context was not used correctly",
|
|
142
142
|
"theme-context-not-correct-used": "The theme context was not used correctly",
|
|
143
143
|
"package-meta-is-required-at-detail-context": "packageMeta is required at DetailContext"
|
|
144
144
|
},
|
|
145
145
|
"lng": {
|
|
146
|
-
"english": "
|
|
147
|
-
"czech": "
|
|
146
|
+
"english": "英語",
|
|
147
|
+
"czech": "チェコ人",
|
|
148
148
|
"japanese": "Japanese",
|
|
149
149
|
"portuguese": "Portuguese",
|
|
150
150
|
"spanish": "Spanish",
|