@cloud-ru/uikit-product-locale 0.22.0 → 0.23.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 +5 -1
- package/dist/cjs/locales/en_GB.js +5 -1
- package/dist/cjs/locales/ru_RU.js +5 -1
- package/dist/esm/locales/en_GB.d.ts +5 -1
- package/dist/esm/locales/en_GB.js +5 -1
- package/dist/esm/locales/ru_RU.js +5 -1
- package/package.json +2 -2
- package/src/locales/en_GB.ts +5 -1
- package/src/locales/ru_RU.ts +5 -1
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
|
+
# 0.23.0 (2025-12-09)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **AINFR-4628:** vibe ops scenario ([65bdd10](https://gitverse.ru/cloud-ru-tech/uikit-product/commits/65bdd107b6d0cbd4b6162c5bae5d0a4b6ccc0b88))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# 0.22.0 (2025-12-03)
|
|
7
18
|
|
|
8
19
|
|
|
@@ -429,7 +429,11 @@ export declare const en_GB: {
|
|
|
429
429
|
SshField: {
|
|
430
430
|
placeholder: string;
|
|
431
431
|
chatStatusAnnouncement: {
|
|
432
|
-
content:
|
|
432
|
+
content: {
|
|
433
|
+
option1: string;
|
|
434
|
+
option2: string;
|
|
435
|
+
option3: string;
|
|
436
|
+
};
|
|
433
437
|
cancel: string;
|
|
434
438
|
};
|
|
435
439
|
dropZone: {
|
|
@@ -393,7 +393,11 @@ exports.en_GB = {
|
|
|
393
393
|
SshField: {
|
|
394
394
|
placeholder: 'Copy and paste SSH key or attach a file',
|
|
395
395
|
chatStatusAnnouncement: {
|
|
396
|
-
content:
|
|
396
|
+
content: {
|
|
397
|
+
option1: 'You have entered SSH key entry mode',
|
|
398
|
+
option2: 'Giga does not store your SSH keys',
|
|
399
|
+
option3: 'Secure SSH key entry mode',
|
|
400
|
+
},
|
|
397
401
|
cancel: 'Cancel',
|
|
398
402
|
},
|
|
399
403
|
dropZone: {
|
|
@@ -393,7 +393,11 @@ exports.ru_RU = {
|
|
|
393
393
|
SshField: {
|
|
394
394
|
placeholder: 'Скопируйте и вставьте SSH-ключ или прикрепите файл',
|
|
395
395
|
chatStatusAnnouncement: {
|
|
396
|
-
content:
|
|
396
|
+
content: {
|
|
397
|
+
option1: 'Вы перешли в режим ввода SSH-ключа',
|
|
398
|
+
option2: 'Гига не хранит ваши SSH-ключи',
|
|
399
|
+
option3: 'Безопасный режим ввода SSH-ключа',
|
|
400
|
+
},
|
|
397
401
|
cancel: 'Отменить',
|
|
398
402
|
},
|
|
399
403
|
dropZone: {
|
|
@@ -429,7 +429,11 @@ export declare const en_GB: {
|
|
|
429
429
|
SshField: {
|
|
430
430
|
placeholder: string;
|
|
431
431
|
chatStatusAnnouncement: {
|
|
432
|
-
content:
|
|
432
|
+
content: {
|
|
433
|
+
option1: string;
|
|
434
|
+
option2: string;
|
|
435
|
+
option3: string;
|
|
436
|
+
};
|
|
433
437
|
cancel: string;
|
|
434
438
|
};
|
|
435
439
|
dropZone: {
|
|
@@ -390,7 +390,11 @@ export const en_GB = {
|
|
|
390
390
|
SshField: {
|
|
391
391
|
placeholder: 'Copy and paste SSH key or attach a file',
|
|
392
392
|
chatStatusAnnouncement: {
|
|
393
|
-
content:
|
|
393
|
+
content: {
|
|
394
|
+
option1: 'You have entered SSH key entry mode',
|
|
395
|
+
option2: 'Giga does not store your SSH keys',
|
|
396
|
+
option3: 'Secure SSH key entry mode',
|
|
397
|
+
},
|
|
394
398
|
cancel: 'Cancel',
|
|
395
399
|
},
|
|
396
400
|
dropZone: {
|
|
@@ -390,7 +390,11 @@ export const ru_RU = {
|
|
|
390
390
|
SshField: {
|
|
391
391
|
placeholder: 'Скопируйте и вставьте SSH-ключ или прикрепите файл',
|
|
392
392
|
chatStatusAnnouncement: {
|
|
393
|
-
content:
|
|
393
|
+
content: {
|
|
394
|
+
option1: 'Вы перешли в режим ввода SSH-ключа',
|
|
395
|
+
option2: 'Гига не хранит ваши SSH-ключи',
|
|
396
|
+
option3: 'Безопасный режим ввода SSH-ключа',
|
|
397
|
+
},
|
|
394
398
|
cancel: 'Отменить',
|
|
395
399
|
},
|
|
396
400
|
dropZone: {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-ru/uikit-product-locale",
|
|
3
3
|
"title": "Locale",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.23.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": "1fe3ac6a113f8d464ebbd481d139b20d8e8653d8"
|
|
51
51
|
}
|
package/src/locales/en_GB.ts
CHANGED
|
@@ -402,7 +402,11 @@ export const en_GB = {
|
|
|
402
402
|
SshField: {
|
|
403
403
|
placeholder: 'Copy and paste SSH key or attach a file',
|
|
404
404
|
chatStatusAnnouncement: {
|
|
405
|
-
content:
|
|
405
|
+
content: {
|
|
406
|
+
option1: 'You have entered SSH key entry mode',
|
|
407
|
+
option2: 'Giga does not store your SSH keys',
|
|
408
|
+
option3: 'Secure SSH key entry mode',
|
|
409
|
+
},
|
|
406
410
|
cancel: 'Cancel',
|
|
407
411
|
},
|
|
408
412
|
dropZone: {
|
package/src/locales/ru_RU.ts
CHANGED
|
@@ -402,7 +402,11 @@ export const ru_RU: typeof en_GB = {
|
|
|
402
402
|
SshField: {
|
|
403
403
|
placeholder: 'Скопируйте и вставьте SSH-ключ или прикрепите файл',
|
|
404
404
|
chatStatusAnnouncement: {
|
|
405
|
-
content:
|
|
405
|
+
content: {
|
|
406
|
+
option1: 'Вы перешли в режим ввода SSH-ключа',
|
|
407
|
+
option2: 'Гига не хранит ваши SSH-ключи',
|
|
408
|
+
option3: 'Безопасный режим ввода SSH-ключа',
|
|
409
|
+
},
|
|
406
410
|
cancel: 'Отменить',
|
|
407
411
|
},
|
|
408
412
|
dropZone: {
|