4
|
1 |
// translation en |
|
2 |
|
|
3 |
export default { |
|
4 |
|
|
5 |
"bo" : { |
|
6 |
"document_list": "Document List", |
|
7 |
"document_list.id_col": "ID", |
|
8 |
"document_list.uri_col": "URI", |
|
9 |
"home": "home", |
|
10 |
"document_detail": "Document detail", |
|
11 |
"audio_support_error" : "Your browser does not support the audio tag", |
|
12 |
"document_audio": "Audio:", |
|
13 |
"document_content": "Content", |
|
14 |
"document_title": "Title:", |
|
15 |
"document_editors": "Editor(s):" |
|
16 |
} |
|
17 |
|
|
18 |
// "some.translation.key": "Text for some.translation.key", |
|
19 |
// |
|
20 |
// "a": { |
|
21 |
// "nested": { |
|
22 |
// "key": "Text for a.nested.key" |
|
23 |
// } |
|
24 |
// }, |
|
25 |
// |
|
26 |
// "key.with.interpolation": "Text with {{anInterpolation}}" |
|
27 |
}; |