|
1069 | 1069 | "install_guardian_description": "In order to continue, install the Auth0 Guardian app via the app store from your mobile device" |
1070 | 1070 | } |
1071 | 1071 | } |
| 1072 | + }, |
| 1073 | + "member_management": { |
| 1074 | + "header": { |
| 1075 | + "title": "Members", |
| 1076 | + "description": "Manage the members of your organization." |
| 1077 | + }, |
| 1078 | + "invite_button": "Invite Member", |
| 1079 | + "tabs": { |
| 1080 | + "members": "Members", |
| 1081 | + "invitations": "Invitations" |
| 1082 | + }, |
| 1083 | + "member": { |
| 1084 | + "table": { |
| 1085 | + "columns": { |
| 1086 | + "name": "Name", |
| 1087 | + "email": "Email", |
| 1088 | + "roles": "Roles" |
| 1089 | + }, |
| 1090 | + "empty_message": "No members found." |
| 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 | + "error": { |
| 1100 | + "fetch_failed": "Failed to load members. Please try again.", |
| 1101 | + "remove_failed": "Failed to remove member. Please try again." |
| 1102 | + } |
| 1103 | + }, |
| 1104 | + "invitation": { |
| 1105 | + "table": { |
| 1106 | + "columns": { |
| 1107 | + "email": "Email", |
| 1108 | + "status": "Status", |
| 1109 | + "inviter": "Invited By", |
| 1110 | + "created_at": "Created At", |
| 1111 | + "expires_at": "Expires At", |
| 1112 | + "roles": "Roles" |
| 1113 | + }, |
| 1114 | + "empty_message": "No pending invitations.", |
| 1115 | + "search_placeholder": "Search by email...", |
| 1116 | + "filter_by_role": "Filter By Role", |
| 1117 | + "all_roles": "All", |
| 1118 | + "reset_filter": "Reset", |
| 1119 | + "showing_results": "Showing ${start}-${end} of ${total}", |
| 1120 | + "status_pending": "Pending", |
| 1121 | + "status_expired": "Expired" |
| 1122 | + }, |
| 1123 | + "actions": { |
| 1124 | + "menu_label": "Actions", |
| 1125 | + "view_details": "View Details", |
| 1126 | + "copy_url": "Copy Invitation URL", |
| 1127 | + "revoke_and_resend": "Revoke and Resend", |
| 1128 | + "revoke": "Revoke Invitation" |
| 1129 | + }, |
| 1130 | + "create": { |
| 1131 | + "title": "Invite Member", |
| 1132 | + "description": "Send an invitation to join this organization.", |
| 1133 | + "email_label": "Email Address", |
| 1134 | + "email_placeholder": "Enter email address and press Enter", |
| 1135 | + "email_helper": "Add up to 10 members in a comma-separated list.", |
| 1136 | + "email_limit_error": "You can add up to 10 email addresses.", |
| 1137 | + "email_invalid_error": "Please enter a valid email address.", |
| 1138 | + "email_duplicate_error": "This email has already been added.", |
| 1139 | + "email_required_error": "Please enter at least one email address.", |
| 1140 | + "roles_label": "Roles", |
| 1141 | + "roles_placeholder": "Select roles (optional)", |
| 1142 | + "provider_label": "Provider", |
| 1143 | + "provider_placeholder": "Select provider (optional)", |
| 1144 | + "provider_helper": "If none is selected, the member can log in with any provider.", |
| 1145 | + "submit_button": "Send Invite", |
| 1146 | + "creating": "Creating...", |
| 1147 | + "cancel_button": "Cancel", |
| 1148 | + "success": "Invitation sent to ${email}." |
| 1149 | + }, |
| 1150 | + "details": { |
| 1151 | + "title": "Invitation Details", |
| 1152 | + "email_label": "Email", |
| 1153 | + "status_label": "Status", |
| 1154 | + "roles_label": "Roles", |
| 1155 | + "provider_label": "Identity Provider", |
| 1156 | + "created_at_label": "Created", |
| 1157 | + "expires_at_label": "Expires", |
| 1158 | + "invited_by_label": "Invited By", |
| 1159 | + "invitation_url_label": "Invitation URL", |
| 1160 | + "copy_url_button": "Copy", |
| 1161 | + "close_button": "Close", |
| 1162 | + "revoke_button": "Revoke Invitation", |
| 1163 | + "resend_button": "Revoke and Resend" |
| 1164 | + }, |
| 1165 | + "revoke": { |
| 1166 | + "title": "Revoke Invitation", |
| 1167 | + "description": "Are you sure you want to revoke the invitation to <bold>${email}</bold>?", |
| 1168 | + "confirm_button": "Revoke", |
| 1169 | + "cancel_button": "Cancel", |
| 1170 | + "success": "Invitation for ${email} has been revoked." |
| 1171 | + }, |
| 1172 | + "revoke_resend": { |
| 1173 | + "title": "Revoke and Resend Invitation", |
| 1174 | + "description": "Are you sure you want to revoke the current invitation and send a new one to <bold>${email}</bold>?", |
| 1175 | + "confirm_button": "Proceed", |
| 1176 | + "cancel_button": "Cancel" |
| 1177 | + }, |
| 1178 | + "success": { |
| 1179 | + "url_copied": "Invitation URL copied to clipboard.", |
| 1180 | + "invitation_resent": "Invitation resent to ${email}." |
| 1181 | + }, |
| 1182 | + "error": { |
| 1183 | + "fetch_failed": "Failed to load invitations. Please try again.", |
| 1184 | + "create_failed": "Failed to send invitation. Please try again.", |
| 1185 | + "revoke_failed": "Failed to revoke invitation. Please try again.", |
| 1186 | + "resend_failed": "Failed to resend invitation. Please try again.", |
| 1187 | + "revoke_resend_failed": "Failed to revoke and resend invitation. Please try again.", |
| 1188 | + "copy_url_failed": "Failed to copy invitation URL. Please try again." |
| 1189 | + } |
| 1190 | + } |
1072 | 1191 | } |
1073 | 1192 | } |
0 commit comments