Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add translation for Drag and Drop #85

Merged
merged 1 commit into from
Nov 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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;
Loading