From fecb40fc562f608c364f374cf98c1e523bf03b7a Mon Sep 17 00:00:00 2001 From: dannc Date: Fri, 8 Mar 2019 15:18:54 +0700 Subject: [PATCH] fix back-up data --- data/back-up.json | 48 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/data/back-up.json b/data/back-up.json index 92d8502..e7c6e42 100644 --- a/data/back-up.json +++ b/data/back-up.json @@ -125,6 +125,54 @@ "youtubeId": "hHW1oY26kxQ", "articleTitle": "Harry Potter und Stein der Weisen - 1", "__collections__": {} + }, + "hp1k2": { + "content": [ + { + "sentences": [ + { + "origText": "Lorem ipsum dolor sit amet, consectetur adipiscing elit.", + "transText": "Бла-бла" + } + ] + } + ], + "articleId": "hp1", + "partTitle": "kapitel 2", + "words": [ + { + "transWord": "Привет", + "origWord": "Hallo2" + } + ], + "articlePartId": "k2", + "youtubeId": "hHW1oY26kxQ", + "articleTitle": "Harry Potter und Stein der Weisen - 2", + "__collections__": {} + }, + "hp1k3": { + "content": [ + { + "sentences": [ + { + "origText": "Lorem ipsum dolor sit amet, consectetur adipiscing elit.", + "transText": "Бла-бла-бла" + } + ] + } + ], + "articleId": "hp1", + "partTitle": "kapitel 3", + "words": [ + { + "transWord": "Привет", + "origWord": "Hallo3" + } + ], + "articlePartId": "k3", + "youtubeId": "hHW1oY26kxQ", + "articleTitle": "Harry Potter und Stein der Weisen - 3", + "__collections__": {} } } }