diff --git a/cn.js b/cn.js index 9bfa1f9..011e16e 100644 --- a/cn.js +++ b/cn.js @@ -229,7 +229,7 @@ duplicate: "Duplicate", blacklist: "Blacklist", ban: "Ban", - delete: "Delete" + delete: "Delete", }, darkLibrary: { title: "暗场库", @@ -1765,7 +1765,7 @@ privacy_violation: "The content includes personal information without consent.", wrong_image: "The image is incorrect", - wrong_metadata: "The metadata is incorrect", + wrong_metadata: "The metadata is incorrect", }, }, comment: { @@ -1789,6 +1789,12 @@ hardware_title: "What hardware plaforms do you use?", imaging_title: "What do you like to image?", }, + ekoslive: { + info: { + drag: "Drag & drop a file here, or click to select a file", + selected: "File has been selected", + }, + }, }; export default cn; diff --git a/de.js b/de.js index 0ac36b1..5fcdd07 100644 --- a/de.js +++ b/de.js @@ -234,7 +234,7 @@ const de = { duplicate: "Duplicate", blacklist: "Blacklist", ban: "Ban", - delete: "Delete" + delete: "Delete", }, darkLibrary: { title: "Dark Library", @@ -1788,6 +1788,12 @@ const de = { hardware_title: "What hardware plaforms do you use?", imaging_title: "What do you like to image?", }, + ekoslive: { + info: { + drag: "Drag & drop a file here, or click to select a file", + selected: "File has been selected", + }, + }, }; export default de; diff --git a/en.js b/en.js index 6a17bcc..71c3656 100644 --- a/en.js +++ b/en.js @@ -246,7 +246,7 @@ const en = { duplicate: "Duplicate", blacklist: "Blacklist", ban: "Ban", - delete: "Delete" + delete: "Delete", }, darkLibrary: { title: "Dark Library", @@ -1839,6 +1839,12 @@ const en = { hardware_title: "What hardware plaforms do you use?", imaging_title: "What do you like to image?", }, + ekoslive: { + info: { + drag: "Drag & drop a file here, or click to select a file", + selected: "File has been selected", + }, + }, }; export default en; diff --git a/es.js b/es.js index cf8fcb5..dc00198 100644 --- a/es.js +++ b/es.js @@ -242,7 +242,7 @@ const es = { duplicate: "Duplicate", blacklist: "Blacklist", ban: "Ban", - delete: "Delete" + delete: "Delete", }, darkLibrary: { title: "Biblioteca oscura", @@ -1864,6 +1864,12 @@ const es = { hardware_title: "What hardware plaforms do you use?", imaging_title: "What do you like to image?", }, + ekoslive: { + info: { + drag: "Drag & drop a file here, or click to select a file", + selected: "File has been selected", + }, + }, }; export default es; diff --git a/fr.js b/fr.js index 4e02203..b4429cd 100644 --- a/fr.js +++ b/fr.js @@ -236,7 +236,7 @@ const fr = { duplicate: "Duplicate", blacklist: "Blacklist", ban: "Ban", - delete: "Delete" + delete: "Delete", }, darkLibrary: { title: "Dark Library", @@ -1781,6 +1781,12 @@ const fr = { hardware_title: "What hardware plaforms do you use?", imaging_title: "What do you like to image?", }, + ekoslive: { + info: { + drag: "Drag & drop a file here, or click to select a file", + selected: "File has been selected", + }, + }, }; export default fr; diff --git a/ja.js b/ja.js index ff56c6e..afcf51f 100644 --- a/ja.js +++ b/ja.js @@ -243,7 +243,7 @@ const ja = { duplicate: "Duplicate", blacklist: "Blacklist", ban: "Ban", - delete: "Delete" + delete: "Delete", }, darkLibrary: { title: "ダーク ライブラリ", @@ -1799,5 +1799,11 @@ const ja = { hardware_title: "What hardware plaforms do you use?", imaging_title: "What do you like to image?", }, + ekoslive: { + info: { + drag: "Drag & drop a file here, or click to select a file", + selected: "File has been selected", + }, + }, }; export default ja;