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