Commit 0c31b273 authored by Sven Franck's avatar Sven Franck

lang: added new field names, status and validation texts

parent 97c5e8eb
...@@ -34,10 +34,31 @@ ...@@ -34,10 +34,31 @@
"newest": "Newest items" "newest": "Newest items"
}, },
"status_dict": { "status_dict": {
"forwarding": "Forwarding",
"loading_total": "Loading Total Number of Records",
"loading_set": "Loading Records",
"loading_config": "Loading Configuration",
"timeout": "Request Timeout. Try again.",
"not_found": "Page not found",
"uploading": "Uploading",
"fetching": "Fetching Data",
"storing": "Storing Data",
"downloading": "Downloading",
"rendering": "Rendering",
"saving": "Saving",
"saved": "Saved",
"failed": "Failed",
"updating": "Updating",
"removing": "Removing",
"starting": "Starting...",
"stopping": "Shutting Down...",
"success": "Ok",
"created": "Created",
"destroying": "Destroying",
"error": "Internal Error"
}, },
"validation_dict": { "validation_dict": {
"no_items_found": "No items found."
}, },
"portal_type_dict": { "portal_type_dict": {
"product_dict": { "product_dict": {
...@@ -221,6 +242,10 @@ ...@@ -221,6 +242,10 @@
"title": "Translation Pointer", "title": "Translation Pointer",
"description": "The translation lookup value of this category." "description": "The translation lookup value of this category."
}, },
"reference": {
"title": "Reference",
"description": "The reference (type) of this category."
},
"sub_category_list": { "sub_category_list": {
"title": "Child Category List", "title": "Child Category List",
"description": "The subcategories associated with this category." "description": "The subcategories associated with this category."
......
...@@ -34,10 +34,31 @@ ...@@ -34,10 +34,31 @@
"newest": "Nouveautés" "newest": "Nouveautés"
}, },
"status_dict": { "status_dict": {
"forwarding": "Renvoi",
"loading_total": "Chargement nombre total",
"loading_set": "Chargement.",
"loading_config": "Chargement de configuration",
"timeout": "Epirée. Essayez à nouveau.",
"not_found": "Page non trouvée.",
"uploading": "Téléversement.",
"fetching": "Extraction de données.",
"storing": "Stockage de données.",
"downloading": "Téléchargement.",
"rendering": "Renud.",
"saving": "Enregistrement.",
"saved": "Sauvé.",
"failed": "Echoué.",
"updating": "Mis á jour.",
"removing": "Suppression.",
"starting": "Commencement...",
"stopping": "Extinction...",
"success": "Ok.",
"created": "Créé.",
"destroying": "Destruction.",
"error": "Erreur interne."
}, },
"validation_dict": { "validation_dict": {
"no_items_found": "Aucun trouvée."
}, },
"portal_type_dict": { "portal_type_dict": {
"product_dict": { "product_dict": {
...@@ -200,6 +221,10 @@ ...@@ -200,6 +221,10 @@
"title": "Pointer traduction", "title": "Pointer traduction",
"description": "La valeur de recherche de traduction de cette catégorie." "description": "La valeur de recherche de traduction de cette catégorie."
}, },
"reference": {
"title": "Reference",
"description": "Le produit de référence (type) pour cette catégorie."
},
"sub_category_list": { "sub_category_list": {
"title": "Enfant Catégorie liste", "title": "Enfant Catégorie liste",
"description": "Les sous-catégories associées à cette catégorie." "description": "Les sous-catégories associées à cette catégorie."
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment