add translation object

pull/206/head
Deborah Servili 2019-09-19 16:14:48 +02:00
parent a210cb0490
commit 2721d103e5
No known key found for this signature in database
GPG Key ID: 7E3A832850D4D7D1
1 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,34 @@
{
"attributes": {
"original-text": {
"description": "Original text",
"ui-priority": 1,
"misp-attribute": "text"
},
"translated-text": {
"description": "Text after translation",
"ui-priority": 1,
"misp-attribute": "text"
},
"original-language": {
"description": "Language of the original text",
"ui-priority": 1,
"misp-attribute": "text"
},
"translation-language": {
"description": "Language of translation",
"ui-priority": 1,
"misp-attribute": "text"
},
"translation-service": {
"description": "translation service used for the translation",
"ui-priority": 1,
"misp-attribute": "text"
}
},
"version": 1,
"description": "Used to keep a text and its translation",
"meta-category": "misc",
"uuid": "a43b54fa-dac9-11e9-9b0d-97296aceae1a",
"name": "translation"
}