4
|
1 |
// translation fr |
|
2 |
|
|
3 |
export default { |
|
4 |
|
|
5 |
"bo" : { |
|
6 |
"document_list": "Liste Document", |
|
7 |
"document_list.id_col": "ID", |
|
8 |
"document_list.uri_col": "URI", |
|
9 |
"document_detail": "Détail document", |
|
10 |
"audio_support_error" : "Votre browser ne gère pas la balise audio.", |
|
11 |
"document_audio": "Audio :", |
|
12 |
"document_content": "Contenu", |
|
13 |
"document_title": "Titre :", |
20
|
14 |
"document_editors": "Editeur(s) :", |
|
15 |
"document_contributors": "Contributeur(s) :", |
|
16 |
"contributors_th_name": "Nom", |
|
17 |
"contributors_th_url": "URL", |
|
18 |
"contributors_th_role": "Role", |
|
19 |
"olac_role_annotator": "annotateur", |
|
20 |
"olac_role_author": "auteur", |
|
21 |
"olac_role_compiler": "compilateur", |
|
22 |
"olac_role_consultant": "consultant", |
|
23 |
"olac_role_data_inputter": "data inputter", |
|
24 |
"olac_role_depositor": "depositeur", |
|
25 |
"olac_role_developer": "developpeur", |
|
26 |
"olac_role_editor": "editeur", |
|
27 |
"olac_role_illustrator": "illustrateur", |
|
28 |
"olac_role_interpreter": "interprète", |
|
29 |
"olac_role_interviewer": "interviewer", |
|
30 |
"olac_role_participant": "participant", |
|
31 |
"olac_role_performer": "performer", |
|
32 |
"olac_role_photographer": "photographe", |
|
33 |
"olac_role_recorder": "recorder", |
|
34 |
"olac_role_researcher": "chercheur", |
|
35 |
"olac_role_research_participant": "research participant", |
|
36 |
"olac_role_responder": "responder", |
|
37 |
"olac_role_signer": "signataire", |
|
38 |
"olac_role_singer": "chanteur", |
|
39 |
"olac_role_speaker": "speaker", |
|
40 |
"olac_role_sponsor": "sponsor", |
|
41 |
"olac_role_transcriber": "transcripteur", |
|
42 |
"olac_role_translator": "traducteur", |
4
|
43 |
}, |
|
44 |
// "some.translation.key": "Text for some.translation.key", |
|
45 |
// |
|
46 |
// "a": { |
|
47 |
// "nested": { |
|
48 |
// "key": "Text for a.nested.key" |
|
49 |
// } |
|
50 |
// }, |
|
51 |
// |
|
52 |
// "key.with.interpolation": "Text with {{anInterpolation}}" |
|
53 |
}; |