forked from baron/baron-sso
번역 추가
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -13,11 +13,35 @@ jangheon = ""
|
||||
ptc = ""
|
||||
saman = ""
|
||||
|
||||
[domain.tenant_type]
|
||||
company = ""
|
||||
company_group = ""
|
||||
personal = ""
|
||||
user_group = ""
|
||||
|
||||
[err]
|
||||
|
||||
[err.common]
|
||||
unknown = ""
|
||||
|
||||
[err.backend]
|
||||
authorization_pending = ""
|
||||
bad_request = ""
|
||||
conflict = ""
|
||||
expired_token = ""
|
||||
forbidden = ""
|
||||
internal_error = ""
|
||||
invalid_code = ""
|
||||
invalid_or_expired_code = ""
|
||||
invalid_session = ""
|
||||
invalid_session_reference = ""
|
||||
not_found = ""
|
||||
not_supported = ""
|
||||
password_or_email_mismatch = ""
|
||||
rate_limited = ""
|
||||
service_unavailable = ""
|
||||
slow_down = ""
|
||||
|
||||
[err.userfront]
|
||||
|
||||
[err.userfront.auth_proxy]
|
||||
@@ -49,6 +73,9 @@ scope_admin = ""
|
||||
session_ttl = ""
|
||||
tenant_headers = ""
|
||||
|
||||
[msg.admin.common]
|
||||
forbidden = ""
|
||||
|
||||
[msg.admin.api_keys]
|
||||
|
||||
[msg.admin.api_keys.create]
|
||||
@@ -89,17 +116,40 @@ count = ""
|
||||
|
||||
[msg.admin.groups]
|
||||
|
||||
[msg.admin.groups.create]
|
||||
description = ""
|
||||
title = ""
|
||||
|
||||
[msg.admin.groups.list]
|
||||
create_error = ""
|
||||
create_success = ""
|
||||
delete_confirm = ""
|
||||
delete_error = ""
|
||||
delete_success = ""
|
||||
empty = ""
|
||||
import_error = ""
|
||||
import_success = ""
|
||||
loading = ""
|
||||
subtitle = ""
|
||||
|
||||
[msg.admin.groups.members]
|
||||
add_success = ""
|
||||
count = ""
|
||||
empty = ""
|
||||
remove_confirm = ""
|
||||
remove_success = ""
|
||||
title = ""
|
||||
|
||||
[msg.admin.groups.prompt]
|
||||
user_id = ""
|
||||
|
||||
[msg.admin.groups.roles]
|
||||
assign_success = ""
|
||||
description = ""
|
||||
empty = ""
|
||||
remove_confirm = ""
|
||||
remove_success = ""
|
||||
|
||||
[msg.admin.header]
|
||||
subtitle = ""
|
||||
|
||||
@@ -107,6 +157,12 @@ subtitle = ""
|
||||
idp_policy = ""
|
||||
scope = ""
|
||||
|
||||
[msg.admin.org]
|
||||
hover_member_info = ""
|
||||
import_description = ""
|
||||
import_error = ""
|
||||
import_success = ""
|
||||
|
||||
[msg.admin.overview]
|
||||
description = ""
|
||||
idp_fallback = ""
|
||||
@@ -122,10 +178,36 @@ tenant_title = ""
|
||||
[msg.admin.overview.quick_links]
|
||||
description = ""
|
||||
|
||||
[msg.admin.overview.summary]
|
||||
audit_events_24h = ""
|
||||
oidc_clients = ""
|
||||
policy_gate = ""
|
||||
total_tenants = ""
|
||||
|
||||
[msg.admin.tenants]
|
||||
approve_confirm = ""
|
||||
approve_success = ""
|
||||
delete_confirm = ""
|
||||
delete_success = ""
|
||||
empty = ""
|
||||
fetch_error = ""
|
||||
missing_id = ""
|
||||
not_found = ""
|
||||
remove_sub_confirm = ""
|
||||
subtitle = ""
|
||||
|
||||
[msg.admin.tenants.admins]
|
||||
add_success = ""
|
||||
empty = ""
|
||||
remove_confirm = ""
|
||||
remove_success = ""
|
||||
subtitle = ""
|
||||
|
||||
[msg.admin.tenants.owners]
|
||||
add_success = ""
|
||||
empty = ""
|
||||
remove_confirm = ""
|
||||
remove_success = ""
|
||||
subtitle = ""
|
||||
|
||||
[msg.admin.tenants.create]
|
||||
@@ -142,7 +224,9 @@ subtitle = ""
|
||||
subtitle = ""
|
||||
|
||||
[msg.admin.tenants.members]
|
||||
desc = ""
|
||||
empty = ""
|
||||
limit_notice = ""
|
||||
|
||||
[msg.admin.tenants.registry]
|
||||
count = ""
|
||||
@@ -160,15 +244,28 @@ subtitle = ""
|
||||
|
||||
[msg.admin.users]
|
||||
|
||||
[msg.admin.users.bulk]
|
||||
delete_confirm = ""
|
||||
delete_success = ""
|
||||
description = ""
|
||||
move_description = ""
|
||||
move_error = ""
|
||||
move_success = ""
|
||||
parsed_count = ""
|
||||
update_success = ""
|
||||
|
||||
[msg.admin.users.create]
|
||||
error = ""
|
||||
password_required = ""
|
||||
success = ""
|
||||
|
||||
[msg.admin.users.create.account]
|
||||
subtitle = ""
|
||||
|
||||
[msg.admin.users.create.form]
|
||||
email_required = ""
|
||||
field_invalid = ""
|
||||
field_required = ""
|
||||
name_required = ""
|
||||
password_auto_help = ""
|
||||
password_manual_help = ""
|
||||
@@ -185,6 +282,7 @@ update_error = ""
|
||||
update_success = ""
|
||||
|
||||
[msg.admin.users.detail.form]
|
||||
field_required = ""
|
||||
name_required = ""
|
||||
|
||||
[msg.admin.users.detail.security]
|
||||
@@ -196,23 +294,40 @@ empty = ""
|
||||
fetch_error = ""
|
||||
subtitle = ""
|
||||
|
||||
[msg.admin.users.list.columns]
|
||||
description = ""
|
||||
no_custom = ""
|
||||
|
||||
[msg.admin.users.list.registry]
|
||||
count = ""
|
||||
|
||||
[msg.common]
|
||||
error = ""
|
||||
loading = ""
|
||||
no_description = ""
|
||||
parsing = ""
|
||||
requesting = ""
|
||||
saving = ""
|
||||
unknown_error = ""
|
||||
|
||||
[msg.dev]
|
||||
logout_confirm = ""
|
||||
|
||||
[msg.dev.audit]
|
||||
empty = ""
|
||||
forbidden = ""
|
||||
load_error = ""
|
||||
loaded_count = ""
|
||||
loading = ""
|
||||
subtitle = ""
|
||||
|
||||
[msg.dev.clients]
|
||||
copy_client_id = ""
|
||||
load_error = ""
|
||||
loading = ""
|
||||
showing = ""
|
||||
status_update_error = ""
|
||||
status_updated = ""
|
||||
deleted = ""
|
||||
delete_error = ""
|
||||
delete_confirm = ""
|
||||
|
||||
[msg.dev.clients.consents]
|
||||
empty = ""
|
||||
@@ -220,6 +335,7 @@ load_error = ""
|
||||
loading = ""
|
||||
showing = ""
|
||||
subtitle = ""
|
||||
revoke_confirm = ""
|
||||
|
||||
[msg.dev.clients.details]
|
||||
copy_client_id = ""
|
||||
@@ -247,6 +363,13 @@ note = ""
|
||||
load_error = ""
|
||||
loading = ""
|
||||
saved = ""
|
||||
save_error = ""
|
||||
status_changed = ""
|
||||
|
||||
[msg.dev.clients.federation]
|
||||
subtitle = ""
|
||||
add_subtitle = ""
|
||||
empty = ""
|
||||
|
||||
[msg.dev.clients.general.identity]
|
||||
logo_help = ""
|
||||
@@ -260,8 +383,8 @@ empty = ""
|
||||
subtitle = ""
|
||||
|
||||
[msg.dev.clients.general.security]
|
||||
confidential_help = ""
|
||||
public_help = ""
|
||||
private_help = ""
|
||||
pkce_help = ""
|
||||
subtitle = ""
|
||||
|
||||
[msg.dev.clients.help]
|
||||
@@ -314,6 +437,7 @@ approved_device = ""
|
||||
approved_ip = ""
|
||||
audit_empty = ""
|
||||
audit_load_error = ""
|
||||
render_error = ""
|
||||
auth_method = ""
|
||||
client_id = ""
|
||||
client_id_missing = ""
|
||||
@@ -406,7 +530,6 @@ token_missing = ""
|
||||
verification_failed = ""
|
||||
|
||||
[msg.userfront.login.link]
|
||||
approved = ""
|
||||
helper = ""
|
||||
missing_login_id = ""
|
||||
missing_phone = ""
|
||||
@@ -469,8 +592,6 @@ organization = ""
|
||||
security = ""
|
||||
|
||||
[msg.userfront.qr]
|
||||
approve_error = ""
|
||||
approve_success = ""
|
||||
camera_error = ""
|
||||
permission_error = ""
|
||||
permission_required = ""
|
||||
@@ -655,16 +776,30 @@ status = ""
|
||||
time = ""
|
||||
|
||||
[ui.admin.groups]
|
||||
import_csv = ""
|
||||
|
||||
[ui.admin.groups.create]
|
||||
description = ""
|
||||
title = ""
|
||||
|
||||
[ui.admin.groups.detail]
|
||||
breadcrumb_org = ""
|
||||
breadcrumb_tenant = ""
|
||||
breadcrumb_unit = ""
|
||||
members_subtitle = ""
|
||||
members_title = ""
|
||||
permissions_subtitle = ""
|
||||
permissions_title = ""
|
||||
|
||||
[ui.admin.groups.form]
|
||||
desc_label = ""
|
||||
desc_placeholder = ""
|
||||
name_label = ""
|
||||
name_placeholder = ""
|
||||
parent_label = ""
|
||||
submit = ""
|
||||
unit_level_label = ""
|
||||
unit_level_placeholder = ""
|
||||
|
||||
[ui.admin.groups.list]
|
||||
title = ""
|
||||
@@ -689,13 +824,19 @@ api_keys = ""
|
||||
audit_logs = ""
|
||||
auth_guard = ""
|
||||
logout = ""
|
||||
my_tenant = ""
|
||||
overview = ""
|
||||
relying_parties = ""
|
||||
tenant_dashboard = ""
|
||||
user_groups = ""
|
||||
tenants = ""
|
||||
users = ""
|
||||
|
||||
[ui.admin.org]
|
||||
download_template = ""
|
||||
import_btn = ""
|
||||
import_title = ""
|
||||
start_import = ""
|
||||
|
||||
[ui.admin.overview]
|
||||
kicker = ""
|
||||
title = ""
|
||||
@@ -706,20 +847,54 @@ title = ""
|
||||
[ui.admin.overview.quick_links]
|
||||
add_tenant = ""
|
||||
api_key_management = ""
|
||||
title = ""
|
||||
user_management = ""
|
||||
title = ""
|
||||
view_audit_logs = ""
|
||||
|
||||
[ui.admin.overview.summary]
|
||||
audit_events_24h = ""
|
||||
oidc_clients = ""
|
||||
policy_gate = ""
|
||||
total_tenants = ""
|
||||
|
||||
[ui.admin.profile]
|
||||
manageable_tenants = ""
|
||||
|
||||
[ui.admin.role]
|
||||
rp_admin = ""
|
||||
super_admin = ""
|
||||
tenant_admin = ""
|
||||
tenant_member = ""
|
||||
user = ""
|
||||
|
||||
[ui.admin.tenants]
|
||||
add = ""
|
||||
title = ""
|
||||
|
||||
[ui.admin.tenants.admins]
|
||||
add_button = ""
|
||||
already_admin = ""
|
||||
dialog_description = ""
|
||||
dialog_no_results = ""
|
||||
dialog_search_hint = ""
|
||||
dialog_search_placeholder = ""
|
||||
dialog_title = ""
|
||||
remove_title = ""
|
||||
table_actions = ""
|
||||
table_email = ""
|
||||
table_name = ""
|
||||
title = ""
|
||||
|
||||
[ui.admin.tenants.owners]
|
||||
add_button = ""
|
||||
already_owner = ""
|
||||
dialog_description = ""
|
||||
dialog_title = ""
|
||||
remove_title = ""
|
||||
table_actions = ""
|
||||
table_email = ""
|
||||
table_name = ""
|
||||
title = ""
|
||||
|
||||
[ui.admin.tenants.breadcrumb]
|
||||
list = ""
|
||||
section = ""
|
||||
@@ -736,9 +911,11 @@ description = ""
|
||||
domains_label = ""
|
||||
domains_placeholder = ""
|
||||
name = ""
|
||||
parent = ""
|
||||
slug = ""
|
||||
slug_placeholder = ""
|
||||
status = ""
|
||||
type = ""
|
||||
|
||||
[ui.admin.tenants.create.memo]
|
||||
title = ""
|
||||
@@ -746,15 +923,47 @@ title = ""
|
||||
[ui.admin.tenants.create.profile]
|
||||
title = ""
|
||||
|
||||
[ui.admin.tenants.members]
|
||||
[ui.admin.tenants.detail]
|
||||
breadcrumb_list = ""
|
||||
header_subtitle = ""
|
||||
loading = ""
|
||||
tab_federation = ""
|
||||
tab_organization = ""
|
||||
tab_permissions = ""
|
||||
tab_profile = ""
|
||||
tab_schema = ""
|
||||
title = ""
|
||||
|
||||
[ui.admin.tenants.list]
|
||||
select_placeholder = ""
|
||||
|
||||
[ui.admin.tenants.members]
|
||||
descendants = ""
|
||||
direct = ""
|
||||
direct_label = ""
|
||||
list_title = ""
|
||||
title = ""
|
||||
total = ""
|
||||
total_label = ""
|
||||
|
||||
[ui.admin.tenants.members.table]
|
||||
email = ""
|
||||
name = ""
|
||||
role = ""
|
||||
status = ""
|
||||
|
||||
[ui.admin.tenants.profile]
|
||||
allowed_domains = ""
|
||||
allowed_domains_help = ""
|
||||
approve_button = ""
|
||||
description = ""
|
||||
name = ""
|
||||
slug = ""
|
||||
status = ""
|
||||
subtitle = ""
|
||||
title = ""
|
||||
type = ""
|
||||
|
||||
[ui.admin.tenants.registry]
|
||||
title = ""
|
||||
|
||||
@@ -764,19 +973,29 @@ save = ""
|
||||
title = ""
|
||||
|
||||
[ui.admin.tenants.schema.field]
|
||||
admin_only = ""
|
||||
key = ""
|
||||
key_placeholder = ""
|
||||
label = ""
|
||||
label_placeholder = ""
|
||||
required = ""
|
||||
type = ""
|
||||
type_boolean = ""
|
||||
type_date = ""
|
||||
type_number = ""
|
||||
type_text = ""
|
||||
validation_placeholder = ""
|
||||
|
||||
[ui.admin.tenants.sub]
|
||||
add = ""
|
||||
add_dialog_desc = ""
|
||||
add_dialog_title = ""
|
||||
add_existing = ""
|
||||
manage = ""
|
||||
no_candidates = ""
|
||||
search_placeholder = ""
|
||||
title = ""
|
||||
tree_search_placeholder = ""
|
||||
|
||||
[ui.admin.tenants.sub.table]
|
||||
action = ""
|
||||
@@ -786,13 +1005,26 @@ status = ""
|
||||
|
||||
[ui.admin.tenants.table]
|
||||
actions = ""
|
||||
members = ""
|
||||
name = ""
|
||||
slug = ""
|
||||
status = ""
|
||||
type = ""
|
||||
updated = ""
|
||||
|
||||
[ui.admin.users]
|
||||
|
||||
[ui.admin.users.bulk]
|
||||
do_move = ""
|
||||
download_template = ""
|
||||
move_group = ""
|
||||
move_title = ""
|
||||
no_department = ""
|
||||
select_group = ""
|
||||
selected_count = ""
|
||||
start_upload = ""
|
||||
title = ""
|
||||
|
||||
[ui.admin.users.create]
|
||||
back = ""
|
||||
go_list = ""
|
||||
@@ -815,12 +1047,16 @@ department = ""
|
||||
department_placeholder = ""
|
||||
email = ""
|
||||
email_placeholder = ""
|
||||
job_title = ""
|
||||
job_title_placeholder = ""
|
||||
name = ""
|
||||
name_placeholder = ""
|
||||
password = ""
|
||||
password_placeholder = ""
|
||||
phone = ""
|
||||
phone_placeholder = ""
|
||||
position = ""
|
||||
position_placeholder = ""
|
||||
role = ""
|
||||
tenant = ""
|
||||
tenant_global = ""
|
||||
@@ -837,7 +1073,7 @@ title = ""
|
||||
section = ""
|
||||
|
||||
[ui.admin.users.detail.custom_fields]
|
||||
title = ""
|
||||
multi_title = ""
|
||||
|
||||
[ui.admin.users.detail.form]
|
||||
department = ""
|
||||
@@ -856,19 +1092,32 @@ password = ""
|
||||
password_placeholder = ""
|
||||
title = ""
|
||||
|
||||
[ui.admin.users.detail.tenants_section]
|
||||
additional = ""
|
||||
primary = ""
|
||||
title = ""
|
||||
|
||||
[ui.admin.users.list]
|
||||
add = ""
|
||||
delete_aria = ""
|
||||
edit_aria = ""
|
||||
bulk_import = ""
|
||||
empty = ""
|
||||
fetch_error = ""
|
||||
search_placeholder = ""
|
||||
tenant_slug = ""
|
||||
subtitle = ""
|
||||
title = ""
|
||||
|
||||
[ui.admin.users.list.breadcrumb]
|
||||
list = ""
|
||||
section = ""
|
||||
|
||||
[ui.admin.users.list.columns]
|
||||
title = ""
|
||||
|
||||
[ui.admin.users.list.filter]
|
||||
tenant = ""
|
||||
|
||||
[ui.admin.users.list.registry]
|
||||
count = ""
|
||||
title = ""
|
||||
|
||||
[ui.admin.users.list.table]
|
||||
@@ -879,11 +1128,21 @@ role = ""
|
||||
status = ""
|
||||
tenant_dept = ""
|
||||
|
||||
[ui.admin.users.table]
|
||||
email = ""
|
||||
name = ""
|
||||
role = ""
|
||||
|
||||
|
||||
[ui.common]
|
||||
add = ""
|
||||
all = ""
|
||||
admin_only = ""
|
||||
assign = ""
|
||||
back = ""
|
||||
cancel = ""
|
||||
change_file = ""
|
||||
clear_search = ""
|
||||
close = ""
|
||||
collapse = ""
|
||||
confirm = ""
|
||||
@@ -892,25 +1151,36 @@ create = ""
|
||||
delete = ""
|
||||
details = ""
|
||||
edit = ""
|
||||
export = ""
|
||||
fail = ""
|
||||
go_home = ""
|
||||
view = ""
|
||||
hyphen = ""
|
||||
manage = ""
|
||||
na = ""
|
||||
never = ""
|
||||
next = ""
|
||||
none = ""
|
||||
page_of = ""
|
||||
prev = ""
|
||||
previous = ""
|
||||
qr = ""
|
||||
reset = ""
|
||||
read_only = ""
|
||||
refresh = ""
|
||||
requesting = ""
|
||||
remove = ""
|
||||
resend = ""
|
||||
retry = ""
|
||||
save = ""
|
||||
search = ""
|
||||
select = ""
|
||||
select_file = ""
|
||||
select_placeholder = ""
|
||||
show_more = ""
|
||||
language = ""
|
||||
language_ko = ""
|
||||
language_en = ""
|
||||
success = ""
|
||||
theme_dark = ""
|
||||
theme_light = ""
|
||||
theme_toggle = ""
|
||||
@@ -921,10 +1191,6 @@ admin_only = ""
|
||||
command_only = ""
|
||||
system = ""
|
||||
|
||||
[ui.common.role]
|
||||
admin = ""
|
||||
user = ""
|
||||
|
||||
[ui.common.status]
|
||||
active = ""
|
||||
blocked = ""
|
||||
@@ -934,14 +1200,48 @@ ok = ""
|
||||
pending = ""
|
||||
success = ""
|
||||
|
||||
[test]
|
||||
key = ""
|
||||
|
||||
[non.existent]
|
||||
key = ""
|
||||
|
||||
[ui.dev]
|
||||
brand = ""
|
||||
console_title = ""
|
||||
env_badge = ""
|
||||
scope_badge = ""
|
||||
|
||||
[ui.dev.nav]
|
||||
clients = ""
|
||||
logout = ""
|
||||
|
||||
[ui.dev.audit]
|
||||
load_more = ""
|
||||
title = ""
|
||||
|
||||
[ui.dev.audit.registry]
|
||||
title = ""
|
||||
|
||||
[ui.dev.audit.filter]
|
||||
action = ""
|
||||
client_id = ""
|
||||
status_all = ""
|
||||
|
||||
[ui.dev.audit.table]
|
||||
action = ""
|
||||
actor = ""
|
||||
status = ""
|
||||
target = ""
|
||||
time = ""
|
||||
|
||||
[ui.dev.profile]
|
||||
menu_aria = ""
|
||||
menu_title = ""
|
||||
unknown_email = ""
|
||||
unknown_name = ""
|
||||
|
||||
[ui.dev.clients]
|
||||
copy_client_id = ""
|
||||
new = ""
|
||||
search_placeholder = ""
|
||||
tenant_scoped = ""
|
||||
@@ -951,11 +1251,17 @@ untitled = ""
|
||||
admin_session = ""
|
||||
tenant_selected = ""
|
||||
|
||||
[ui.dev.clients.filter]
|
||||
status_all = ""
|
||||
type_all = ""
|
||||
type_label = ""
|
||||
|
||||
[ui.dev.clients.consents]
|
||||
export_csv = ""
|
||||
revoke = ""
|
||||
revoked_at = ""
|
||||
scope_label = ""
|
||||
search_placeholder = ""
|
||||
status_all = ""
|
||||
status_label = ""
|
||||
status_revoked = ""
|
||||
subject = ""
|
||||
@@ -985,10 +1291,6 @@ user = ""
|
||||
|
||||
[ui.dev.clients.details]
|
||||
|
||||
[ui.dev.clients.details.breadcrumb]
|
||||
current = ""
|
||||
section = ""
|
||||
|
||||
[ui.dev.clients.details.credentials]
|
||||
client_id = ""
|
||||
client_secret = ""
|
||||
@@ -1021,16 +1323,13 @@ settings = ""
|
||||
[ui.dev.clients.general]
|
||||
create = ""
|
||||
display_new = ""
|
||||
save = ""
|
||||
title_create = ""
|
||||
title_edit = ""
|
||||
|
||||
[ui.dev.clients.general.breadcrumb]
|
||||
section = ""
|
||||
|
||||
[ui.dev.clients.general.footer]
|
||||
client_id = ""
|
||||
created_on = ""
|
||||
[ui.dev.clients.federation]
|
||||
title = ""
|
||||
add_title = ""
|
||||
add_btn = ""
|
||||
|
||||
[ui.dev.clients.general.identity]
|
||||
description = ""
|
||||
@@ -1056,14 +1355,17 @@ title = ""
|
||||
description = ""
|
||||
mandatory = ""
|
||||
name = ""
|
||||
delete = ""
|
||||
|
||||
[ui.dev.clients.general.security]
|
||||
confidential = ""
|
||||
public = ""
|
||||
private = ""
|
||||
pkce = ""
|
||||
title = ""
|
||||
|
||||
[ui.dev.clients.help]
|
||||
docs_body = ""
|
||||
docs_title = ""
|
||||
subtitle = ""
|
||||
title = ""
|
||||
view_guides = ""
|
||||
|
||||
@@ -1080,9 +1382,15 @@ subtitle = ""
|
||||
title = ""
|
||||
|
||||
[ui.dev.clients.registry]
|
||||
description = ""
|
||||
subtitle = ""
|
||||
title = ""
|
||||
|
||||
[ui.dev.clients.scopes]
|
||||
email = ""
|
||||
openid = ""
|
||||
profile = ""
|
||||
|
||||
[ui.dev.clients.table]
|
||||
actions = ""
|
||||
application = ""
|
||||
@@ -1092,8 +1400,8 @@ status = ""
|
||||
type = ""
|
||||
|
||||
[ui.dev.clients.type]
|
||||
confidential = ""
|
||||
public = ""
|
||||
pkce = ""
|
||||
private = ""
|
||||
|
||||
[ui.dev.dashboard]
|
||||
ready_badge = ""
|
||||
@@ -1129,6 +1437,14 @@ title = ""
|
||||
plane = ""
|
||||
subtitle = ""
|
||||
|
||||
[ui.dev.session]
|
||||
active = ""
|
||||
unknown = ""
|
||||
expired = ""
|
||||
expiring = ""
|
||||
remaining = ""
|
||||
refresh = ""
|
||||
refreshing = ""
|
||||
|
||||
[ui.userfront]
|
||||
app_title = ""
|
||||
@@ -1205,12 +1521,9 @@ login_id = ""
|
||||
password = ""
|
||||
|
||||
[ui.userfront.login.link]
|
||||
action_label = ""
|
||||
code_only = ""
|
||||
page_title = ""
|
||||
resend_with_time = ""
|
||||
send = ""
|
||||
title = ""
|
||||
|
||||
[ui.userfront.login.qr]
|
||||
expired = ""
|
||||
@@ -1280,9 +1593,7 @@ organization = ""
|
||||
security = ""
|
||||
|
||||
[ui.userfront.qr]
|
||||
request_permission = ""
|
||||
rescan = ""
|
||||
result_failure = ""
|
||||
result_success = ""
|
||||
title = ""
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -13,11 +13,35 @@ jangheon = ""
|
||||
ptc = ""
|
||||
saman = ""
|
||||
|
||||
[domain.tenant_type]
|
||||
company = ""
|
||||
company_group = ""
|
||||
personal = ""
|
||||
user_group = ""
|
||||
|
||||
[err]
|
||||
|
||||
[err.common]
|
||||
unknown = ""
|
||||
|
||||
[err.backend]
|
||||
authorization_pending = ""
|
||||
bad_request = ""
|
||||
conflict = ""
|
||||
expired_token = ""
|
||||
forbidden = ""
|
||||
internal_error = ""
|
||||
invalid_code = ""
|
||||
invalid_or_expired_code = ""
|
||||
invalid_session = ""
|
||||
invalid_session_reference = ""
|
||||
not_found = ""
|
||||
not_supported = ""
|
||||
password_or_email_mismatch = ""
|
||||
rate_limited = ""
|
||||
service_unavailable = ""
|
||||
slow_down = ""
|
||||
|
||||
[err.userfront]
|
||||
|
||||
[err.userfront.auth_proxy]
|
||||
@@ -49,6 +73,9 @@ scope_admin = ""
|
||||
session_ttl = ""
|
||||
tenant_headers = ""
|
||||
|
||||
[msg.admin.common]
|
||||
forbidden = ""
|
||||
|
||||
[msg.admin.api_keys]
|
||||
|
||||
[msg.admin.api_keys.create]
|
||||
@@ -89,17 +116,40 @@ count = ""
|
||||
|
||||
[msg.admin.groups]
|
||||
|
||||
[msg.admin.groups.create]
|
||||
description = ""
|
||||
title = ""
|
||||
|
||||
[msg.admin.groups.list]
|
||||
create_error = ""
|
||||
create_success = ""
|
||||
delete_confirm = ""
|
||||
delete_error = ""
|
||||
delete_success = ""
|
||||
empty = ""
|
||||
import_error = ""
|
||||
import_success = ""
|
||||
loading = ""
|
||||
subtitle = ""
|
||||
|
||||
[msg.admin.groups.members]
|
||||
add_success = ""
|
||||
count = ""
|
||||
empty = ""
|
||||
remove_confirm = ""
|
||||
remove_success = ""
|
||||
title = ""
|
||||
|
||||
[msg.admin.groups.prompt]
|
||||
user_id = ""
|
||||
|
||||
[msg.admin.groups.roles]
|
||||
assign_success = ""
|
||||
description = ""
|
||||
empty = ""
|
||||
remove_confirm = ""
|
||||
remove_success = ""
|
||||
|
||||
[msg.admin.header]
|
||||
subtitle = ""
|
||||
|
||||
@@ -107,6 +157,12 @@ subtitle = ""
|
||||
idp_policy = ""
|
||||
scope = ""
|
||||
|
||||
[msg.admin.org]
|
||||
hover_member_info = ""
|
||||
import_description = ""
|
||||
import_error = ""
|
||||
import_success = ""
|
||||
|
||||
[msg.admin.overview]
|
||||
description = ""
|
||||
idp_fallback = ""
|
||||
@@ -122,10 +178,36 @@ tenant_title = ""
|
||||
[msg.admin.overview.quick_links]
|
||||
description = ""
|
||||
|
||||
[msg.admin.overview.summary]
|
||||
audit_events_24h = ""
|
||||
oidc_clients = ""
|
||||
policy_gate = ""
|
||||
total_tenants = ""
|
||||
|
||||
[msg.admin.tenants]
|
||||
approve_confirm = ""
|
||||
approve_success = ""
|
||||
delete_confirm = ""
|
||||
delete_success = ""
|
||||
empty = ""
|
||||
fetch_error = ""
|
||||
missing_id = ""
|
||||
not_found = ""
|
||||
remove_sub_confirm = ""
|
||||
subtitle = ""
|
||||
|
||||
[msg.admin.tenants.admins]
|
||||
add_success = ""
|
||||
empty = ""
|
||||
remove_confirm = ""
|
||||
remove_success = ""
|
||||
subtitle = ""
|
||||
|
||||
[msg.admin.tenants.owners]
|
||||
add_success = ""
|
||||
empty = ""
|
||||
remove_confirm = ""
|
||||
remove_success = ""
|
||||
subtitle = ""
|
||||
|
||||
[msg.admin.tenants.create]
|
||||
@@ -142,7 +224,9 @@ subtitle = ""
|
||||
subtitle = ""
|
||||
|
||||
[msg.admin.tenants.members]
|
||||
desc = ""
|
||||
empty = ""
|
||||
limit_notice = ""
|
||||
|
||||
[msg.admin.tenants.registry]
|
||||
count = ""
|
||||
@@ -160,15 +244,28 @@ subtitle = ""
|
||||
|
||||
[msg.admin.users]
|
||||
|
||||
[msg.admin.users.bulk]
|
||||
delete_confirm = ""
|
||||
delete_success = ""
|
||||
description = ""
|
||||
move_description = ""
|
||||
move_error = ""
|
||||
move_success = ""
|
||||
parsed_count = ""
|
||||
update_success = ""
|
||||
|
||||
[msg.admin.users.create]
|
||||
error = ""
|
||||
password_required = ""
|
||||
success = ""
|
||||
|
||||
[msg.admin.users.create.account]
|
||||
subtitle = ""
|
||||
|
||||
[msg.admin.users.create.form]
|
||||
email_required = ""
|
||||
field_invalid = ""
|
||||
field_required = ""
|
||||
name_required = ""
|
||||
password_auto_help = ""
|
||||
password_manual_help = ""
|
||||
@@ -185,6 +282,7 @@ update_error = ""
|
||||
update_success = ""
|
||||
|
||||
[msg.admin.users.detail.form]
|
||||
field_required = ""
|
||||
name_required = ""
|
||||
|
||||
[msg.admin.users.detail.security]
|
||||
@@ -196,11 +294,19 @@ empty = ""
|
||||
fetch_error = ""
|
||||
subtitle = ""
|
||||
|
||||
[msg.admin.users.list.columns]
|
||||
description = ""
|
||||
no_custom = ""
|
||||
|
||||
[msg.admin.users.list.registry]
|
||||
count = ""
|
||||
|
||||
[msg.common]
|
||||
error = ""
|
||||
loading = ""
|
||||
no_description = ""
|
||||
parsing = ""
|
||||
requesting = ""
|
||||
saving = ""
|
||||
unknown_error = ""
|
||||
|
||||
@@ -216,12 +322,9 @@ loading = ""
|
||||
subtitle = ""
|
||||
|
||||
[msg.dev.clients]
|
||||
copy_client_id = ""
|
||||
load_error = ""
|
||||
loading = ""
|
||||
showing = ""
|
||||
status_update_error = ""
|
||||
status_updated = ""
|
||||
deleted = ""
|
||||
delete_error = ""
|
||||
delete_confirm = ""
|
||||
@@ -232,6 +335,7 @@ load_error = ""
|
||||
loading = ""
|
||||
showing = ""
|
||||
subtitle = ""
|
||||
revoke_confirm = ""
|
||||
|
||||
[msg.dev.clients.details]
|
||||
copy_client_id = ""
|
||||
@@ -426,7 +530,6 @@ token_missing = ""
|
||||
verification_failed = ""
|
||||
|
||||
[msg.userfront.login.link]
|
||||
approved = ""
|
||||
helper = ""
|
||||
missing_login_id = ""
|
||||
missing_phone = ""
|
||||
@@ -489,8 +592,6 @@ organization = ""
|
||||
security = ""
|
||||
|
||||
[msg.userfront.qr]
|
||||
approve_error = ""
|
||||
approve_success = ""
|
||||
camera_error = ""
|
||||
permission_error = ""
|
||||
permission_required = ""
|
||||
@@ -675,16 +776,30 @@ status = ""
|
||||
time = ""
|
||||
|
||||
[ui.admin.groups]
|
||||
import_csv = ""
|
||||
|
||||
[ui.admin.groups.create]
|
||||
description = ""
|
||||
title = ""
|
||||
|
||||
[ui.admin.groups.detail]
|
||||
breadcrumb_org = ""
|
||||
breadcrumb_tenant = ""
|
||||
breadcrumb_unit = ""
|
||||
members_subtitle = ""
|
||||
members_title = ""
|
||||
permissions_subtitle = ""
|
||||
permissions_title = ""
|
||||
|
||||
[ui.admin.groups.form]
|
||||
desc_label = ""
|
||||
desc_placeholder = ""
|
||||
name_label = ""
|
||||
name_placeholder = ""
|
||||
parent_label = ""
|
||||
submit = ""
|
||||
unit_level_label = ""
|
||||
unit_level_placeholder = ""
|
||||
|
||||
[ui.admin.groups.list]
|
||||
title = ""
|
||||
@@ -716,6 +831,12 @@ user_groups = ""
|
||||
tenants = ""
|
||||
users = ""
|
||||
|
||||
[ui.admin.org]
|
||||
download_template = ""
|
||||
import_btn = ""
|
||||
import_title = ""
|
||||
start_import = ""
|
||||
|
||||
[ui.admin.overview]
|
||||
kicker = ""
|
||||
title = ""
|
||||
@@ -725,20 +846,55 @@ title = ""
|
||||
|
||||
[ui.admin.overview.quick_links]
|
||||
add_tenant = ""
|
||||
tenant_dashboard = ""
|
||||
api_key_management = ""
|
||||
user_management = ""
|
||||
title = ""
|
||||
view_audit_logs = ""
|
||||
|
||||
[ui.admin.overview.summary]
|
||||
audit_events_24h = ""
|
||||
oidc_clients = ""
|
||||
policy_gate = ""
|
||||
total_tenants = ""
|
||||
|
||||
[ui.admin.profile]
|
||||
manageable_tenants = ""
|
||||
|
||||
[ui.admin.role]
|
||||
rp_admin = ""
|
||||
super_admin = ""
|
||||
tenant_admin = ""
|
||||
tenant_member = ""
|
||||
user = ""
|
||||
|
||||
[ui.admin.tenants]
|
||||
add = ""
|
||||
title = ""
|
||||
|
||||
[ui.admin.tenants.admins]
|
||||
add_button = ""
|
||||
already_admin = ""
|
||||
dialog_description = ""
|
||||
dialog_no_results = ""
|
||||
dialog_search_hint = ""
|
||||
dialog_search_placeholder = ""
|
||||
dialog_title = ""
|
||||
remove_title = ""
|
||||
table_actions = ""
|
||||
table_email = ""
|
||||
table_name = ""
|
||||
title = ""
|
||||
|
||||
[ui.admin.tenants.owners]
|
||||
add_button = ""
|
||||
already_owner = ""
|
||||
dialog_description = ""
|
||||
dialog_title = ""
|
||||
remove_title = ""
|
||||
table_actions = ""
|
||||
table_email = ""
|
||||
table_name = ""
|
||||
title = ""
|
||||
|
||||
[ui.admin.tenants.breadcrumb]
|
||||
list = ""
|
||||
section = ""
|
||||
@@ -755,9 +911,11 @@ description = ""
|
||||
domains_label = ""
|
||||
domains_placeholder = ""
|
||||
name = ""
|
||||
parent = ""
|
||||
slug = ""
|
||||
slug_placeholder = ""
|
||||
status = ""
|
||||
type = ""
|
||||
|
||||
[ui.admin.tenants.create.memo]
|
||||
title = ""
|
||||
@@ -765,15 +923,47 @@ title = ""
|
||||
[ui.admin.tenants.create.profile]
|
||||
title = ""
|
||||
|
||||
[ui.admin.tenants.members]
|
||||
[ui.admin.tenants.detail]
|
||||
breadcrumb_list = ""
|
||||
header_subtitle = ""
|
||||
loading = ""
|
||||
tab_federation = ""
|
||||
tab_organization = ""
|
||||
tab_permissions = ""
|
||||
tab_profile = ""
|
||||
tab_schema = ""
|
||||
title = ""
|
||||
|
||||
[ui.admin.tenants.list]
|
||||
select_placeholder = ""
|
||||
|
||||
[ui.admin.tenants.members]
|
||||
descendants = ""
|
||||
direct = ""
|
||||
direct_label = ""
|
||||
list_title = ""
|
||||
title = ""
|
||||
total = ""
|
||||
total_label = ""
|
||||
|
||||
[ui.admin.tenants.members.table]
|
||||
email = ""
|
||||
name = ""
|
||||
role = ""
|
||||
status = ""
|
||||
|
||||
[ui.admin.tenants.profile]
|
||||
allowed_domains = ""
|
||||
allowed_domains_help = ""
|
||||
approve_button = ""
|
||||
description = ""
|
||||
name = ""
|
||||
slug = ""
|
||||
status = ""
|
||||
subtitle = ""
|
||||
title = ""
|
||||
type = ""
|
||||
|
||||
[ui.admin.tenants.registry]
|
||||
title = ""
|
||||
|
||||
@@ -783,19 +973,29 @@ save = ""
|
||||
title = ""
|
||||
|
||||
[ui.admin.tenants.schema.field]
|
||||
admin_only = ""
|
||||
key = ""
|
||||
key_placeholder = ""
|
||||
label = ""
|
||||
label_placeholder = ""
|
||||
required = ""
|
||||
type = ""
|
||||
type_boolean = ""
|
||||
type_date = ""
|
||||
type_number = ""
|
||||
type_text = ""
|
||||
validation_placeholder = ""
|
||||
|
||||
[ui.admin.tenants.sub]
|
||||
add = ""
|
||||
add_dialog_desc = ""
|
||||
add_dialog_title = ""
|
||||
add_existing = ""
|
||||
manage = ""
|
||||
no_candidates = ""
|
||||
search_placeholder = ""
|
||||
title = ""
|
||||
tree_search_placeholder = ""
|
||||
|
||||
[ui.admin.tenants.sub.table]
|
||||
action = ""
|
||||
@@ -805,13 +1005,26 @@ status = ""
|
||||
|
||||
[ui.admin.tenants.table]
|
||||
actions = ""
|
||||
members = ""
|
||||
name = ""
|
||||
slug = ""
|
||||
status = ""
|
||||
type = ""
|
||||
updated = ""
|
||||
|
||||
[ui.admin.users]
|
||||
|
||||
[ui.admin.users.bulk]
|
||||
do_move = ""
|
||||
download_template = ""
|
||||
move_group = ""
|
||||
move_title = ""
|
||||
no_department = ""
|
||||
select_group = ""
|
||||
selected_count = ""
|
||||
start_upload = ""
|
||||
title = ""
|
||||
|
||||
[ui.admin.users.create]
|
||||
back = ""
|
||||
go_list = ""
|
||||
@@ -834,12 +1047,16 @@ department = ""
|
||||
department_placeholder = ""
|
||||
email = ""
|
||||
email_placeholder = ""
|
||||
job_title = ""
|
||||
job_title_placeholder = ""
|
||||
name = ""
|
||||
name_placeholder = ""
|
||||
password = ""
|
||||
password_placeholder = ""
|
||||
phone = ""
|
||||
phone_placeholder = ""
|
||||
position = ""
|
||||
position_placeholder = ""
|
||||
role = ""
|
||||
tenant = ""
|
||||
tenant_global = ""
|
||||
@@ -856,7 +1073,7 @@ title = ""
|
||||
section = ""
|
||||
|
||||
[ui.admin.users.detail.custom_fields]
|
||||
title = ""
|
||||
multi_title = ""
|
||||
|
||||
[ui.admin.users.detail.form]
|
||||
department = ""
|
||||
@@ -875,19 +1092,32 @@ password = ""
|
||||
password_placeholder = ""
|
||||
title = ""
|
||||
|
||||
[ui.admin.users.detail.tenants_section]
|
||||
additional = ""
|
||||
primary = ""
|
||||
title = ""
|
||||
|
||||
[ui.admin.users.list]
|
||||
add = ""
|
||||
delete_aria = ""
|
||||
edit_aria = ""
|
||||
bulk_import = ""
|
||||
empty = ""
|
||||
fetch_error = ""
|
||||
search_placeholder = ""
|
||||
tenant_slug = ""
|
||||
subtitle = ""
|
||||
title = ""
|
||||
|
||||
[ui.admin.users.list.breadcrumb]
|
||||
list = ""
|
||||
section = ""
|
||||
|
||||
[ui.admin.users.list.columns]
|
||||
title = ""
|
||||
|
||||
[ui.admin.users.list.filter]
|
||||
tenant = ""
|
||||
|
||||
[ui.admin.users.list.registry]
|
||||
count = ""
|
||||
title = ""
|
||||
|
||||
[ui.admin.users.list.table]
|
||||
@@ -898,11 +1128,21 @@ role = ""
|
||||
status = ""
|
||||
tenant_dept = ""
|
||||
|
||||
[ui.admin.users.table]
|
||||
email = ""
|
||||
name = ""
|
||||
role = ""
|
||||
|
||||
|
||||
[ui.common]
|
||||
add = ""
|
||||
all = ""
|
||||
admin_only = ""
|
||||
assign = ""
|
||||
back = ""
|
||||
cancel = ""
|
||||
change_file = ""
|
||||
clear_search = ""
|
||||
close = ""
|
||||
collapse = ""
|
||||
confirm = ""
|
||||
@@ -911,40 +1151,46 @@ create = ""
|
||||
delete = ""
|
||||
details = ""
|
||||
edit = ""
|
||||
export = ""
|
||||
fail = ""
|
||||
go_home = ""
|
||||
view = ""
|
||||
hyphen = ""
|
||||
manage = ""
|
||||
na = ""
|
||||
never = ""
|
||||
next = ""
|
||||
none = ""
|
||||
page_of = ""
|
||||
prev = ""
|
||||
previous = ""
|
||||
qr = ""
|
||||
reset = ""
|
||||
read_only = ""
|
||||
refresh = ""
|
||||
requesting = ""
|
||||
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 = ""
|
||||
view = ""
|
||||
|
||||
[ui.common.badge]
|
||||
admin_only = ""
|
||||
command_only = ""
|
||||
system = ""
|
||||
|
||||
[ui.common.role]
|
||||
admin = ""
|
||||
user = ""
|
||||
|
||||
[ui.common.status]
|
||||
active = ""
|
||||
blocked = ""
|
||||
@@ -954,6 +1200,12 @@ ok = ""
|
||||
pending = ""
|
||||
success = ""
|
||||
|
||||
[test]
|
||||
key = ""
|
||||
|
||||
[non.existent]
|
||||
key = ""
|
||||
|
||||
[ui.dev]
|
||||
brand = ""
|
||||
console_title = ""
|
||||
@@ -961,7 +1213,6 @@ env_badge = ""
|
||||
scope_badge = ""
|
||||
|
||||
[ui.dev.nav]
|
||||
audit_logs = ""
|
||||
clients = ""
|
||||
logout = ""
|
||||
|
||||
@@ -984,8 +1235,13 @@ status = ""
|
||||
target = ""
|
||||
time = ""
|
||||
|
||||
[ui.dev.profile]
|
||||
menu_aria = ""
|
||||
menu_title = ""
|
||||
unknown_email = ""
|
||||
unknown_name = ""
|
||||
|
||||
[ui.dev.clients]
|
||||
copy_client_id = ""
|
||||
new = ""
|
||||
search_placeholder = ""
|
||||
tenant_scoped = ""
|
||||
@@ -995,11 +1251,17 @@ untitled = ""
|
||||
admin_session = ""
|
||||
tenant_selected = ""
|
||||
|
||||
[ui.dev.clients.filter]
|
||||
status_all = ""
|
||||
type_all = ""
|
||||
type_label = ""
|
||||
|
||||
[ui.dev.clients.consents]
|
||||
export_csv = ""
|
||||
revoke = ""
|
||||
revoked_at = ""
|
||||
scope_label = ""
|
||||
search_placeholder = ""
|
||||
status_all = ""
|
||||
status_label = ""
|
||||
status_revoked = ""
|
||||
subject = ""
|
||||
@@ -1018,13 +1280,6 @@ active_grants = ""
|
||||
avg_scopes = ""
|
||||
total_scopes = ""
|
||||
|
||||
[ui.dev.clients.stats]
|
||||
total = ""
|
||||
active_sessions = ""
|
||||
auth_failures = ""
|
||||
realtime = ""
|
||||
stable = ""
|
||||
|
||||
[ui.dev.clients.consents.table]
|
||||
action = ""
|
||||
first_granted = ""
|
||||
@@ -1036,10 +1291,6 @@ user = ""
|
||||
|
||||
[ui.dev.clients.details]
|
||||
|
||||
[ui.dev.clients.details.breadcrumb]
|
||||
current = ""
|
||||
section = ""
|
||||
|
||||
[ui.dev.clients.details.credentials]
|
||||
client_id = ""
|
||||
client_secret = ""
|
||||
@@ -1080,13 +1331,6 @@ title = ""
|
||||
add_title = ""
|
||||
add_btn = ""
|
||||
|
||||
[ui.dev.clients.general.breadcrumb]
|
||||
section = ""
|
||||
|
||||
[ui.dev.clients.general.footer]
|
||||
client_id = ""
|
||||
created_on = ""
|
||||
|
||||
[ui.dev.clients.general.identity]
|
||||
description = ""
|
||||
description_placeholder = ""
|
||||
@@ -1119,7 +1363,9 @@ pkce = ""
|
||||
title = ""
|
||||
|
||||
[ui.dev.clients.help]
|
||||
docs_body = ""
|
||||
docs_title = ""
|
||||
subtitle = ""
|
||||
title = ""
|
||||
view_guides = ""
|
||||
|
||||
@@ -1136,9 +1382,15 @@ subtitle = ""
|
||||
title = ""
|
||||
|
||||
[ui.dev.clients.registry]
|
||||
description = ""
|
||||
subtitle = ""
|
||||
title = ""
|
||||
|
||||
[ui.dev.clients.scopes]
|
||||
email = ""
|
||||
openid = ""
|
||||
profile = ""
|
||||
|
||||
[ui.dev.clients.table]
|
||||
actions = ""
|
||||
application = ""
|
||||
@@ -1148,8 +1400,8 @@ status = ""
|
||||
type = ""
|
||||
|
||||
[ui.dev.clients.type]
|
||||
private = ""
|
||||
pkce = ""
|
||||
private = ""
|
||||
|
||||
[ui.dev.dashboard]
|
||||
ready_badge = ""
|
||||
@@ -1192,6 +1444,7 @@ expired = ""
|
||||
expiring = ""
|
||||
remaining = ""
|
||||
refresh = ""
|
||||
refreshing = ""
|
||||
|
||||
[ui.userfront]
|
||||
app_title = ""
|
||||
@@ -1268,12 +1521,9 @@ login_id = ""
|
||||
password = ""
|
||||
|
||||
[ui.userfront.login.link]
|
||||
action_label = ""
|
||||
code_only = ""
|
||||
page_title = ""
|
||||
resend_with_time = ""
|
||||
send = ""
|
||||
title = ""
|
||||
|
||||
[ui.userfront.login.qr]
|
||||
expired = ""
|
||||
@@ -1343,9 +1593,7 @@ organization = ""
|
||||
security = ""
|
||||
|
||||
[ui.userfront.qr]
|
||||
request_permission = ""
|
||||
rescan = ""
|
||||
result_failure = ""
|
||||
result_success = ""
|
||||
title = ""
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user