Skip to content

Commit

Permalink
Merge pull request #85 from naheedsa/feature/update-ekoslive-translation
Browse files Browse the repository at this point in the history
Add translation for Drag and Drop
  • Loading branch information
knro authored Nov 10, 2024
2 parents a1b1fa3 + 186d3ab commit 09be795
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 7 deletions.
10 changes: 8 additions & 2 deletions cn.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
duplicate: "Duplicate",
blacklist: "Blacklist",
ban: "Ban",
delete: "Delete"
delete: "Delete",
},
darkLibrary: {
title: "暗场库",
Expand Down Expand Up @@ -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: {
Expand All @@ -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;
8 changes: 7 additions & 1 deletion de.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ const de = {
duplicate: "Duplicate",
blacklist: "Blacklist",
ban: "Ban",
delete: "Delete"
delete: "Delete",
},
darkLibrary: {
title: "Dark Library",
Expand Down Expand Up @@ -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;
8 changes: 7 additions & 1 deletion en.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ const en = {
duplicate: "Duplicate",
blacklist: "Blacklist",
ban: "Ban",
delete: "Delete"
delete: "Delete",
},
darkLibrary: {
title: "Dark Library",
Expand Down Expand Up @@ -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;
8 changes: 7 additions & 1 deletion es.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ const es = {
duplicate: "Duplicate",
blacklist: "Blacklist",
ban: "Ban",
delete: "Delete"
delete: "Delete",
},
darkLibrary: {
title: "Biblioteca oscura",
Expand Down Expand Up @@ -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;
8 changes: 7 additions & 1 deletion fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ const fr = {
duplicate: "Duplicate",
blacklist: "Blacklist",
ban: "Ban",
delete: "Delete"
delete: "Delete",
},
darkLibrary: {
title: "Dark Library",
Expand Down Expand Up @@ -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;
8 changes: 7 additions & 1 deletion ja.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ const ja = {
duplicate: "Duplicate",
blacklist: "Blacklist",
ban: "Ban",
delete: "Delete"
delete: "Delete",
},
darkLibrary: {
title: "ダーク ライブラリ",
Expand Down Expand Up @@ -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;

0 comments on commit 09be795

Please sign in to comment.