@cloud-ru/uikit-product-locale 2.7.2-preview-5e39e65e.0 → 2.7.2
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 -9
- package/dist/cjs/locales/en_GB.js +6 -10
- package/dist/cjs/locales/ru_RU.js +6 -10
- package/dist/esm/locales/en_GB.d.ts +5 -9
- package/dist/esm/locales/en_GB.js +6 -10
- package/dist/esm/locales/ru_RU.js +6 -10
- package/package.json +2 -2
- package/src/locales/en_GB.ts +6 -10
- package/src/locales/ru_RU.ts +6 -10
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.7.2 (2026-05-18)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **LK-4117:** update quota locales ([bfbdec5](https://github.com/cloud-ru-tech/uikit-product/commit/bfbdec58340396c8c722ae4c62493e95f7d2209d))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## 2.7.1 (2026-04-23)
|
|
7
18
|
|
|
8
19
|
|
|
@@ -239,15 +239,6 @@ export declare const en_GB: {
|
|
|
239
239
|
placeholder: string;
|
|
240
240
|
attachFileTooltip: string;
|
|
241
241
|
};
|
|
242
|
-
FieldCode: {
|
|
243
|
-
required: string;
|
|
244
|
-
minLength: string;
|
|
245
|
-
invalidCode: string;
|
|
246
|
-
resendCodeButtons: {
|
|
247
|
-
resendCode: string;
|
|
248
|
-
resendCodeWithVia: string;
|
|
249
|
-
};
|
|
250
|
-
};
|
|
251
242
|
};
|
|
252
243
|
Header: {
|
|
253
244
|
noDataFound: string;
|
|
@@ -397,6 +388,11 @@ export declare const en_GB: {
|
|
|
397
388
|
};
|
|
398
389
|
Quota: {
|
|
399
390
|
quotas: string;
|
|
391
|
+
widgetTitle: {
|
|
392
|
+
withoutProject: string;
|
|
393
|
+
quotes: string;
|
|
394
|
+
noQuotes: string;
|
|
395
|
+
};
|
|
400
396
|
widgetSubtitle: string;
|
|
401
397
|
increaseQuota: string;
|
|
402
398
|
cardAvailable: string;
|
|
@@ -236,15 +236,6 @@ exports.en_GB = {
|
|
|
236
236
|
},
|
|
237
237
|
},
|
|
238
238
|
FieldChat: { placeholder: 'New message', attachFileTooltip: 'Select file' },
|
|
239
|
-
FieldCode: {
|
|
240
|
-
required: 'Required field',
|
|
241
|
-
minLength: 'At least {{count}} characters',
|
|
242
|
-
invalidCode: 'Invalid code',
|
|
243
|
-
resendCodeButtons: {
|
|
244
|
-
resendCode: 'Get a new code',
|
|
245
|
-
resendCodeWithVia: 'Get a new code in {{timer}}',
|
|
246
|
-
},
|
|
247
|
-
},
|
|
248
239
|
},
|
|
249
240
|
Header: {
|
|
250
241
|
noDataFound: 'Nothing found',
|
|
@@ -372,7 +363,12 @@ exports.en_GB = {
|
|
|
372
363
|
},
|
|
373
364
|
Quota: {
|
|
374
365
|
quotas: 'Quotas',
|
|
375
|
-
|
|
366
|
+
widgetTitle: {
|
|
367
|
+
withoutProject: 'Project quotas',
|
|
368
|
+
quotes: 'Project quotas «{{project}}»',
|
|
369
|
+
noQuotes: 'Project quotas {{project}}',
|
|
370
|
+
},
|
|
371
|
+
widgetSubtitle: 'Current balance',
|
|
376
372
|
increaseQuota: 'Increase quota',
|
|
377
373
|
cardAvailable: 'Available',
|
|
378
374
|
cardRemaining: 'Remaining',
|
|
@@ -236,15 +236,6 @@ exports.ru_RU = {
|
|
|
236
236
|
},
|
|
237
237
|
},
|
|
238
238
|
FieldChat: { placeholder: 'Новое сообщение', attachFileTooltip: 'Прикрепить файл' },
|
|
239
|
-
FieldCode: {
|
|
240
|
-
required: 'Обязательное поле',
|
|
241
|
-
minLength: 'Не менее {{count}} символов',
|
|
242
|
-
invalidCode: 'Неверный код',
|
|
243
|
-
resendCodeButtons: {
|
|
244
|
-
resendCode: 'Получить новый код',
|
|
245
|
-
resendCodeWithVia: 'Получить новый код через {{timer}}',
|
|
246
|
-
},
|
|
247
|
-
},
|
|
248
239
|
},
|
|
249
240
|
Header: {
|
|
250
241
|
noDataFound: 'Ничего не найдено',
|
|
@@ -372,7 +363,12 @@ exports.ru_RU = {
|
|
|
372
363
|
},
|
|
373
364
|
Quota: {
|
|
374
365
|
quotas: 'Квоты',
|
|
375
|
-
|
|
366
|
+
widgetTitle: {
|
|
367
|
+
withoutProject: 'Квоты проекта',
|
|
368
|
+
quotes: 'Квоты проекта «{{project}}»',
|
|
369
|
+
noQuotes: 'Квоты проекта {{project}}',
|
|
370
|
+
},
|
|
371
|
+
widgetSubtitle: 'Остаток на текущий момент',
|
|
376
372
|
increaseQuota: 'Увеличить квоту',
|
|
377
373
|
cardAvailable: 'Доступно',
|
|
378
374
|
cardRemaining: 'Остаток',
|
|
@@ -239,15 +239,6 @@ export declare const en_GB: {
|
|
|
239
239
|
placeholder: string;
|
|
240
240
|
attachFileTooltip: string;
|
|
241
241
|
};
|
|
242
|
-
FieldCode: {
|
|
243
|
-
required: string;
|
|
244
|
-
minLength: string;
|
|
245
|
-
invalidCode: string;
|
|
246
|
-
resendCodeButtons: {
|
|
247
|
-
resendCode: string;
|
|
248
|
-
resendCodeWithVia: string;
|
|
249
|
-
};
|
|
250
|
-
};
|
|
251
242
|
};
|
|
252
243
|
Header: {
|
|
253
244
|
noDataFound: string;
|
|
@@ -397,6 +388,11 @@ export declare const en_GB: {
|
|
|
397
388
|
};
|
|
398
389
|
Quota: {
|
|
399
390
|
quotas: string;
|
|
391
|
+
widgetTitle: {
|
|
392
|
+
withoutProject: string;
|
|
393
|
+
quotes: string;
|
|
394
|
+
noQuotes: string;
|
|
395
|
+
};
|
|
400
396
|
widgetSubtitle: string;
|
|
401
397
|
increaseQuota: string;
|
|
402
398
|
cardAvailable: string;
|
|
@@ -233,15 +233,6 @@ export const en_GB = {
|
|
|
233
233
|
},
|
|
234
234
|
},
|
|
235
235
|
FieldChat: { placeholder: 'New message', attachFileTooltip: 'Select file' },
|
|
236
|
-
FieldCode: {
|
|
237
|
-
required: 'Required field',
|
|
238
|
-
minLength: 'At least {{count}} characters',
|
|
239
|
-
invalidCode: 'Invalid code',
|
|
240
|
-
resendCodeButtons: {
|
|
241
|
-
resendCode: 'Get a new code',
|
|
242
|
-
resendCodeWithVia: 'Get a new code in {{timer}}',
|
|
243
|
-
},
|
|
244
|
-
},
|
|
245
236
|
},
|
|
246
237
|
Header: {
|
|
247
238
|
noDataFound: 'Nothing found',
|
|
@@ -369,7 +360,12 @@ export const en_GB = {
|
|
|
369
360
|
},
|
|
370
361
|
Quota: {
|
|
371
362
|
quotas: 'Quotas',
|
|
372
|
-
|
|
363
|
+
widgetTitle: {
|
|
364
|
+
withoutProject: 'Project quotas',
|
|
365
|
+
quotes: 'Project quotas «{{project}}»',
|
|
366
|
+
noQuotes: 'Project quotas {{project}}',
|
|
367
|
+
},
|
|
368
|
+
widgetSubtitle: 'Current balance',
|
|
373
369
|
increaseQuota: 'Increase quota',
|
|
374
370
|
cardAvailable: 'Available',
|
|
375
371
|
cardRemaining: 'Remaining',
|
|
@@ -233,15 +233,6 @@ export const ru_RU = {
|
|
|
233
233
|
},
|
|
234
234
|
},
|
|
235
235
|
FieldChat: { placeholder: 'Новое сообщение', attachFileTooltip: 'Прикрепить файл' },
|
|
236
|
-
FieldCode: {
|
|
237
|
-
required: 'Обязательное поле',
|
|
238
|
-
minLength: 'Не менее {{count}} символов',
|
|
239
|
-
invalidCode: 'Неверный код',
|
|
240
|
-
resendCodeButtons: {
|
|
241
|
-
resendCode: 'Получить новый код',
|
|
242
|
-
resendCodeWithVia: 'Получить новый код через {{timer}}',
|
|
243
|
-
},
|
|
244
|
-
},
|
|
245
236
|
},
|
|
246
237
|
Header: {
|
|
247
238
|
noDataFound: 'Ничего не найдено',
|
|
@@ -369,7 +360,12 @@ export const ru_RU = {
|
|
|
369
360
|
},
|
|
370
361
|
Quota: {
|
|
371
362
|
quotas: 'Квоты',
|
|
372
|
-
|
|
363
|
+
widgetTitle: {
|
|
364
|
+
withoutProject: 'Квоты проекта',
|
|
365
|
+
quotes: 'Квоты проекта «{{project}}»',
|
|
366
|
+
noQuotes: 'Квоты проекта {{project}}',
|
|
367
|
+
},
|
|
368
|
+
widgetSubtitle: 'Остаток на текущий момент',
|
|
373
369
|
increaseQuota: 'Увеличить квоту',
|
|
374
370
|
cardAvailable: 'Доступно',
|
|
375
371
|
cardRemaining: 'Остаток',
|
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.7.2
|
|
4
|
+
"version": "2.7.2",
|
|
5
5
|
"sideEffects": [
|
|
6
6
|
"*.css",
|
|
7
7
|
"*.woff",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@types/lodash": "4.17.24"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "7d910ad21c7ad8dd20be20bbafdedb84b9782992"
|
|
47
47
|
}
|
package/src/locales/en_GB.ts
CHANGED
|
@@ -235,15 +235,6 @@ export const en_GB = {
|
|
|
235
235
|
},
|
|
236
236
|
},
|
|
237
237
|
FieldChat: { placeholder: 'New message', attachFileTooltip: 'Select file' },
|
|
238
|
-
FieldCode: {
|
|
239
|
-
required: 'Required field',
|
|
240
|
-
minLength: 'At least {{count}} characters',
|
|
241
|
-
invalidCode: 'Invalid code',
|
|
242
|
-
resendCodeButtons: {
|
|
243
|
-
resendCode: 'Get a new code',
|
|
244
|
-
resendCodeWithVia: 'Get a new code in {{timer}}',
|
|
245
|
-
},
|
|
246
|
-
},
|
|
247
238
|
},
|
|
248
239
|
Header: {
|
|
249
240
|
noDataFound: 'Nothing found',
|
|
@@ -381,7 +372,12 @@ export const en_GB = {
|
|
|
381
372
|
},
|
|
382
373
|
Quota: {
|
|
383
374
|
quotas: 'Quotas',
|
|
384
|
-
|
|
375
|
+
widgetTitle: {
|
|
376
|
+
withoutProject: 'Project quotas',
|
|
377
|
+
quotes: 'Project quotas «{{project}}»',
|
|
378
|
+
noQuotes: 'Project quotas {{project}}',
|
|
379
|
+
},
|
|
380
|
+
widgetSubtitle: 'Current balance',
|
|
385
381
|
increaseQuota: 'Increase quota',
|
|
386
382
|
cardAvailable: 'Available',
|
|
387
383
|
cardRemaining: 'Remaining',
|
package/src/locales/ru_RU.ts
CHANGED
|
@@ -236,15 +236,6 @@ export const ru_RU: typeof en_GB = {
|
|
|
236
236
|
},
|
|
237
237
|
},
|
|
238
238
|
FieldChat: { placeholder: 'Новое сообщение', attachFileTooltip: 'Прикрепить файл' },
|
|
239
|
-
FieldCode: {
|
|
240
|
-
required: 'Обязательное поле',
|
|
241
|
-
minLength: 'Не менее {{count}} символов',
|
|
242
|
-
invalidCode: 'Неверный код',
|
|
243
|
-
resendCodeButtons: {
|
|
244
|
-
resendCode: 'Получить новый код',
|
|
245
|
-
resendCodeWithVia: 'Получить новый код через {{timer}}',
|
|
246
|
-
},
|
|
247
|
-
},
|
|
248
239
|
},
|
|
249
240
|
Header: {
|
|
250
241
|
noDataFound: 'Ничего не найдено',
|
|
@@ -382,7 +373,12 @@ export const ru_RU: typeof en_GB = {
|
|
|
382
373
|
},
|
|
383
374
|
Quota: {
|
|
384
375
|
quotas: 'Квоты',
|
|
385
|
-
|
|
376
|
+
widgetTitle: {
|
|
377
|
+
withoutProject: 'Квоты проекта',
|
|
378
|
+
quotes: 'Квоты проекта «{{project}}»',
|
|
379
|
+
noQuotes: 'Квоты проекта {{project}}',
|
|
380
|
+
},
|
|
381
|
+
widgetSubtitle: 'Остаток на текущий момент',
|
|
386
382
|
increaseQuota: 'Увеличить квоту',
|
|
387
383
|
cardAvailable: 'Доступно',
|
|
388
384
|
cardRemaining: 'Остаток',
|