Skip to content

Commit

Permalink
fix: correct translate document
Browse files Browse the repository at this point in the history
  • Loading branch information
evan361425 committed Oct 26, 2023
1 parent f837155 commit 170e7d9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions lib/l10n/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"menuCatalogMetaTitle": "Catalog",
"menuProductMetaTitle": "Product",
"stockReplenishmentTitle": "Replenishment list",
"stockReplenishmentApplyConfirmTitle": "Do you sure want to apply {name}?",
"stockReplenishmentApplyConfirmTitle": "Apply this replenishment?",
"stockReplenishmentIngredientListTitle": "Set different ingredients for replenishment",
"quantityTitle": "Quantity",
"featureRequestTitle": "Feature Request",
Expand Down Expand Up @@ -52,15 +52,14 @@
"orderAttributeOptionsModeHelper": "{mode, select, statOnly{Normal do not need any additional settings} changePrice{It will increase or decrease the price} changeDiscount{It will take a discount} other{UNKNOWN}}",
"orderAttributeOptionsModeHint": "{mode, select, statOnly{} changePrice{-30 means decrease 30 dollars} changeDiscount{80 means 20 percent off} other{UNKNOWN}}",
"orderAttributeOptionSetToDefault": "Set as default",
"orderAttributeOptionConfirmChangeDefaultTitle": "Overwrite the default value",
"orderAttributeOptionConfirmChangeDefaultContent": "This will replace the original default option: {name}",
"orderAttributeOptionConfirmChangeDefaultTitle": "Overwrite the default option?",
"orderAttributeOptionConfirmChangeDefaultContent": "This will replace the original default option '{name}'",
"orderMetaTotalPrice": "Price: {price}",
"orderMetaTotalCount": "Count: {count}",
"orderActionsCheckout": "Checkout",
"orderActionsOpenChanger": "Change money",
"orderActionsLeaveHistoryMode": "Leave history mode",
"orderActionsShowLastOrder": "Show last order",
"orderActionsConfirmStashCurrent": "Do you want to stash current order and show the old one?",
"orderActionsShowLastOrderNotFound": "Can not find the last order today\nYou can try analysis page",
"orderActionsStash": "Stash current order",
"orderActionsStashHitLimit": "Stash count has hit the limit",
Expand Down

0 comments on commit 170e7d9

Please sign in to comment.