You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/smooth_app/lib/l10n/app_en.arb
+18-5Lines changed: 18 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -884,18 +884,31 @@
884
884
"@product_tags_title": {
885
885
"description": "The title for showing product properties, aka folksonomy data"
886
886
},
887
-
"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.",
887
+
"no_product_tags_found_message": "No product properties found. Properties can be used to describe products in more details, in a flexible way.",
888
888
"@no_product_tags_found_message": {
889
889
"description": "Message to show if there are no product properties found"
890
890
},
891
-
"add_tag": "Add property",
891
+
"add_tag": "Add a property",
892
+
"add_tags": "Add properties",
893
+
"add_edit_tags": "Add or edit properties",
892
894
"edit_tag": "Edit property",
893
895
"remove_tag": "Remove property",
894
896
"tag_key": "Property",
897
+
"tag_key_uneditable": "Property (uneditable)",
898
+
"tag_key_input_hint": "Input a property",
895
899
"tag_value": "Value",
896
-
"invalid_key_format": "Invalid property format. It must be lowercase and without any spaces.",
897
-
"@invalid_key_format": {
898
-
"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"
900
+
"tag_value_input_hint": "Input a value",
901
+
"tag_key_item": "Property:",
902
+
"tag_value_item": "Value:",
903
+
"tag_key_explanations": "A key must be lowercase and without any spaces.",
904
+
"tag_key_already_exists": "A tag with a property {property} already exists!",
905
+
"@tag_key_already_exists": {
906
+
"placeholders": {
907
+
"property": {
908
+
"type": "String",
909
+
"description": "The property name"
910
+
}
911
+
}
899
912
},
900
913
"product_internet_error": "Impossible to fetch information about this product due to a network error.",
Copy file name to clipboardExpand all lines: packages/smooth_app/lib/l10n/app_fr.arb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -884,7 +884,7 @@
884
884
"@product_tags_title": {
885
885
"description": "The title for showing product properties, aka folksonomy data"
886
886
},
887
-
"no_product_tags_found_message": "Aucune propriété de produit trouvée. Les propriétés peuvent être utilisées pour décrire les produits de manière plus détaillée et flexible. Appuyez pour ajouter.",
887
+
"no_product_tags_found_message": "Aucune propriété de produit trouvée. Les propriétés peuvent être utilisées pour décrire les produits de manière plus détaillée et flexible.",
888
888
"@no_product_tags_found_message": {
889
889
"description": "Message to show if there are no product properties found"
0 commit comments