Skip to content

Commit

Permalink
ci: Harmonize folksonomy engine terminology with the Web
Browse files Browse the repository at this point in the history
  • Loading branch information
teolemon authored Nov 29, 2024
1 parent 7a6eba7 commit d157e41
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions packages/smooth_app/lib/l10n/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -869,22 +869,22 @@
}
}
},
"product_tags_title": "Product Tags",
"product_tags_title": "Product properties",
"@product_tags_title": {
"description": "The title for showing product tags, aka folksonomy data"
"description": "The title for showing product properties, aka folksonomy data"
},
"no_product_tags_found_message": "No tags found. Tags can be used to better group similar products. Tap to add.",
"no_product_tags_found_message": "No product properties found. Properties can be used to describe products in more details, in a flexible way. Tap to add.",
"@no_product_tags_found_message": {
"description": "Message to show if there are no product tags found"
"description": "Message to show if there are no product properties found"
},
"add_tag": "Add Tag",
"edit_tag": "Edit Tag",
"remove_tag": "Remove Tag",
"tag_key": "Key",
"add_tag": "Add property",
"edit_tag": "Edit property",
"remove_tag": "Remove property",
"tag_key": "Property",
"tag_value": "Value",
"invalid_key_format": "Invalid key format. Must be lowercase and no spaces.",
"invalid_key_format": "Invalid property format. It must be lowercase and without any spaces.",
"@invalid_key_format": {
"description": "Message to show if the key value for a new product tag is invalid. This logic is identical to whats being validated in the folksonomy api"
"description": "Message to show if the property's value for a new product property is invalid. This logic is identical to whats being validated in the Folksonomy API"
},
"product_internet_error": "Impossible to fetch information about this product due to a network error.",
"cached_results_from": "Show results from:",
Expand Down Expand Up @@ -3364,4 +3364,4 @@
"photo_already_exists": "This photo already exists",
"photo_missing": "This photo is missing",
"date": "Date"
}
}

0 comments on commit d157e41

Please sign in to comment.