Skip to content

Commit

Permalink
fix(admin-ui): Add missing "authorized" state translation
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Nov 6, 2020
1 parent b40843a commit 788ba87
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 14 deletions.
24 changes: 12 additions & 12 deletions packages/admin-ui/i18n-coverage.json
Original file line number Diff line number Diff line change
@@ -1,44 +1,44 @@
{
"generatedOn": "2020-11-06T11:26:32.981Z",
"lastCommit": "1662885683cf5844daee8737d68023eb67e60714",
"generatedOn": "2020-11-06T13:55:36.076Z",
"lastCommit": "b40843a2987222bafc8c90d47d7bb613521feb8f",
"translationStatus": {
"cs": {
"tokenCount": 677,
"translatedCount": 676,
"tokenCount": 678,
"translatedCount": 677,
"percentage": 100
},
"de": {
"tokenCount": 677,
"tokenCount": 678,
"translatedCount": 609,
"percentage": 90
},
"en": {
"tokenCount": 677,
"translatedCount": 675,
"tokenCount": 678,
"translatedCount": 676,
"percentage": 100
},
"es": {
"tokenCount": 677,
"tokenCount": 678,
"translatedCount": 466,
"percentage": 69
},
"pl": {
"tokenCount": 677,
"tokenCount": 678,
"translatedCount": 564,
"percentage": 83
},
"pt_BR": {
"tokenCount": 677,
"tokenCount": 678,
"translatedCount": 655,
"percentage": 97
},
"zh_Hans": {
"tokenCount": 677,
"tokenCount": 678,
"translatedCount": 548,
"percentage": 81
},
"zh_Hant": {
"tokenCount": 677,
"tokenCount": 678,
"translatedCount": 548,
"percentage": 81
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export class StateI18nTokenPipe implements PipeTransform {
PartiallyShipped: _('state.partially-shipped'),
Shipped: _('state.shipped'),
PartiallyDelivered: _('state.partially-delivered'),
Authorized: _('state.authorized'),
Delivered: _('state.delivered'),
Cancelled: _('state.cancelled'),
Pending: _('state.pending'),
Expand Down
1 change: 1 addition & 0 deletions packages/admin-ui/src/lib/static/i18n-messages/cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -678,6 +678,7 @@
"adding-items": "Košík",
"all-orders": "Všechny objednávky",
"arranging-payment": "Zřizování platby",
"authorized": "Autorizovaná",
"cancelled": "Zrušeno",
"delivered": "Doručeno",
"error": "Chyba",
Expand Down
3 changes: 2 additions & 1 deletion packages/admin-ui/src/lib/static/i18n-messages/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -678,6 +678,7 @@
"adding-items": "Artikel hinzufügen",
"all-orders": "Alle Bestellungen",
"arranging-payment": "Zahlung einrichten",
"authorized": "Autorisiert",
"cancelled": "Storniert",
"delivered": "Ausgeführt",
"error": "",
Expand Down Expand Up @@ -708,4 +709,4 @@
"job-result": "Job-Ergebnis",
"job-state": "Job-Status"
}
}
}
1 change: 1 addition & 0 deletions packages/admin-ui/src/lib/static/i18n-messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -678,6 +678,7 @@
"adding-items": "Adding items",
"all-orders": "All orders",
"arranging-payment": "Arranging payment",
"authorized": "Authorized",
"cancelled": "Cancelled",
"delivered": "Delivered",
"error": "Error",
Expand Down
1 change: 1 addition & 0 deletions packages/admin-ui/src/lib/static/i18n-messages/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -678,6 +678,7 @@
"adding-items": "",
"all-orders": "",
"arranging-payment": "",
"authorized": "",
"cancelled": "",
"delivered": "",
"error": "",
Expand Down
1 change: 1 addition & 0 deletions packages/admin-ui/src/lib/static/i18n-messages/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -678,6 +678,7 @@
"adding-items": "Dodawanie",
"all-orders": "Wszystkie zamówienia",
"arranging-payment": "Oczekiwanie na płatność",
"authorized": "",
"cancelled": "Anulowano",
"delivered": "Zrealizowano",
"error": "",
Expand Down
3 changes: 2 additions & 1 deletion packages/admin-ui/src/lib/static/i18n-messages/pt_BR.json
Original file line number Diff line number Diff line change
Expand Up @@ -678,6 +678,7 @@
"adding-items": "Criando itens",
"all-orders": "Todos os pedidos",
"arranging-payment": "Organização de pagamento",
"authorized": "Autorizado",
"cancelled": "Cancelado",
"delivered": "Realizado",
"error": "",
Expand Down Expand Up @@ -708,4 +709,4 @@
"job-result": "Resultado do trabalho",
"job-state": "Estado do trabalho"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -678,6 +678,7 @@
"adding-items": "正在选择商品",
"all-orders": "所有订单",
"arranging-payment": "正在付款",
"authorized": "",
"cancelled": "已取消",
"delivered": "已完成",
"error": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -678,6 +678,7 @@
"adding-items": "正在選擇商品",
"all-orders": "所有訂單",
"arranging-payment": "正在付款",
"authorized": "",
"cancelled": "已取消",
"delivered": "已完成",
"error": "",
Expand Down

0 comments on commit 788ba87

Please sign in to comment.