@cloud-ru/uikit-product-locale 2.3.0 → 2.4.0
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 +11 -0
- package/dist/cjs/locales/en_GB.d.ts +3 -0
- package/dist/cjs/locales/en_GB.js +3 -0
- package/dist/cjs/locales/ru_RU.js +3 -0
- package/dist/esm/locales/en_GB.d.ts +3 -0
- package/dist/esm/locales/en_GB.js +3 -0
- package/dist/esm/locales/ru_RU.js +3 -0
- package/package.json +2 -2
- package/src/locales/en_GB.ts +3 -0
- package/src/locales/ru_RU.ts +3 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# 2.4.0 (2026-02-18)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **AINFR-4749:** locales ([63dd440](https://github.com/cloud-ru-tech/uikit-product/commit/63dd440e5ca1ecaf004863f2616b50a303d7feda))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# 2.3.0 (2026-02-17)
|
|
7
18
|
|
|
8
19
|
|
|
@@ -399,6 +399,9 @@ exports.en_GB = {
|
|
|
399
399
|
tooltipDescription: 'AI assistant in the cloud',
|
|
400
400
|
documentationLink: 'Documentation',
|
|
401
401
|
},
|
|
402
|
+
VmAgentField: {
|
|
403
|
+
placeholder: 'Введите свой запрос',
|
|
404
|
+
},
|
|
402
405
|
SshField: {
|
|
403
406
|
placeholder: 'Copy and paste SSH key or attach a file',
|
|
404
407
|
chatStatusAnnouncement: {
|
|
@@ -399,6 +399,9 @@ exports.ru_RU = {
|
|
|
399
399
|
tooltipDescription: 'ИИ-помощник в облаке',
|
|
400
400
|
documentationLink: 'Документация',
|
|
401
401
|
},
|
|
402
|
+
VmAgentField: {
|
|
403
|
+
placeholder: 'Введите свой запрос',
|
|
404
|
+
},
|
|
402
405
|
SshField: {
|
|
403
406
|
placeholder: 'Скопируйте и вставьте SSH-ключ или прикрепите файл',
|
|
404
407
|
chatStatusAnnouncement: {
|
|
@@ -396,6 +396,9 @@ export const en_GB = {
|
|
|
396
396
|
tooltipDescription: 'AI assistant in the cloud',
|
|
397
397
|
documentationLink: 'Documentation',
|
|
398
398
|
},
|
|
399
|
+
VmAgentField: {
|
|
400
|
+
placeholder: 'Введите свой запрос',
|
|
401
|
+
},
|
|
399
402
|
SshField: {
|
|
400
403
|
placeholder: 'Copy and paste SSH key or attach a file',
|
|
401
404
|
chatStatusAnnouncement: {
|
|
@@ -396,6 +396,9 @@ export const ru_RU = {
|
|
|
396
396
|
tooltipDescription: 'ИИ-помощник в облаке',
|
|
397
397
|
documentationLink: 'Документация',
|
|
398
398
|
},
|
|
399
|
+
VmAgentField: {
|
|
400
|
+
placeholder: 'Введите свой запрос',
|
|
401
|
+
},
|
|
399
402
|
SshField: {
|
|
400
403
|
placeholder: 'Скопируйте и вставьте SSH-ключ или прикрепите файл',
|
|
401
404
|
chatStatusAnnouncement: {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-ru/uikit-product-locale",
|
|
3
3
|
"title": "Locale",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.4.0",
|
|
5
5
|
"sideEffects": [
|
|
6
6
|
"*.css",
|
|
7
7
|
"*.woff",
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"@types/lodash.merge": "4.6.9",
|
|
48
48
|
"@types/lodash.set": "4.3.9"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "009354890e4be8948b4b89fcaaeaa23542217b65"
|
|
51
51
|
}
|
package/src/locales/en_GB.ts
CHANGED
|
@@ -409,6 +409,9 @@ export const en_GB = {
|
|
|
409
409
|
tooltipDescription: 'AI assistant in the cloud',
|
|
410
410
|
documentationLink: 'Documentation',
|
|
411
411
|
},
|
|
412
|
+
VmAgentField: {
|
|
413
|
+
placeholder: 'Введите свой запрос',
|
|
414
|
+
},
|
|
412
415
|
SshField: {
|
|
413
416
|
placeholder: 'Copy and paste SSH key or attach a file',
|
|
414
417
|
chatStatusAnnouncement: {
|
package/src/locales/ru_RU.ts
CHANGED
|
@@ -410,6 +410,9 @@ export const ru_RU: typeof en_GB = {
|
|
|
410
410
|
tooltipDescription: 'ИИ-помощник в облаке',
|
|
411
411
|
documentationLink: 'Документация',
|
|
412
412
|
},
|
|
413
|
+
VmAgentField: {
|
|
414
|
+
placeholder: 'Введите свой запрос',
|
|
415
|
+
},
|
|
413
416
|
SshField: {
|
|
414
417
|
placeholder: 'Скопируйте и вставьте SSH-ключ или прикрепите файл',
|
|
415
418
|
chatStatusAnnouncement: {
|