@cloud-ru/uikit-product-locale 2.7.1 → 2.7.2-preview-6e29b8db.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.
@@ -388,6 +388,11 @@ export declare const en_GB: {
388
388
  };
389
389
  Quota: {
390
390
  quotas: string;
391
+ projectQuotas: string;
392
+ widgetTitle: {
393
+ quotes: string;
394
+ noQuotes: string;
395
+ };
391
396
  widgetSubtitle: string;
392
397
  increaseQuota: string;
393
398
  cardAvailable: string;
@@ -363,6 +363,11 @@ exports.en_GB = {
363
363
  },
364
364
  Quota: {
365
365
  quotas: 'Quotas',
366
+ projectQuotas: 'Project quotas',
367
+ widgetTitle: {
368
+ quotes: 'Project quotas «{{project}}»',
369
+ noQuotes: 'Project quotas {{project}}',
370
+ },
366
371
  widgetSubtitle: 'Current quota balance',
367
372
  increaseQuota: 'Increase quota',
368
373
  cardAvailable: 'Available',
@@ -363,6 +363,11 @@ exports.ru_RU = {
363
363
  },
364
364
  Quota: {
365
365
  quotas: 'Квоты',
366
+ projectQuotas: 'Квоты проекта',
367
+ widgetTitle: {
368
+ quotes: 'Квоты проекта «{{project}}»',
369
+ noQuotes: 'Квоты проекта {{project}}',
370
+ },
366
371
  widgetSubtitle: 'Остаток по квотам на текущий момент',
367
372
  increaseQuota: 'Увеличить квоту',
368
373
  cardAvailable: 'Доступно',
@@ -388,6 +388,11 @@ export declare const en_GB: {
388
388
  };
389
389
  Quota: {
390
390
  quotas: string;
391
+ projectQuotas: string;
392
+ widgetTitle: {
393
+ quotes: string;
394
+ noQuotes: string;
395
+ };
391
396
  widgetSubtitle: string;
392
397
  increaseQuota: string;
393
398
  cardAvailable: string;
@@ -360,6 +360,11 @@ export const en_GB = {
360
360
  },
361
361
  Quota: {
362
362
  quotas: 'Quotas',
363
+ projectQuotas: 'Project quotas',
364
+ widgetTitle: {
365
+ quotes: 'Project quotas «{{project}}»',
366
+ noQuotes: 'Project quotas {{project}}',
367
+ },
363
368
  widgetSubtitle: 'Current quota balance',
364
369
  increaseQuota: 'Increase quota',
365
370
  cardAvailable: 'Available',
@@ -360,6 +360,11 @@ export const ru_RU = {
360
360
  },
361
361
  Quota: {
362
362
  quotas: 'Квоты',
363
+ projectQuotas: 'Квоты проекта',
364
+ widgetTitle: {
365
+ quotes: 'Квоты проекта «{{project}}»',
366
+ noQuotes: 'Квоты проекта {{project}}',
367
+ },
363
368
  widgetSubtitle: 'Остаток по квотам на текущий момент',
364
369
  increaseQuota: 'Увеличить квоту',
365
370
  cardAvailable: 'Доступно',
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.1",
4
+ "version": "2.7.2-preview-6e29b8db.0",
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": "e0d81a7ce18d3b53042bda22c5d76bc68957fd31"
46
+ "gitHead": "30cbc7b37fe3a2e1c47814a0a3d6904f91b53e84"
47
47
  }
@@ -372,6 +372,11 @@ export const en_GB = {
372
372
  },
373
373
  Quota: {
374
374
  quotas: 'Quotas',
375
+ projectQuotas: 'Project quotas',
376
+ widgetTitle: {
377
+ quotes: 'Project quotas «{{project}}»',
378
+ noQuotes: 'Project quotas {{project}}',
379
+ },
375
380
  widgetSubtitle: 'Current quota balance',
376
381
  increaseQuota: 'Increase quota',
377
382
  cardAvailable: 'Available',
@@ -373,6 +373,11 @@ export const ru_RU: typeof en_GB = {
373
373
  },
374
374
  Quota: {
375
375
  quotas: 'Квоты',
376
+ projectQuotas: 'Квоты проекта',
377
+ widgetTitle: {
378
+ quotes: 'Квоты проекта «{{project}}»',
379
+ noQuotes: 'Квоты проекта {{project}}',
380
+ },
376
381
  widgetSubtitle: 'Остаток по квотам на текущий момент',
377
382
  increaseQuota: 'Увеличить квоту',
378
383
  cardAvailable: 'Доступно',