diff --git a/devfront/src/locales/en.toml b/devfront/src/locales/en.toml index fa5e4b56..e01dd020 100644 --- a/devfront/src/locales/en.toml +++ b/devfront/src/locales/en.toml @@ -214,6 +214,9 @@ loading = "Loading apps..." showing = "Showing {{shown}} of {{total}} apps" status_update_error = "Failed to update client status" status_updated = "The app has been {{status}}." +deleted = "App deleted." +delete_error = "Failed to delete: {{error}}" +delete_confirm = "Are you sure you want to delete this app? This action cannot be undone." [msg.dev.clients.consents] empty = "No consents found." @@ -905,6 +908,7 @@ theme_dark = "Dark" theme_light = "Light" theme_toggle = "Theme Toggle" unknown = "Unknown" +view = "View" [ui.common.badge] admin_only = "Admin only" diff --git a/devfront/src/locales/ko.toml b/devfront/src/locales/ko.toml index 6959405d..ef85680a 100644 --- a/devfront/src/locales/ko.toml +++ b/devfront/src/locales/ko.toml @@ -214,6 +214,9 @@ loading = "Loading apps..." showing = "Showing {{shown}} of {{total}} apps" status_update_error = "Failed to update client status" status_updated = "앱이 {{status}}되었습니다." +deleted = "앱이 삭제되었습니다." +delete_error = "삭제 실패: {{error}}" +delete_confirm = "정말로 이 앱을 삭제하시겠습니까? 이 작업은 되돌릴 수 없습니다." [msg.dev.clients.consents] empty = "No consents found." @@ -905,6 +908,7 @@ theme_dark = "Dark" theme_light = "Light" theme_toggle = "테마 전환" unknown = "Unknown" +view = "보기" [ui.common.badge] admin_only = "Admin only" diff --git a/devfront/src/locales/template.toml b/devfront/src/locales/template.toml index 8fdb9d02..5c2934c5 100644 --- a/devfront/src/locales/template.toml +++ b/devfront/src/locales/template.toml @@ -214,6 +214,9 @@ loading = "" showing = "" status_update_error = "" status_updated = "" +deleted = "" +delete_error = "" +delete_confirm = "" [msg.dev.clients.consents] empty = "" @@ -917,6 +920,7 @@ theme_dark = "" theme_light = "" theme_toggle = "" unknown = "" +view = "" [ui.common.badge] admin_only = "" diff --git a/locales/en.toml b/locales/en.toml index b5753efc..a56f7c8b 100644 --- a/locales/en.toml +++ b/locales/en.toml @@ -270,6 +270,9 @@ loading = "Loading apps..." showing = "Showing {{shown}} of {{total}} apps" status_update_error = "Failed to update client status" status_updated = "The app has been {{status}}." +deleted = "App deleted." +delete_error = "Failed to delete: {{error}}" +delete_confirm = "Are you sure you want to delete this app? This action cannot be undone." [msg.dev.clients.consents] empty = "No consents found." @@ -1047,6 +1050,7 @@ theme_dark = "Dark" theme_light = "Light" theme_toggle = "Theme Toggle" unknown = "Unknown" +view = "View" [ui.common.badge] admin_only = "Admin only" diff --git a/locales/ko.toml b/locales/ko.toml index 847f2569..f7889a55 100644 --- a/locales/ko.toml +++ b/locales/ko.toml @@ -270,6 +270,9 @@ loading = "Loading apps..." showing = "Showing {{shown}} of {{total}} apps" status_update_error = "Failed to update client status" status_updated = "앱이 {{status}}되었습니다." +deleted = "앱이 삭제되었습니다." +delete_error = "삭제 실패: {{error}}" +delete_confirm = "정말로 이 앱을 삭제하시겠습니까? 이 작업은 되돌릴 수 없습니다." [msg.dev.clients.consents] empty = "No consents found." @@ -1047,6 +1050,7 @@ theme_dark = "Dark" theme_light = "Light" theme_toggle = "테마 전환" unknown = "Unknown" +view = "보기" [ui.common.badge] admin_only = "Admin only" diff --git a/locales/template.toml b/locales/template.toml index c5986bcd..db96cadd 100644 --- a/locales/template.toml +++ b/locales/template.toml @@ -232,6 +232,9 @@ loading = "" showing = "" status_update_error = "" status_updated = "" +deleted = "" +delete_error = "" +delete_confirm = "" [msg.dev.clients.consents] empty = ""