Commit 1bc4dbac authored by Sven Franck's avatar Sven Franck

lang: added new translations

parent 2acfcfb6
{
"global_dict": {
"urgent": "Urgent",
"moderate": "Moderate",
"low": "Low",
"none": "Just sayin'",
"home": "Bug Report 101",
"bug_report": "Bug Report 101",
"french": "French",
"english": "English",
"post_new_bug": "Post A New Bug",
"post_info": "404, 503, you name it... give us a ticket!",
"follow_bug": "Bug Progress Monitor",
"follow_info": "Track whether your bugs are being treated well",
"info_usage": "Pecking bugs in your system? Unresponsive customer support? No worries! File your bugs here and watch them being resolved."
},
"status_dict": {
......@@ -23,12 +30,46 @@
"general": "Please fill out the required fields."
},
"portal_type_dict": {
"bug_report_dict": {
"text_dict": {},
"field_dict": {}
"bug_posting_dict": {
"text_dict": {
"post_a_bug": "Post A Bug",
"back": "Back",
"submit": "File Bug Now"
},
"field_dict": {
"_id": {
"title": "ID",
"description": "The id of this ticket."
},
"bug_title": {
"title": "Ticket Title",
"description": "The title of this bug."
},
"bug_description": {
"title": "Ticket Description",
"description": "The description of this bug."
},
"bug_filed_by_name": {
"title": "Filed by",
"description": "The person who filed this bug."
},
"bug_filed_by_email": {
"title": "Contact Email",
"description": "The email address of the person who filed the bug."
},
"bug_priority": {
"title": "Priority",
"description": "The priority of this bug."
},
"bug_created": {
"title": "Created",
"description": "The date this ticket was filed."
}
}
},
"bug_report_event_dict": {
"text_dict": {},
"text_dict": {
},
"field_dict": {}
}
}
......
{
"global_dict": {
"urgent": "Urgent",
"moderate": "Modéré",
"low": "Faible",
"none": "Juste dire",
"home": "Rappot bogue 101",
"bug_report": "Rapport bogue 101",
"french": "Francaise",
"english": "Anglais",
"post_new_bug": "Poster un nouveau bug",
"post_info": "404, 503 vous l'appelez ... nous donner un billet!",
"follow_bug": "Bug progrès Moniteur",
"follow_info": "Que vos bogues de piste sont bien traités.",
"info_usage": "Picorer des bugs dans votre système? Soutien à la clientèle ne répond pas? Pas de soucis! Déposez vos bogues ici et regardez-les se résoudre."
},
"status_dict": {
......@@ -23,9 +30,42 @@
"general": "S'il vous plaît remplir les champs obligatoires."
},
"portal_type_dict": {
"bug_report_dict": {
"text_dict": {},
"field_dict": {}
"bug_posting_dict": {
"text_dict": {
"post_a_bug": "Poster un bug",
"back": "Retour",
"submit": "Bug déposer"
},
"field_dict": {
"_id": {
"title": "ID",
"description": "L'identifiant de ce billet."
},
"bug_title": {
"title": "Titre billet",
"description": "Le titre de ce bug."
},
"bug_description": {
"title": "Description du billet",
"description": "La description de ce bug."
},
"bug_filed_by_name": {
"title": "Déposé par",
"description": "La personne qui a déposé ce bug."
},
"bug_filed_by_email": {
"title": "Contact par e-mail",
"description": "L'adresse email de la personne qui a déposé le bug."
},
"bug_priority": {
"title": "Priorité",
"description": "La priorité de ce bug."
},
"bug_created": {
"title": "Établi",
"description": "La date de ce billet qui a déposé."
}
}
},
"bug_report_event_dict": {
"text_dict": {},
......
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