diff --git a/devfront/src/locales/en.toml b/devfront/src/locales/en.toml index a0d48f24..b07cd823 100644 --- a/devfront/src/locales/en.toml +++ b/devfront/src/locales/en.toml @@ -1046,6 +1046,7 @@ title = "Scopes" description = "Description" mandatory = "Mandatory" name = "Scope Name" +delete = "Delete" [ui.dev.clients.general.security] confidential = "Confidential" diff --git a/devfront/src/locales/ko.toml b/devfront/src/locales/ko.toml index e385eb88..415dad5a 100644 --- a/devfront/src/locales/ko.toml +++ b/devfront/src/locales/ko.toml @@ -1046,6 +1046,7 @@ title = "Scopes" description = "Description" mandatory = "Mandatory" name = "Scope Name" +delete = "Delete" [ui.dev.clients.general.security] confidential = "Confidential" diff --git a/devfront/src/locales/template.toml b/devfront/src/locales/template.toml index 3e3f25f7..9f2cc368 100644 --- a/devfront/src/locales/template.toml +++ b/devfront/src/locales/template.toml @@ -1058,6 +1058,7 @@ title = "" description = "" mandatory = "" name = "" +delete = "" [ui.dev.clients.general.security] confidential = "" diff --git a/locales/en.toml b/locales/en.toml index a0d48f24..b07cd823 100644 --- a/locales/en.toml +++ b/locales/en.toml @@ -1046,6 +1046,7 @@ title = "Scopes" description = "Description" mandatory = "Mandatory" name = "Scope Name" +delete = "Delete" [ui.dev.clients.general.security] confidential = "Confidential" diff --git a/locales/ko.toml b/locales/ko.toml index e385eb88..415dad5a 100644 --- a/locales/ko.toml +++ b/locales/ko.toml @@ -1046,6 +1046,7 @@ title = "Scopes" description = "Description" mandatory = "Mandatory" name = "Scope Name" +delete = "Delete" [ui.dev.clients.general.security] confidential = "Confidential" diff --git a/locales/template.toml b/locales/template.toml index 3e3f25f7..9f2cc368 100644 --- a/locales/template.toml +++ b/locales/template.toml @@ -1058,6 +1058,7 @@ title = "" description = "" mandatory = "" name = "" +delete = "" [ui.dev.clients.general.security] confidential = ""