Browse Source

chore: Clean up after merge

Michael Bromley 5 years ago
parent
commit
d1dee7d473

+ 15 - 15
packages/admin-ui/i18n-coverage.json

@@ -1,44 +1,44 @@
 {
-  "generatedOn": "2020-11-09T10:05:17.690Z",
-  "lastCommit": "e57386b02d02e678651ac4d0c91caecee4bc3f45",
+  "generatedOn": "2020-11-11T10:27:35.876Z",
+  "lastCommit": "f0cd67c00bd38cf16bab72b68c5d4d3887aff61b",
   "translationStatus": {
     "cs": {
-      "tokenCount": 684,
-      "translatedCount": 664,
+      "tokenCount": 687,
+      "translatedCount": 669,
       "percentage": 97
     },
     "de": {
-      "tokenCount": 684,
+      "tokenCount": 687,
       "translatedCount": 597,
       "percentage": 87
     },
     "en": {
-      "tokenCount": 684,
-      "translatedCount": 680,
-      "percentage": 99
+      "tokenCount": 687,
+      "translatedCount": 687,
+      "percentage": 100
     },
     "es": {
-      "tokenCount": 684,
+      "tokenCount": 687,
       "translatedCount": 455,
-      "percentage": 67
+      "percentage": 66
     },
     "pl": {
-      "tokenCount": 684,
+      "tokenCount": 687,
       "translatedCount": 552,
-      "percentage": 81
+      "percentage": 80
     },
     "pt_BR": {
-      "tokenCount": 684,
+      "tokenCount": 687,
       "translatedCount": 643,
       "percentage": 94
     },
     "zh_Hans": {
-      "tokenCount": 684,
+      "tokenCount": 687,
       "translatedCount": 536,
       "percentage": 78
     },
     "zh_Hant": {
-      "tokenCount": 684,
+      "tokenCount": 687,
       "translatedCount": 536,
       "percentage": 78
     }

+ 0 - 1
packages/admin-ui/src/lib/core/src/shared/pipes/state-i18n-token.pipe.ts

@@ -21,7 +21,6 @@ export class StateI18nTokenPipe implements PipeTransform {
         Settled: _('state.settled'),
         Failed: _('state.failed'),
         Error: _('state.error'),
-        Created: _('state.created'),
         Declined: _('state.declined'),
     };
     transform<T extends unknown>(value: T): T {

+ 1 - 1
packages/admin-ui/src/lib/static/i18n-messages/cs.json

@@ -718,4 +718,4 @@
     "job-result": "Výsledek úlohy",
     "job-state": "Stav úlohy"
   }
-}
+}

+ 3 - 0
packages/admin-ui/src/lib/static/i18n-messages/de.json

@@ -685,9 +685,12 @@
     "adding-items": "Artikel hinzufügen",
     "all-orders": "",
     "arranging-payment": "Zahlung einrichten",
+    "authorized": "",
     "cancelled": "Storniert",
     "created": "",
+    "declined": "",
     "delivered": "Ausgeführt",
+    "error": "",
     "failed": "",
     "partially-delivered": "Teilweise ausgeführt",
     "partially-shipped": "",

+ 1 - 1
packages/admin-ui/src/lib/static/i18n-messages/en.json

@@ -718,4 +718,4 @@
     "job-result": "Job result",
     "job-state": "Job state"
   }
-}
+}

+ 3 - 0
packages/admin-ui/src/lib/static/i18n-messages/es.json

@@ -685,9 +685,12 @@
     "adding-items": "",
     "all-orders": "",
     "arranging-payment": "",
+    "authorized": "",
     "cancelled": "",
     "created": "",
+    "declined": "",
     "delivered": "",
+    "error": "",
     "failed": "",
     "partially-delivered": "",
     "partially-shipped": "",

+ 3 - 0
packages/admin-ui/src/lib/static/i18n-messages/pl.json

@@ -685,9 +685,12 @@
     "adding-items": "Dodawanie",
     "all-orders": "",
     "arranging-payment": "Oczekiwanie na płatność",
+    "authorized": "",
     "cancelled": "Anulowano",
     "created": "",
+    "declined": "",
     "delivered": "Zrealizowano",
+    "error": "",
     "failed": "",
     "partially-delivered": "Częściowo zrealizowano",
     "partially-shipped": "",

+ 3 - 0
packages/admin-ui/src/lib/static/i18n-messages/pt_BR.json

@@ -685,9 +685,12 @@
     "adding-items": "Criando itens",
     "all-orders": "",
     "arranging-payment": "Organização de pagamento",
+    "authorized": "",
     "cancelled": "Cancelado",
     "created": "",
+    "declined": "",
     "delivered": "Realizado",
+    "error": "",
     "failed": "",
     "partially-delivered": "Parcialmente realizado",
     "partially-shipped": "",

+ 3 - 0
packages/admin-ui/src/lib/static/i18n-messages/zh_Hans.json

@@ -685,9 +685,12 @@
     "adding-items": "正在选择商品",
     "all-orders": "",
     "arranging-payment": "正在付款",
+    "authorized": "",
     "cancelled": "已取消",
     "created": "",
+    "declined": "",
     "delivered": "已完成",
+    "error": "",
     "failed": "",
     "partially-delivered": "部分配货",
     "partially-shipped": "",

+ 3 - 0
packages/admin-ui/src/lib/static/i18n-messages/zh_Hant.json

@@ -685,9 +685,12 @@
     "adding-items": "正在選擇商品",
     "all-orders": "",
     "arranging-payment": "正在付款",
+    "authorized": "",
     "cancelled": "已取消",
     "created": "",
+    "declined": "",
     "delivered": "已完成",
+    "error": "",
     "failed": "",
     "partially-delivered": "部分配貨",
     "partially-shipped": "",