author | ymh <ymh.work@gmail.com> |
Tue, 20 Mar 2018 15:02:40 +0100 | |
changeset 573 | 25f3d28f51b2 |
parent 304 | 20071981ba2a |
permissions | -rw-r--r-- |
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", |
|
304
20071981ba2a
add location and geonames resolvers and api
ymh <ymh.work@gmail.com>
parents:
135
diff
changeset
|
10 |
|
4 | 11 |
"audio_support_error" : "Votre browser ne gère pas la balise audio.", |
304
20071981ba2a
add location and geonames resolvers and api
ymh <ymh.work@gmail.com>
parents:
135
diff
changeset
|
12 |
|
4 | 13 |
"document_audio": "Audio :", |
14 |
"document_content": "Contenu", |
|
15 |
"document_title": "Titre :", |
|
28 | 16 |
"document_language": "Langage :", |
20 | 17 |
"document_editors": "Editeur(s) :", |
18 |
"document_contributors": "Contributeur(s) :", |
|
130
fac22d8c2df8
add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents:
28
diff
changeset
|
19 |
"document_subjects": "Sujet(s) :", |
304
20071981ba2a
add location and geonames resolvers and api
ymh <ymh.work@gmail.com>
parents:
135
diff
changeset
|
20 |
"document_locations": "Lieu(x) d'enregistrement :", |
20071981ba2a
add location and geonames resolvers and api
ymh <ymh.work@gmail.com>
parents:
135
diff
changeset
|
21 |
|
20 | 22 |
"contributors_th_name": "Nom", |
23 |
"contributors_th_url": "URL", |
|
24 |
"contributors_th_role": "Role", |
|
28 | 25 |
"contributors_th_actions": "Actions", |
304
20071981ba2a
add location and geonames resolvers and api
ymh <ymh.work@gmail.com>
parents:
135
diff
changeset
|
26 |
|
135
66c1d31e2f97
first steps to add subject editing
ymh <ymh.work@gmail.com>
parents:
130
diff
changeset
|
27 |
"subjects_th_label": "Label", |
66c1d31e2f97
first steps to add subject editing
ymh <ymh.work@gmail.com>
parents:
130
diff
changeset
|
28 |
"subjects_th_url": "URL", |
66c1d31e2f97
first steps to add subject editing
ymh <ymh.work@gmail.com>
parents:
130
diff
changeset
|
29 |
"subjects_th_actions": "Actions", |
304
20071981ba2a
add location and geonames resolvers and api
ymh <ymh.work@gmail.com>
parents:
135
diff
changeset
|
30 |
|
20 | 31 |
"olac_role_annotator": "annotateur", |
32 |
"olac_role_author": "auteur", |
|
33 |
"olac_role_compiler": "compilateur", |
|
34 |
"olac_role_consultant": "consultant", |
|
35 |
"olac_role_data_inputter": "data inputter", |
|
36 |
"olac_role_depositor": "depositeur", |
|
37 |
"olac_role_developer": "developpeur", |
|
38 |
"olac_role_editor": "editeur", |
|
39 |
"olac_role_illustrator": "illustrateur", |
|
40 |
"olac_role_interpreter": "interprète", |
|
41 |
"olac_role_interviewer": "interviewer", |
|
42 |
"olac_role_participant": "participant", |
|
43 |
"olac_role_performer": "performer", |
|
44 |
"olac_role_photographer": "photographe", |
|
45 |
"olac_role_recorder": "recorder", |
|
46 |
"olac_role_researcher": "chercheur", |
|
47 |
"olac_role_research_participant": "research participant", |
|
48 |
"olac_role_responder": "responder", |
|
49 |
"olac_role_signer": "signataire", |
|
50 |
"olac_role_singer": "chanteur", |
|
51 |
"olac_role_speaker": "speaker", |
|
52 |
"olac_role_sponsor": "sponsor", |
|
53 |
"olac_role_transcriber": "transcripteur", |
|
54 |
"olac_role_translator": "traducteur", |
|
28 | 55 |
|
56 |
"button_save" : "Sauvegarder", |
|
57 |
"button_cancel" : "Annuler", |
|
4 | 58 |
}, |
59 |
// "some.translation.key": "Text for some.translation.key", |
|
60 |
// |
|
61 |
// "a": { |
|
62 |
// "nested": { |
|
63 |
// "key": "Text for a.nested.key" |
|
64 |
// } |
|
65 |
// }, |
|
66 |
// |
|
67 |
// "key.with.interpolation": "Text with {{anInterpolation}}" |
|
68 |
}; |