@cccsaurora/clue-ui 1.1.0-dev.26 → 1.1.0-dev.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/en/translation.json +6 -0
- package/fr/translation.json +6 -0
- package/package.json +1 -1
package/en/translation.json
CHANGED
|
@@ -74,6 +74,12 @@
|
|
|
74
74
|
"quicksearch.placeholder": "Search ...",
|
|
75
75
|
"refresh": "Refresh",
|
|
76
76
|
"retry.enrich": "Retry Failed Enrichments",
|
|
77
|
+
"route.actions": "Actions",
|
|
78
|
+
"route.actions.action": "Select Action",
|
|
79
|
+
"route.actions.description": "Execute predefined actions on selectors using the form below.",
|
|
80
|
+
"route.actions.submit": "Execute Action",
|
|
81
|
+
"route.actions.type": "Selector Type",
|
|
82
|
+
"route.actions.value": "Selector Value",
|
|
77
83
|
"route.examples": "Example Components",
|
|
78
84
|
"route.fetchers": "Fetchers",
|
|
79
85
|
"route.fetchers.available": "Available Fetchers",
|
package/fr/translation.json
CHANGED
|
@@ -74,6 +74,12 @@
|
|
|
74
74
|
"quicksearch.placeholder": "Recherche ...",
|
|
75
75
|
"refresh": "Rafraîchir",
|
|
76
76
|
"retry.enrich": "Réessayer les enrichissements qui ont échoué",
|
|
77
|
+
"route.actions": "Actions",
|
|
78
|
+
"route.actions.action": "Sélectionner une action",
|
|
79
|
+
"route.actions.description": "Exécutez des actions prédéfinies sur les sélecteurs en utilisant le formulaire ci-dessous.",
|
|
80
|
+
"route.actions.submit": "Exécuter l'action",
|
|
81
|
+
"route.actions.type": "Type de sélecteur",
|
|
82
|
+
"route.actions.value": "Valeur du sélecteur",
|
|
77
83
|
"route.examples": "Exemples de composants",
|
|
78
84
|
"route.fetchers": "Fetchers",
|
|
79
85
|
"route.fetchers.available": "Fetchers disponibles",
|