The following sample depicts the the JSON format of a language package (dictionary) content, that can be imported by the application:
[
{
"source_language": "EN",
"target_language": "DE",
"source_pre": "the",
"source_expression": "the time",
"source_post": "pl. times",
"target_pre": "die",
"target_expression": "Zeit",
"target_post": "pl. Zeiten",
"examples": [
{
"source": "I'll call you around the time I finish work.",
"target": "Ich rufe dich an, wenn ich mit der Arbeit fertig bin."
},
{
"source": "Could you check the time for me?",
"target": "Könntest du bitte die Uhrzeit überprüfen?"
},
{
"source": "We arrived just in time for the movie.",
"target": "Wir kamen genau rechtzeitig für den Film an."
}
],
"categories": [
"AI Imported"
],
"is_known": false,
"is_favourite": true,
"is_important": true
},
{
"source_language": "EN",
"target_language": "DE",
"source_pre": "the",
"source_expression": "the amount",
"source_post": "pl. amounts",
"target_pre": "der",
"target_expression": "Betrag",
"target_post": "pl. Beträge",
"examples": [
{
"source": "Please check the amount on the bill.",
"target": "Bitte überprüfen Sie den Betrag auf der Rechnung."
},
{
"source": "The amount of sugar in this recipe is too high.",
"target": "Die Zuckermenge in diesem Rezept ist zu hoch."
},
{
"source": "I was surprised by the amount of people at the party.",
"target": "Ich war überrascht von der Anzahl der Leute auf der Party."
}
],
"categories": [
"AI Imported"
],
"is_known": false,
"is_favourite": false,
"is_important": true
}
]