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 :", |
|
14 |
"document_editors": "Editeur(s) :" |
|
15 |
}, |
|
16 |
// "some.translation.key": "Text for some.translation.key", |
|
17 |
// |
|
18 |
// "a": { |
|
19 |
// "nested": { |
|
20 |
// "key": "Text for a.nested.key" |
|
21 |
// } |
|
22 |
// }, |
|
23 |
// |
|
24 |
// "key.with.interpolation": "Text with {{anInterpolation}}" |
|
25 |
}; |