@leandrosk/dashboard 3.5.8 → 3.5.9

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.
@@ -18,6 +18,7 @@ exports.defaultAvailableLanguages = [
18
18
  'zh_Hant',
19
19
  'bg',
20
20
  'nl',
21
+ 'el',
21
22
  ];
22
23
  exports.defaultAvailableLocales = [
23
24
  'en-US',
@@ -29,5 +30,6 @@ exports.defaultAvailableLocales = [
29
30
  'pt-PT',
30
31
  'bg_BG',
31
32
  'nl-NL',
33
+ 'el-GR',
32
34
  ];
33
35
  exports.manageDashboardGlobalViews = new core_1.RwPermissionDefinition('DashboardGlobalViews');
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@leandrosk/dashboard",
3
3
  "private": false,
4
- "version": "3.5.8",
4
+ "version": "3.5.9",
5
5
  "type": "module",
6
6
  "repository": {
7
7
  "type": "git",
@@ -181,4 +181,4 @@
181
181
  "lightningcss-linux-arm64-musl": "^1.29.3",
182
182
  "lightningcss-linux-x64-musl": "^1.29.1"
183
183
  }
184
- }
184
+ }
@@ -41,6 +41,7 @@ const commonI18nString = {
41
41
  /* i18n*/ 'orderState.ArrangingAdditionalPayment',
42
42
  /* i18n*/ 'orderState.Validating',
43
43
  /* i18n*/ 'orderState.AwaitingPayment',
44
+ /* i18n*/ 'orderState.Complete',
44
45
  ],
45
46
  refundReason: [
46
47
  /* i18n*/ 'refundReason.CustomerRequest',
@@ -373,6 +373,11 @@ msgstr "Αναμονή επιβεβαίωσης"
373
373
  msgid "orderState.AwaitingPayment"
374
374
  msgstr "Αναμονή πληρωμής"
375
375
 
376
+ #. js-lingui-explicit-id
377
+ #: src/i18n/common-strings.ts:43
378
+ msgid "orderState.Complete"
379
+ msgstr "Ολοκληρωμένη"
380
+
376
381
  #. js-lingui-explicit-id
377
382
  #: src/i18n/common-strings.ts:43
378
383
  msgid "refundReason.CustomerRequest"
@@ -377,6 +377,11 @@ msgstr "Awaiting validation"
377
377
  msgid "orderState.AwaitingPayment"
378
378
  msgstr "Awaiting payment"
379
379
 
380
+ #. js-lingui-explicit-id
381
+ #: src/i18n/common-strings.ts:43
382
+ msgid "orderState.Complete"
383
+ msgstr "Complete"
384
+
380
385
  #. js-lingui-explicit-id
381
386
  #: src/i18n/common-strings.ts:43
382
387
  msgid "refundReason.CustomerRequest"