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 actions name #84

Merged
merged 1 commit into from
Nov 9, 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
2 changes: 2 additions & 0 deletions cn.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,8 @@

duplicate: "Duplicate",
blacklist: "Blacklist",
ban: "Ban",
delete: "Delete"
},
darkLibrary: {
title: "暗场库",
Expand Down
2 changes: 2 additions & 0 deletions de.js
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,8 @@ const de = {

duplicate: "Duplicate",
blacklist: "Blacklist",
ban: "Ban",
delete: "Delete"
},
darkLibrary: {
title: "Dark Library",
Expand Down
2 changes: 2 additions & 0 deletions en.js
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,8 @@ const en = {

duplicate: "Duplicate",
blacklist: "Blacklist",
ban: "Ban",
delete: "Delete"
},
darkLibrary: {
title: "Dark Library",
Expand Down
2 changes: 2 additions & 0 deletions es.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,8 @@ const es = {

duplicate: "Duplicate",
blacklist: "Blacklist",
ban: "Ban",
delete: "Delete"
},
darkLibrary: {
title: "Biblioteca oscura",
Expand Down
2 changes: 2 additions & 0 deletions fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,8 @@ const fr = {

duplicate: "Duplicate",
blacklist: "Blacklist",
ban: "Ban",
delete: "Delete"
},
darkLibrary: {
title: "Dark Library",
Expand Down
2 changes: 2 additions & 0 deletions ja.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,8 @@ const ja = {

duplicate: "Duplicate",
blacklist: "Blacklist",
ban: "Ban",
delete: "Delete"
},
darkLibrary: {
title: "ダーク ライブラリ",
Expand Down
Loading