Skip to content

Commit

Permalink
Merge pull request #62 from vlad0716/main
Browse files Browse the repository at this point in the history
Add confirms
  • Loading branch information
knro authored Sep 4, 2024
2 parents 467ad3d + cc1b8f9 commit 4a0f36f
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 5 deletions.
5 changes: 5 additions & 0 deletions cn.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,11 @@
logo: "Logo",
approve: "Approve",
reject: "Reject",
confirm_approve: "Confirm Approve",
confirm_reject: "Confirm Reject",
confirm_ban: "Confirm Ban",
confirm_delete: "Confirm Delete",
confirm_ignore: "Confirm Ignore",
},
darkLibrary: {
title: "暗场库",
Expand Down
7 changes: 6 additions & 1 deletion de.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,12 @@ const de = {
manufacturers: "Manufacturers",
logo: "Logo",
approve: "Approve",
reject: "Reject"
reject: "Reject",
confirm_approve: "Confirm Approve",
confirm_reject: "Confirm Reject",
confirm_ban: "Confirm Ban",
confirm_delete: "Confirm Delete",
confirm_ignore: "Confirm Ignore",
},
darkLibrary: {
title: "Dark Library",
Expand Down
7 changes: 6 additions & 1 deletion en.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,12 @@ const en = {
manufacturers: "Manufacturers",
logo: "Logo",
approve: "Approve",
reject: "Reject"
reject: "Reject",
confirm_approve: "Confirm Approve",
confirm_reject: "Confirm Reject",
confirm_ban: "Confirm Ban",
confirm_delete: "Confirm Delete",
confirm_ignore: "Confirm Ignore",
},
darkLibrary: {
title: "Dark Library",
Expand Down
7 changes: 6 additions & 1 deletion es.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,12 @@ const es = {
manufacturers: "Manufacturers",
logo: "Logo",
approve: "Approve",
reject: "Reject"
reject: "Reject",
confirm_approve: "Confirm Approve",
confirm_reject: "Confirm Reject",
confirm_ban: "Confirm Ban",
confirm_delete: "Confirm Delete",
confirm_ignore: "Confirm Ignore",
},
darkLibrary: {
title: "Biblioteca oscura",
Expand Down
7 changes: 6 additions & 1 deletion fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,12 @@ const fr = {
manufacturers: "Manufacturers",
logo: "Logo",
approve: "Approve",
reject: "Reject"
reject: "Reject",
confirm_approve: "Confirm Approve",
confirm_reject: "Confirm Reject",
confirm_ban: "Confirm Ban",
confirm_delete: "Confirm Delete",
confirm_ignore: "Confirm Ignore",
},
darkLibrary: {
title: "Dark Library",
Expand Down
7 changes: 6 additions & 1 deletion ja.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,12 @@ const ja = {
manufacturers: "Manufacturers",
logo: "Logo",
approve: "Approve",
reject: "Reject"
reject: "Reject",
confirm_approve: "Confirm Approve",
confirm_reject: "Confirm Reject",
confirm_ban: "Confirm Ban",
confirm_delete: "Confirm Delete",
confirm_ignore: "Confirm Ignore",
},
darkLibrary: {
title: "ダーク ライブラリ",
Expand Down

0 comments on commit 4a0f36f

Please sign in to comment.