|
996 | 996 | "install_guardian_description": "In order to continue, install the Auth0 Guardian app via the app store from your mobile device" |
997 | 997 | } |
998 | 998 | } |
| 999 | + }, |
| 1000 | + "member_management": { |
| 1001 | + "header": { |
| 1002 | + "title": "Members", |
| 1003 | + "description": "Manage the members of your organization." |
| 1004 | + }, |
| 1005 | + "invite_button": "Invite Member", |
| 1006 | + "tabs": { |
| 1007 | + "members": "Members", |
| 1008 | + "invitations": "Invitations" |
| 1009 | + }, |
| 1010 | + "member": { |
| 1011 | + "table": { |
| 1012 | + "columns": { |
| 1013 | + "name": "Name", |
| 1014 | + "email": "Email", |
| 1015 | + "roles": "Roles" |
| 1016 | + }, |
| 1017 | + "empty_message": "No members found." |
| 1018 | + }, |
| 1019 | + "remove": { |
| 1020 | + "title": "Remove Member", |
| 1021 | + "description": "Are you sure you want to remove ${name} from this organization?", |
| 1022 | + "confirm_button": "Remove", |
| 1023 | + "cancel_button": "Cancel", |
| 1024 | + "success": "${name} has been removed from the organization." |
| 1025 | + }, |
| 1026 | + "error": { |
| 1027 | + "fetch_failed": "Failed to load members. Please try again.", |
| 1028 | + "remove_failed": "Failed to remove member. Please try again." |
| 1029 | + } |
| 1030 | + }, |
| 1031 | + "invitation": { |
| 1032 | + "table": { |
| 1033 | + "columns": { |
| 1034 | + "email": "Email", |
| 1035 | + "status": "Status", |
| 1036 | + "inviter": "Invited By", |
| 1037 | + "created_at": "Created At", |
| 1038 | + "expires_at": "Expires At", |
| 1039 | + "roles": "Roles" |
| 1040 | + }, |
| 1041 | + "empty_message": "No pending invitations.", |
| 1042 | + "search_placeholder": "Search by email...", |
| 1043 | + "filter_by_role": "Filter By Role", |
| 1044 | + "all_roles": "All", |
| 1045 | + "reset_filter": "Reset", |
| 1046 | + "showing_results": "Showing ${start}-${end} of ${total}", |
| 1047 | + "status_pending": "Pending", |
| 1048 | + "status_expired": "Expired" |
| 1049 | + }, |
| 1050 | + "actions": { |
| 1051 | + "menu_label": "Actions", |
| 1052 | + "view_details": "View Details", |
| 1053 | + "copy_url": "Copy Invitation URL", |
| 1054 | + "revoke_and_resend": "Revoke and Resend", |
| 1055 | + "revoke": "Revoke Invitation" |
| 1056 | + }, |
| 1057 | + "create": { |
| 1058 | + "title": "Invite Member", |
| 1059 | + "description": "Send an invitation to join this organization.", |
| 1060 | + "email_label": "Email Address", |
| 1061 | + "email_placeholder": "Enter email address and press Enter", |
| 1062 | + "email_helper": "Add up to 10 members in a comma-separated list.", |
| 1063 | + "email_limit_error": "You can add up to 10 email addresses.", |
| 1064 | + "email_invalid_error": "Please enter a valid email address.", |
| 1065 | + "email_duplicate_error": "This email has already been added.", |
| 1066 | + "email_required_error": "Please enter at least one email address.", |
| 1067 | + "roles_label": "Roles", |
| 1068 | + "roles_placeholder": "Select roles (optional)", |
| 1069 | + "provider_label": "Provider", |
| 1070 | + "provider_placeholder": "Select provider (optional)", |
| 1071 | + "provider_helper": "If none is selected, the member can log in with any provider.", |
| 1072 | + "submit_button": "Send Invite", |
| 1073 | + "creating": "Creating...", |
| 1074 | + "cancel_button": "Cancel", |
| 1075 | + "success": "Invitation sent to ${email}." |
| 1076 | + }, |
| 1077 | + "details": { |
| 1078 | + "title": "Invitation Details", |
| 1079 | + "email_label": "Email", |
| 1080 | + "status_label": "Status", |
| 1081 | + "roles_label": "Roles", |
| 1082 | + "provider_label": "Identity Provider", |
| 1083 | + "created_at_label": "Created", |
| 1084 | + "expires_at_label": "Expires", |
| 1085 | + "invited_by_label": "Invited By", |
| 1086 | + "invitation_url_label": "Invitation URL", |
| 1087 | + "copy_url_button": "Copy", |
| 1088 | + "close_button": "Close", |
| 1089 | + "revoke_button": "Revoke Invitation", |
| 1090 | + "resend_button": "Revoke and Resend" |
| 1091 | + }, |
| 1092 | + "revoke": { |
| 1093 | + "title": "Revoke Invitation", |
| 1094 | + "description": "Are you sure you want to revoke the invitation to ${email}?", |
| 1095 | + "confirm_button": "Revoke", |
| 1096 | + "cancel_button": "Cancel", |
| 1097 | + "success": "Invitation for ${email} has been revoked." |
| 1098 | + }, |
| 1099 | + "revoke_resend": { |
| 1100 | + "title": "Revoke and Resend Invitation", |
| 1101 | + "description": "Are you sure you want to revoke the current invitation and send a new one to ${email}?", |
| 1102 | + "confirm_button": "Proceed", |
| 1103 | + "cancel_button": "Cancel" |
| 1104 | + }, |
| 1105 | + "success": { |
| 1106 | + "url_copied": "Invitation URL copied to clipboard.", |
| 1107 | + "invitation_resent": "Invitation resent to ${email}." |
| 1108 | + }, |
| 1109 | + "error": { |
| 1110 | + "fetch_failed": "Failed to load invitations. Please try again.", |
| 1111 | + "create_failed": "Failed to send invitation. Please try again.", |
| 1112 | + "revoke_failed": "Failed to revoke invitation. Please try again.", |
| 1113 | + "resend_failed": "Failed to resend invitation. Please try again.", |
| 1114 | + "revoke_resend_failed": "Failed to revoke and resend invitation. Please try again.", |
| 1115 | + "copy_url_failed": "Failed to copy invitation URL. Please try again." |
| 1116 | + } |
| 1117 | + } |
999 | 1118 | } |
1000 | 1119 | } |
0 commit comments