Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: wording fix lists #4495

Merged
merged 2 commits into from
Aug 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/smooth_app/lib/l10n/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@
"@filter": {
"description": "A button that opens a menu where you can filter within categories. Juices => Apple juices/Orange juices"
},
"scan": "Scan session",
"scan": "Products from the Scan screen",
"@scan": {
"description": "Page title: List type: Products in the scan session"
},
Expand Down Expand Up @@ -783,7 +783,7 @@
"@Lists": {},
"no_prodcut_in_list": "There is no product in this list",
"no_product_in_section": "There is no product in this section",
"recently_seen_products": "History",
"recently_seen_products": "All viewed products",
"clear": "Clear",
"@clear": {
"description": "Clears a product list (short label)"
Expand Down
6 changes: 3 additions & 3 deletions packages/smooth_app/lib/l10n/app_fr.arb
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@
"@filter": {
"description": "A button that opens a menu where you can filter within categories. Juices => Apple juices/Orange juices"
},
"scan": "Session de scan",
"scan": "Produits actuellement dans l'écran de scan",
"@scan": {
"description": "Page title: List type: Products in the scan session"
},
Expand Down Expand Up @@ -782,7 +782,7 @@
"@Lists": {},
"no_prodcut_in_list": "Il n'y a aucun produit dans cette liste",
"no_product_in_section": "Il n'y a aucun produit dans cette section",
"recently_seen_products": "Historique",
"recently_seen_products": "Historique des produits consultés",
"clear": "Effacer",
"@clear": {
"description": "Clears a product list (short label)"
Expand Down Expand Up @@ -2416,4 +2416,4 @@
"hunger_games_loading_line2": "We're downloading the questions!",
"hunger_games_error_label": "Argh! Something went wrong… and we couldn't load the questions.",
"hunger_games_error_retry_button": "Let's retry!"
}
}