linguee
Version:
Bilingual word translation straight from Linguee website
121 lines (120 loc) • 2.12 kB
JavaScript
module.exports = {
query: '历',
words: [
{
term: '历',
audio: null,
additionalInfo: null,
type: 'noun',
translations: [
{
term: 'history',
audio:
'http://somedomain.com/mp3/EN_US/3c/3cd15f8f2940aff879df34df4e5c2cd1-101',
type: 'noun',
alternatives: [],
examples: []
}
],
lessCommonTranslations: [
{
term: 'calendar',
type: 'noun',
usage: null
}
]
},
{
term: '历',
audio: null,
additionalInfo: null,
type: 'adjective',
translations: [],
lessCommonTranslations: [
{
term: 'all',
type: 'adjective',
usage: null
},
{
term: 'each',
type: 'adjective',
usage: null
}
]
},
{
term: '历',
audio: null,
additionalInfo: null,
type: null,
translations: [],
lessCommonTranslations: [
{
term: 'experience',
type: null,
usage: null
},
{
term: 'pass through',
type: null,
usage: null
},
{
term: 'undergo',
type: null,
usage: null
}
]
}
],
examples: [
{
from: {
content: '简历',
type: 'noun',
audio: null
},
to: [
{
content: 'resume',
type: 'noun'
},
{
content: 'CV',
type: 'noun'
},
{
content: 'biography',
type: 'noun'
}
]
},
{
from: {
content: '事历',
type: 'noun',
audio: null
},
to: [
{
content: 'calendar',
type: 'noun'
}
]
},
{
from: {
content: '历史',
type: 'noun, plural',
audio: null
},
to: [
{
content: 'story',
type: 'noun, plural'
}
]
}
]
};