forked from baron/baron-sso
chore(i18n): fix duplicate sections in TOML files causing parsing errors in tests
This commit is contained in:
1458
locales/en.toml
1458
locales/en.toml
File diff suppressed because one or more lines are too long
3029
locales/ko.toml
3029
locales/ko.toml
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -438,6 +438,7 @@ function main() {
|
|||||||
const keys = Array.from(allKeys).sort();
|
const keys = Array.from(allKeys).sort();
|
||||||
fs.writeFileSync(KO_PATH, renderToml(buildTree(keys, koMap)));
|
fs.writeFileSync(KO_PATH, renderToml(buildTree(keys, koMap)));
|
||||||
fs.writeFileSync(EN_PATH, renderToml(buildTree(keys, enMap)));
|
fs.writeFileSync(EN_PATH, renderToml(buildTree(keys, enMap)));
|
||||||
|
fs.writeFileSync(TEMPLATE_PATH, renderToml(buildTree(keys, null)));
|
||||||
}
|
}
|
||||||
|
|
||||||
main();
|
main();
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
@@ -1,87 +1,4 @@
|
|||||||
msg.admin.users.detail.history_desc = ""
|
[domain]
|
||||||
msg.admin.users.detail.no_history = ""
|
|
||||||
msg.admin.users.detail.no_tenants = ""
|
|
||||||
msg.admin.users.detail.reset_auto_desc = ""
|
|
||||||
msg.admin.users.detail.security_desc = ""
|
|
||||||
msg.admin.users.detail.tenant_slug_help = ""
|
|
||||||
msg.admin.users.detail.tenants_desc = ""
|
|
||||||
msg.common.copied = ""
|
|
||||||
msg.dev.clients.general.public_key.allowed_algorithms_tooltip = ""
|
|
||||||
msg.dev.clients.general.public_key.cache.missing_algorithm_badge = ""
|
|
||||||
msg.dev.clients.general.public_key.cache.missing_algorithm_reason = ""
|
|
||||||
msg.dev.clients.general.public_key.cache.missing_algorithms_help = ""
|
|
||||||
msg.dev.clients.general.public_key.cache.missing_algorithms_title = ""
|
|
||||||
msg.dev.clients.general.public_key.cache.parsed_keys_empty = ""
|
|
||||||
msg.dev.clients.general.public_key.cache.parsed_keys_help = ""
|
|
||||||
msg.dev.clients.general.public_key.cache.unsupported_algorithm_reason = ""
|
|
||||||
msg.dev.clients.general.public_key.cache.unsupported_algorithms_help = ""
|
|
||||||
msg.dev.clients.general.public_key.cache.unsupported_algorithms_title = ""
|
|
||||||
msg.dev.clients.general.public_key.cache_empty = ""
|
|
||||||
msg.dev.clients.general.public_key.cache_help = ""
|
|
||||||
msg.dev.clients.general.public_key.cache_refresh_failed = ""
|
|
||||||
msg.dev.clients.general.public_key.cache_refreshed = ""
|
|
||||||
msg.dev.clients.general.public_key.cache_revoke_confirm = ""
|
|
||||||
msg.dev.clients.general.public_key.cache_revoke_failed = ""
|
|
||||||
msg.dev.clients.general.public_key.cache_revoked = ""
|
|
||||||
msg.dev.clients.general.public_key.validation.missing_parsed_algorithms = ""
|
|
||||||
msg.dev.clients.general.public_key.validation.unsupported_parsed_algorithms = ""
|
|
||||||
ui.admin.users.create.form.is_login_id = ""
|
|
||||||
ui.admin.users.detail.form.email = ""
|
|
||||||
ui.admin.users.detail.form.is_login_id = ""
|
|
||||||
ui.admin.users.detail.form.role_rp_admin = ""
|
|
||||||
ui.admin.users.detail.form.tenant_slug = ""
|
|
||||||
ui.admin.users.detail.generate_button = ""
|
|
||||||
ui.admin.users.detail.history_title = ""
|
|
||||||
ui.admin.users.detail.manual_confirm = ""
|
|
||||||
ui.admin.users.detail.manual_password = ""
|
|
||||||
ui.admin.users.detail.password_done = ""
|
|
||||||
ui.admin.users.detail.reset_auto = ""
|
|
||||||
ui.admin.users.detail.reset_execute = ""
|
|
||||||
ui.admin.users.detail.reset_manual = ""
|
|
||||||
ui.admin.users.detail.save_tenants = ""
|
|
||||||
ui.admin.users.detail.tabs.info = ""
|
|
||||||
ui.admin.users.detail.tabs.security = ""
|
|
||||||
ui.admin.users.detail.tabs.tenants = ""
|
|
||||||
ui.admin.users.detail.updated_at = ""
|
|
||||||
ui.common.generate = ""
|
|
||||||
ui.common.status.blocked = ""
|
|
||||||
ui.dev.clients.general.public_key.allowed_algorithms_info = ""
|
|
||||||
ui.dev.clients.general.public_key.auth_method = ""
|
|
||||||
ui.dev.clients.general.public_key.auth_method_client_secret_basic = ""
|
|
||||||
ui.dev.clients.general.public_key.auth_method_none = ""
|
|
||||||
ui.dev.clients.general.public_key.auth_method_private_key_jwt = ""
|
|
||||||
ui.dev.clients.general.public_key.cache.cached_at = ""
|
|
||||||
ui.dev.clients.general.public_key.cache.error = ""
|
|
||||||
ui.dev.clients.general.public_key.cache.expires_at = ""
|
|
||||||
ui.dev.clients.general.public_key.cache.failures = ""
|
|
||||||
ui.dev.clients.general.public_key.cache.kids = ""
|
|
||||||
ui.dev.clients.general.public_key.cache.last_checked_at = ""
|
|
||||||
ui.dev.clients.general.public_key.cache.last_success = ""
|
|
||||||
ui.dev.clients.general.public_key.cache.parsed_key_n = ""
|
|
||||||
ui.dev.clients.general.public_key.cache.parsed_keys = ""
|
|
||||||
ui.dev.clients.general.public_key.cache.status = ""
|
|
||||||
ui.dev.clients.general.public_key.cache.title = ""
|
|
||||||
ui.dev.clients.general.public_key.cache.uri = ""
|
|
||||||
ui.dev.clients.general.public_key.guide_toggle = ""
|
|
||||||
ui.dev.clients.general.public_key.headless_disabled = ""
|
|
||||||
ui.dev.clients.general.public_key.headless_enabled = ""
|
|
||||||
ui.dev.clients.general.public_key.jwks_inline = ""
|
|
||||||
ui.dev.clients.general.public_key.jwks_inline_placeholder = ""
|
|
||||||
ui.dev.clients.general.public_key.request_object_alg = ""
|
|
||||||
ui.dev.clients.general.public_key.request_object_alg_placeholder = ""
|
|
||||||
ui.dev.clients.general.public_key.revoke_cache = ""
|
|
||||||
ui.dev.clients.general.public_key.source = ""
|
|
||||||
ui.dev.clients.general.public_key.source_uri = ""
|
|
||||||
ui.dev.clients.general.security.trusted_rp_enable = ""
|
|
||||||
ui.dev.clients.general.security.trusted_rp_enable_help = ""
|
|
||||||
ui.dev.clients.help.docs_body = ""
|
|
||||||
ui.dev.clients.help.subtitle = ""
|
|
||||||
ui.dev.clients.registry.description = ""
|
|
||||||
ui.dev.clients.scopes.email = ""
|
|
||||||
ui.dev.clients.scopes.openid = ""
|
|
||||||
ui.dev.clients.scopes.profile = ""
|
|
||||||
ui.dev.session.refresh = ""
|
|
||||||
ui.dev.session.refreshing = ""
|
|
||||||
|
|
||||||
[domain.affiliation]
|
[domain.affiliation]
|
||||||
affiliate = ""
|
affiliate = ""
|
||||||
@@ -101,66 +18,7 @@ company_group = ""
|
|||||||
personal = ""
|
personal = ""
|
||||||
user_group = ""
|
user_group = ""
|
||||||
|
|
||||||
[msg.userfront]
|
[err.userfront]
|
||||||
greeting = ""
|
|
||||||
|
|
||||||
[ui.common]
|
|
||||||
add = ""
|
|
||||||
all = ""
|
|
||||||
admin_only = ""
|
|
||||||
assign = ""
|
|
||||||
back = ""
|
|
||||||
back_to_login = ""
|
|
||||||
cancel = ""
|
|
||||||
change_file = ""
|
|
||||||
clear_search = ""
|
|
||||||
close = ""
|
|
||||||
collapse = ""
|
|
||||||
confirm = ""
|
|
||||||
copy = ""
|
|
||||||
create = ""
|
|
||||||
delete = ""
|
|
||||||
details = ""
|
|
||||||
edit = ""
|
|
||||||
enabled = ""
|
|
||||||
export = ""
|
|
||||||
fail = ""
|
|
||||||
go_home = ""
|
|
||||||
view = ""
|
|
||||||
hyphen = ""
|
|
||||||
manage = ""
|
|
||||||
na = ""
|
|
||||||
never = ""
|
|
||||||
next = ""
|
|
||||||
none = ""
|
|
||||||
page_of = ""
|
|
||||||
prev = ""
|
|
||||||
previous = ""
|
|
||||||
qr = ""
|
|
||||||
reset = ""
|
|
||||||
read_only = ""
|
|
||||||
refresh = ""
|
|
||||||
remove = ""
|
|
||||||
resend = ""
|
|
||||||
retry = ""
|
|
||||||
save = ""
|
|
||||||
search = ""
|
|
||||||
select = ""
|
|
||||||
select_file = ""
|
|
||||||
select_placeholder = ""
|
|
||||||
show_more = ""
|
|
||||||
language = ""
|
|
||||||
language_ko = ""
|
|
||||||
language_en = ""
|
|
||||||
success = ""
|
|
||||||
theme_dark = ""
|
|
||||||
theme_light = ""
|
|
||||||
theme_toggle = ""
|
|
||||||
unknown = ""
|
|
||||||
generate = ""
|
|
||||||
|
|
||||||
[ui.userfront]
|
|
||||||
app_title = ""
|
|
||||||
|
|
||||||
[err.userfront.auth_proxy]
|
[err.userfront.auth_proxy]
|
||||||
consent_accept = ""
|
consent_accept = ""
|
||||||
@@ -182,6 +40,9 @@ verify_code_failed = ""
|
|||||||
[err.userfront.session]
|
[err.userfront.session]
|
||||||
missing = ""
|
missing = ""
|
||||||
|
|
||||||
|
[msg.userfront]
|
||||||
|
greeting = ""
|
||||||
|
|
||||||
[msg.userfront.audit]
|
[msg.userfront.audit]
|
||||||
date = ""
|
date = ""
|
||||||
device = ""
|
device = ""
|
||||||
@@ -192,12 +53,32 @@ result = ""
|
|||||||
session_id = ""
|
session_id = ""
|
||||||
status = ""
|
status = ""
|
||||||
|
|
||||||
|
[msg.userfront.consent]
|
||||||
|
accept_error = ""
|
||||||
|
client_id = ""
|
||||||
|
client_unknown = ""
|
||||||
|
description = ""
|
||||||
|
load_error = ""
|
||||||
|
missing_redirect = ""
|
||||||
|
redirect_notice = ""
|
||||||
|
scope_count = ""
|
||||||
|
|
||||||
|
[msg.userfront.consent.cancel]
|
||||||
|
confirm = ""
|
||||||
|
error = ""
|
||||||
|
|
||||||
|
[msg.userfront.consent.scope]
|
||||||
|
email = ""
|
||||||
|
offline_access = ""
|
||||||
|
openid = ""
|
||||||
|
phone = ""
|
||||||
|
profile = ""
|
||||||
|
|
||||||
[msg.userfront.dashboard]
|
[msg.userfront.dashboard]
|
||||||
approved_device = ""
|
approved_device = ""
|
||||||
approved_ip = ""
|
approved_ip = ""
|
||||||
audit_empty = ""
|
audit_empty = ""
|
||||||
audit_load_error = ""
|
audit_load_error = ""
|
||||||
render_error = ""
|
|
||||||
auth_method = ""
|
auth_method = ""
|
||||||
client_id = ""
|
client_id = ""
|
||||||
client_id_missing = ""
|
client_id_missing = ""
|
||||||
@@ -205,8 +86,30 @@ current_status = ""
|
|||||||
last_auth = ""
|
last_auth = ""
|
||||||
link_missing = ""
|
link_missing = ""
|
||||||
link_open_error = ""
|
link_open_error = ""
|
||||||
|
render_error = ""
|
||||||
session_id_copied = ""
|
session_id_copied = ""
|
||||||
|
|
||||||
|
[msg.userfront.dashboard.activities]
|
||||||
|
empty = ""
|
||||||
|
empty_detail = ""
|
||||||
|
error = ""
|
||||||
|
|
||||||
|
[msg.userfront.dashboard.approved_session]
|
||||||
|
copy_click = ""
|
||||||
|
copy_tap = ""
|
||||||
|
none = ""
|
||||||
|
|
||||||
|
[msg.userfront.dashboard.revoke]
|
||||||
|
confirm = ""
|
||||||
|
error = ""
|
||||||
|
success = ""
|
||||||
|
|
||||||
|
[msg.userfront.dashboard.scopes]
|
||||||
|
empty = ""
|
||||||
|
|
||||||
|
[msg.userfront.dashboard.timeline]
|
||||||
|
load_error = ""
|
||||||
|
|
||||||
[msg.userfront.error]
|
[msg.userfront.error]
|
||||||
detail_contact = ""
|
detail_contact = ""
|
||||||
detail_generic = ""
|
detail_generic = ""
|
||||||
@@ -217,6 +120,34 @@ title_generic = ""
|
|||||||
title_with_code = ""
|
title_with_code = ""
|
||||||
type = ""
|
type = ""
|
||||||
|
|
||||||
|
[msg.userfront.error.ory]
|
||||||
|
"$normalizedCode" = ""
|
||||||
|
access_denied = ""
|
||||||
|
consent_required = ""
|
||||||
|
interaction_required = ""
|
||||||
|
invalid_client = ""
|
||||||
|
invalid_grant = ""
|
||||||
|
invalid_request = ""
|
||||||
|
invalid_scope = ""
|
||||||
|
login_required = ""
|
||||||
|
request_forbidden = ""
|
||||||
|
server_error = ""
|
||||||
|
temporarily_unavailable = ""
|
||||||
|
unauthorized_client = ""
|
||||||
|
unsupported_response_type = ""
|
||||||
|
|
||||||
|
[msg.userfront.error.whitelist]
|
||||||
|
"$normalizedCode" = ""
|
||||||
|
bad_request = ""
|
||||||
|
invalid_session = ""
|
||||||
|
not_found = ""
|
||||||
|
password_or_email_mismatch = ""
|
||||||
|
rate_limited = ""
|
||||||
|
recovery_expired = ""
|
||||||
|
recovery_invalid = ""
|
||||||
|
settings_disabled = ""
|
||||||
|
verification_required = ""
|
||||||
|
|
||||||
[msg.userfront.forgot]
|
[msg.userfront.forgot]
|
||||||
description = ""
|
description = ""
|
||||||
dry_send = ""
|
dry_send = ""
|
||||||
@@ -240,200 +171,8 @@ qr_login_required = ""
|
|||||||
token_missing = ""
|
token_missing = ""
|
||||||
verification_failed = ""
|
verification_failed = ""
|
||||||
|
|
||||||
[msg.userfront.login_success]
|
|
||||||
subtitle = ""
|
|
||||||
|
|
||||||
[msg.userfront.consent]
|
|
||||||
accept_error = ""
|
|
||||||
client_id = ""
|
|
||||||
client_unknown = ""
|
|
||||||
description = ""
|
|
||||||
load_error = ""
|
|
||||||
missing_redirect = ""
|
|
||||||
redirect_notice = ""
|
|
||||||
scope_count = ""
|
|
||||||
|
|
||||||
[msg.userfront.profile]
|
|
||||||
department_missing = ""
|
|
||||||
department_required = ""
|
|
||||||
email_missing = ""
|
|
||||||
greeting = ""
|
|
||||||
load_failed = ""
|
|
||||||
name_missing = ""
|
|
||||||
name_required = ""
|
|
||||||
phone_required = ""
|
|
||||||
phone_verify_required = ""
|
|
||||||
update_failed = ""
|
|
||||||
update_success = ""
|
|
||||||
|
|
||||||
[msg.userfront.qr]
|
|
||||||
camera_error = ""
|
|
||||||
permission_error = ""
|
|
||||||
permission_required = ""
|
|
||||||
|
|
||||||
[msg.userfront.reset]
|
|
||||||
invalid_body = ""
|
|
||||||
invalid_link = ""
|
|
||||||
invalid_title = ""
|
|
||||||
policy_loading = ""
|
|
||||||
success = ""
|
|
||||||
|
|
||||||
[msg.userfront.sections]
|
|
||||||
apps_subtitle = ""
|
|
||||||
audit_subtitle = ""
|
|
||||||
|
|
||||||
[msg.userfront.settings]
|
|
||||||
disabled = ""
|
|
||||||
|
|
||||||
[msg.userfront.signup]
|
|
||||||
failed = ""
|
|
||||||
privacy_full = ""
|
|
||||||
tos_full = ""
|
|
||||||
|
|
||||||
[ui.common.badge]
|
|
||||||
admin_only = ""
|
|
||||||
command_only = ""
|
|
||||||
system = ""
|
|
||||||
|
|
||||||
[ui.common.status]
|
|
||||||
active = ""
|
|
||||||
blocked = ""
|
|
||||||
failure = ""
|
|
||||||
inactive = ""
|
|
||||||
ok = ""
|
|
||||||
pending = ""
|
|
||||||
success = ""
|
|
||||||
|
|
||||||
[ui.userfront.app_label]
|
|
||||||
admin_console = ""
|
|
||||||
baron = ""
|
|
||||||
dev_console = ""
|
|
||||||
|
|
||||||
[ui.userfront.auth_method]
|
|
||||||
ory = ""
|
|
||||||
session = ""
|
|
||||||
|
|
||||||
[ui.userfront.dashboard]
|
|
||||||
last_auth_label = ""
|
|
||||||
status_history = ""
|
|
||||||
|
|
||||||
[ui.userfront.device]
|
|
||||||
android = ""
|
|
||||||
ios = ""
|
|
||||||
linux = ""
|
|
||||||
macos = ""
|
|
||||||
windows = ""
|
|
||||||
|
|
||||||
[ui.userfront.error]
|
|
||||||
go_home = ""
|
|
||||||
go_login = ""
|
|
||||||
|
|
||||||
[ui.userfront.forgot]
|
|
||||||
heading = ""
|
|
||||||
input_label = ""
|
|
||||||
submit = ""
|
|
||||||
title = ""
|
|
||||||
|
|
||||||
[ui.userfront.login]
|
|
||||||
forgot_password = ""
|
|
||||||
signup = ""
|
|
||||||
|
|
||||||
[ui.userfront.login_success]
|
|
||||||
later = ""
|
|
||||||
qr = ""
|
|
||||||
title = ""
|
|
||||||
|
|
||||||
[ui.userfront.consent]
|
|
||||||
accept = ""
|
|
||||||
requested_scopes = ""
|
|
||||||
title = ""
|
|
||||||
|
|
||||||
[ui.userfront.nav]
|
|
||||||
dashboard = ""
|
|
||||||
logout = ""
|
|
||||||
profile = ""
|
|
||||||
qr_scan = ""
|
|
||||||
|
|
||||||
[ui.userfront.profile]
|
|
||||||
department_empty = ""
|
|
||||||
manage = ""
|
|
||||||
user_fallback = ""
|
|
||||||
|
|
||||||
[ui.userfront.qr]
|
|
||||||
rescan = ""
|
|
||||||
result_success = ""
|
|
||||||
title = ""
|
|
||||||
|
|
||||||
[ui.userfront.reset]
|
|
||||||
confirm_password = ""
|
|
||||||
new_password = ""
|
|
||||||
submit = ""
|
|
||||||
subtitle = ""
|
|
||||||
title = ""
|
|
||||||
|
|
||||||
[ui.userfront.sections]
|
|
||||||
apps = ""
|
|
||||||
audit = ""
|
|
||||||
|
|
||||||
[ui.userfront.session]
|
|
||||||
active = ""
|
|
||||||
unknown = ""
|
|
||||||
|
|
||||||
[ui.userfront.signup]
|
|
||||||
complete = ""
|
|
||||||
next_step = ""
|
|
||||||
title = ""
|
|
||||||
|
|
||||||
[msg.userfront.dashboard.activities]
|
|
||||||
empty = ""
|
|
||||||
empty_detail = ""
|
|
||||||
error = ""
|
|
||||||
|
|
||||||
[msg.userfront.dashboard.approved_session]
|
|
||||||
copy_click = ""
|
|
||||||
copy_tap = ""
|
|
||||||
none = ""
|
|
||||||
|
|
||||||
[msg.userfront.dashboard.revoke]
|
|
||||||
confirm = ""
|
|
||||||
error = ""
|
|
||||||
success = ""
|
|
||||||
|
|
||||||
[msg.userfront.dashboard.scopes]
|
|
||||||
empty = ""
|
|
||||||
|
|
||||||
[msg.userfront.dashboard.timeline]
|
|
||||||
load_error = ""
|
|
||||||
|
|
||||||
[msg.userfront.error.whitelist]
|
|
||||||
"$normalizedCode" = ""
|
|
||||||
settings_disabled = ""
|
|
||||||
invalid_session = ""
|
|
||||||
verification_required = ""
|
|
||||||
recovery_expired = ""
|
|
||||||
recovery_invalid = ""
|
|
||||||
rate_limited = ""
|
|
||||||
not_found = ""
|
|
||||||
bad_request = ""
|
|
||||||
password_or_email_mismatch = ""
|
|
||||||
|
|
||||||
[msg.userfront.error.ory]
|
|
||||||
"$normalizedCode" = ""
|
|
||||||
access_denied = ""
|
|
||||||
consent_required = ""
|
|
||||||
interaction_required = ""
|
|
||||||
invalid_client = ""
|
|
||||||
invalid_grant = ""
|
|
||||||
invalid_request = ""
|
|
||||||
invalid_scope = ""
|
|
||||||
login_required = ""
|
|
||||||
request_forbidden = ""
|
|
||||||
server_error = ""
|
|
||||||
temporarily_unavailable = ""
|
|
||||||
unauthorized_client = ""
|
|
||||||
unsupported_response_type = ""
|
|
||||||
|
|
||||||
[msg.userfront.login.link]
|
[msg.userfront.login.link]
|
||||||
|
approved = ""
|
||||||
helper = ""
|
helper = ""
|
||||||
missing_login_id = ""
|
missing_login_id = ""
|
||||||
missing_phone = ""
|
missing_phone = ""
|
||||||
@@ -459,16 +198,21 @@ approved = ""
|
|||||||
approved_local = ""
|
approved_local = ""
|
||||||
success = ""
|
success = ""
|
||||||
|
|
||||||
[msg.userfront.consent.cancel]
|
[msg.userfront.login_success]
|
||||||
confirm = ""
|
subtitle = ""
|
||||||
error = ""
|
|
||||||
|
|
||||||
[msg.userfront.consent.scope]
|
[msg.userfront.profile]
|
||||||
email = ""
|
department_missing = ""
|
||||||
offline_access = ""
|
department_required = ""
|
||||||
openid = ""
|
email_missing = ""
|
||||||
phone = ""
|
greeting = ""
|
||||||
profile = ""
|
load_failed = ""
|
||||||
|
name_missing = ""
|
||||||
|
name_required = ""
|
||||||
|
phone_required = ""
|
||||||
|
phone_verify_required = ""
|
||||||
|
update_failed = ""
|
||||||
|
update_success = ""
|
||||||
|
|
||||||
[msg.userfront.profile.password]
|
[msg.userfront.profile.password]
|
||||||
change_failed = ""
|
change_failed = ""
|
||||||
@@ -490,6 +234,20 @@ basic = ""
|
|||||||
organization = ""
|
organization = ""
|
||||||
security = ""
|
security = ""
|
||||||
|
|
||||||
|
[msg.userfront.qr]
|
||||||
|
approve_error = ""
|
||||||
|
approve_success = ""
|
||||||
|
camera_error = ""
|
||||||
|
permission_error = ""
|
||||||
|
permission_required = ""
|
||||||
|
|
||||||
|
[msg.userfront.reset]
|
||||||
|
invalid_body = ""
|
||||||
|
invalid_link = ""
|
||||||
|
invalid_title = ""
|
||||||
|
policy_loading = ""
|
||||||
|
success = ""
|
||||||
|
|
||||||
[msg.userfront.reset.error]
|
[msg.userfront.reset.error]
|
||||||
empty_password = ""
|
empty_password = ""
|
||||||
generic = ""
|
generic = ""
|
||||||
@@ -509,13 +267,25 @@ number = ""
|
|||||||
symbol = ""
|
symbol = ""
|
||||||
uppercase = ""
|
uppercase = ""
|
||||||
|
|
||||||
|
[msg.userfront.sections]
|
||||||
|
apps_subtitle = ""
|
||||||
|
audit_subtitle = ""
|
||||||
|
|
||||||
|
[msg.userfront.settings]
|
||||||
|
disabled = ""
|
||||||
|
|
||||||
|
[msg.userfront.signup]
|
||||||
|
failed = ""
|
||||||
|
privacy_full = ""
|
||||||
|
tos_full = ""
|
||||||
|
|
||||||
[msg.userfront.signup.agreement]
|
[msg.userfront.signup.agreement]
|
||||||
all_hint = ""
|
all_hint = ""
|
||||||
description = ""
|
description = ""
|
||||||
privacy_summary = ""
|
privacy_summary = ""
|
||||||
progress = ""
|
progress = ""
|
||||||
tos_summary = ""
|
|
||||||
title = ""
|
title = ""
|
||||||
|
tos_summary = ""
|
||||||
|
|
||||||
[msg.userfront.signup.auth]
|
[msg.userfront.signup.auth]
|
||||||
affiliate_notice = ""
|
affiliate_notice = ""
|
||||||
@@ -538,6 +308,14 @@ symbol_required = ""
|
|||||||
title = ""
|
title = ""
|
||||||
uppercase_required = ""
|
uppercase_required = ""
|
||||||
|
|
||||||
|
[msg.userfront.signup.password.rule]
|
||||||
|
lowercase = ""
|
||||||
|
min_length = ""
|
||||||
|
min_types = ""
|
||||||
|
number = ""
|
||||||
|
symbol = ""
|
||||||
|
uppercase = ""
|
||||||
|
|
||||||
[msg.userfront.signup.phone]
|
[msg.userfront.signup.phone]
|
||||||
code_mismatch = ""
|
code_mismatch = ""
|
||||||
send_failed = ""
|
send_failed = ""
|
||||||
@@ -562,6 +340,85 @@ title = ""
|
|||||||
body = ""
|
body = ""
|
||||||
title = ""
|
title = ""
|
||||||
|
|
||||||
|
[ui.common]
|
||||||
|
add = ""
|
||||||
|
admin_only = ""
|
||||||
|
all = ""
|
||||||
|
assign = ""
|
||||||
|
back = ""
|
||||||
|
back_to_login = ""
|
||||||
|
cancel = ""
|
||||||
|
change_file = ""
|
||||||
|
clear_search = ""
|
||||||
|
close = ""
|
||||||
|
collapse = ""
|
||||||
|
confirm = ""
|
||||||
|
copy = ""
|
||||||
|
create = ""
|
||||||
|
delete = ""
|
||||||
|
details = ""
|
||||||
|
edit = ""
|
||||||
|
enabled = ""
|
||||||
|
export = ""
|
||||||
|
fail = ""
|
||||||
|
generate = ""
|
||||||
|
go_home = ""
|
||||||
|
hyphen = ""
|
||||||
|
language = ""
|
||||||
|
language_en = ""
|
||||||
|
language_ko = ""
|
||||||
|
manage = ""
|
||||||
|
na = ""
|
||||||
|
never = ""
|
||||||
|
next = ""
|
||||||
|
none = ""
|
||||||
|
page_of = ""
|
||||||
|
prev = ""
|
||||||
|
previous = ""
|
||||||
|
qr = ""
|
||||||
|
read_only = ""
|
||||||
|
refresh = ""
|
||||||
|
remove = ""
|
||||||
|
resend = ""
|
||||||
|
reset = ""
|
||||||
|
retry = ""
|
||||||
|
save = ""
|
||||||
|
search = ""
|
||||||
|
select = ""
|
||||||
|
select_file = ""
|
||||||
|
select_placeholder = ""
|
||||||
|
show_more = ""
|
||||||
|
success = ""
|
||||||
|
theme_dark = ""
|
||||||
|
theme_light = ""
|
||||||
|
theme_toggle = ""
|
||||||
|
unknown = ""
|
||||||
|
view = ""
|
||||||
|
|
||||||
|
[ui.common.badge]
|
||||||
|
admin_only = ""
|
||||||
|
command_only = ""
|
||||||
|
system = ""
|
||||||
|
|
||||||
|
[ui.common.status]
|
||||||
|
active = ""
|
||||||
|
blocked = ""
|
||||||
|
failure = ""
|
||||||
|
inactive = ""
|
||||||
|
ok = ""
|
||||||
|
pending = ""
|
||||||
|
success = ""
|
||||||
|
|
||||||
|
[ui.userfront]
|
||||||
|
app_title = ""
|
||||||
|
|
||||||
|
[ui.userfront.app_label]
|
||||||
|
admin_console = ""
|
||||||
|
baron = ""
|
||||||
|
dev_console = ""
|
||||||
|
|
||||||
|
[ui.userfront.audit]
|
||||||
|
|
||||||
[ui.userfront.audit.table]
|
[ui.userfront.audit.table]
|
||||||
app = ""
|
app = ""
|
||||||
auth_method = ""
|
auth_method = ""
|
||||||
@@ -573,6 +430,23 @@ result = ""
|
|||||||
session_id = ""
|
session_id = ""
|
||||||
status = ""
|
status = ""
|
||||||
|
|
||||||
|
[ui.userfront.auth_method]
|
||||||
|
ory = ""
|
||||||
|
session = ""
|
||||||
|
|
||||||
|
[ui.userfront.consent]
|
||||||
|
accept = ""
|
||||||
|
requested_scopes = ""
|
||||||
|
title = ""
|
||||||
|
|
||||||
|
[ui.userfront.consent.cancel]
|
||||||
|
confirm_button = ""
|
||||||
|
title = ""
|
||||||
|
|
||||||
|
[ui.userfront.dashboard]
|
||||||
|
last_auth_label = ""
|
||||||
|
status_history = ""
|
||||||
|
|
||||||
[ui.userfront.dashboard.activity]
|
[ui.userfront.dashboard.activity]
|
||||||
linked = ""
|
linked = ""
|
||||||
|
|
||||||
@@ -590,6 +464,27 @@ title = ""
|
|||||||
[ui.userfront.dashboard.status]
|
[ui.userfront.dashboard.status]
|
||||||
revoked = ""
|
revoked = ""
|
||||||
|
|
||||||
|
[ui.userfront.device]
|
||||||
|
android = ""
|
||||||
|
ios = ""
|
||||||
|
linux = ""
|
||||||
|
macos = ""
|
||||||
|
windows = ""
|
||||||
|
|
||||||
|
[ui.userfront.error]
|
||||||
|
go_home = ""
|
||||||
|
go_login = ""
|
||||||
|
|
||||||
|
[ui.userfront.forgot]
|
||||||
|
heading = ""
|
||||||
|
input_label = ""
|
||||||
|
submit = ""
|
||||||
|
title = ""
|
||||||
|
|
||||||
|
[ui.userfront.login]
|
||||||
|
forgot_password = ""
|
||||||
|
signup = ""
|
||||||
|
|
||||||
[ui.userfront.login.action]
|
[ui.userfront.login.action]
|
||||||
submit = ""
|
submit = ""
|
||||||
|
|
||||||
@@ -598,14 +493,17 @@ login_id = ""
|
|||||||
password = ""
|
password = ""
|
||||||
|
|
||||||
[ui.userfront.login.link]
|
[ui.userfront.login.link]
|
||||||
|
action_label = ""
|
||||||
code_only = ""
|
code_only = ""
|
||||||
|
page_title = ""
|
||||||
resend_with_time = ""
|
resend_with_time = ""
|
||||||
send = ""
|
send = ""
|
||||||
|
title = ""
|
||||||
|
|
||||||
[ui.userfront.login.qr]
|
[ui.userfront.login.qr]
|
||||||
expired = ""
|
expired = ""
|
||||||
refresh = ""
|
refresh = ""
|
||||||
remaining = "Remaining: {time}"
|
remaining = ""
|
||||||
|
|
||||||
[ui.userfront.login.short_code]
|
[ui.userfront.login.short_code]
|
||||||
digits = ""
|
digits = ""
|
||||||
@@ -627,10 +525,22 @@ action_label = ""
|
|||||||
page_title = ""
|
page_title = ""
|
||||||
title = ""
|
title = ""
|
||||||
|
|
||||||
[ui.userfront.consent.cancel]
|
[ui.userfront.login_success]
|
||||||
confirm_button = ""
|
later = ""
|
||||||
|
qr = ""
|
||||||
title = ""
|
title = ""
|
||||||
|
|
||||||
|
[ui.userfront.nav]
|
||||||
|
dashboard = ""
|
||||||
|
logout = ""
|
||||||
|
profile = ""
|
||||||
|
qr_scan = ""
|
||||||
|
|
||||||
|
[ui.userfront.profile]
|
||||||
|
department_empty = ""
|
||||||
|
manage = ""
|
||||||
|
user_fallback = ""
|
||||||
|
|
||||||
[ui.userfront.profile.field]
|
[ui.userfront.profile.field]
|
||||||
affiliation = ""
|
affiliation = ""
|
||||||
company_code = ""
|
company_code = ""
|
||||||
@@ -657,6 +567,33 @@ basic = ""
|
|||||||
organization = ""
|
organization = ""
|
||||||
security = ""
|
security = ""
|
||||||
|
|
||||||
|
[ui.userfront.qr]
|
||||||
|
request_permission = ""
|
||||||
|
rescan = ""
|
||||||
|
result_failure = ""
|
||||||
|
result_success = ""
|
||||||
|
title = ""
|
||||||
|
|
||||||
|
[ui.userfront.reset]
|
||||||
|
confirm_password = ""
|
||||||
|
new_password = ""
|
||||||
|
submit = ""
|
||||||
|
subtitle = ""
|
||||||
|
title = ""
|
||||||
|
|
||||||
|
[ui.userfront.sections]
|
||||||
|
apps = ""
|
||||||
|
audit = ""
|
||||||
|
|
||||||
|
[ui.userfront.session]
|
||||||
|
active = ""
|
||||||
|
unknown = ""
|
||||||
|
|
||||||
|
[ui.userfront.signup]
|
||||||
|
complete = ""
|
||||||
|
next_step = ""
|
||||||
|
title = ""
|
||||||
|
|
||||||
[ui.userfront.signup.agreement]
|
[ui.userfront.signup.agreement]
|
||||||
all = ""
|
all = ""
|
||||||
privacy_title = ""
|
privacy_title = ""
|
||||||
@@ -667,6 +604,10 @@ tos_title = ""
|
|||||||
code_label = ""
|
code_label = ""
|
||||||
request_code = ""
|
request_code = ""
|
||||||
|
|
||||||
|
[ui.userfront.signup.auth.email]
|
||||||
|
label = ""
|
||||||
|
title = ""
|
||||||
|
|
||||||
[ui.userfront.signup.password]
|
[ui.userfront.signup.password]
|
||||||
confirm_label = ""
|
confirm_label = ""
|
||||||
label = ""
|
label = ""
|
||||||
@@ -690,220 +631,3 @@ verify = ""
|
|||||||
|
|
||||||
[ui.userfront.signup.success]
|
[ui.userfront.signup.success]
|
||||||
action = ""
|
action = ""
|
||||||
|
|
||||||
[msg.userfront.signup.password.rule]
|
|
||||||
lowercase = ""
|
|
||||||
min_length = ""
|
|
||||||
min_types = ""
|
|
||||||
number = ""
|
|
||||||
symbol = ""
|
|
||||||
uppercase = ""
|
|
||||||
|
|
||||||
[ui.userfront.signup.auth.email]
|
|
||||||
label = ""
|
|
||||||
title = ""
|
|
||||||
|
|
||||||
msg.admin.users.detail.history_desc = ""
|
|
||||||
msg.admin.users.detail.no_history = ""
|
|
||||||
msg.admin.users.detail.no_tenants = ""
|
|
||||||
msg.admin.users.detail.reset_auto_desc = ""
|
|
||||||
msg.admin.users.detail.security_desc = ""
|
|
||||||
msg.admin.users.detail.tenant_slug_help = ""
|
|
||||||
msg.admin.users.detail.tenants_desc = ""
|
|
||||||
msg.common.copied = ""
|
|
||||||
msg.dev.clients.general.public_key.allowed_algorithms_tooltip = ""
|
|
||||||
msg.dev.clients.general.public_key.cache.missing_algorithm_badge = ""
|
|
||||||
msg.dev.clients.general.public_key.cache.missing_algorithm_reason = ""
|
|
||||||
msg.dev.clients.general.public_key.cache.missing_algorithms_help = ""
|
|
||||||
msg.dev.clients.general.public_key.cache.missing_algorithms_title = ""
|
|
||||||
msg.dev.clients.general.public_key.cache.parsed_keys_empty = ""
|
|
||||||
msg.dev.clients.general.public_key.cache.parsed_keys_help = ""
|
|
||||||
msg.dev.clients.general.public_key.cache.unsupported_algorithm_reason = ""
|
|
||||||
msg.dev.clients.general.public_key.cache.unsupported_algorithms_help = ""
|
|
||||||
msg.dev.clients.general.public_key.cache.unsupported_algorithms_title = ""
|
|
||||||
msg.dev.clients.general.public_key.cache_empty = ""
|
|
||||||
msg.dev.clients.general.public_key.cache_help = ""
|
|
||||||
msg.dev.clients.general.public_key.cache_refresh_failed = ""
|
|
||||||
msg.dev.clients.general.public_key.cache_refreshed = ""
|
|
||||||
msg.dev.clients.general.public_key.cache_revoke_confirm = ""
|
|
||||||
msg.dev.clients.general.public_key.cache_revoke_failed = ""
|
|
||||||
msg.dev.clients.general.public_key.cache_revoked = ""
|
|
||||||
msg.dev.clients.general.public_key.validation.missing_parsed_algorithms = ""
|
|
||||||
msg.dev.clients.general.public_key.validation.unsupported_parsed_algorithms = ""
|
|
||||||
ui.admin.users.create.form.is_login_id = ""
|
|
||||||
ui.admin.users.detail.form.email = ""
|
|
||||||
ui.admin.users.detail.form.is_login_id = ""
|
|
||||||
ui.admin.users.detail.form.role_rp_admin = ""
|
|
||||||
ui.admin.users.detail.form.tenant_slug = ""
|
|
||||||
ui.admin.users.detail.generate_button = ""
|
|
||||||
ui.admin.users.detail.history_title = ""
|
|
||||||
ui.admin.users.detail.manual_confirm = ""
|
|
||||||
ui.admin.users.detail.manual_password = ""
|
|
||||||
ui.admin.users.detail.password_done = ""
|
|
||||||
ui.admin.users.detail.reset_auto = ""
|
|
||||||
ui.admin.users.detail.reset_execute = ""
|
|
||||||
ui.admin.users.detail.reset_manual = ""
|
|
||||||
ui.admin.users.detail.save_tenants = ""
|
|
||||||
ui.admin.users.detail.tabs.info = ""
|
|
||||||
ui.admin.users.detail.tabs.security = ""
|
|
||||||
ui.admin.users.detail.tabs.tenants = ""
|
|
||||||
ui.admin.users.detail.updated_at = ""
|
|
||||||
ui.dev.clients.general.public_key.allowed_algorithms_info = ""
|
|
||||||
ui.dev.clients.general.public_key.cache.cached_at = ""
|
|
||||||
ui.dev.clients.general.public_key.cache.error = ""
|
|
||||||
ui.dev.clients.general.public_key.cache.expires_at = ""
|
|
||||||
ui.dev.clients.general.public_key.cache.failures = ""
|
|
||||||
ui.dev.clients.general.public_key.cache.kids = ""
|
|
||||||
ui.dev.clients.general.public_key.cache.last_checked_at = ""
|
|
||||||
ui.dev.clients.general.public_key.cache.last_success = ""
|
|
||||||
ui.dev.clients.general.public_key.cache.parsed_key_n = ""
|
|
||||||
ui.dev.clients.general.public_key.cache.parsed_keys = ""
|
|
||||||
ui.dev.clients.general.public_key.cache.status = ""
|
|
||||||
ui.dev.clients.general.public_key.cache.title = ""
|
|
||||||
ui.dev.clients.general.public_key.cache.uri = ""
|
|
||||||
ui.dev.clients.general.public_key.revoke_cache = ""
|
|
||||||
ui.common.generate = ""
|
|
||||||
ui.common.status.blocked = ""
|
|
||||||
ui.dev.clients.general.public_key.auth_method = ""
|
|
||||||
ui.dev.clients.general.public_key.auth_method_client_secret_basic = ""
|
|
||||||
ui.dev.clients.general.public_key.auth_method_none = ""
|
|
||||||
ui.dev.clients.general.public_key.auth_method_private_key_jwt = ""
|
|
||||||
ui.dev.clients.general.public_key.guide_toggle = ""
|
|
||||||
ui.dev.clients.general.public_key.headless_disabled = ""
|
|
||||||
ui.dev.clients.general.public_key.headless_enabled = ""
|
|
||||||
ui.dev.clients.general.public_key.jwks_inline = ""
|
|
||||||
ui.dev.clients.general.public_key.jwks_inline_placeholder = ""
|
|
||||||
ui.dev.clients.general.public_key.request_object_alg = ""
|
|
||||||
ui.dev.clients.general.public_key.request_object_alg_placeholder = ""
|
|
||||||
ui.dev.clients.general.public_key.source = ""
|
|
||||||
ui.dev.clients.general.public_key.source_uri = ""
|
|
||||||
ui.dev.clients.general.security.trusted_rp_enable = ""
|
|
||||||
ui.dev.clients.general.security.trusted_rp_enable_help = ""
|
|
||||||
ui.dev.clients.help.docs_body = ""
|
|
||||||
ui.dev.clients.help.subtitle = ""
|
|
||||||
ui.dev.clients.registry.description = ""
|
|
||||||
ui.dev.clients.scopes.email = ""
|
|
||||||
ui.dev.clients.scopes.openid = ""
|
|
||||||
ui.dev.clients.scopes.profile = ""
|
|
||||||
ui.dev.session.refresh = ""
|
|
||||||
ui.dev.session.refreshing = ""
|
|
||||||
|
|
||||||
[msg.admin.users.detail]
|
|
||||||
history_desc = ""
|
|
||||||
no_history = ""
|
|
||||||
no_tenants = ""
|
|
||||||
reset_auto_desc = ""
|
|
||||||
security_desc = ""
|
|
||||||
tenant_slug_help = ""
|
|
||||||
tenants_desc = ""
|
|
||||||
|
|
||||||
[msg.common]
|
|
||||||
copied = ""
|
|
||||||
|
|
||||||
[msg.dev.clients.general.public_key]
|
|
||||||
allowed_algorithms_tooltip = ""
|
|
||||||
cache_empty = ""
|
|
||||||
cache_help = ""
|
|
||||||
cache_refresh_failed = ""
|
|
||||||
cache_refreshed = ""
|
|
||||||
cache_revoke_confirm = ""
|
|
||||||
cache_revoke_failed = ""
|
|
||||||
cache_revoked = ""
|
|
||||||
|
|
||||||
[msg.dev.clients.general.public_key.cache]
|
|
||||||
missing_algorithm_badge = ""
|
|
||||||
missing_algorithm_reason = ""
|
|
||||||
missing_algorithms_help = ""
|
|
||||||
missing_algorithms_title = ""
|
|
||||||
parsed_keys_empty = ""
|
|
||||||
parsed_keys_help = ""
|
|
||||||
unsupported_algorithm_reason = ""
|
|
||||||
unsupported_algorithms_help = ""
|
|
||||||
unsupported_algorithms_title = ""
|
|
||||||
|
|
||||||
[msg.dev.clients.general.public_key.validation]
|
|
||||||
missing_parsed_algorithms = ""
|
|
||||||
unsupported_parsed_algorithms = ""
|
|
||||||
|
|
||||||
[ui.admin.users.create.form]
|
|
||||||
is_login_id = ""
|
|
||||||
|
|
||||||
[ui.admin.users.detail.form]
|
|
||||||
email = ""
|
|
||||||
is_login_id = ""
|
|
||||||
role_rp_admin = ""
|
|
||||||
tenant_slug = ""
|
|
||||||
|
|
||||||
[ui.admin.users.detail]
|
|
||||||
generate_button = ""
|
|
||||||
history_title = ""
|
|
||||||
manual_confirm = ""
|
|
||||||
manual_password = ""
|
|
||||||
password_done = ""
|
|
||||||
reset_auto = ""
|
|
||||||
reset_execute = ""
|
|
||||||
reset_manual = ""
|
|
||||||
save_tenants = ""
|
|
||||||
updated_at = ""
|
|
||||||
|
|
||||||
[ui.admin.users.detail.tabs]
|
|
||||||
info = ""
|
|
||||||
security = ""
|
|
||||||
tenants = ""
|
|
||||||
|
|
||||||
[ui.dev.clients.general.public_key]
|
|
||||||
allowed_algorithms_info = ""
|
|
||||||
revoke_cache = ""
|
|
||||||
auth_method = ""
|
|
||||||
auth_method_client_secret_basic = ""
|
|
||||||
auth_method_none = ""
|
|
||||||
auth_method_private_key_jwt = ""
|
|
||||||
guide_toggle = ""
|
|
||||||
headless_disabled = ""
|
|
||||||
headless_enabled = ""
|
|
||||||
jwks_inline = ""
|
|
||||||
jwks_inline_placeholder = ""
|
|
||||||
request_object_alg = ""
|
|
||||||
request_object_alg_placeholder = ""
|
|
||||||
source = ""
|
|
||||||
source_uri = ""
|
|
||||||
|
|
||||||
[ui.dev.clients.general.public_key.cache]
|
|
||||||
cached_at = ""
|
|
||||||
error = ""
|
|
||||||
expires_at = ""
|
|
||||||
failures = ""
|
|
||||||
kids = ""
|
|
||||||
last_checked_at = ""
|
|
||||||
last_success = ""
|
|
||||||
parsed_key_n = ""
|
|
||||||
parsed_keys = ""
|
|
||||||
status = ""
|
|
||||||
title = ""
|
|
||||||
uri = ""
|
|
||||||
|
|
||||||
[ui.common]
|
|
||||||
generate = ""
|
|
||||||
|
|
||||||
[ui.common.status]
|
|
||||||
blocked = ""
|
|
||||||
|
|
||||||
[ui.dev.clients.general.security]
|
|
||||||
trusted_rp_enable = ""
|
|
||||||
trusted_rp_enable_help = ""
|
|
||||||
|
|
||||||
[ui.dev.clients.help]
|
|
||||||
docs_body = ""
|
|
||||||
subtitle = ""
|
|
||||||
|
|
||||||
[ui.dev.clients.registry]
|
|
||||||
description = ""
|
|
||||||
|
|
||||||
[ui.dev.clients.scopes]
|
|
||||||
email = ""
|
|
||||||
openid = ""
|
|
||||||
profile = ""
|
|
||||||
|
|
||||||
[ui.dev.session]
|
|
||||||
refresh = ""
|
|
||||||
refreshing = ""
|
|
||||||
|
|||||||
Reference in New Issue
Block a user