@cloud-ru/uikit-product-locale 2.2.1 → 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 +22 -0
- package/dist/cjs/locales/en_GB.d.ts +7 -0
- package/dist/cjs/locales/en_GB.js +7 -0
- package/dist/cjs/locales/ru_RU.js +7 -0
- package/dist/esm/locales/en_GB.d.ts +7 -0
- package/dist/esm/locales/en_GB.js +7 -0
- package/dist/esm/locales/ru_RU.js +7 -0
- package/package.json +2 -2
- package/src/locales/en_GB.ts +9 -0
- package/src/locales/ru_RU.ts +9 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,28 @@
|
|
|
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
|
+
|
|
17
|
+
# 2.3.0 (2026-02-17)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* **PDS-3467:** add coveredByGrant to PriceSummary ([11bd338](https://github.com/cloud-ru-tech/uikit-product/commit/11bd338b9b77e0fec883770c6f10d957203bd4d0))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
6
28
|
## 2.2.1 (2026-02-16)
|
|
7
29
|
|
|
8
30
|
|
|
@@ -369,6 +369,10 @@ export declare const en_GB: {
|
|
|
369
369
|
docsLink: string;
|
|
370
370
|
dataError: string;
|
|
371
371
|
costLink: string;
|
|
372
|
+
coveredByGrant: string;
|
|
373
|
+
notCoveredByGrant: string;
|
|
374
|
+
coveredByGrantTooltip: string;
|
|
375
|
+
notCoveredByGrantTooltip: string;
|
|
372
376
|
};
|
|
373
377
|
PromoTagPredefined: {
|
|
374
378
|
connecting: string;
|
|
@@ -431,6 +435,9 @@ export declare const en_GB: {
|
|
|
431
435
|
tooltipDescription: string;
|
|
432
436
|
documentationLink: string;
|
|
433
437
|
};
|
|
438
|
+
VmAgentField: {
|
|
439
|
+
placeholder: string;
|
|
440
|
+
};
|
|
434
441
|
SshField: {
|
|
435
442
|
placeholder: string;
|
|
436
443
|
chatStatusAnnouncement: {
|
|
@@ -344,6 +344,10 @@ exports.en_GB = {
|
|
|
344
344
|
docsLink: 'More about tariffs and prices',
|
|
345
345
|
dataError: 'Loading error',
|
|
346
346
|
costLink: 'More about the cost',
|
|
347
|
+
coveredByGrant: 'Covered by grants',
|
|
348
|
+
notCoveredByGrant: 'Not covered by grants',
|
|
349
|
+
coveredByGrantTooltip: 'The order contains services that can be paid with a grant. Payment will be debited in bonuses.',
|
|
350
|
+
notCoveredByGrantTooltip: 'The order contains services that cannot be paid with a grant. Payment will be debited in rubles.',
|
|
347
351
|
},
|
|
348
352
|
PromoTagPredefined: {
|
|
349
353
|
connecting: 'Connecting',
|
|
@@ -395,6 +399,9 @@ exports.en_GB = {
|
|
|
395
399
|
tooltipDescription: 'AI assistant in the cloud',
|
|
396
400
|
documentationLink: 'Documentation',
|
|
397
401
|
},
|
|
402
|
+
VmAgentField: {
|
|
403
|
+
placeholder: 'Введите свой запрос',
|
|
404
|
+
},
|
|
398
405
|
SshField: {
|
|
399
406
|
placeholder: 'Copy and paste SSH key or attach a file',
|
|
400
407
|
chatStatusAnnouncement: {
|
|
@@ -344,6 +344,10 @@ exports.ru_RU = {
|
|
|
344
344
|
docsLink: 'Подробнее о тарифах и ценах',
|
|
345
345
|
dataError: 'Ошибка загрузки',
|
|
346
346
|
costLink: 'Подробнее о стоимости',
|
|
347
|
+
coveredByGrant: 'Покрывается грантами',
|
|
348
|
+
notCoveredByGrant: 'Не покрывается грантами',
|
|
349
|
+
coveredByGrantTooltip: 'В заказе есть сервисы, которые можно оплатить грантом. Оплата за эти сервисы будет списываться в бонусах.',
|
|
350
|
+
notCoveredByGrantTooltip: 'В заказе есть сервисы, которые нельзя оплатить грантом. Оплата за эти сервисы будет списываться в рублях.',
|
|
347
351
|
},
|
|
348
352
|
PromoTagPredefined: {
|
|
349
353
|
connecting: 'Подключается',
|
|
@@ -395,6 +399,9 @@ exports.ru_RU = {
|
|
|
395
399
|
tooltipDescription: 'ИИ-помощник в облаке',
|
|
396
400
|
documentationLink: 'Документация',
|
|
397
401
|
},
|
|
402
|
+
VmAgentField: {
|
|
403
|
+
placeholder: 'Введите свой запрос',
|
|
404
|
+
},
|
|
398
405
|
SshField: {
|
|
399
406
|
placeholder: 'Скопируйте и вставьте SSH-ключ или прикрепите файл',
|
|
400
407
|
chatStatusAnnouncement: {
|
|
@@ -369,6 +369,10 @@ export declare const en_GB: {
|
|
|
369
369
|
docsLink: string;
|
|
370
370
|
dataError: string;
|
|
371
371
|
costLink: string;
|
|
372
|
+
coveredByGrant: string;
|
|
373
|
+
notCoveredByGrant: string;
|
|
374
|
+
coveredByGrantTooltip: string;
|
|
375
|
+
notCoveredByGrantTooltip: string;
|
|
372
376
|
};
|
|
373
377
|
PromoTagPredefined: {
|
|
374
378
|
connecting: string;
|
|
@@ -431,6 +435,9 @@ export declare const en_GB: {
|
|
|
431
435
|
tooltipDescription: string;
|
|
432
436
|
documentationLink: string;
|
|
433
437
|
};
|
|
438
|
+
VmAgentField: {
|
|
439
|
+
placeholder: string;
|
|
440
|
+
};
|
|
434
441
|
SshField: {
|
|
435
442
|
placeholder: string;
|
|
436
443
|
chatStatusAnnouncement: {
|
|
@@ -341,6 +341,10 @@ export const en_GB = {
|
|
|
341
341
|
docsLink: 'More about tariffs and prices',
|
|
342
342
|
dataError: 'Loading error',
|
|
343
343
|
costLink: 'More about the cost',
|
|
344
|
+
coveredByGrant: 'Covered by grants',
|
|
345
|
+
notCoveredByGrant: 'Not covered by grants',
|
|
346
|
+
coveredByGrantTooltip: 'The order contains services that can be paid with a grant. Payment will be debited in bonuses.',
|
|
347
|
+
notCoveredByGrantTooltip: 'The order contains services that cannot be paid with a grant. Payment will be debited in rubles.',
|
|
344
348
|
},
|
|
345
349
|
PromoTagPredefined: {
|
|
346
350
|
connecting: 'Connecting',
|
|
@@ -392,6 +396,9 @@ export const en_GB = {
|
|
|
392
396
|
tooltipDescription: 'AI assistant in the cloud',
|
|
393
397
|
documentationLink: 'Documentation',
|
|
394
398
|
},
|
|
399
|
+
VmAgentField: {
|
|
400
|
+
placeholder: 'Введите свой запрос',
|
|
401
|
+
},
|
|
395
402
|
SshField: {
|
|
396
403
|
placeholder: 'Copy and paste SSH key or attach a file',
|
|
397
404
|
chatStatusAnnouncement: {
|
|
@@ -341,6 +341,10 @@ export const ru_RU = {
|
|
|
341
341
|
docsLink: 'Подробнее о тарифах и ценах',
|
|
342
342
|
dataError: 'Ошибка загрузки',
|
|
343
343
|
costLink: 'Подробнее о стоимости',
|
|
344
|
+
coveredByGrant: 'Покрывается грантами',
|
|
345
|
+
notCoveredByGrant: 'Не покрывается грантами',
|
|
346
|
+
coveredByGrantTooltip: 'В заказе есть сервисы, которые можно оплатить грантом. Оплата за эти сервисы будет списываться в бонусах.',
|
|
347
|
+
notCoveredByGrantTooltip: 'В заказе есть сервисы, которые нельзя оплатить грантом. Оплата за эти сервисы будет списываться в рублях.',
|
|
344
348
|
},
|
|
345
349
|
PromoTagPredefined: {
|
|
346
350
|
connecting: 'Подключается',
|
|
@@ -392,6 +396,9 @@ export const ru_RU = {
|
|
|
392
396
|
tooltipDescription: 'ИИ-помощник в облаке',
|
|
393
397
|
documentationLink: 'Документация',
|
|
394
398
|
},
|
|
399
|
+
VmAgentField: {
|
|
400
|
+
placeholder: 'Введите свой запрос',
|
|
401
|
+
},
|
|
395
402
|
SshField: {
|
|
396
403
|
placeholder: 'Скопируйте и вставьте SSH-ключ или прикрепите файл',
|
|
397
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
|
@@ -347,6 +347,12 @@ export const en_GB = {
|
|
|
347
347
|
docsLink: 'More about tariffs and prices',
|
|
348
348
|
dataError: 'Loading error',
|
|
349
349
|
costLink: 'More about the cost',
|
|
350
|
+
coveredByGrant: 'Covered by grants',
|
|
351
|
+
notCoveredByGrant: 'Not covered by grants',
|
|
352
|
+
coveredByGrantTooltip:
|
|
353
|
+
'The order contains services that can be paid with a grant. Payment will be debited in bonuses.',
|
|
354
|
+
notCoveredByGrantTooltip:
|
|
355
|
+
'The order contains services that cannot be paid with a grant. Payment will be debited in rubles.',
|
|
350
356
|
},
|
|
351
357
|
PromoTagPredefined: {
|
|
352
358
|
connecting: 'Connecting',
|
|
@@ -403,6 +409,9 @@ export const en_GB = {
|
|
|
403
409
|
tooltipDescription: 'AI assistant in the cloud',
|
|
404
410
|
documentationLink: 'Documentation',
|
|
405
411
|
},
|
|
412
|
+
VmAgentField: {
|
|
413
|
+
placeholder: 'Введите свой запрос',
|
|
414
|
+
},
|
|
406
415
|
SshField: {
|
|
407
416
|
placeholder: 'Copy and paste SSH key or attach a file',
|
|
408
417
|
chatStatusAnnouncement: {
|
package/src/locales/ru_RU.ts
CHANGED
|
@@ -348,6 +348,12 @@ export const ru_RU: typeof en_GB = {
|
|
|
348
348
|
docsLink: 'Подробнее о тарифах и ценах',
|
|
349
349
|
dataError: 'Ошибка загрузки',
|
|
350
350
|
costLink: 'Подробнее о стоимости',
|
|
351
|
+
coveredByGrant: 'Покрывается грантами',
|
|
352
|
+
notCoveredByGrant: 'Не покрывается грантами',
|
|
353
|
+
coveredByGrantTooltip:
|
|
354
|
+
'В заказе есть сервисы, которые можно оплатить грантом. Оплата за эти сервисы будет списываться в бонусах.',
|
|
355
|
+
notCoveredByGrantTooltip:
|
|
356
|
+
'В заказе есть сервисы, которые нельзя оплатить грантом. Оплата за эти сервисы будет списываться в рублях.',
|
|
351
357
|
},
|
|
352
358
|
PromoTagPredefined: {
|
|
353
359
|
connecting: 'Подключается',
|
|
@@ -404,6 +410,9 @@ export const ru_RU: typeof en_GB = {
|
|
|
404
410
|
tooltipDescription: 'ИИ-помощник в облаке',
|
|
405
411
|
documentationLink: 'Документация',
|
|
406
412
|
},
|
|
413
|
+
VmAgentField: {
|
|
414
|
+
placeholder: 'Введите свой запрос',
|
|
415
|
+
},
|
|
407
416
|
SshField: {
|
|
408
417
|
placeholder: 'Скопируйте и вставьте SSH-ключ или прикрепите файл',
|
|
409
418
|
chatStatusAnnouncement: {
|