@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
|
@@ -1,144 +1,144 @@
|
|
|
1
1
|
{
|
|
2
2
|
"copy-to-clipboard": "ចម្លងទៅក្ដារតម្បៀតខ្ទាស់",
|
|
3
|
-
"author-anonymous": "
|
|
4
|
-
"author-unknown": "
|
|
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": "ទាញយក tarball"
|
|
9
9
|
},
|
|
10
10
|
"dialog": {
|
|
11
11
|
"registry-info": {
|
|
12
|
-
"title": "Registry
|
|
12
|
+
"title": "ព័ត៌មានអំពី Registry"
|
|
13
13
|
}
|
|
14
14
|
},
|
|
15
15
|
"header": {
|
|
16
|
-
"documentation": "
|
|
17
|
-
"registry-info": "
|
|
18
|
-
"registry-info-link": "
|
|
16
|
+
"documentation": "ឯកសារ",
|
|
17
|
+
"registry-info": "ព័ត៌មានការចុះឈ្មោះ",
|
|
18
|
+
"registry-info-link": "ស្វែងយល់បន្ថែម",
|
|
19
19
|
"registry-no-conf": "No configurations available",
|
|
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": "
|
|
36
|
-
"readme": "
|
|
33
|
+
"uplinks": "ភ្ជាប់តំណទៅ",
|
|
34
|
+
"versions": "កំណែ",
|
|
35
|
+
"dependencies": "អាស្រ័យលើ",
|
|
36
|
+
"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": "
|
|
43
|
+
"current-tags": "ស្លាកបច្ចុប្បន្ន",
|
|
44
|
+
"version-history": "ប្រវត្តិសាស្រ្តជំនាន់",
|
|
45
45
|
"not-available": "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": "Tarball"
|
|
50
|
+
"visit-home-page": "ចូលមើលគេហទំព័រ",
|
|
51
|
+
"homepage": "គេហទំព័រ",
|
|
52
|
+
"open-an-issue": "បើកបញ្ហា",
|
|
53
|
+
"bugs": "កំហុស",
|
|
54
|
+
"download": "ទាញយក {{what}}",
|
|
55
|
+
"the-tar-file": "ឯកសាជា tar",
|
|
56
|
+
"tarball": "ឯកសារ Tarball"
|
|
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": "ចុងក្រោយ v{{version}}",
|
|
88
88
|
"version": "v{{version}}"
|
|
89
89
|
},
|
|
90
90
|
"installation": {
|
|
91
|
-
"title": "
|
|
92
|
-
"install-using-yarn": "
|
|
93
|
-
"install-using-yarn-command": "
|
|
94
|
-
"install-using-npm": "
|
|
91
|
+
"title": "ការដំឡើង",
|
|
92
|
+
"install-using-yarn": "ដំឡើងដោយប្រើ yarn",
|
|
93
|
+
"install-using-yarn-command": "ដំឡើងដោយប្រើ 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
|
-
"npm-version": "NPM
|
|
118
|
+
"npm-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": "ឧបត្ថម្ភដោយ",
|
|
124
|
+
"made-with-love-on": "ផលិតជាមួយ <0>♥</0> លើ"
|
|
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>Fund</0>
|
|
127
|
+
"close": "បិទ",
|
|
128
|
+
"cancel": "បោះបង់",
|
|
129
|
+
"login": "ចូល",
|
|
130
|
+
"logout": "ចាកចេញ",
|
|
131
|
+
"go-to-the-home-page": "ទៅទំព័រដើម",
|
|
132
|
+
"learn-more": "ស្វែងយល់បន្ថែម",
|
|
133
|
+
"fund-this-package": "<0>Fund</0> កញ្ចប់នេះ"
|
|
134
134
|
},
|
|
135
135
|
"error": {
|
|
136
|
-
"unspecific": "
|
|
136
|
+
"unspecific": "មានអ្វីមួយមិនប្រក្រតី។",
|
|
137
137
|
"404": {
|
|
138
|
-
"page-not-found": "
|
|
139
|
-
"sorry-we-could-not-find-it": "
|
|
138
|
+
"page-not-found": "៤០៤ - រកមិនឃើញទំព័រ",
|
|
139
|
+
"sorry-we-could-not-find-it": "សូមទោសយើងមិនអាចរកវាឃើញទេ..."
|
|
140
140
|
},
|
|
141
|
-
"app-context-not-correct-used": "
|
|
141
|
+
"app-context-not-correct-used": "បរិបទកម្មវិធីមិនត្រូវបានប្រើត្រឹមត្រូវទេ",
|
|
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
|
},
|
|
@@ -1,142 +1,142 @@
|
|
|
1
1
|
{
|
|
2
|
-
"copy-to-clipboard": "
|
|
3
|
-
"author-anonymous": "
|
|
4
|
-
"author-unknown": "
|
|
2
|
+
"copy-to-clipboard": "Copiar para área de transferência",
|
|
3
|
+
"author-anonymous": "Anônimo(a)",
|
|
4
|
+
"author-unknown": "Desconhecido",
|
|
5
5
|
"action-bar-action": {
|
|
6
|
-
"visit-home-page": "
|
|
7
|
-
"open-an-issue": "
|
|
8
|
-
"download-tarball": "
|
|
6
|
+
"visit-home-page": "Visitar a página inicial",
|
|
7
|
+
"open-an-issue": "Criar um incident",
|
|
8
|
+
"download-tarball": "Baixar Tarball"
|
|
9
9
|
},
|
|
10
10
|
"dialog": {
|
|
11
11
|
"registry-info": {
|
|
12
|
-
"title": "
|
|
12
|
+
"title": "Informações do Registro"
|
|
13
13
|
}
|
|
14
14
|
},
|
|
15
15
|
"header": {
|
|
16
|
-
"documentation": "
|
|
17
|
-
"registry-info": "
|
|
16
|
+
"documentation": "Documentação",
|
|
17
|
+
"registry-info": "Informações do Registro",
|
|
18
18
|
"registry-info-link": "Learn more",
|
|
19
19
|
"registry-no-conf": "No configurations available",
|
|
20
|
-
"greetings": "
|
|
20
|
+
"greetings": "Oi "
|
|
21
21
|
},
|
|
22
22
|
"search": {
|
|
23
|
-
"packages": "
|
|
23
|
+
"packages": "Pesquisar Pacotes"
|
|
24
24
|
},
|
|
25
25
|
"autoComplete": {
|
|
26
|
-
"loading": "
|
|
27
|
-
"no-results-found": "
|
|
28
|
-
"clear": "
|
|
29
|
-
"expand": "
|
|
30
|
-
"collapse": "
|
|
26
|
+
"loading": "Carregando...",
|
|
27
|
+
"no-results-found": "\"Nenhum resultado encontrado",
|
|
28
|
+
"clear": "Limpar",
|
|
29
|
+
"expand": "Expandir",
|
|
30
|
+
"collapse": "Retrair"
|
|
31
31
|
},
|
|
32
32
|
"tab": {
|
|
33
33
|
"uplinks": "Uplinks",
|
|
34
|
-
"versions": "
|
|
35
|
-
"dependencies": "
|
|
36
|
-
"readme": "
|
|
34
|
+
"versions": "Versões",
|
|
35
|
+
"dependencies": "Dependências",
|
|
36
|
+
"readme": "Leia-me"
|
|
37
37
|
},
|
|
38
38
|
"uplinks": {
|
|
39
39
|
"title": "Uplinks",
|
|
40
|
-
"no-items": "{{name}}
|
|
40
|
+
"no-items": "{{name}} não tem uplinks."
|
|
41
41
|
},
|
|
42
42
|
"versions": {
|
|
43
|
-
"current-tags": "
|
|
44
|
-
"version-history": "
|
|
45
|
-
"not-available": "
|
|
43
|
+
"current-tags": "Tags atuais",
|
|
44
|
+
"version-history": "Histórico de versões",
|
|
45
|
+
"not-available": "Não disponível"
|
|
46
46
|
},
|
|
47
47
|
"package": {
|
|
48
|
-
"published-on": "
|
|
48
|
+
"published-on": "Publicado em {{time}} •",
|
|
49
49
|
"version": "v{{version}}",
|
|
50
|
-
"visit-home-page": "
|
|
51
|
-
"homepage": "
|
|
52
|
-
"open-an-issue": "
|
|
53
|
-
"bugs": "
|
|
54
|
-
"download": "
|
|
55
|
-
"the-tar-file": "
|
|
50
|
+
"visit-home-page": "Visitar a página inicial",
|
|
51
|
+
"homepage": "Página inicial",
|
|
52
|
+
"open-an-issue": "Criar um incident",
|
|
53
|
+
"bugs": "Erros",
|
|
54
|
+
"download": "Baixar {{what}}",
|
|
55
|
+
"the-tar-file": "o arquivo tar",
|
|
56
56
|
"tarball": "Tarball"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"has-no-dependencies": "{{package}}
|
|
59
|
+
"has-no-dependencies": "{{package}} não tem dependências.",
|
|
60
60
|
"dependency-block": "{{package}}@{{version}}"
|
|
61
61
|
},
|
|
62
62
|
"form": {
|
|
63
|
-
"username": "
|
|
64
|
-
"password": "
|
|
63
|
+
"username": "Nome do usuário",
|
|
64
|
+
"password": "Senha"
|
|
65
65
|
},
|
|
66
66
|
"form-placeholder": {
|
|
67
|
-
"username": "
|
|
68
|
-
"password": "
|
|
67
|
+
"username": "O seu nome",
|
|
68
|
+
"password": "A sua senha forte"
|
|
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": "Este campo é obrigatório",
|
|
72
|
+
"required-min-length": "Este campo requer o mínimo de {{length}} caracteres",
|
|
73
|
+
"unable-to-sign-in": "Não foi possível fazer login",
|
|
74
|
+
"username-or-password-cant-be-empty": "Nome de usuário ou senha não podem estar vazios!"
|
|
75
75
|
},
|
|
76
76
|
"help": {
|
|
77
|
-
"title": "
|
|
78
|
-
"sub-title": "
|
|
79
|
-
"first-step": "1.
|
|
77
|
+
"title": "Nenhum pacote publicado ainda.",
|
|
78
|
+
"sub-title": "Para publicar seu primeiro pacote apenas:",
|
|
79
|
+
"first-step": "1. Faça login",
|
|
80
80
|
"first-step-command-line": "npm adduser --registry {{registryUrl}}",
|
|
81
|
-
"second-step": "2.
|
|
81
|
+
"second-step": "2. Publique",
|
|
82
82
|
"second-step-command-line": "npm publish --registry {{registryUrl}}",
|
|
83
|
-
"third-step": "3.
|
|
83
|
+
"third-step": "3. Atualize esta página."
|
|
84
84
|
},
|
|
85
85
|
"sidebar": {
|
|
86
86
|
"detail": {
|
|
87
|
-
"latest-version": "
|
|
87
|
+
"latest-version": "Última versão: v{{version}}",
|
|
88
88
|
"version": "v{{version}}"
|
|
89
89
|
},
|
|
90
90
|
"installation": {
|
|
91
91
|
"title": "Instalação",
|
|
92
|
-
"install-using-yarn": "
|
|
92
|
+
"install-using-yarn": "Instale usando yarn",
|
|
93
93
|
"install-using-yarn-command": "yarn add {{packageName}}",
|
|
94
|
-
"install-using-npm": "
|
|
94
|
+
"install-using-npm": "Instale usando npm",
|
|
95
95
|
"install-using-npm-command": "npm install {{packageName}}",
|
|
96
|
-
"install-using-pnpm": "
|
|
96
|
+
"install-using-pnpm": "Instale usando pnpm",
|
|
97
97
|
"install-using-pnpm-command": "pnpm install {{packageName}}"
|
|
98
98
|
},
|
|
99
99
|
"repository": {
|
|
100
|
-
"title": "
|
|
100
|
+
"title": "Repositório"
|
|
101
101
|
},
|
|
102
102
|
"author": {
|
|
103
|
-
"title": "
|
|
103
|
+
"title": "Autor(a)"
|
|
104
104
|
},
|
|
105
105
|
"distribution": {
|
|
106
|
-
"title": "
|
|
107
|
-
"license": "
|
|
108
|
-
"size": "
|
|
109
|
-
"file-count": "
|
|
106
|
+
"title": "Distribuição mais recente",
|
|
107
|
+
"license": "Licença",
|
|
108
|
+
"size": "Tamanho",
|
|
109
|
+
"file-count": "Contagem de arquivos"
|
|
110
110
|
},
|
|
111
111
|
"maintainers": {
|
|
112
|
-
"title": "
|
|
112
|
+
"title": "Mantenedores(as)"
|
|
113
113
|
},
|
|
114
114
|
"contributors": {
|
|
115
|
-
"title": "
|
|
115
|
+
"title": "Contribuidores(as)"
|
|
116
116
|
},
|
|
117
117
|
"engines": {
|
|
118
|
-
"npm-version": "NPM
|
|
118
|
+
"npm-version": "Versão 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": "Feito por",
|
|
124
|
+
"made-with-love-on": "Feito com amor <0>♥</0> no(a)"
|
|
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": "Fechar",
|
|
128
|
+
"cancel": "Cancelar",
|
|
129
|
+
"login": "Conectar",
|
|
130
|
+
"logout": "Desconectar",
|
|
131
|
+
"go-to-the-home-page": "Ir para a página inicial",
|
|
132
|
+
"learn-more": "Leia mais",
|
|
133
|
+
"fund-this-package": "<0>Financie</0> este pacote"
|
|
134
134
|
},
|
|
135
135
|
"error": {
|
|
136
|
-
"unspecific": "
|
|
136
|
+
"unspecific": "Algo deu errado.",
|
|
137
137
|
"404": {
|
|
138
|
-
"page-not-found": "404 -
|
|
139
|
-
"sorry-we-could-not-find-it": "
|
|
138
|
+
"page-not-found": "404 - Página não encontrada",
|
|
139
|
+
"sorry-we-could-not-find-it": "Desculpe, não conseguimos encontrar..."
|
|
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",
|