Commit dbc86295 authored by Sven Franck's avatar Sven Franck

lang: add new translations

parent 519a23cb
{ {
"global_dict": { "global_dict": {
"foo": "Sample CV",
"apply_job": "Apply for a Job",
"application_info": "Monitor the status of your application",
"home": "Job Board", "home": "Job Board",
"job_board": "Job Board", "job_board": "Job Board",
"menu": "Menu", "menu": "Menu",
...@@ -11,7 +14,7 @@ ...@@ -11,7 +14,7 @@
"postings": "Browse Job Postings", "postings": "Browse Job Postings",
"postings_info": "Search through the list of available job offers.", "postings_info": "Search through the list of available job offers.",
"cv": "Submit Your CV", "cv": "Submit Your CV",
"cv_info":"(You can also apply directly through a job posting.)", "cv_info":"Generate and manage your CVs",
"8":"8", "8":"8",
"16":"16", "16":"16",
"24":"24", "24":"24",
...@@ -20,6 +23,8 @@ ...@@ -20,6 +23,8 @@
"records": "Records" "records": "Records"
}, },
"status_dict": { "status_dict": {
"error": "Internal Error",
"forwarding": "Forwarding",
"loading_total": "Loading Total Records", "loading_total": "Loading Total Records",
"loading_set": "Loading Records", "loading_set": "Loading Records",
"loading_config": "Loading Configuration", "loading_config": "Loading Configuration",
...@@ -29,11 +34,37 @@ ...@@ -29,11 +34,37 @@
"failed": "Failed" "failed": "Failed"
}, },
"validation_dict": { "validation_dict": {
"required_field": "This field is required" "required_field": "This field is required.",
"general": "Please fill out the required fields."
}, },
"portal_type_dict": { "portal_type_dict": {
"application_dict": {
"text_dict": {
"apply": "Apply Now",
"apply_for": "Application Job ID",
"cancel": "Cancel",
"new": "Create CV",
"instruction": "Please select one of the CVs you have stored on this system or generate a new CV."
},
"field_dict": {
"_id": {
"title": "ID",
"description": "The id of this application."
},
"job_subordinate_id": {
"title": "Job ID",
"description": "The job this application is for."
},
"cv_subordinate_id": {
"title": "CV ID",
"description": "The CV used for this application."
}
}
},
"cv_dict": { "cv_dict": {
"text_dict": { "text_dict": {
"back": "Retour",
"proceed_career": "Procéder to career steps",
"upload": "Upload your CV", "upload": "Upload your CV",
"cv_generated": "CVs generated", "cv_generated": "CVs generated",
"filter": "Filter", "filter": "Filter",
...@@ -114,7 +145,7 @@ ...@@ -114,7 +145,7 @@
"description": "The tags to associate with this applicant." "description": "The tags to associate with this applicant."
}, },
"cv_personal_statement": { "cv_personal_statement": {
"title": "Personal Statemnt", "title": "Personal Statement",
"description": "The personal statement of the applicant." "description": "The personal statement of the applicant."
}, },
"cv_techlist": { "cv_techlist": {
...@@ -132,7 +163,10 @@ ...@@ -132,7 +163,10 @@
} }
}, },
"career_step_dict": { "career_step_dict": {
"text_dict": {}, "text_dict": {
"work": "Professional Experience",
"eduction": "Education"
},
"field_dict": { "field_dict": {
"_id": { "_id": {
"title": "ID", "title": "ID",
......
{ {
"global_dict": { "global_dict": {
"foo": "Sample Foo",
"apply_job": "Postuler pour un emploi",
"application_info": "Monitor the status of your application",
"home": "Job Board", "home": "Job Board",
"job_board": "Offres d'emploi", "job_board": "Offres d'emploi",
"menu": "Menu", "menu": "Menu",
...@@ -11,7 +14,7 @@ ...@@ -11,7 +14,7 @@
"postings": "Parcourir Offres d'emploi", "postings": "Parcourir Offres d'emploi",
"postings_info": "Rechercher dans la liste des offres d'emploi disponibles.", "postings_info": "Rechercher dans la liste des offres d'emploi disponibles.",
"cv": "Envoyer votre CV", "cv": "Envoyer votre CV",
"cv_info":"(Vous pouvez également appliquer directement à travers une offre d'emploi.)", "cv_info":"Générer et gérer les CV",
"8":"8", "8":"8",
"16":"16", "16":"16",
"24":"24", "24":"24",
...@@ -20,6 +23,8 @@ ...@@ -20,6 +23,8 @@
"records": "résultats" "records": "résultats"
}, },
"status_dict": { "status_dict": {
"forwarding": "Transmission",
"error": "Erreur interne",
"loading_total": "Chargement Total", "loading_total": "Chargement Total",
"loading_set": "Chargement de Documents", "loading_set": "Chargement de Documents",
"loading_config": "Chargement de Configuration", "loading_config": "Chargement de Configuration",
...@@ -29,11 +34,37 @@ ...@@ -29,11 +34,37 @@
"failed": "Echec" "failed": "Echec"
}, },
"validation_dict": { "validation_dict": {
"required_field": "Ce champ est obligatoire." "required_field": "Ce champ est obligatoire.",
"general": "S'il vous plaît remplir les champs obligatoires."
}, },
"portal_type_dict": { "portal_type_dict": {
"application_dict": {
"text_dict": {
"apply": "Postuler maintenant",
"apply_for": "Demande d'emploi ID",
"cancel": "Terminé",
"new": "Créé un CV",
"instruction": "S'il vous plaît sélectionnez une des CV que vous avez stockés sur ce système ou générer un nouveau CV."
},
"field_dict": {
"_id": {
"title": "ID",
"description": "L'identifiant de cette application."
},
"job_subordinate_id": {
"title": "Job ID",
"description": "Le travail de cette application est pour."
},
"cv_subordinate_id": {
"title": "CV ID",
"description": "Le CV utilisé pour cette application."
}
}
},
"cv_dict": { "cv_dict": {
"text_dict": { "text_dict": {
"back": "Back",
"proceed_career": "Procéder à des étapes de carrière",
"upload": "Envoyez votre CV", "upload": "Envoyez votre CV",
"cv_generated": "CV générés", "cv_generated": "CV générés",
"filter": "Filtre", "filter": "Filtre",
...@@ -114,7 +145,7 @@ ...@@ -114,7 +145,7 @@
"description": "Les mots-clés à associer à ce candidat." "description": "Les mots-clés à associer à ce candidat."
}, },
"cv_personal_statement": { "cv_personal_statement": {
"title": "Personal Statemnt", "title": "Déclaration personnelle",
"description": "La déclaration personnelle du demandeur." "description": "La déclaration personnelle du demandeur."
}, },
"cv_techlist": { "cv_techlist": {
...@@ -132,7 +163,10 @@ ...@@ -132,7 +163,10 @@
} }
}, },
"career_step_dict": { "career_step_dict": {
"text_dict": {}, "text_dict": {
"work": "Expérience professionnelle",
"eduction": "Éducation"
},
"field_dict": { "field_dict": {
"_id": { "_id": {
"title": "ID", "title": "ID",
......
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