Commit 034a6c35 authored by Sven Franck's avatar Sven Franck

lang: added new translations

parent 57f0c97b
{ {
"global_dict": { "global_dict": {
"8":"8",
"16":"16",
"32":"32",
"64":"64",
"open": "Open",
"pending": "Pending",
"closed": "Closed",
"urgent": "Urgent", "urgent": "Urgent",
"moderate": "Moderate", "moderate": "Moderate",
"low": "Low", "low": "Low",
...@@ -34,7 +41,9 @@ ...@@ -34,7 +41,9 @@
"text_dict": { "text_dict": {
"post_a_bug": "Post A Bug", "post_a_bug": "Post A Bug",
"back": "Back", "back": "Back",
"submit": "File Bug Now" "submit": "File Bug Now",
"delete_ticket": "Delete Ticket",
"search": "Search"
}, },
"field_dict": { "field_dict": {
"_id": { "_id": {
...@@ -64,13 +73,49 @@ ...@@ -64,13 +73,49 @@
"bug_created": { "bug_created": {
"title": "Created", "title": "Created",
"description": "The date this ticket was filed." "description": "The date this ticket was filed."
},
"ticket_status": {
"title": "Ticket Status",
"description": "The status of this ticket."
},
"bug_icon": {
"title": "Icon",
"description": "The icon used to identify the ticket."
} }
} }
}, },
"bug_report_event_dict": { "bug_report_dict": {
"text_dict": { "text_dict": {
"bug_tracker": "Bug Tracker",
"overview": "Ticket Overview",
"bug_events": "Bug Events"
}, },
"field_dict": {} "field_dict": {
"_id": {
"title": "ID",
"description": "The id of the event posted."
},
"event_date_posted": {
"title": "Date Posted",
"description": "The date this ticket event was posted."
},
"event_message": {
"title": "Message",
"description": "The message assocaited with this ticket."
},
"event_posted_by": {
"title": "Author",
"description": "The author of this ticket related event."
},
"event_subordinate_ticket_status": {
"title": "Ticket Status",
"description": "The status of the underlying ticket."
},
"event_subordinate_id": {
"title": "Ticket ID",
"description": "The ID of the underlying ticket."
}
}
} }
} }
} }
......
{ {
"global_dict": { "global_dict": {
"8":"8",
"16":"16",
"32":"32",
"64":"64",
"open": "Ouvert",
"pending": "En attendant",
"closed": "Fermé",
"urgent": "Urgent", "urgent": "Urgent",
"moderate": "Modéré", "moderate": "Modéré",
"low": "Faible", "low": "Faible",
...@@ -64,12 +71,51 @@ ...@@ -64,12 +71,51 @@
"bug_created": { "bug_created": {
"title": "Établi", "title": "Établi",
"description": "La date de ce billet qui a déposé." "description": "La date de ce billet qui a déposé."
},
"ticket_status": {
"title": "Statut du ticket",
"description": "Le statut de ce billet."
},
"bug_icon": {
"title": "Icon",
"description": "L'icône utilisée pour identifier le billet."
} }
} }
}, },
"bug_report_event_dict": { "bug_report_dict": {
"text_dict": {}, "text_dict": {
"field_dict": {} "bug_tracker": "Traqueur de bug",
"ticket_overview": "Présentation de billets",
"delete_ticket": "Supprimer billets",
"search":"Cherchez",
"bug_events": "Bug événements"
},
"field_dict": {
"_id": {
"title": "ID",
"description": "L'identifiant de l'événement affiché."
},
"event_date_posted": {
"title": "Date de publication",
"description": "La date de cet événement billet a été publié."
},
"event_message": {
"title": "Message",
"description": "Le message assocaited avec ce billet."
},
"event_posted_by": {
"title": "Auteur",
"description": "L'auteur de cet événement de billets liés."
},
"event_subordinate_ticket_status": {
"title": "Statut du ticket",
"description": "L'état du ticket sous-jacent."
},
"event_subordinate_id": {
"title": "ID de billets",
"description": "L'ID du billet sous-jacent."
}
}
} }
} }
} }
\ No newline at end of file
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