diff --git a/cn.js b/cn.js index d197cb3..dae2c3c 100644 --- a/cn.js +++ b/cn.js @@ -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: "暗场库", @@ -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." } }, }; diff --git a/de.js b/de.js index bce58e7..a341863 100644 --- a/de.js +++ b/de.js @@ -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", @@ -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." } }, }; diff --git a/en.js b/en.js index e5853bb..7a3dace 100644 --- a/en.js +++ b/en.js @@ -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", @@ -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." } }, }; diff --git a/es.js b/es.js index 7d9c378..52b5587 100644 --- a/es.js +++ b/es.js @@ -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", @@ -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." } }, }; diff --git a/fr.js b/fr.js index 06531b1..347b7c1 100644 --- a/fr.js +++ b/fr.js @@ -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", @@ -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." } }, }; diff --git a/ja.js b/ja.js index 9144a1d..6a25510 100644 --- a/ja.js +++ b/ja.js @@ -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: "ダーク ライブラリ", @@ -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." } }, };