linguee
Version:
Bilingual word translation straight from Linguee website
84 lines (83 loc) • 1.75 kB
JavaScript
module.exports = {
query: 'buy',
words: [
{
term: 'buy sth.',
audio:
'http://somedomain.com/mp3/EN_US/04/0461ebd2b773878eac9f78a891912d65-200',
additionalInfo: null,
type: 'verb',
translations: [
{
term: 'покупать что-л.',
audio: null,
type: 'verb, imperfective',
alternatives: [],
examples: [
{
from: 'I will buy a new car today.',
to: 'Сегодня я куплю новую машину.'
}
]
}
],
lessCommonTranslations: []
}
],
examples: [
{
from: {
content: 'intention to buy',
type: 'noun',
audio:
'http://somedomain.com/mp3/EN_UK/19/1922e463e713687ee48ac6b25a76d4dd-100'
},
to: [
{
content: 'намерение купить',
type: 'noun, neuter'
}
]
},
{
from: {
content: 'buy order',
type: 'noun',
audio:
'http://somedomain.com/mp3/EN_US/1d/1d85f7a778ad5e9d86c63420fddcd6f1-100'
},
to: [
{
content: 'заказ на покупку',
type: 'noun, masculine'
}
]
},
{
from: {
content: 'right to buy',
type: 'noun',
audio: null
},
to: [
{
content: 'право покупать',
type: 'noun, neuter'
}
]
},
{
from: {
content: 'good buy',
type: 'noun',
audio: null
},
to: [
{
content: 'удачная покупка',
type: 'noun, feminine'
}
]
}
]
};