1
0
forked from baron/baron-sso

API 키 페이지 영문 적용

This commit is contained in:
2026-05-18 11:45:52 +09:00
parent e7dab0f8fd
commit 7d99dba890
2 changed files with 25 additions and 27 deletions

View File

@@ -25,8 +25,6 @@ describe("i18n utility", () => {
it("respects locale in localStorage", () => { it("respects locale in localStorage", () => {
window.localStorage.setItem("locale", "en"); window.localStorage.setItem("locale", "en");
// We expect some key that exists in en.toml
// Let's use a common one or a fallback if we don't know the content
expect(t("ui.common.save", "Save")).toBe("Save"); expect(t("ui.common.save", "Save")).toBe("Save");
}); });

View File

@@ -80,27 +80,27 @@ forbidden = "You do not have permission to perform this action."
[msg.admin.api_keys] [msg.admin.api_keys]
[msg.admin.api_keys.create] [msg.admin.api_keys.create]
error = "Error" error = "Failed to create an API key."
name_required = "Name Required" name_required = "Name is required."
scope_required = "Scope Required" scope_required = "Select at least one scope."
scopes_count = "Scopes Count" scopes_count = "A total of {{count}} scopes will be assigned."
scopes_hint = "Scopes Hint" scopes_hint = "The key will be active immediately after creation."
subtitle = "Subtitle" subtitle = "Configure a secure credential for system-to-system integration."
[msg.admin.api_keys.create.success] [msg.admin.api_keys.create.success]
copy_hint = "Copy Hint" copy_hint = "Use the copy button and store it somewhere safe, such as a password manager."
notice = "Notice" notice = "The secret below"
notice_emphasis = "Notice Emphasis" notice_emphasis = "is shown only once"
notice_suffix = "Notice Suffix" notice_suffix = "for security reasons."
[msg.admin.api_keys.list] [msg.admin.api_keys.list]
delete_confirm = "Delete Confirm" delete_confirm = 'Delete API key "{{name}}"?'
empty = "Empty" empty = "There are no registered API keys."
fetch_error = "Fetch Error" fetch_error = "Failed to load the API key list."
subtitle = "Subtitle" subtitle = "Issue and manage API keys for machine-to-machine communication."
[msg.admin.api_keys.list.registry] [msg.admin.api_keys.list.registry]
count = "Count" count = "Total {{count}} API keys"
[msg.admin.audit] [msg.admin.audit]
empty = "Empty" empty = "Empty"
@@ -738,21 +738,21 @@ title = "Admin Control"
[ui.admin.api_keys] [ui.admin.api_keys]
[ui.admin.api_keys.create] [ui.admin.api_keys.create]
name_label = "Name Label" name_label = "Service or purpose name"
name_placeholder = "Name Placeholder" name_placeholder = "e.g. Jenkins-CI, Grafana-Dashboard"
section_name = "Section Name" section_name = "Key name"
section_scopes = "Section Scopes" section_scopes = "Scopes"
submit = "Submit" submit = "Issue API Key"
title = "Title" title = "Create New API Key"
[ui.admin.api_keys.create.success] [ui.admin.api_keys.create.success]
copy_secret = "Copy Secret" copy_secret = "Copy Secret"
go_list = "Go List" go_list = "Back to list"
title = "Title" title = "API Key Created"
[ui.admin.api_keys.list] [ui.admin.api_keys.list]
add = "Add" add = "Create API Key"
title = "Title" title = "API Key Management (M2M)"
[ui.admin.api_keys.list.breadcrumb] [ui.admin.api_keys.list.breadcrumb]
list = "List" list = "List"