|
502 | 502 | "title": "Advanced Settings", |
503 | 503 | "sign_request": { |
504 | 504 | "label": "Sign Request", |
505 | | - "helper_text_metadata_file": "When enabled, the SAML authentication request will be signed. Download the <link>certificate</link> and provide it to the SAMLP that will receive the signed assertion to validate the signature. This needs to be enabled first in the SAMLP. Once enabled, share the metadata URL for integration.", |
506 | | - "helper_text_metadata_url": "When enabled, the SAML authentication request will be signed. Download the <link>certificate</link> and provide it to the SAMLP that will receive the signed assertion to validate the signature." |
| 505 | + "helper_text_metadata_file": "When enabled, the SAML authentication request will be signed. Download the <link>certificate</link> and provide it to the SAMLP that will receive the signed assertion to validate the signature. This needs to be enabled first in the SAMLP. Once enabled, share the metadata URL for integration.", |
| 506 | + "helper_text_metadata_url": "When enabled, the SAML authentication request will be signed. Download the <link>certificate</link> and provide it to the SAMLP that will receive the signed assertion to validate the signature." |
507 | 507 | }, |
508 | 508 | "request_protocol_binding": { |
509 | 509 | "label": "Request Protocol Binding", |
|
580 | 580 | "title": "Advanced Settings", |
581 | 581 | "sign_request": { |
582 | 582 | "label": "Sign Request", |
583 | | - "helper_text": "When enabled, the SAML authentication request will be signed. Download the <link>certificate</link> and provide it to the SAMLP that will receive the signed assertion to validate the signature. This needs to be enabled first in the SAMLP. Once enabled, share the metadata URL for integration.", |
| 583 | + "helper_text": "When enabled, the SAML authentication request will be signed. Download the <link>certificate</link> and provide it to the SAMLP that will receive the signed assertion to validate the signature. This needs to be enabled first in the SAMLP. Once enabled, share the metadata URL for integration.", |
584 | 584 | "error": "Please select an option" |
585 | 585 | }, |
586 | 586 | "sign_request_algorithm": { |
|
1089 | 1089 | }, |
1090 | 1090 | "empty_message": "No members found." |
1091 | 1091 | }, |
1092 | | - "remove": { |
1093 | | - "title": "Remove Member", |
1094 | | - "description": "Are you sure you want to remove ${name} from this organization?", |
1095 | | - "confirm_button": "Remove", |
1096 | | - "cancel_button": "Cancel", |
1097 | | - "success": "${name} has been removed from the organization." |
1098 | | - }, |
1099 | 1092 | "error": { |
1100 | 1093 | "fetch_failed": "Failed to load members. Please try again.", |
1101 | 1094 | "remove_failed": "Failed to remove member. Please try again." |
| 1095 | + }, |
| 1096 | + "detail": { |
| 1097 | + "back_button": "Back to Members", |
| 1098 | + "tabs": { |
| 1099 | + "details": "Details", |
| 1100 | + "roles": "Roles" |
| 1101 | + }, |
| 1102 | + "user_details": { |
| 1103 | + "title": "User Details", |
| 1104 | + "name": "Name", |
| 1105 | + "email": "Email", |
| 1106 | + "phone_number": "Phone Number", |
| 1107 | + "provider": "Provider", |
| 1108 | + "created_at": "Created At", |
| 1109 | + "last_login": "Last Login" |
| 1110 | + }, |
| 1111 | + "actions": { |
| 1112 | + "remove_from_org": { |
| 1113 | + "title": "Remove Member from Organization", |
| 1114 | + "description": "Once confirmed, this operation cannot be undone.", |
| 1115 | + "delete_button": "Delete" |
| 1116 | + }, |
| 1117 | + "delete_member": { |
| 1118 | + "title": "Delete member", |
| 1119 | + "title_plural": "Delete members", |
| 1120 | + "description": "Are you sure you want to delete ${email}? This action cannot be undone.", |
| 1121 | + "description_plural": "Are you sure you want to delete ${count} members? This action cannot be undone.", |
| 1122 | + "confirm_button": "Delete", |
| 1123 | + "cancel_button": "Cancel", |
| 1124 | + "success": "${email} has been deleted.", |
| 1125 | + "success_plural": "The selected members have been deleted." |
| 1126 | + } |
| 1127 | + }, |
| 1128 | + "roles": { |
| 1129 | + "title": "Roles", |
| 1130 | + "description": "Manage user roles and permissions when accessing ${appName}.", |
| 1131 | + "assign_button": "Assign Roles", |
| 1132 | + "no_roles_available": "There are no more roles available to assign to this member.", |
| 1133 | + "max_roles_reached": "You have reached the maximum of ${max} roles for this member.", |
| 1134 | + "remove_button": "Remove Role", |
| 1135 | + "remove_button_plural": "Remove Roles", |
| 1136 | + "table": { |
| 1137 | + "name": "Name", |
| 1138 | + "description": "Description", |
| 1139 | + "empty_message": "No roles assigned." |
| 1140 | + }, |
| 1141 | + "assign_modal": { |
| 1142 | + "title": "Assign Roles", |
| 1143 | + "roles_label": "Roles", |
| 1144 | + "roles_placeholder": "Select role(s)", |
| 1145 | + "submit_button": "Assign Role(s)", |
| 1146 | + "cancel_button": "Cancel", |
| 1147 | + "no_roles_available": "All available roles are already assigned.", |
| 1148 | + "success": "The role has been assigned.", |
| 1149 | + "success_plural": "The roles have been assigned." |
| 1150 | + }, |
| 1151 | + "remove_confirm": { |
| 1152 | + "title": "Remove Role from Member?", |
| 1153 | + "title_plural": "Remove Roles from Member?", |
| 1154 | + "description": "This will remove the <bold>${roleName}</bold> role from <bold>\"${memberName}\"</bold>.", |
| 1155 | + "confirm_button": "Remove", |
| 1156 | + "cancel_button": "Cancel", |
| 1157 | + "success": "<bold>\"${roleName}\"</bold> role has been removed from member." |
| 1158 | + } |
| 1159 | + }, |
| 1160 | + "error": { |
| 1161 | + "fetch_failed": "Failed to load member details. Please try again.", |
| 1162 | + "fetch_roles_failed": "Failed to load member roles. Please try again.", |
| 1163 | + "remove_from_org_failed": "Failed to remove member from organization. Please try again.", |
| 1164 | + "delete_failed": "Failed to delete member. Please try again.", |
| 1165 | + "assign_role_failed": "Failed to assign role. Please try again.", |
| 1166 | + "remove_role_failed": "Failed to remove role. Please try again." |
| 1167 | + } |
1102 | 1168 | } |
1103 | 1169 | }, |
1104 | 1170 | "invitation": { |
|
0 commit comments