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 'Retry' to the general #47

Merged
merged 1 commit into from
Aug 2, 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 @@ -136,6 +136,7 @@
network: "网络",
submit: "Submit",
execute: "Execute",
retry: "Retry",

// Confirm Delete Alert
alert_confirm_delete_title: "确认删除",
Expand Down
1 change: 1 addition & 0 deletions de.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ const de = {
set: "einstellen",
submit: "Submit",
execute: "Execute",
retry: "Retry",

// Confirm Delete Alert
alert_confirm_delete_title: "löschen bestätigen",
Expand Down
1 change: 1 addition & 0 deletions en.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ const en = {
network: "Network",
submit: "Submit",
execute: "Execute",
retry: "Retry",

// Confirm Delete Alert
alert_confirm_delete_title: "Confirm Delete",
Expand Down
1 change: 1 addition & 0 deletions es.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ const es = {
opened: "Abierto",
submit: "Submit",
execute: "Execute",
retry: "Retry",

// Confirm Delete Alert
alert_confirm_delete_title: "Confirm Delete",
Expand Down
1 change: 1 addition & 0 deletions fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ const fr = {
network: "Network",
submit: "Submit",
execute: "Execute",
retry: "Retry",

// Confirm Delete Alert
alert_confirm_delete_title: "Confirmer Suppression",
Expand Down
1 change: 1 addition & 0 deletions ja.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ const ja = {
network: "Network",
submit: "Submit",
execute: "Execute",
retry: "Retry",

// 削除アラートの確認
alert_confirm_delete_title: "削除の確認",
Expand Down
Loading