@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,142 +1,142 @@
|
|
|
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": "Скачать архив"
|
|
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": "
|
|
16
|
+
"documentation": "Документация",
|
|
17
|
+
"registry-info": "Информация о реестре",
|
|
18
18
|
"registry-info-link": "Learn more",
|
|
19
19
|
"registry-no-conf": "No configurations available",
|
|
20
|
-
"greetings": "
|
|
20
|
+
"greetings": "Привет "
|
|
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
33
|
"uplinks": "Аплинки",
|
|
34
|
-
"versions": "
|
|
35
|
-
"dependencies": "
|
|
36
|
-
"readme": "
|
|
34
|
+
"versions": "Версии",
|
|
35
|
+
"dependencies": "Зависимости",
|
|
36
|
+
"readme": "Описание"
|
|
37
37
|
},
|
|
38
38
|
"uplinks": {
|
|
39
39
|
"title": "Аплинки",
|
|
40
|
-
"no-items": "{{name}}
|
|
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": "Скачать"
|
|
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
91
|
"title": "Установка",
|
|
92
|
-
"install-using-yarn": "
|
|
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
|
-
"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
|
|
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
|
-
"page-not-found": "404 -
|
|
139
|
-
"sorry-we-could-not-find-it": "
|
|
138
|
+
"page-not-found": "404 - Страница не найдена",
|
|
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",
|
|
@@ -3,92 +3,92 @@
|
|
|
3
3
|
"author-anonymous": "Anonim",
|
|
4
4
|
"author-unknown": "Bilinmeyen",
|
|
5
5
|
"action-bar-action": {
|
|
6
|
-
"visit-home-page": "
|
|
7
|
-
"open-an-issue": "
|
|
8
|
-
"download-tarball": "
|
|
6
|
+
"visit-home-page": "Ana sayfayı ziyaret et",
|
|
7
|
+
"open-an-issue": "Sorunları aç",
|
|
8
|
+
"download-tarball": "Arşivi indir"
|
|
9
9
|
},
|
|
10
10
|
"dialog": {
|
|
11
11
|
"registry-info": {
|
|
12
|
-
"title": "
|
|
12
|
+
"title": "Kayıt Bilgisi"
|
|
13
13
|
}
|
|
14
14
|
},
|
|
15
15
|
"header": {
|
|
16
|
-
"documentation": "
|
|
17
|
-
"registry-info": "
|
|
16
|
+
"documentation": "Dokümantasyon",
|
|
17
|
+
"registry-info": "Kayıt Bilgileri",
|
|
18
18
|
"registry-info-link": "Learn more",
|
|
19
19
|
"registry-no-conf": "No configurations available",
|
|
20
|
-
"greetings": "
|
|
20
|
+
"greetings": "Merhaba "
|
|
21
21
|
},
|
|
22
22
|
"search": {
|
|
23
|
-
"packages": "
|
|
23
|
+
"packages": "Paket Ara"
|
|
24
24
|
},
|
|
25
25
|
"autoComplete": {
|
|
26
|
-
"loading": "
|
|
27
|
-
"no-results-found": "
|
|
28
|
-
"clear": "
|
|
29
|
-
"expand": "
|
|
30
|
-
"collapse": "
|
|
26
|
+
"loading": "Yükleniyor...",
|
|
27
|
+
"no-results-found": "Sonuç bulunamadı",
|
|
28
|
+
"clear": "Temizle",
|
|
29
|
+
"expand": "Genişlet",
|
|
30
|
+
"collapse": "Dök"
|
|
31
31
|
},
|
|
32
32
|
"tab": {
|
|
33
|
-
"uplinks": "
|
|
33
|
+
"uplinks": "Bağlantılar",
|
|
34
34
|
"versions": "Versiyonlar",
|
|
35
|
-
"dependencies": "
|
|
36
|
-
"readme": "
|
|
35
|
+
"dependencies": "Bağımlılıklar",
|
|
36
|
+
"readme": "Beni Oku"
|
|
37
37
|
},
|
|
38
38
|
"uplinks": {
|
|
39
|
-
"title": "
|
|
40
|
-
"no-items": "{{name}}
|
|
39
|
+
"title": "Bağlantılar",
|
|
40
|
+
"no-items": "{{name}} bağlantısı yok"
|
|
41
41
|
},
|
|
42
42
|
"versions": {
|
|
43
|
-
"current-tags": "
|
|
44
|
-
"version-history": "
|
|
45
|
-
"not-available": "
|
|
43
|
+
"current-tags": "Mevcut Etiketler",
|
|
44
|
+
"version-history": "Sürüm Tarihçesi",
|
|
45
|
+
"not-available": "Mevcut değil"
|
|
46
46
|
},
|
|
47
47
|
"package": {
|
|
48
|
-
"published-on": "
|
|
48
|
+
"published-on": "{{time}}'de yayınlandı •",
|
|
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": "Ana sayfayı ziyaret et",
|
|
51
|
+
"homepage": "Ana sayfa",
|
|
52
|
+
"open-an-issue": "Sorunları aç",
|
|
53
|
+
"bugs": "Hatalar",
|
|
54
|
+
"download": "İndir {{what}}",
|
|
55
|
+
"the-tar-file": "arşiv dosyası",
|
|
56
|
+
"tarball": "Arşiv"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"has-no-dependencies": "{{package}}
|
|
59
|
+
"has-no-dependencies": "{{package}} bağımlılığı yok.",
|
|
60
60
|
"dependency-block": "{{package}}@{{version}}"
|
|
61
61
|
},
|
|
62
62
|
"form": {
|
|
63
|
-
"username": "
|
|
64
|
-
"password": "
|
|
63
|
+
"username": "Kullanıcı Adı",
|
|
64
|
+
"password": "Parola"
|
|
65
65
|
},
|
|
66
66
|
"form-placeholder": {
|
|
67
|
-
"username": "
|
|
68
|
-
"password": "
|
|
67
|
+
"username": "Kullanıcı adınız",
|
|
68
|
+
"password": "Parolanız"
|
|
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": "Bu alan gereklidir",
|
|
72
|
+
"required-min-length": "Bu alan en az {{length}} karakter uzunluğunda olmalıdır",
|
|
73
|
+
"unable-to-sign-in": "Oturum açılamıyor",
|
|
74
|
+
"username-or-password-cant-be-empty": "Kullanıcı adı veya parola boş olamaz!"
|
|
75
75
|
},
|
|
76
76
|
"help": {
|
|
77
|
-
"title": "
|
|
78
|
-
"sub-title": "
|
|
79
|
-
"first-step": "1.
|
|
77
|
+
"title": "Henüz Paket Yayınlanmadı.",
|
|
78
|
+
"sub-title": "İlk paketinizi yayınlamak için:",
|
|
79
|
+
"first-step": "1. Giriş",
|
|
80
80
|
"first-step-command-line": "npm adduser --registry {{registryUrl}}",
|
|
81
|
-
"second-step": "2.
|
|
81
|
+
"second-step": "2. Yayınla",
|
|
82
82
|
"second-step-command-line": "npm publish --registry {{registryUrl}}",
|
|
83
|
-
"third-step": "3.
|
|
83
|
+
"third-step": "3. Sayfayı yenile."
|
|
84
84
|
},
|
|
85
85
|
"sidebar": {
|
|
86
86
|
"detail": {
|
|
87
|
-
"latest-version": "
|
|
87
|
+
"latest-version": "En son sürüm v{{version}}",
|
|
88
88
|
"version": "v{{version}}"
|
|
89
89
|
},
|
|
90
90
|
"installation": {
|
|
91
|
-
"title": "
|
|
91
|
+
"title": "Kurulum",
|
|
92
92
|
"install-using-yarn": "Yarn kullanarak indir",
|
|
93
93
|
"install-using-yarn-command": "yarn add {{packageName}}",
|
|
94
94
|
"install-using-npm": "Npm kullanarak indir",
|
|
@@ -97,22 +97,22 @@
|
|
|
97
97
|
"install-using-pnpm-command": "pnpm install {{packageName}}"
|
|
98
98
|
},
|
|
99
99
|
"repository": {
|
|
100
|
-
"title": "
|
|
100
|
+
"title": "Depo"
|
|
101
101
|
},
|
|
102
102
|
"author": {
|
|
103
|
-
"title": "
|
|
103
|
+
"title": "Yazar"
|
|
104
104
|
},
|
|
105
105
|
"distribution": {
|
|
106
|
-
"title": "
|
|
107
|
-
"license": "
|
|
108
|
-
"size": "
|
|
109
|
-
"file-count": "
|
|
106
|
+
"title": "Son Dağıtım",
|
|
107
|
+
"license": "Lisans",
|
|
108
|
+
"size": "Boyut",
|
|
109
|
+
"file-count": "Bakımcılar"
|
|
110
110
|
},
|
|
111
111
|
"maintainers": {
|
|
112
|
-
"title": "
|
|
112
|
+
"title": "Bakımcılar"
|
|
113
113
|
},
|
|
114
114
|
"contributors": {
|
|
115
|
-
"title": "
|
|
115
|
+
"title": "Katkıda bulunanlar"
|
|
116
116
|
},
|
|
117
117
|
"engines": {
|
|
118
118
|
"npm-version": "NPM Version",
|
|
@@ -120,23 +120,23 @@
|
|
|
120
120
|
}
|
|
121
121
|
},
|
|
122
122
|
"footer": {
|
|
123
|
-
"powered-by": "
|
|
124
|
-
"made-with-love-on": "
|
|
123
|
+
"powered-by": "Destekleyen",
|
|
124
|
+
"made-with-love-on": "<0>♥</0> ile yapılmıştı"
|
|
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": "Kapat",
|
|
128
|
+
"cancel": "İptal",
|
|
129
|
+
"login": "Giriş",
|
|
130
|
+
"logout": "Çıkış",
|
|
131
|
+
"go-to-the-home-page": "Ana sayfaya git",
|
|
132
|
+
"learn-more": "Daha Fazlasını Öğren",
|
|
133
|
+
"fund-this-package": "Bu paketi <0>fonla</0>"
|
|
134
134
|
},
|
|
135
135
|
"error": {
|
|
136
|
-
"unspecific": "
|
|
136
|
+
"unspecific": "Bir şeyler ters gitti.",
|
|
137
137
|
"404": {
|
|
138
|
-
"page-not-found": "404 -
|
|
139
|
-
"sorry-we-could-not-find-it": "
|
|
138
|
+
"page-not-found": "404 - Sayfa bulunamadı",
|
|
139
|
+
"sorry-we-could-not-find-it": "Üzgünüz, bunu bulamadık.."
|
|
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,15 +1,15 @@
|
|
|
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": "Завантажити архів"
|
|
9
9
|
},
|
|
10
10
|
"dialog": {
|
|
11
11
|
"registry-info": {
|
|
12
|
-
"title": "
|
|
12
|
+
"title": "Інформація про реєстр"
|
|
13
13
|
}
|
|
14
14
|
},
|
|
15
15
|
"header": {
|
|
@@ -17,126 +17,126 @@
|
|
|
17
17
|
"registry-info": "Registry Information",
|
|
18
18
|
"registry-info-link": "Learn more",
|
|
19
19
|
"registry-no-conf": "No configurations available",
|
|
20
|
-
"greetings": "
|
|
20
|
+
"greetings": "Привіт "
|
|
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
33
|
"uplinks": "Uplinks",
|
|
34
|
-
"versions": "
|
|
35
|
-
"dependencies": "
|
|
36
|
-
"readme": "
|
|
34
|
+
"versions": "Версії",
|
|
35
|
+
"dependencies": "Залежності",
|
|
36
|
+
"readme": "Опис"
|
|
37
37
|
},
|
|
38
38
|
"uplinks": {
|
|
39
39
|
"title": "Uplinks",
|
|
40
|
-
"no-items": "{{name}}
|
|
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": "Завантажити"
|
|
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": "
|
|
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
|
-
"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
|
|
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
|
-
"page-not-found": "404 -
|
|
139
|
-
"sorry-we-could-not-find-it": "
|
|
138
|
+
"page-not-found": "404 - Сторінку не знайдено",
|
|
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",
|