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 some general words #61

Merged
merged 1 commit into from
Sep 3, 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
14 changes: 13 additions & 1 deletion cn.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,15 @@
submitted_date: "Submitted Date",
publish_status: "Publish Status",
submission_status: "Submission Status",
access_level: "Access Level"
access_level: "Access Level",

description: "Description",
acquisition_details: "Acquisition Details",
models: "Models",
manufacturers: "Manufacturers",
logo: "Logo",
approve: "Approve",
reject: "Reject"
},
darkLibrary: {
title: "暗场库",
Expand Down Expand Up @@ -1647,6 +1655,10 @@
violation_of_terms: "The content violates the platform's terms of service or community guidelines.",
privacy_violation: "The content includes personal information without consent."
}
},
comment: {
comments: "Comments",
no_comment: "There is no Comment."
}
},
};
Expand Down
14 changes: 13 additions & 1 deletion de.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,15 @@ const de = {
submitted_date: "Submitted Date",
publish_status: "Publish Status",
submission_status: "Submission Status",
access_level: "Access Level"
access_level: "Access Level",

description: "Description",
acquisition_details: "Acquisition Details",
models: "Models",
manufacturers: "Manufacturers",
logo: "Logo",
approve: "Approve",
reject: "Reject"
},
darkLibrary: {
title: "Dark Library",
Expand Down Expand Up @@ -1646,6 +1654,10 @@ const de = {
violation_of_terms: "The content violates the platform's terms of service or community guidelines.",
privacy_violation: "The content includes personal information without consent."
}
},
comment: {
comments: "Comments",
no_comment: "There is no Comment."
}
},
};
Expand Down
14 changes: 13 additions & 1 deletion en.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,15 @@ const en = {
submitted_date: "Submitted Date",
publish_status: "Publish Status",
submission_status: "Submission Status",
access_level: "Access Level"
access_level: "Access Level",

description: "Description",
acquisition_details: "Acquisition Details",
models: "Models",
manufacturers: "Manufacturers",
logo: "Logo",
approve: "Approve",
reject: "Reject"
},
darkLibrary: {
title: "Dark Library",
Expand Down Expand Up @@ -1696,6 +1704,10 @@ const en = {
violation_of_terms: "The content violates the platform's terms of service or community guidelines.",
privacy_violation: "The content includes personal information without consent."
}
},
comment: {
comments: "Comments",
no_comment: "There is no Comment."
}
},
};
Expand Down
14 changes: 13 additions & 1 deletion es.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,15 @@ const es = {
submitted_date: "Submitted Date",
publish_status: "Publish Status",
submission_status: "Submission Status",
access_level: "Access Level"
access_level: "Access Level",

description: "Description",
acquisition_details: "Acquisition Details",
models: "Models",
manufacturers: "Manufacturers",
logo: "Logo",
approve: "Approve",
reject: "Reject"
},
darkLibrary: {
title: "Biblioteca oscura",
Expand Down Expand Up @@ -1722,6 +1730,10 @@ const es = {
violation_of_terms: "The content violates the platform's terms of service or community guidelines.",
privacy_violation: "The content includes personal information without consent."
}
},
comment: {
comments: "Comments",
no_comment: "There is no Comment."
}
},
};
Expand Down
14 changes: 13 additions & 1 deletion fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,15 @@ const fr = {
submitted_date: "Submitted Date",
publish_status: "Publish Status",
submission_status: "Submission Status",
access_level: "Access Level"
access_level: "Access Level",

description: "Description",
acquisition_details: "Acquisition Details",
models: "Models",
manufacturers: "Manufacturers",
logo: "Logo",
approve: "Approve",
reject: "Reject"
},
darkLibrary: {
title: "Dark Library",
Expand Down Expand Up @@ -1639,6 +1647,10 @@ const fr = {
violation_of_terms: "The content violates the platform's terms of service or community guidelines.",
privacy_violation: "The content includes personal information without consent."
}
},
comment: {
comments: "Comments",
no_comment: "There is no Comment."
}
},
};
Expand Down
14 changes: 13 additions & 1 deletion ja.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,15 @@ const ja = {
submitted_date: "Submitted Date",
publish_status: "Publish Status",
submission_status: "Submission Status",
access_level: "Access Level"
access_level: "Access Level",

description: "Description",
acquisition_details: "Acquisition Details",
models: "Models",
manufacturers: "Manufacturers",
logo: "Logo",
approve: "Approve",
reject: "Reject"
},
darkLibrary: {
title: "ダーク ライブラリ",
Expand Down Expand Up @@ -1657,6 +1665,10 @@ const ja = {
violation_of_terms: "The content violates the platform's terms of service or community guidelines.",
privacy_violation: "The content includes personal information without consent."
}
},
comment: {
comments: "Comments",
no_comment: "There is no Comment."
}
},
};
Expand Down
Loading