Skip to content

Commit e949273

Browse files
authored
feat(core): add member detail translations
2 parents 2b431ed + c651248 commit e949273

3 files changed

Lines changed: 238 additions & 18 deletions

File tree

packages/core/src/i18n/translations/en-US.json

Lines changed: 76 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -502,8 +502,8 @@
502502
"title": "Advanced Settings",
503503
"sign_request": {
504504
"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."
507507
},
508508
"request_protocol_binding": {
509509
"label": "Request Protocol Binding",
@@ -580,7 +580,7 @@
580580
"title": "Advanced Settings",
581581
"sign_request": {
582582
"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.",
584584
"error": "Please select an option"
585585
},
586586
"sign_request_algorithm": {
@@ -1089,16 +1089,82 @@
10891089
},
10901090
"empty_message": "No members found."
10911091
},
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-
},
10991092
"error": {
11001093
"fetch_failed": "Failed to load members. Please try again.",
11011094
"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+
}
11021168
}
11031169
},
11041170
"invitation": {

packages/core/src/i18n/translations/fr.json

Lines changed: 89 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1016,5 +1016,94 @@
10161016
"install_guardian_description": "Pour continuer, installez l'application Auth0 Guardian via l'app store depuis votre appareil mobile"
10171017
}
10181018
}
1019+
},
1020+
"member_management": {
1021+
"member": {
1022+
"table": {
1023+
"columns": {
1024+
"name": "Nom",
1025+
"email": "E-mail",
1026+
"roles": "Rôles"
1027+
},
1028+
"empty_message": "Aucun membre trouvé."
1029+
},
1030+
"error": {
1031+
"fetch_failed": "Échec du chargement des membres. Veuillez réessayer.",
1032+
"remove_failed": "Échec de la suppression du membre. Veuillez réessayer."
1033+
},
1034+
"detail": {
1035+
"back_button": "Retour aux membres",
1036+
"tabs": {
1037+
"details": "Détails",
1038+
"roles": "Rôles"
1039+
},
1040+
"user_details": {
1041+
"title": "Détails de l'utilisateur",
1042+
"name": "Nom",
1043+
"email": "E-mail",
1044+
"phone_number": "Numéro de téléphone",
1045+
"provider": "Fournisseur",
1046+
"created_at": "Créé le",
1047+
"last_login": "Dernière connexion"
1048+
},
1049+
"actions": {
1050+
"remove_from_org": {
1051+
"title": "Retirer un membre de l'organisation",
1052+
"description": "Une fois confirmée, cette opération ne peut pas être annulée.",
1053+
"delete_button": "supprimer"
1054+
},
1055+
"delete_member": {
1056+
"title": "Supprimer le membre",
1057+
"title_plural": "Supprimer les membres",
1058+
"description": "Êtes-vous sûr de vouloir supprimer ${email} ? Cette action est irréversible.",
1059+
"description_plural": "Êtes-vous sûr de vouloir supprimer ${count} membres ? Cette action est irréversible.",
1060+
"confirm_button": "Supprimer",
1061+
"cancel_button": "Annuler",
1062+
"success": "${email} a été supprimé.",
1063+
"success_plural": "Les membres sélectionnés ont été supprimés."
1064+
}
1065+
},
1066+
"roles": {
1067+
"title": "Rôles",
1068+
"description": "Gérez les rôles et autorisations de l'utilisateur pour l'accès à ${appName}.",
1069+
"assign_button": "Attribuer des rôles",
1070+
"no_roles_available": "Il n'y a plus de rôles disponibles à attribuer à ce membre.",
1071+
"max_roles_reached": "Vous avez atteint le nombre maximum de ${max} rôles pour ce membre.",
1072+
"remove_button": "Supprimer le rôle",
1073+
"remove_button_plural": "Supprimer les rôles",
1074+
"table": {
1075+
"name": "Nom",
1076+
"description": "Description",
1077+
"empty_message": "Aucun rôle attribué."
1078+
},
1079+
"assign_modal": {
1080+
"title": "Attribuer des rôles",
1081+
"roles_label": "Rôles",
1082+
"roles_placeholder": "Sélectionner un ou des rôles",
1083+
"submit_button": "Attribuer le(s) rôle(s)",
1084+
"cancel_button": "Annuler",
1085+
"no_roles_available": "Tous les rôles disponibles sont déjà attribués.",
1086+
"success": "Le rôle a été attribué.",
1087+
"success_plural": "Les rôles ont été attribués."
1088+
},
1089+
"remove_confirm": {
1090+
"title": "Retirer le rôle du membre ?",
1091+
"title_plural": "Retirer les rôles du membre ?",
1092+
"description": "Cela retirera le rôle <bold>${roleName}</bold> de <bold>\"${memberName}\"</bold>.",
1093+
"confirm_button": "Retirer",
1094+
"cancel_button": "Annuler",
1095+
"success": "Le rôle <bold>\"${roleName}\"</bold> a été retiré du membre."
1096+
}
1097+
},
1098+
"error": {
1099+
"fetch_failed": "Échec du chargement des détails du membre. Veuillez réessayer.",
1100+
"fetch_roles_failed": "Échec du chargement des rôles du membre. Veuillez réessayer.",
1101+
"remove_from_org_failed": "Échec du retrait du membre de l'organisation. Veuillez réessayer.",
1102+
"delete_failed": "Échec de la suppression du membre. Veuillez réessayer.",
1103+
"assign_role_failed": "Échec de l'attribution du rôle. Veuillez réessayer.",
1104+
"remove_role_failed": "Échec du retrait du rôle. Veuillez réessayer."
1105+
}
1106+
}
1107+
}
10191108
}
10201109
}

packages/core/src/i18n/translations/ja.json

Lines changed: 73 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,6 @@
883883
"modal": {
884884
"title": "${organizationName}から${providerName}を削除",
885885
"description": "この操作により、この組織のすべてのユーザーの<bold>${providerName}</bold>へのアクセスが取り消されます。ユーザーは削除されませんが、このプロバイダーを使用してサインインできなくなります",
886-
887886
"content": {
888887
"description": "確認のためプロバイダー名を入力してください。",
889888
"field": {
@@ -1091,16 +1090,82 @@
10911090
},
10921091
"empty_message": "メンバーが見つかりません。"
10931092
},
1094-
"remove": {
1095-
"title": "メンバーを削除",
1096-
"description": "この組織から${name}を削除してもよろしいですか?",
1097-
"confirm_button": "削除",
1098-
"cancel_button": "キャンセル",
1099-
"success": "${name}が組織から削除されました。"
1100-
},
11011093
"error": {
11021094
"fetch_failed": "メンバーの読み込みに失敗しました。もう一度お試しください。",
11031095
"remove_failed": "メンバーの削除に失敗しました。もう一度お試しください。"
1096+
},
1097+
"detail": {
1098+
"back_button": "メンバー一覧に戻る",
1099+
"tabs": {
1100+
"details": "詳細",
1101+
"roles": "ロール"
1102+
},
1103+
"user_details": {
1104+
"title": "ユーザー詳細",
1105+
"name": "名前",
1106+
"email": "メール",
1107+
"phone_number": "電話番号",
1108+
"provider": "プロバイダー",
1109+
"created_at": "作成日",
1110+
"last_login": "最終ログイン"
1111+
},
1112+
"actions": {
1113+
"remove_from_org": {
1114+
"title": "組織からメンバーを削除",
1115+
"description": "一度確定すると、この操作は元に戻せません。",
1116+
"delete_button": "削除"
1117+
},
1118+
"delete_member": {
1119+
"title": "メンバーを削除",
1120+
"title_plural": "メンバーを削除",
1121+
"description": "${email} を削除してもよろしいですか?この操作は取り消せません。",
1122+
"description_plural": "${count} 人のメンバーを削除してもよろしいですか?この操作は取り消せません。",
1123+
"confirm_button": "削除",
1124+
"cancel_button": "キャンセル",
1125+
"success": "${email} が削除されました。",
1126+
"success_plural": "選択されたメンバーが削除されました。"
1127+
}
1128+
},
1129+
"roles": {
1130+
"title": "ロール",
1131+
"description": "${appName} にアクセスする際のユーザーのロールと権限を管理します。",
1132+
"assign_button": "ロールを割り当てる",
1133+
"no_roles_available": "このメンバーに割り当てられるロールはもうありません。",
1134+
"max_roles_reached": "このメンバーの最大登録数 ${max} に達しました。",
1135+
"remove_button": "ロールを削除",
1136+
"remove_button_plural": "ロールを削除",
1137+
"table": {
1138+
"name": "名前",
1139+
"description": "説明",
1140+
"empty_message": "割り当てられたロールはありません。"
1141+
},
1142+
"assign_modal": {
1143+
"title": "ロールを割り当てる",
1144+
"roles_label": "ロール",
1145+
"roles_placeholder": "ロールを選択",
1146+
"submit_button": "割り当て",
1147+
"cancel_button": "キャンセル",
1148+
"no_roles_available": "利用可能なすべてのロールがすでに割り当てられています。",
1149+
"success": "ロールが割り当てられました。",
1150+
"success_plural": "ロールが割り当てられました。"
1151+
},
1152+
"remove_confirm": {
1153+
"title": "メンバーからロールを削除しますか?",
1154+
"title_plural": "メンバーからロールを削除しますか?",
1155+
"description": "<bold>\"${memberName}\"</bold> から <bold>${roleName}</bold> ロールを削除します。",
1156+
"confirm_button": "削除",
1157+
"cancel_button": "キャンセル",
1158+
"success": "<bold>\"${roleName}\"</bold> ロールがメンバーから削除されました。"
1159+
}
1160+
},
1161+
"error": {
1162+
"fetch_failed": "メンバー詳細の読み込みに失敗しました。もう一度お試しください。",
1163+
"fetch_roles_failed": "メンバーのロールの読み込みに失敗しました。もう一度お試しください。",
1164+
"remove_from_org_failed": "組織からのメンバーの削除に失敗しました。もう一度お試しください。",
1165+
"delete_failed": "メンバーの削除に失敗しました。もう一度お試しください。",
1166+
"assign_role_failed": "ロールの割り当てに失敗しました。もう一度お試しください。",
1167+
"remove_role_failed": "ロールの削除に失敗しました。もう一度お試しください。"
1168+
}
11041169
}
11051170
},
11061171
"invitation": {

0 commit comments

Comments
 (0)