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 'Image' #68

Merged
merged 1 commit into from
Sep 20, 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
1 change: 1 addition & 0 deletions cn.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@
confirm_ignore: "Confirm Ignore",

product_range: "Product Range",
image: "Image"
},
darkLibrary: {
title: "暗场库",
Expand Down
1 change: 1 addition & 0 deletions de.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ const de = {
confirm_ignore: "Confirm Ignore",

product_range: "Product Range",
image: "Image"
},
darkLibrary: {
title: "Dark Library",
Expand Down
1 change: 1 addition & 0 deletions en.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ const en = {
confirm_ignore: "Confirm Ignore",

product_range: "Product Range",
image: "Image"

},
darkLibrary: {
Expand Down
1 change: 1 addition & 0 deletions es.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ const es = {
confirm_ignore: "Confirm Ignore",

product_range: "Product Range",
image: "Image"
},
darkLibrary: {
title: "Biblioteca oscura",
Expand Down
1 change: 1 addition & 0 deletions fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ const fr = {
confirm_ignore: "Confirm Ignore",

product_range: "Product Range",
image: "Image"
},
darkLibrary: {
title: "Dark Library",
Expand Down
1 change: 1 addition & 0 deletions ja.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ const ja = {
confirm_ignore: "Confirm Ignore",

product_range: "Product Range",
image: "Image"
},
darkLibrary: {
title: "ダーク ライブラリ",
Expand Down
Loading