forked from baron/baron-sso
99 lines
2.0 KiB
TOML
99 lines
2.0 KiB
TOML
[msg.common]
|
|
copied = "Copied."
|
|
error = "Error"
|
|
forbidden = "Access denied."
|
|
loading = "Loading..."
|
|
no_results = "No results found."
|
|
no_description = "No Description."
|
|
parsing = "Parsing data..."
|
|
requesting = "Requesting..."
|
|
saving = "Saving..."
|
|
unknown_error = "unknown error"
|
|
|
|
[ui.common]
|
|
actions = "Actions"
|
|
add = "Add"
|
|
all = "All"
|
|
admin_only = "Admin Only"
|
|
approve = "Approve"
|
|
assign = "Assign"
|
|
back = "Back"
|
|
back_to_login = "Back to login"
|
|
cancel = "Cancel"
|
|
change_file = "Change File"
|
|
clear_search = "Clear Search"
|
|
close = "Close"
|
|
collapse = "Collapse"
|
|
confirm = "Confirm"
|
|
continue = "Continue"
|
|
copy = "Copy"
|
|
create = "Create"
|
|
delete = "Delete"
|
|
detail = "Detail"
|
|
details = "Details"
|
|
disabled = "Disabled"
|
|
edit = "Edit"
|
|
enabled = "Enabled"
|
|
export = "Export"
|
|
export_with_ids = "Include UUID"
|
|
export_without_ids = "Export without UUID"
|
|
fail = "Fail"
|
|
go_home = "Go Home"
|
|
info = "Info"
|
|
view = "View"
|
|
hyphen = "-"
|
|
loading = "Loading..."
|
|
manage = "Manage"
|
|
move = "Move"
|
|
move_org = "Move to another organization"
|
|
na = "N/A"
|
|
never = "Never"
|
|
next = "Next"
|
|
none = "None"
|
|
page_of = "Page {{page}} of {{total}}"
|
|
prev = "Prev"
|
|
previous = "Previous"
|
|
qr = "QR"
|
|
reject = "Reject"
|
|
rejected = "Rejected"
|
|
reset = "Reset"
|
|
read_only = "Read Only"
|
|
refresh = "Refresh"
|
|
remove = "Remove"
|
|
remove_org = "Remove from organization"
|
|
resend = "Resend"
|
|
retry = "Retry"
|
|
row = "Row"
|
|
save = "Save"
|
|
search = "Search"
|
|
search_group = "Search groups..."
|
|
select = "Select"
|
|
select_file = "Select File"
|
|
select_placeholder = "Select Placeholder"
|
|
show_more = "Show More"
|
|
language = "Language"
|
|
language_ko = "Korean"
|
|
language_en = "English"
|
|
submit = "Submit"
|
|
submitting = "Submitting..."
|
|
success = "Success"
|
|
theme_dark = "Dark"
|
|
theme_light = "Light"
|
|
theme_toggle = "Theme Toggle"
|
|
unassigned = "Unassigned"
|
|
unknown = "Unknown"
|
|
|
|
[ui.common.badge]
|
|
admin_only = "Admin only"
|
|
command_only = "Command only"
|
|
system = "System"
|
|
|
|
[ui.common.status]
|
|
active = "Active"
|
|
blocked = "Blocked"
|
|
failure = "Failure"
|
|
inactive = "Inactive"
|
|
ok = "Ok"
|
|
pending = "Pending"
|
|
success = "Success"
|