{
+ console.log('action', action);
if (severity === AttentionSeverity.INFO.toUpperCase()) {
switch (action as AttentionAction) {
case AttentionAction.START_REGISTRATION:
@@ -89,27 +90,29 @@ const AttentionAlert = ({
{' '}
>
);
- case AttentionAction.SUBMIT_TESTNET || AttentionAction.SUBMIT_MAINNET:
+ case (AttentionAction.SUBMIT_TESTNET, AttentionAction.SUBMIT_MAINNET):
return (
<>
- {message}
-
+ {t`${message}`}
+
+
+ {' '}
>
diff --git a/web/gds-user-ui/src/components/ScrollTop/index.tsx b/web/gds-user-ui/src/components/ScrollTop/index.tsx
new file mode 100644
index 000000000..59c910e50
--- /dev/null
+++ b/web/gds-user-ui/src/components/ScrollTop/index.tsx
@@ -0,0 +1,13 @@
+import { useEffect } from 'react';
+import { useLocation } from 'react-router-dom';
+
+export function ScrollToTop() {
+ const { pathname } = useLocation();
+
+ useEffect(() => {
+ // scroll to top of page on route change
+ window.scrollTo(0, 0);
+ }, [pathname]);
+
+ return null;
+}
diff --git a/web/gds-user-ui/src/components/TestnetProgress/CertificateStepContainer.tsx b/web/gds-user-ui/src/components/TestnetProgress/CertificateStepContainer.tsx
index 649800902..d11f76cd4 100644
--- a/web/gds-user-ui/src/components/TestnetProgress/CertificateStepContainer.tsx
+++ b/web/gds-user-ui/src/components/TestnetProgress/CertificateStepContainer.tsx
@@ -1,5 +1,6 @@
import { FC } from 'react';
import { Collapse } from '@chakra-ui/transition';
+import { ScrollToTop } from '../ScrollTop/index';
interface StepLabelProps {
key: string;
component: JSX.Element;
@@ -10,6 +11,7 @@ interface StepLabelProps {
const CertificateStepContainer: FC = (props) => {
return (
<>
+
{props.component}
diff --git a/web/gds-user-ui/src/locales/de/messages.js b/web/gds-user-ui/src/locales/de/messages.js
index c23432422..4959cd3ae 100644
--- a/web/gds-user-ui/src/locales/de/messages.js
+++ b/web/gds-user-ui/src/locales/de/messages.js
@@ -1 +1 @@
-/*eslint-disable*/module.exports={messages:{" Failure to click either confirmation will result in an incomplete registration":" Failure to click either confirmation will result in an incomplete registration"," When you are verified you will be issued PKCS12 encrypted identity certificates\n for use in mTLS authentication between TRISA members. The password to decrypt\n those certificates is shown below:":" When you are verified you will be issued PKCS12 encrypted identity certificates\n for use in mTLS authentication between TRISA members. The password to decrypt\n those certificates is shown below:"," create your TRISA account with your VASP email address. Add collaborators in your\n organization.":" create your TRISA account with your VASP email address. Add collaborators in your\n organization."," for MainNet registration so your MainNet certificate will be issued upon review by the validation team":" for MainNet registration so your MainNet certificate will be issued upon review by the validation team","(1)X.509 Identity Certificates":"(1)X.509 Identity Certificates","(2)Sealing Certificates":"(2)Sealing Certificates","(Saved)":"(Saved)","(not interoperable)":"(not interoperable)","(not saved)":"(not saved)","*At least 8 characters in length \n* Contain at least 3 of the following 4\ntypes of characters: \n* lower case letters (a-z) \n* upper case letters (A-Z) \n* numbers (i.e. 0-9) \n* special characters (e.g. !@#$%^&*)":"*At least 8 characters in length \n* Contain at least 3 of the following 4\ntypes of characters: \n* lower case letters (a-z) \n* upper case letters (A-Z) \n* numbers (i.e. 0-9) \n* special characters (e.g. !@#$%^&*)","1 Basic Details":"1 Basic Details","2 Legal Person":"2 Legal Person","2022-03-14":"2022-03-14","2022-04-01":"2022-04-01","3 Contacts":"3 Contacts","3rd Party Travel Rule Providers":"3rd Party Travel Rule Providers","4 TRISA Implementation":"4 TRISA Implementation","5 TRIXO Questionnaire":"5 TRIXO Questionnaire","A business phone number is required to complete physical verification for MainNet registration. Please provide a phone number where the Legal/ Compliance contact can be contacted":"A business phone number is required to complete physical verification for MainNet registration. Please provide a phone number where the Legal/ Compliance contact can be contacted","A component of":"A component of","A physical verification check in the form of a phone call":"A physical verification check in the form of a phone call","About TRISA":"About TRISA","Action":"Action","Add Address":"Add Address","Add Contact":"Add Contact","Add Jurisdiction":"Add Jurisdiction","Add Legal Name":"Add Legal Name","Add Local Name":"Add Local Name","Add Phonetic Names":"Add Phonetic Names","Add Regulation":"Add Regulation","Added":"Added","Address":"Address","Address Type (required)":"Address Type (required)","Address line 1 e.g. building name/number, street name (required)":"Address line 1 e.g. building name/number, street name (required)","Address line 2 e.g. apartment or suite number":"Address line 2 e.g. apartment or suite number","Addresses":"Addresses","Administrative Contact (optional)":"Administrative Contact (optional)","Administrative or executive contact for your organization to field high-level requests or queries. (Strongly recommended)":"Administrative or executive contact for your organization to field high-level requests or queries. (Strongly recommended)","Alien Registration Number":"Alien Registration Number","All TRISA members must complete TRISA’s VASP verification and due diligence process to become a Verified VASP.":"All TRISA members must complete TRISA’s VASP verification and due diligence process to become a Verified VASP.","Already have an account?":"Already have an account?","An error has occurred to load annoucements":"An error has occurred to load annoucements","An error has occurred to load attention data":"An error has occurred to load attention data","An error has occurred to load legal person data":"An error has occurred to load legal person data","An error has occurred to load {type} metric":["An error has occurred to load ",["type"]," metric"],"An identifier issued by an appropriate issuing authority":"An identifier issued by an appropriate issuing authority","App version {appVersion}":["App version ",["appVersion"]],"Applicable Regulations":"Applicable Regulations","Apply to Become a TRISA-certified Virtual Asset Service Provider.":"Apply to Become a TRISA-certified Virtual Asset Service Provider.","At least 9 characters in length":"At least 9 characters in length","At least one geographic address is required. Enter the primary geographic address of the organization. Organizations may enter additional addresses if operating in multiple jurisdictions.":"At least one geographic address is required. Enter the primary geographic address of the organization. Organizations may enter additional addresses if operating in multiple jurisdictions.","At what threshold and currency does your organization conduct KYC?":"At what threshold and currency does your organization conduct KYC?","BFF & GDS version {bffAndGdsVersion}":["BFF & GDS version ",["bffAndGdsVersion"]],"Back Home":"Back Home","Back to Review Page":"Back to Review Page","Basic Details":"Basic Details","Become Travel Rule compliant.":"Become Travel Rule compliant.","Beware the Ides of March":"Beware the Ides of March","Billing Contact (optional)":"Billing Contact (optional)","Billing contact for your organization to handle account and invoice requests or queries relating to the operation of the TRISA network.":"Billing contact for your organization to handle account and invoice requests or queries relating to the operation of the TRISA network.","Business":"Business","Business Address":"Business Address","Business Category":"Business Category","Business Details":"Business Details","Business or Compliance Office":"Business or Compliance Office","By answering yes, I understand that this is the only time the PKCS12 Password is displayed and I have copied and securely saved the password.":"By answering yes, I understand that this is the only time the PKCS12 Password is displayed and I have copied and securely saved the password.","CDD & Travel Rule Policies":"CDD & Travel Rule Policies","CDD and data protection policies":"CDD and data protection policies","Cancel":"Cancel","Certificate Common Name":"Certificate Common Name","Certificate Details":"Certificate Details","Certificate Management":"Certificate Management","Certificate Progress":"Certificate Progress","Certificate Registration":"Certificate Registration","Certificate Registration Process":"Certificate Registration Process","Change Permissions":"Change Permissions","CipherTrace Providers":"CipherTrace Providers","City / Town / Municipality":"City / Town / Municipality","Clear & Reset Form":"Clear & Reset Form","Clear & Reset Registration Form":"Clear & Reset Registration Form","Click below to submit your":"Click below to submit your","Click “No” if you have not copied the PKCS12 password yet and would like to view and copy the password.":"Click “No” if you have not copied the PKCS12 password yet and would like to view and copy the password.","Click “Reset” to clear and reset the registration form. All data will be deleted and you will be re-directed to the beginning of the form and you will be required to restart the registration process":"Click “Reset” to clear and reset the registration form. All data will be deleted and you will be re-directed to the beginning of the form and you will be required to restart the registration process","Click “Yes” if you have copied the PKCS12 password and have securely saved it.":"Click “Yes” if you have copied the PKCS12 password and have securely saved it.","Common Name":"Common Name","Common name or VASP ID":"Common name or VASP ID","Common name should not contain special characters, no spaces and must have a dot(.) in it":"Common name should not contain special characters, no spaces and must have a dot(.) in it","Common name should not contain special characters, no spaces and must have a dot(.) in it and should have at least 2 characters after the periods":"Common name should not contain special characters, no spaces and must have a dot(.) in it and should have at least 2 characters after the periods","Common name should not contain special characters, no spaces and must have a dot(.) in it, should have at least 2 characters after the periods":"Common name should not contain special characters, no spaces and must have a dot(.) in it, should have at least 2 characters after the periods","Complete Certficate Registration":"Complete Certficate Registration","Complete TRISA’s VASP Verfication Process":"Complete TRISA’s VASP Verfication Process","Complete the multi-part TRISA verification form and due diligence process. Once\n approved, gain access to the Testnet.":"Complete the multi-part TRISA verification form and due diligence process. Once\n approved, gain access to the Testnet.","Complete the multi-part TRISA verification form and due diligence process. Once approved, gain access to the Testnet and MainNet.":"Complete the multi-part TRISA verification form and due diligence process. Once approved, gain access to the Testnet and MainNet.","Compliance Officer":"Compliance Officer","Compliance officer or legal contact for requests about the compliance requirements and legal status of your organization. A business phone number is required to complete physical verification for MainNet registration. Please provide a phone number where the Legal/ Compliance contact can be contacted.":"Compliance officer or legal contact for requests about the compliance requirements and legal status of your organization. A business phone number is required to complete physical verification for MainNet registration. Please provide a phone number where the Legal/ Compliance contact can be contacted.","Compliance, Technical, Admininstrative, Billing":"Compliance, Technical, Admininstrative, Billing","Comply with the Travel Rule":"Comply with the Travel Rule","Conducts KYC before virtual asset transfers":"Conducts KYC before virtual asset transfers","Contact Verified":"Contact Verified","Contact information for representatives of your organization. Contacts include Technical, Legal/Compliance, Administrative, and Billing persons.":"Contact information for representatives of your organization. Contacts include Technical, Legal/Compliance, Administrative, and Billing persons.","Contacts":"Contacts","Contain at least 3 of the following 4 types of characters":"Contain at least 3 of the following 4 types of characters","Continue":"Continue","Continue with Google":"Continue with Google","Copied":"Copied","Copy":"Copy","Country":"Country","Country (required)":"Country (required)","Country of Issue":"Country of Issue","Country of Issue is reserved for National Identifiers of Natural Persons":"Country of Issue is reserved for National Identifiers of Natural Persons","Country of Registration":"Country of Registration","Country of registration is required":"Country of registration is required","Country:":"Country:","Create Account":"Create Account","Create account":"Create account","Create an Account":"Create an Account","Create your TRISA account with your VASP email address. Add collaborators in your organization.":"Create your TRISA account with your VASP email address. Add collaborators in your organization.","Create your TRISA account.":"Create your TRISA account.","Create your account today.":"Create your account today.","Created and maintained by":"Created and maintained by","Customer Number":"Customer Number","Dashboard":"Dashboard","Data Protection Policies":"Data Protection Policies","Date of Incorporation / Establishment":"Date of Incorporation / Establishment","Deactivate":"Deactivate","Delete":"Delete","Delete the address line":"Delete the address line","Description":"Description","Details":"Details","Directory Lookup":"Directory Lookup","Documentation":"Documentation","Does your organization conduct KYC/CDD before permitting its customers to send/receive virtual asset transfers?":"Does your organization conduct KYC/CDD before permitting its customers to send/receive virtual asset transfers?","Does your organization have a programme that sets minimum AML, CFT, KYC/CDD and Sanctions standards per the requirements of the jurisdiction(s) regulatory regimes where it is licensed/approved/registered?":"Does your organization have a programme that sets minimum AML, CFT, KYC/CDD and Sanctions standards per the requirements of the jurisdiction(s) regulatory regimes where it is licensed/approved/registered?","Does your organization secure and protect PII, including PII received from other VASPs under the Travel Rule?":"Does your organization secure and protect PII, including PII received from other VASPs under the Travel Rule?","Download":"Download","Driver's License Number":"Driver's License Number","Each VASP is required to establish a TRISA endpoint for inter-VASP communication. Please specify the details of your endpoint for certificate issuance.":"Each VASP is required to establish a TRISA endpoint for inter-VASP communication. Please specify the details of your endpoint for certificate issuance.","Each VASP is required to establish a TRISA endpoint for inter-VASP communication. Please specify the details of your endpoint for certificate issuance. Please specify the TestNet endpoint and the MainNet endpoint. The TestNet endpoint and the MainNet endpoint must be different.":"Each VASP is required to establish a TRISA endpoint for inter-VASP communication. Please specify the details of your endpoint for certificate issuance. Please specify the TestNet endpoint and the MainNet endpoint. The TestNet endpoint and the MainNet endpoint must be different.","Edit":"Edit","Email Address":"Email Address","Email is not valid":"Email is not valid","Email is required":"Email is required","Endpoint":"Endpoint","Enter the VASP Common Name or VASP ID. Not a TRISA Member?":"Enter the VASP Common Name or VASP ID. Not a TRISA Member?","Enter the name and type of name by which the legal person is known. At least one legal name is required. Organizations are strongly encouraged to enter additional name identifiers such as Trading Name/ Doing Business As (DBA), Local names, and phonetic names where appropriate.":"Enter the name and type of name by which the legal person is known. At least one legal name is required. Organizations are strongly encouraged to enter additional name identifiers such as Trading Name/ Doing Business As (DBA), Local names, and phonetic names where appropriate.","Enter your email address":"Enter your email address","Error Submitting Certificate":"Error Submitting Certificate","Expiration Date":"Expiration Date","Expiry Date:":"Expiry Date:","Export Data":"Export Data","Files is required":"Files is required","Final Confirmation":"Final Confirmation","Final review and form submission":"Final review and form submission","First Listed":"First Listed","Follow the instructions below to reset your TRISA password":"Follow the instructions below to reset your TRISA password","For MainNet certificate requests, a member of TRISA’s verification team will review your submission and conduct a final due diligence phone call for physical verification. When physical verification is complete, TRISA will issue MainNet certificates. Requests for TestNet certificates do not require physical verification.":"For MainNet certificate requests, a member of TRISA’s verification team will review your submission and conduct a final due diligence phone call for physical verification. When physical verification is complete, TRISA will issue MainNet certificates. Requests for TestNet certificates do not require physical verification.","For identifiers other than LEI specify the registration authority from the following list. See":"For identifiers other than LEI specify the registration authority from the following list. See","Foreign Investment Identity Number":"Foreign Investment Identity Number","Forgot password?":"Forgot password?","Full Name":"Full Name","GLEIF Registration Authorities":"GLEIF Registration Authorities","Geographic":"Geographic","Getting Started Help Guide":"Getting Started Help Guide","Git Revision":"Git Revision","GitHub repository":"GitHub repository","Global Directory Service":"Global Directory Service","Guest":"Guest","Home":"Home","How to set up your own node?":"How to set up your own node?","I acknowledge that requesting a new X.509 Identity Certificate will invalidate and revoke my organization’s current X.509 Identity Certificate.":"I acknowledge that requesting a new X.509 Identity Certificate will invalidate and revoke my organization’s current X.509 Identity Certificate.","I have a bad feeling about tomorrow.":"I have a bad feeling about tomorrow.","ID":"ID","ID:":"ID:","IVMS 101 data structure":"IVMS 101 data structure","Identification Number":"Identification Number","Identification Type":"Identification Type","Identity Card Number":"Identity Card Number","Identity Certificates":"Identity Certificates","If supplied, use full phone number with country code":"If supplied, use full phone number with country code","If you lose the PKCS12 password, you will have to the start the registration process from the beginning.":"If you lose the PKCS12 password, you will have to the start the registration process from the beginning.","If you would like to edit your registration form before submitting, please return to the":"If you would like to edit your registration form before submitting, please return to the","Import File":"Import File","Incomplete":"Incomplete","Incorporation Date":"Incorporation Date","Information about the VASP such as website, incorporation date, business and VASP category.":"Information about the VASP such as website, incorporation date, business and VASP category.","Information that identifies your organization as a Legal Person. This section represents the IVMS 101 data structure for legal persons and is strongly suggested for use as KYC information exchanged in TRISA transfers.":"Information that identifies your organization as a Legal Person. This section represents the IVMS 101 data structure for legal persons and is strongly suggested for use as KYC information exchanged in TRISA transfers.","Information to ensure that required compliance information exchanges are conducted correctly and safely. This includes information about jurisdiction and national regulator, Customer Due Diligence(CDD) and Travel Rule policies, and data protection policies.":"Information to ensure that required compliance information exchanges are conducted correctly and safely. This includes information about jurisdiction and national regulator, Customer Due Diligence(CDD) and Travel Rule policies, and data protection policies.","Integrate and Comply":"Integrate and Comply","Integrate with TRISA.":"Integrate with TRISA.","Interoperable":"Interoperable","Invalid date":"Invalid date","Invalid date / year must be 4 digit":"Invalid date / year must be 4 digit","Is your organization permitted to send and/or receive transfers of virtual assets in the jurisdictions in which it operates?":"Is your organization permitted to send and/or receive transfers of virtual assets in the jurisdictions in which it operates?","Is your organization required by law to safeguard PII?":"Is your organization required by law to safeguard PII?","Is your organization required to comply with the application of the Travel Rule standards in the jurisdiction(s) where it is licensed/approved/registered?":"Is your organization required to comply with the application of the Travel Rule standards in the jurisdiction(s) where it is licensed/approved/registered?","Issue Date":"Issue Date","Issue Date:":"Issue Date:","Join Today":"Join Today","Join the TRISA network today.":"Join the TRISA network today.","Join us on Thursday Apr 28 for the TRISA Working Group.":"Join us on Thursday Apr 28 for the TRISA Working Group.","Last Login:":"Last Login:","Last Updated":"Last Updated","Learn How TRISA Works":"Learn How TRISA Works","Learn More":"Learn More","Learn about the three-step process to become a member and verified VASP.":"Learn about the three-step process to become a member and verified VASP.","Learn how TRISA works.":"Learn how TRISA works.","Legal":"Legal","Legal Entity Identifier (LEI)":"Legal Entity Identifier (LEI)","Legal Person":"Legal Person","Legal name is required":"Legal name is required","Legal/ Compliance Contact (required)":"Legal/ Compliance Contact (required)","Local Name Identifiers":"Local Name Identifiers","Log In":"Log In","Log in":"Log in","Log in to TRISA’s Global Directory Service":"Log in to TRISA’s Global Directory Service","Log in.":"Log in.","Log into your TRISA account.":"Log into your TRISA account.","Login":"Login","MAINNET DIRECTORY RECORD":"MAINNET DIRECTORY RECORD","MAINNET SUBMISSION":"MAINNET SUBMISSION","MainNet":"MainNet","MainNet Certificate Common Name":"MainNet Certificate Common Name","MainNet Certificates":"MainNet Certificates","MainNet Network Metrics":"MainNet Network Metrics","MainNet TRISA Endpoint":"MainNet TRISA Endpoint","Max file size 10mb":"Max file size 10mb","Meet Alice VASP, Bob VASP and Evil VASP":"Meet Alice VASP, Bob VASP and Evil VASP","Meet Alice VASP, Bob VASP, and “Evil” VASP":"Meet Alice VASP, Bob VASP, and “Evil” VASP","Message from server:":"Message from server:","Misc":"Misc","Missing required element":"Missing required element","Must comply with Travel Rule":"Must comply with Travel Rule","Must safeguard PII":"Must safeguard PII","NO":"NO","Name":"Name","Name Identifier Type is required":"Name Identifier Type is required","Name Identifiers":"Name Identifiers","Name identifiers":"Name identifiers","Name of Primary Regulator":"Name of Primary Regulator","Name, Addresss, Country, National Identifier":"Name, Addresss, Country, National Identifier","National Identification":"National Identification","National Jurisdiction":"National Jurisdiction","Need to Learn More?":"Need to Learn More?","Network Announcement":"Network Announcement","Network Status":"Network Status","New Members":"New Members","New X.509 Identity Certificate Request":"New X.509 Identity Certificate Request","Next":"Next","No":"No","No information is sent until you complete Section 6 - Review & Submit":"No information is sent until you complete Section 6 - Review & Submit","Not Saved":"Not Saved","Not a TRISA Member?":"Not a TRISA Member?","Note:":"Note:","Open Source":"Open Source","Open Source Resources":"Open Source Resources","Option 1. Set Up Your Own TRISA Node":"Option 1. Set Up Your Own TRISA Node","Option 2. Use a 3rd-party Solution":"Option 2. Use a 3rd-party Solution","Organization Collaborators":"Organization Collaborators","Organization Name":"Organization Name","Organization Type":"Organization Type","Organization name is required":"Organization name is required","Organization:":"Organization:","Organizational Details":"Organizational Details","Other Jurisdictions":"Other Jurisdictions","Overview":"Overview","Page Not Found":"Page Not Found","Partially":"Partially","Participate in verified VASP-to-VASP Travel Rule exchanges.":"Participate in verified VASP-to-VASP Travel Rule exchanges.","Passport Number":"Passport Number","Password":"Password","Peer-to-Peer":"Peer-to-Peer","Permission":"Permission","Permission:":"Permission:","Phone Number":"Phone Number","Phonetic Name Identifiers":"Phonetic Name Identifiers","Please add any other regulatory jurisdictions your organization complies with.":"Please add any other regulatory jurisdictions your organization complies with.","Please complete all details":"Please complete all details","Please copy and paste this password and store somewhere safe!":"Please copy and paste this password and store somewhere safe!","Please enter the information that identifies your organization as a Legal Person. This form represents the":"Please enter the information that identifies your organization as a Legal Person. This form represents the","Please enter the information that identifies your organization as a Legal Person. This form represents the {0} data structure for legal persons and is strongly suggested for use as KYC or CDD information exchanged in TRISA transfers.":["Please enter the information that identifies your organization as a Legal Person. This form represents the ",["0"]," data structure for legal persons and is strongly suggested for use as KYC or CDD information exchanged in TRISA transfers."],"Please review the information provided, edit as needed, and submit to complete the registration form. After the information is reviewed, emails will be sent to the provided contacts for verification. Once verified, your TestNet certificate will be issued.":"Please review the information provided, edit as needed, and submit to complete the registration form. After the information is reviewed, emails will be sent to the provided contacts for verification. Once verified, your TestNet certificate will be issued.","Please review the information provided, edit as needed, and submit to complete the registration form. After the information is reviewed, you will be contacted to verify details. Once verified, your TestNet certificate will be issued.":"Please review the information provided, edit as needed, and submit to complete the registration form. After the information is reviewed, you will be contacted to verify details. Once verified, your TestNet certificate will be issued.","Please select as many categories needed to represent the types of virtual asset services your organization provides.":"Please select as many categories needed to represent the types of virtual asset services your organization provides.","Please specify the applicable regulation(s) for Travel Rule standards compliance, e.g.\"FATF Recommendation 16\"":"Please specify the applicable regulation(s) for Travel Rule standards compliance, e.g.\"FATF Recommendation 16\"","Please supply a valid national identification number. TRISA recommends the use of LEI numbers. For more information, please visit":"Please supply a valid national identification number. TRISA recommends the use of LEI numbers. For more information, please visit","Please supply contact information for representatives of your organization. All contacts will receive an email verification token and the contact emails must be verified before the registration can proceed.":"Please supply contact information for representatives of your organization. All contacts will receive an email verification token and the contact emails must be verified before the registration can proceed.","Please use the email address associated with your organization.":"Please use the email address associated with your organization.","Postal Code / Postcode / ZIP Code":"Postal Code / Postcode / ZIP Code","Preferred name for email communication.":"Preferred name for email communication.","Previous":"Previous","Primary National Jurisdiction":"Primary National Jurisdiction","Primary contact for handling technical queries about the operation and status of your service participating in the TRISA network. Can be a group or admin email.":"Primary contact for handling technical queries about the operation and status of your service participating in the TRISA network. Can be a group or admin email.","Profile Created:":"Profile Created:","Reference implementation":"Reference implementation","Reg Authority":"Reg Authority","Region / Province / State (required)":"Region / Province / State (required)","Registered Directory":"Registered Directory","Registration Authority":"Registration Authority","Registration Authority Identifier":"Registration Authority Identifier","Registration Authority cannot be left empty":"Registration Authority cannot be left empty","Registration Submission":"Registration Submission","Regulator Name":"Regulator Name","Remove line":"Remove line","Request New Identity Certificate":"Request New Identity Certificate","Requesting a new X.509 Identity Certificate will invalidate and revoke your current X.509 Identity Certificate.":"Requesting a new X.509 Identity Certificate will invalidate and revoke your current X.509 Identity Certificate.","Reset":"Reset","Residential":"Residential","Return to vaspdirectory.net":"Return to vaspdirectory.net","Review":"Review","Review page":"Review page","Role":"Role","Routine Maintenance Scheduled":"Routine Maintenance Scheduled","Safeguards PII":"Safeguards PII","Save & Next":"Save & Next","Save & Previous":"Save & Previous","Sealing Certificate Inventory":"Sealing Certificate Inventory","Search the Directory Service":"Search the Directory Service","Section":"Section","Section 1: Basic Details":"Section 1: Basic Details","Section 2: Legal Person":"Section 2: Legal Person","Section 3: Contacts":"Section 3: Contacts","Section 4: TRISA Implementation":"Section 4: TRISA Implementation","Section 5: TRIXO Questionnaire":"Section 5: TRIXO Questionnaire","Section 6: Review & Submit":"Section 6: Review & Submit","Sections & Details":"Sections & Details","Secure":"Secure","Select VASP category":"Select VASP category","Select a country":"Select a country","Select business category":"Select business category","Set up your TRISA node or integrate with a 3rd-party Travel Rule solution. Complete\n testing and move to production.":"Set up your TRISA node or integrate with a 3rd-party Travel Rule solution. Complete\n testing and move to production.","Set up your TRISA node or integrate with a 3rd-party Travel Rule solution. Complete testing and move to production.":"Set up your TRISA node or integrate with a 3rd-party Travel Rule solution. Complete testing and move to production.","Short":"Short","Sign out":"Sign out","Signature ID":"Signature ID","Since TRISA is an open source, peer-to-peer Travel Rule solution, VASPs can set\n up and maintain their own TRISA server to exhange encrypted Travel Rule\n compliance data. TRISA maintains an":"Since TRISA is an open source, peer-to-peer Travel Rule solution, VASPs can set\n up and maintain their own TRISA server to exhange encrypted Travel Rule\n compliance data. TRISA maintains an","Since TRISA is an open source, peer-to-peer Travel Rule solution, VASPs can set up and maintain their own TRISA server to exhange encrypted Travel Rule compliance data. At the same time, TRISA is designed to be interoperable. There are several Travel Rule solutions providers available on the market. If you are a customer, work with your Travel Ruie provider to integrate TRISA into your Travel Rule compliance workflow.":"Since TRISA is an open source, peer-to-peer Travel Rule solution, VASPs can set up and maintain their own TRISA server to exhange encrypted Travel Rule compliance data. At the same time, TRISA is designed to be interoperable. There are several Travel Rule solutions providers available on the market. If you are a customer, work with your Travel Ruie provider to integrate TRISA into your Travel Rule compliance workflow.","Social Security Number":"Social Security Number","Something went wrong. Please try again later.":"Something went wrong. Please try again later.","Sorry, the page you are looking for doesn't exist or has been moved":"Sorry, the page you are looking for doesn't exist or has been moved","Sorry. We could not find a user account with the email address":"Sorry. We could not find a user account with the email address","Start Certificate Registration":"Start Certificate Registration","Start Registration":"Start Registration","Start trial":"Start trial","Status":"Status","Status:":"Status:","Step 1":"Step 1","Submit":"Submit","Submit MainNet Registration":"Submit MainNet Registration","Submit TestNet Registration":"Submit TestNet Registration","Submitted":"Submitted","Support":"Support","Synga Bridge":"Synga Bridge","TESTNET DIRECTORY RECORD":"TESTNET DIRECTORY RECORD","TESTNET SUBMISSION":"TESTNET SUBMISSION","TRISA Certificates":"TRISA Certificates","TRISA Details":"TRISA Details","TRISA Endpoint":"TRISA Endpoint","TRISA Endpoint: MainNet":"TRISA Endpoint: MainNet","TRISA Endpoint: TestNet":"TRISA Endpoint: TestNet","TRISA Githubs repo":"TRISA Githubs repo","TRISA Global Directory Service":"TRISA Global Directory Service","TRISA Identity Signature:":"TRISA Identity Signature:","TRISA Implementation":"TRISA Implementation","TRISA Implementations":"TRISA Implementations","TRISA Member ID":"TRISA Member ID","TRISA Member ID:":"TRISA Member ID:","TRISA Organization Profile":"TRISA Organization Profile","TRISA Registration Request Submitted!":"TRISA Registration Request Submitted!","TRISA Service Endpoint":"TRISA Service Endpoint","TRISA Verification":"TRISA Verification","TRISA Verification:":"TRISA Verification:","TRISA Verified Logo":"TRISA Verified Logo","TRISA endpoint for communication":"TRISA endpoint for communication","TRISA endpoint is not valid":"TRISA endpoint is not valid","TRISA implementation":"TRISA implementation","TRISA is a decentralized network where VASPs communicate directly with each other.":"TRISA is a decentralized network where VASPs communicate directly with each other.","TRISA is a global, open source, peer-to-peer and secure Travel Rule architecture and network designed to be accessible and interoperable. Become a TRISA-certified VASP today.":"TRISA is a global, open source, peer-to-peer and secure Travel Rule architecture and network designed to be accessible and interoperable. Become a TRISA-certified VASP today.","TRISA is designed to be interoperable with other Travel Rule solutions.":"TRISA is designed to be interoperable with other Travel Rule solutions.","TRISA is designed to be interoperable. There are several Travel Rule solutions\n providers available on the market. If you are a customer, work with them to\n integrate TRISA into your Travel Rule compliance workflow.":"TRISA is designed to be interoperable. There are several Travel Rule solutions\n providers available on the market. If you are a customer, work with them to\n integrate TRISA into your Travel Rule compliance workflow.","TRISA is open source and available to implement by any VASP.":"TRISA is open source and available to implement by any VASP.","TRISA issues two types of certificates:":"TRISA issues two types of certificates:","TRISA members must complete a comprehensive multi-part verification form and due diligence process. Once verified, TRISA will issue TestNet and MainNet certificates for secure Travel Rule compliance.":"TRISA members must complete a comprehensive multi-part verification form and due diligence process. Once verified, TRISA will issue TestNet and MainNet certificates for secure Travel Rule compliance.","TRISA specific identity number (UUID), only supplied if you're updating an existing registration request":"TRISA specific identity number (UUID), only supplied if you're updating an existing registration request","TRISA uses public-key cryptography for encrypting data in flight and at rest.":"TRISA uses public-key cryptography for encrypting data in flight and at rest.","TRISA verified members may download and display a “TRISA Verified VASP” logo on their website. The logo is unique to your VASP and non-reproducible. Members may download their logo after verification is complete and their certificate has been issued. The logo is in .svg fotmat":"TRISA verified members may download and display a “TRISA Verified VASP” logo on their website. The logo is unique to your VASP and non-reproducible. Members may download their logo after verification is complete and their certificate has been issued. The logo is in .svg fotmat","TRISA’s Github repo":"TRISA’s Github repo","TRISA’s Global Directory Service (GDS) is a network of vetted VASPs that can securely exchange Travel Rule compliance data with each other.":"TRISA’s Global Directory Service (GDS) is a network of vetted VASPs that can securely exchange Travel Rule compliance data with each other.","TRISA’s verification form includes five sections and may require information from several parties in your organization.":"TRISA’s verification form includes five sections and may require information from several parties in your organization.","TRIXO Questionnaire":"TRIXO Questionnaire","Talk to a member of your technical team to determine the requirements and\n resources to integrate TRISA with your system. Have members of your technical\n team integrate your systems with TRISA. Or work with a solutions provider that\n can help your VASP set up your TRISA server and maintain it.":"Talk to a member of your technical team to determine the requirements and\n resources to integrate TRISA with your system. Have members of your technical\n team integrate your systems with TRISA. Or work with a solutions provider that\n can help your VASP set up your TRISA server and maintain it.","Tax Identification Number":"Tax Identification Number","Technical Contact (required)":"Technical Contact (required)","Technical Officer":"Technical Officer","Technical Resources":"Technical Resources","Technical information about your endpoint for certificate issuance. Each VASP is required to establish a TRISA endpoint for inter-VASP communication.":"Technical information about your endpoint for certificate issuance. Each VASP is required to establish a TRISA endpoint for inter-VASP communication.","TestNet":"TestNet","TestNet Certificate Common Name":"TestNet Certificate Common Name","TestNet Certificates":"TestNet Certificates","TestNet Network Metrics":"TestNet Network Metrics","TestNet TRISA Endpoint":"TestNet TRISA Endpoint","TestNet and MainNet endpoints should not be the same":"TestNet and MainNet endpoints should not be the same","Thank you for creating your TRISA account.":"Thank you for creating your TRISA account.","Thank you for creating your TRISA account. You must verify your email address. An email with verification instructions has been sent to your email address. Please complete the email verification process in 24 hours. The email verification link will expire in 24 hours.":"Thank you for creating your TRISA account. You must verify your email address. An email with verification instructions has been sent to your email address. Please complete the email verification process in 24 hours. The email verification link will expire in 24 hours.","Thank you. We have sent instructions to reset your password to":"Thank you. We have sent instructions to reset your password to","Thank you. We have sent instructions to reset your password to {0}. The link to reset your password expires in 24 hours.":["Thank you. We have sent instructions to reset your password to ",["0"],". The link to reset your password expires in 24 hours."],"The Common Name typically matches the Endpoint, without the port number\n at the end (e.g. trisa.myvasp.com) and is used to identify the subject\n in the X.509 certificate.":"The Common Name typically matches the Endpoint, without the port number\n at the end (e.g. trisa.myvasp.com) and is used to identify the subject\n in the X.509 certificate.","The GDS will be undergoing routine maintenance on Apr 7.":"The GDS will be undergoing routine maintenance on Apr 7.","The Travel Rule Information Sharing Architecture (TRISA)":"The Travel Rule Information Sharing Architecture (TRISA)","The address and port of the TRISA endpoint for partner VASPs to connect on via gRPC.":"The address and port of the TRISA endpoint for partner VASPs to connect on via gRPC.","The common name for the mTLS certificate. This should match the TRISA endpoint without the port in most cases.":"The common name for the mTLS certificate. This should match the TRISA endpoint without the port in most cases.","The link to reset your password expires in 24 hours.":"The link to reset your password expires in 24 hours.","The minimum threshold above which your organization is required to collect/send Travel Rule information.":"The minimum threshold above which your organization is required to collect/send Travel Rule information.","The name and type of name by which the legal person is known.":"The name and type of name by which the legal person is known.","The name of primary regulator or supervisory authority for your national jurisdiction":"The name of primary regulator or supervisory authority for your national jurisdiction","This is the only time the PKCS12 password is shown during the registration process.":"This is the only time the PKCS12 password is shown during the registration process.","This multi-section form is an important step in the registration and certificate issuance process. The information you provide will be used to verify the legal entity that you represent and, where appropriate, will be available to verified TRISA members to facilitate compliance decisions. If you need guidance, see the":"This multi-section form is an important step in the registration and certificate issuance process. The information you provide will be used to verify the legal entity that you represent and, where appropriate, will be available to verified TRISA members to facilitate compliance decisions. If you need guidance, see the","This questionnaire is designed to help TRISA members understand the regulatory regime of your organization. The information provided will help ensure that required compliance information exchanges are conducted correctly and safely. All verified TRISA members will have access to this information.":"This questionnaire is designed to help TRISA members understand the regulatory regime of your organization. The information provided will help ensure that required compliance information exchanges are conducted correctly and safely. All verified TRISA members will have access to this information.","Threshold to conduct KYC before permitting the customer to send/receive virtual asset transfers":"Threshold to conduct KYC before permitting the customer to send/receive virtual asset transfers","To assist in completing the registration form, the form is divided into multiple sections":"To assist in completing the registration form, the form is divided into multiple sections","Trading":"Trading","Understood":"Understood","Unspecified":"Unspecified","Upcoming TRISA Working Group Call":"Upcoming TRISA Working Group Call","Upon verification, integrate with TRISA to begin exchanging Travel Rule compliance data.":"Upon verification, integrate with TRISA to begin exchanging Travel Rule compliance data.","User Details":"User Details","User ID":"User ID","User ID:":"User ID:","VASP Category":"VASP Category","VASPs have two options to integrate with TRISA.":"VASPs have two options to integrate with TRISA.","VERIFIED ON":"VERIFIED ON","Verification Status:":"Verification Status:","Verified":"Verified","Verified On":"Verified On","Verified VASPs":"Verified VASPs","Visit Getting Started with TRISA":"Visit Getting Started with TRISA","We recommend that a senior compliance officer initially creates the account for the VASP. Additional accounts can be created later.":"We recommend that a senior compliance officer initially creates the account for the VASP. Additional accounts can be created later.","Website":"Website","Website is a required field":"Website is a required field","Website, incorporation Date, VASP Category":"Website, incorporation Date, VASP Category","Welcome to TRISA’s network of Certified VASPs.":"Welcome to TRISA’s network of Certified VASPs.","What is IVMS101?":"What is IVMS101?","What is the minimum threshold for Travel Rule compliance?":"What is the minimum threshold for Travel Rule compliance?","What’s a Common name or VASP ID?":"What’s a Common name or VASP ID?","Who to Ask":"Who to Ask","Who to ask":"Who to ask","Why Join TRISA":"Why Join TRISA","X.509 Identity Certificate Inventory":"X.509 Identity Certificate Inventory","X.509 Identity Certificates":"X.509 Identity Certificates","YES":"YES","Yes":"Yes","You must request a new X.509 Identity Certificate to change your Endpoint and Common Name.":"You must request a new X.509 Identity Certificate to change your Endpoint and Common Name.","You must submit your registration for TestNet and MainNet separately.":"You must submit your registration for TestNet and MainNet separately.","You must verify your email address. An email with verification instructions has been sent to your email address. Please complete the email verification process in 24 hours. The email verification link will expire in 24 hours.":"You must verify your email address. An email with verification instructions has been sent to your email address. Please complete the email verification process in 24 hours. The email verification link will expire in 24 hours.","You will receive two separate emails with confirmation links for each registration. You must click on each confirmation link to complete the registration process.":"You will receive two separate emails with confirmation links for each registration. You must click on each confirmation link to complete the registration process.","Your TRISA Implementation":"Your TRISA Implementation","Your account has not been verified. Please check your email to verify your account.":"Your account has not been verified. Please check your email to verify your account.","Your registration form has been successfully submitted. You will receive a confirmation email from admin@trisa.io. In the email, you will receive instructions on next steps. Return to your dashboard to monitor the status of your registration and certificate.":"Your registration form has been successfully submitted. You will receive a confirmation email from admin@trisa.io. In the email, you will receive instructions on next steps. Return to your dashboard to monitor the status of your registration and certificate.","Your registration request has been successfully received by the Directory Service. Verification emails have been sent to all contacts listed. Once your contact information has been verified, the registration form will be sent to the TRISA review board to verify your membership in the TRISA network.":"Your registration request has been successfully received by the Directory Service. Verification emails have been sent to all contacts listed. Once your contact information has been verified, the registration form will be sent to the TRISA review board to verify your membership in the TRISA network.","about us":"about us","common name should match the TRISA endpoint without the port":"common name should match the TRISA endpoint without the port","complete VASP verification":"complete VASP verification","compliance. TRISA helps Virtual Asset Service Providers (VASPs) comply with the Travel Rule for cross-border cryptocurrency transactions. TRISA is designed to be interoperable.":"compliance. TRISA helps Virtual Asset Service Providers (VASPs) comply with the Travel Rule for cross-border cryptocurrency transactions. TRISA is designed to be interoperable.","create account":"create account","create your account":"create your account","for Cryptocurrency Travel Rule compliance.":"for Cryptocurrency Travel Rule compliance.","for TestNet registration so your TestNet certificate will be issued upon review by the validation team":"for TestNet registration so your TestNet certificate will be issued upon review by the validation team","for legal persons and is strongly suggested for use as KYC or CDD information exchanged in TRISA transfers.":"for legal persons and is strongly suggested for use as KYC or CDD information exchanged in TRISA transfers.","in partnership with":"in partnership with","is a global, open source, secure, and peer-to-peer protocol for":"is a global, open source, secure, and peer-to-peer protocol for","is not required":"is not required","is required":"is required","legal":"legal","lower case letters (a-z)":"lower case letters (a-z)","numbers (i.e. 0-9)":"numbers (i.e. 0-9)","on behalf of":"on behalf of","registration. Upon submission, you will receive an email with a confirmation link. You must click the confirmation link to complete the registration process. Failure to click the confirmation link will result in an incomplete registration":"registration. Upon submission, you will receive an email with a confirmation link. You must click the confirmation link to complete the registration process. Failure to click the confirmation link will result in an incomplete registration","special characters (e.g. !@#$%^&*)":"special characters (e.g. !@#$%^&*)","the TRISA architecture":"the TRISA architecture","upper case letters (A-Z)":"upper case letters (A-Z)","with detailed documentation, a reference implemenation, and “robot” VASPs for\n testing purposes.":"with detailed documentation, a reference implemenation, and “robot” VASPs for\n testing purposes.","{0}":[["0"]],"{0} Contact":[["0"]," Contact"]}};
\ No newline at end of file
+/*eslint-disable*/module.exports={messages:{" Failure to click either confirmation will result in an incomplete registration":" Failure to click either confirmation will result in an incomplete registration"," When you are verified you will be issued PKCS12 encrypted identity certificates\n for use in mTLS authentication between TRISA members. The password to decrypt\n those certificates is shown below:":" When you are verified you will be issued PKCS12 encrypted identity certificates\n for use in mTLS authentication between TRISA members. The password to decrypt\n those certificates is shown below:"," create your TRISA account with your VASP email address. Add collaborators in your\n organization.":" create your TRISA account with your VASP email address. Add collaborators in your\n organization."," for MainNet registration so your MainNet certificate will be issued upon review by the validation team":" for MainNet registration so your MainNet certificate will be issued upon review by the validation team","(1)X.509 Identity Certificates":"(1)X.509 Identity Certificates","(2)Sealing Certificates":"(2)Sealing Certificates","(Saved)":"(Saved)","(not interoperable)":"(not interoperable)","(not saved)":"(not saved)","*At least 8 characters in length \n* Contain at least 3 of the following 4\ntypes of characters: \n* lower case letters (a-z) \n* upper case letters (A-Z) \n* numbers (i.e. 0-9) \n* special characters (e.g. !@#$%^&*)":"*At least 8 characters in length \n* Contain at least 3 of the following 4\ntypes of characters: \n* lower case letters (a-z) \n* upper case letters (A-Z) \n* numbers (i.e. 0-9) \n* special characters (e.g. !@#$%^&*)","1 Basic Details":"1 Basic Details","2 Legal Person":"2 Legal Person","2022-03-14":"2022-03-14","2022-04-01":"2022-04-01","3 Contacts":"3 Contacts","3rd Party Travel Rule Providers":"3rd Party Travel Rule Providers","4 TRISA Implementation":"4 TRISA Implementation","5 TRIXO Questionnaire":"5 TRIXO Questionnaire","A business phone number is required to complete physical verification for MainNet registration. Please provide a phone number where the Legal/ Compliance contact can be contacted":"A business phone number is required to complete physical verification for MainNet registration. Please provide a phone number where the Legal/ Compliance contact can be contacted","A component of":"A component of","A physical verification check in the form of a phone call":"A physical verification check in the form of a phone call","About TRISA":"About TRISA","Action":"Action","Add Address":"Add Address","Add Contact":"Add Contact","Add Jurisdiction":"Add Jurisdiction","Add Legal Name":"Add Legal Name","Add Local Name":"Add Local Name","Add Phonetic Names":"Add Phonetic Names","Add Regulation":"Add Regulation","Added":"Added","Address":"Address","Address Type (required)":"Address Type (required)","Address line 1 e.g. building name/number, street name (required)":"Address line 1 e.g. building name/number, street name (required)","Address line 2 e.g. apartment or suite number":"Address line 2 e.g. apartment or suite number","Addresses":"Addresses","Administrative Contact (optional)":"Administrative Contact (optional)","Administrative or executive contact for your organization to field high-level requests or queries. (Strongly recommended)":"Administrative or executive contact for your organization to field high-level requests or queries. (Strongly recommended)","Alien Registration Number":"Alien Registration Number","All TRISA members must complete TRISA’s VASP verification and due diligence process to become a Verified VASP.":"All TRISA members must complete TRISA’s VASP verification and due diligence process to become a Verified VASP.","Already have an account?":"Already have an account?","An error has occurred to load annoucements":"An error has occurred to load annoucements","An error has occurred to load attention data":"An error has occurred to load attention data","An error has occurred to load legal person data":"An error has occurred to load legal person data","An error has occurred to load {type} metric":["An error has occurred to load ",["type"]," metric"],"An identifier issued by an appropriate issuing authority":"An identifier issued by an appropriate issuing authority","App version {appVersion}":["App version ",["appVersion"]],"Applicable Regulations":"Applicable Regulations","Apply to Become a TRISA-certified Virtual Asset Service Provider.":"Apply to Become a TRISA-certified Virtual Asset Service Provider.","At least 9 characters in length":"At least 9 characters in length","At least one geographic address is required. Enter the primary geographic address of the organization. Organizations may enter additional addresses if operating in multiple jurisdictions.":"At least one geographic address is required. Enter the primary geographic address of the organization. Organizations may enter additional addresses if operating in multiple jurisdictions.","At what threshold and currency does your organization conduct KYC?":"At what threshold and currency does your organization conduct KYC?","BFF & GDS version {bffAndGdsVersion}":["BFF & GDS version ",["bffAndGdsVersion"]],"Back Home":"Back Home","Back to Review Page":"Back to Review Page","Basic Details":"Basic Details","Become Travel Rule compliant.":"Become Travel Rule compliant.","Beware the Ides of March":"Beware the Ides of March","Billing Contact (optional)":"Billing Contact (optional)","Billing contact for your organization to handle account and invoice requests or queries relating to the operation of the TRISA network.":"Billing contact for your organization to handle account and invoice requests or queries relating to the operation of the TRISA network.","Business":"Business","Business Address":"Business Address","Business Category":"Business Category","Business Details":"Business Details","Business or Compliance Office":"Business or Compliance Office","By answering yes, I understand that this is the only time the PKCS12 Password is displayed and I have copied and securely saved the password.":"By answering yes, I understand that this is the only time the PKCS12 Password is displayed and I have copied and securely saved the password.","CDD & Travel Rule Policies":"CDD & Travel Rule Policies","CDD and data protection policies":"CDD and data protection policies","Cancel":"Cancel","Certificate Common Name":"Certificate Common Name","Certificate Details":"Certificate Details","Certificate Management":"Certificate Management","Certificate Progress":"Certificate Progress","Certificate Registration":"Certificate Registration","Certificate Registration Process":"Certificate Registration Process","Change Permissions":"Change Permissions","CipherTrace Providers":"CipherTrace Providers","City / Town / Municipality":"City / Town / Municipality","Clear & Reset Form":"Clear & Reset Form","Clear & Reset Registration Form":"Clear & Reset Registration Form","Click below to submit your":"Click below to submit your","Click “No” if you have not copied the PKCS12 password yet and would like to view and copy the password.":"Click “No” if you have not copied the PKCS12 password yet and would like to view and copy the password.","Click “Reset” to clear and reset the registration form. All data will be deleted and you will be re-directed to the beginning of the form and you will be required to restart the registration process":"Click “Reset” to clear and reset the registration form. All data will be deleted and you will be re-directed to the beginning of the form and you will be required to restart the registration process","Click “Yes” if you have copied the PKCS12 password and have securely saved it.":"Click “Yes” if you have copied the PKCS12 password and have securely saved it.","Common Name":"Common Name","Common name or VASP ID":"Common name or VASP ID","Common name should not contain special characters, no spaces and must have a dot(.) in it":"Common name should not contain special characters, no spaces and must have a dot(.) in it","Common name should not contain special characters, no spaces and must have a dot(.) in it and should have at least 2 characters after the periods":"Common name should not contain special characters, no spaces and must have a dot(.) in it and should have at least 2 characters after the periods","Common name should not contain special characters, no spaces and must have a dot(.) in it, should have at least 2 characters after the periods":"Common name should not contain special characters, no spaces and must have a dot(.) in it, should have at least 2 characters after the periods","Complete Certficate Registration":"Complete Certficate Registration","Complete TRISA’s VASP Verfication Process":"Complete TRISA’s VASP Verfication Process","Complete the multi-part TRISA verification form and due diligence process. Once\n approved, gain access to the Testnet.":"Complete the multi-part TRISA verification form and due diligence process. Once\n approved, gain access to the Testnet.","Complete the multi-part TRISA verification form and due diligence process. Once approved, gain access to the Testnet and MainNet.":"Complete the multi-part TRISA verification form and due diligence process. Once approved, gain access to the Testnet and MainNet.","Compliance Officer":"Compliance Officer","Compliance officer or legal contact for requests about the compliance requirements and legal status of your organization. A business phone number is required to complete physical verification for MainNet registration. Please provide a phone number where the Legal/ Compliance contact can be contacted.":"Compliance officer or legal contact for requests about the compliance requirements and legal status of your organization. A business phone number is required to complete physical verification for MainNet registration. Please provide a phone number where the Legal/ Compliance contact can be contacted.","Compliance, Technical, Admininstrative, Billing":"Compliance, Technical, Admininstrative, Billing","Comply with the Travel Rule":"Comply with the Travel Rule","Conducts KYC before virtual asset transfers":"Conducts KYC before virtual asset transfers","Contact Verified":"Contact Verified","Contact information for representatives of your organization. Contacts include Technical, Legal/Compliance, Administrative, and Billing persons.":"Contact information for representatives of your organization. Contacts include Technical, Legal/Compliance, Administrative, and Billing persons.","Contacts":"Contacts","Contain at least 3 of the following 4 types of characters":"Contain at least 3 of the following 4 types of characters","Continue":"Continue","Continue with Google":"Continue with Google","Copied":"Copied","Copy":"Copy","Country":"Country","Country (required)":"Country (required)","Country of Issue":"Country of Issue","Country of Issue is reserved for National Identifiers of Natural Persons":"Country of Issue is reserved for National Identifiers of Natural Persons","Country of Registration":"Country of Registration","Country of registration is required":"Country of registration is required","Country:":"Country:","Create Account":"Create Account","Create account":"Create account","Create an Account":"Create an Account","Create your TRISA account with your VASP email address. Add collaborators in your organization.":"Create your TRISA account with your VASP email address. Add collaborators in your organization.","Create your TRISA account.":"Create your TRISA account.","Create your account today.":"Create your account today.","Created and maintained by":"Created and maintained by","Customer Number":"Customer Number","Dashboard":"Dashboard","Data Protection Policies":"Data Protection Policies","Date of Incorporation / Establishment":"Date of Incorporation / Establishment","Deactivate":"Deactivate","Delete":"Delete","Delete the address line":"Delete the address line","Description":"Description","Details":"Details","Directory Lookup":"Directory Lookup","Documentation":"Documentation","Does your organization conduct KYC/CDD before permitting its customers to send/receive virtual asset transfers?":"Does your organization conduct KYC/CDD before permitting its customers to send/receive virtual asset transfers?","Does your organization have a programme that sets minimum AML, CFT, KYC/CDD and Sanctions standards per the requirements of the jurisdiction(s) regulatory regimes where it is licensed/approved/registered?":"Does your organization have a programme that sets minimum AML, CFT, KYC/CDD and Sanctions standards per the requirements of the jurisdiction(s) regulatory regimes where it is licensed/approved/registered?","Does your organization secure and protect PII, including PII received from other VASPs under the Travel Rule?":"Does your organization secure and protect PII, including PII received from other VASPs under the Travel Rule?","Download":"Download","Driver's License Number":"Driver's License Number","Each VASP is required to establish a TRISA endpoint for inter-VASP communication. Please specify the details of your endpoint for certificate issuance.":"Each VASP is required to establish a TRISA endpoint for inter-VASP communication. Please specify the details of your endpoint for certificate issuance.","Each VASP is required to establish a TRISA endpoint for inter-VASP communication. Please specify the details of your endpoint for certificate issuance. Please specify the TestNet endpoint and the MainNet endpoint. The TestNet endpoint and the MainNet endpoint must be different.":"Each VASP is required to establish a TRISA endpoint for inter-VASP communication. Please specify the details of your endpoint for certificate issuance. Please specify the TestNet endpoint and the MainNet endpoint. The TestNet endpoint and the MainNet endpoint must be different.","Edit":"Edit","Email Address":"Email Address","Email is not valid":"Email is not valid","Email is required":"Email is required","Endpoint":"Endpoint","Enter the VASP Common Name or VASP ID. Not a TRISA Member?":"Enter the VASP Common Name or VASP ID. Not a TRISA Member?","Enter the name and type of name by which the legal person is known. At least one legal name is required. Organizations are strongly encouraged to enter additional name identifiers such as Trading Name/ Doing Business As (DBA), Local names, and phonetic names where appropriate.":"Enter the name and type of name by which the legal person is known. At least one legal name is required. Organizations are strongly encouraged to enter additional name identifiers such as Trading Name/ Doing Business As (DBA), Local names, and phonetic names where appropriate.","Enter your email address":"Enter your email address","Error Submitting Certificate":"Error Submitting Certificate","Expiration Date":"Expiration Date","Expiry Date:":"Expiry Date:","Export Data":"Export Data","Files is required":"Files is required","Final Confirmation":"Final Confirmation","Final review and form submission":"Final review and form submission","First Listed":"First Listed","Follow the instructions below to reset your TRISA password":"Follow the instructions below to reset your TRISA password","For MainNet certificate requests, a member of TRISA’s verification team will review your submission and conduct a final due diligence phone call for physical verification. When physical verification is complete, TRISA will issue MainNet certificates. Requests for TestNet certificates do not require physical verification.":"For MainNet certificate requests, a member of TRISA’s verification team will review your submission and conduct a final due diligence phone call for physical verification. When physical verification is complete, TRISA will issue MainNet certificates. Requests for TestNet certificates do not require physical verification.","For identifiers other than LEI specify the registration authority from the following list. See":"For identifiers other than LEI specify the registration authority from the following list. See","Foreign Investment Identity Number":"Foreign Investment Identity Number","Forgot password?":"Forgot password?","Full Name":"Full Name","GLEIF Registration Authorities":"GLEIF Registration Authorities","Geographic":"Geographic","Getting Started Help Guide":"Getting Started Help Guide","Git Revision":"Git Revision","GitHub repository":"GitHub repository","Global Directory Service":"Global Directory Service","Guest":"Guest","Home":"Home","How to set up your own node?":"How to set up your own node?","I acknowledge that requesting a new X.509 Identity Certificate will invalidate and revoke my organization’s current X.509 Identity Certificate.":"I acknowledge that requesting a new X.509 Identity Certificate will invalidate and revoke my organization’s current X.509 Identity Certificate.","I have a bad feeling about tomorrow.":"I have a bad feeling about tomorrow.","ID":"ID","ID:":"ID:","IVMS 101 data structure":"IVMS 101 data structure","Identification Number":"Identification Number","Identification Type":"Identification Type","Identity Card Number":"Identity Card Number","Identity Certificates":"Identity Certificates","If supplied, use full phone number with country code":"If supplied, use full phone number with country code","If you lose the PKCS12 password, you will have to the start the registration process from the beginning.":"If you lose the PKCS12 password, you will have to the start the registration process from the beginning.","If you would like to edit your registration form before submitting, please return to the":"If you would like to edit your registration form before submitting, please return to the","Import File":"Import File","Incomplete":"Incomplete","Incorporation Date":"Incorporation Date","Information about the VASP such as website, incorporation date, business and VASP category.":"Information about the VASP such as website, incorporation date, business and VASP category.","Information that identifies your organization as a Legal Person. This section represents the IVMS 101 data structure for legal persons and is strongly suggested for use as KYC information exchanged in TRISA transfers.":"Information that identifies your organization as a Legal Person. This section represents the IVMS 101 data structure for legal persons and is strongly suggested for use as KYC information exchanged in TRISA transfers.","Information to ensure that required compliance information exchanges are conducted correctly and safely. This includes information about jurisdiction and national regulator, Customer Due Diligence(CDD) and Travel Rule policies, and data protection policies.":"Information to ensure that required compliance information exchanges are conducted correctly and safely. This includes information about jurisdiction and national regulator, Customer Due Diligence(CDD) and Travel Rule policies, and data protection policies.","Integrate and Comply":"Integrate and Comply","Integrate with TRISA.":"Integrate with TRISA.","Interoperable":"Interoperable","Invalid date":"Invalid date","Invalid date / year must be 4 digit":"Invalid date / year must be 4 digit","Is your organization permitted to send and/or receive transfers of virtual assets in the jurisdictions in which it operates?":"Is your organization permitted to send and/or receive transfers of virtual assets in the jurisdictions in which it operates?","Is your organization required by law to safeguard PII?":"Is your organization required by law to safeguard PII?","Is your organization required to comply with the application of the Travel Rule standards in the jurisdiction(s) where it is licensed/approved/registered?":"Is your organization required to comply with the application of the Travel Rule standards in the jurisdiction(s) where it is licensed/approved/registered?","Issue Date":"Issue Date","Issue Date:":"Issue Date:","Join Today":"Join Today","Join the TRISA network today.":"Join the TRISA network today.","Join us on Thursday Apr 28 for the TRISA Working Group.":"Join us on Thursday Apr 28 for the TRISA Working Group.","Last Login:":"Last Login:","Last Updated":"Last Updated","Learn How TRISA Works":"Learn How TRISA Works","Learn More":"Learn More","Learn about the three-step process to become a member and verified VASP.":"Learn about the three-step process to become a member and verified VASP.","Learn how TRISA works.":"Learn how TRISA works.","Legal":"Legal","Legal Entity Identifier (LEI)":"Legal Entity Identifier (LEI)","Legal Person":"Legal Person","Legal name is required":"Legal name is required","Legal/ Compliance Contact (required)":"Legal/ Compliance Contact (required)","Local Name Identifiers":"Local Name Identifiers","Log In":"Log In","Log in":"Log in","Log in to TRISA’s Global Directory Service":"Log in to TRISA’s Global Directory Service","Log in.":"Log in.","Log into your TRISA account.":"Log into your TRISA account.","Login":"Login","MAINNET DIRECTORY RECORD":"MAINNET DIRECTORY RECORD","MAINNET SUBMISSION":"MAINNET SUBMISSION","MainNet":"MainNet","MainNet Certificate Common Name":"MainNet Certificate Common Name","MainNet Certificates":"MainNet Certificates","MainNet Network Metrics":"MainNet Network Metrics","MainNet TRISA Endpoint":"MainNet TRISA Endpoint","Max file size 10mb":"Max file size 10mb","Meet Alice VASP, Bob VASP and Evil VASP":"Meet Alice VASP, Bob VASP and Evil VASP","Meet Alice VASP, Bob VASP, and “Evil” VASP":"Meet Alice VASP, Bob VASP, and “Evil” VASP","Message from server:":"Message from server:","Misc":"Misc","Missing required element":"Missing required element","Must comply with Travel Rule":"Must comply with Travel Rule","Must safeguard PII":"Must safeguard PII","NO":"NO","Name":"Name","Name Identifier Type is required":"Name Identifier Type is required","Name Identifiers":"Name Identifiers","Name identifiers":"Name identifiers","Name of Primary Regulator":"Name of Primary Regulator","Name, Addresss, Country, National Identifier":"Name, Addresss, Country, National Identifier","National Identification":"National Identification","National Jurisdiction":"National Jurisdiction","Need to Learn More?":"Need to Learn More?","Network Announcement":"Network Announcement","Network Status":"Network Status","New Members":"New Members","New X.509 Identity Certificate Request":"New X.509 Identity Certificate Request","Next":"Next","No":"No","No information is sent until you complete Section 6 - Review & Submit":"No information is sent until you complete Section 6 - Review & Submit","Not Saved":"Not Saved","Not a TRISA Member?":"Not a TRISA Member?","Note:":"Note:","Open Source":"Open Source","Open Source Resources":"Open Source Resources","Option 1. Set Up Your Own TRISA Node":"Option 1. Set Up Your Own TRISA Node","Option 2. Use a 3rd-party Solution":"Option 2. Use a 3rd-party Solution","Organization Collaborators":"Organization Collaborators","Organization Name":"Organization Name","Organization Type":"Organization Type","Organization name is required":"Organization name is required","Organization:":"Organization:","Organizational Details":"Organizational Details","Other Jurisdictions":"Other Jurisdictions","Overview":"Overview","Page Not Found":"Page Not Found","Partially":"Partially","Participate in verified VASP-to-VASP Travel Rule exchanges.":"Participate in verified VASP-to-VASP Travel Rule exchanges.","Passport Number":"Passport Number","Password":"Password","Peer-to-Peer":"Peer-to-Peer","Permission":"Permission","Permission:":"Permission:","Phone Number":"Phone Number","Phonetic Name Identifiers":"Phonetic Name Identifiers","Please add any other regulatory jurisdictions your organization complies with.":"Please add any other regulatory jurisdictions your organization complies with.","Please complete all details":"Please complete all details","Please copy and paste this password and store somewhere safe!":"Please copy and paste this password and store somewhere safe!","Please enter the information that identifies your organization as a Legal Person. This form represents the":"Please enter the information that identifies your organization as a Legal Person. This form represents the","Please enter the information that identifies your organization as a Legal Person. This form represents the {0} data structure for legal persons and is strongly suggested for use as KYC or CDD information exchanged in TRISA transfers.":["Please enter the information that identifies your organization as a Legal Person. This form represents the ",["0"]," data structure for legal persons and is strongly suggested for use as KYC or CDD information exchanged in TRISA transfers."],"Please review the information provided, edit as needed, and submit to complete the registration form. After the information is reviewed, emails will be sent to the provided contacts for verification. Once verified, your TestNet certificate will be issued.":"Please review the information provided, edit as needed, and submit to complete the registration form. After the information is reviewed, emails will be sent to the provided contacts for verification. Once verified, your TestNet certificate will be issued.","Please review the information provided, edit as needed, and submit to complete the registration form. After the information is reviewed, you will be contacted to verify details. Once verified, your TestNet certificate will be issued.":"Please review the information provided, edit as needed, and submit to complete the registration form. After the information is reviewed, you will be contacted to verify details. Once verified, your TestNet certificate will be issued.","Please select as many categories needed to represent the types of virtual asset services your organization provides.":"Please select as many categories needed to represent the types of virtual asset services your organization provides.","Please specify the applicable regulation(s) for Travel Rule standards compliance, e.g.\"FATF Recommendation 16\"":"Please specify the applicable regulation(s) for Travel Rule standards compliance, e.g.\"FATF Recommendation 16\"","Please supply a valid national identification number. TRISA recommends the use of LEI numbers. For more information, please visit":"Please supply a valid national identification number. TRISA recommends the use of LEI numbers. For more information, please visit","Please supply contact information for representatives of your organization. All contacts will receive an email verification token and the contact emails must be verified before the registration can proceed.":"Please supply contact information for representatives of your organization. All contacts will receive an email verification token and the contact emails must be verified before the registration can proceed.","Please use the email address associated with your organization.":"Please use the email address associated with your organization.","Postal Code / Postcode / ZIP Code":"Postal Code / Postcode / ZIP Code","Preferred name for email communication.":"Preferred name for email communication.","Previous":"Previous","Primary National Jurisdiction":"Primary National Jurisdiction","Primary contact for handling technical queries about the operation and status of your service participating in the TRISA network. Can be a group or admin email.":"Primary contact for handling technical queries about the operation and status of your service participating in the TRISA network. Can be a group or admin email.","Profile Created:":"Profile Created:","Reference implementation":"Reference implementation","Reg Authority":"Reg Authority","Region / Province / State (required)":"Region / Province / State (required)","Registered Directory":"Registered Directory","Registration Authority":"Registration Authority","Registration Authority Identifier":"Registration Authority Identifier","Registration Authority cannot be left empty":"Registration Authority cannot be left empty","Registration Submission":"Registration Submission","Regulator Name":"Regulator Name","Remove line":"Remove line","Request New Identity Certificate":"Request New Identity Certificate","Requesting a new X.509 Identity Certificate will invalidate and revoke your current X.509 Identity Certificate.":"Requesting a new X.509 Identity Certificate will invalidate and revoke your current X.509 Identity Certificate.","Reset":"Reset","Residential":"Residential","Return to vaspdirectory.net":"Return to vaspdirectory.net","Review":"Review","Review page":"Review page","Role":"Role","Routine Maintenance Scheduled":"Routine Maintenance Scheduled","Safeguards PII":"Safeguards PII","Save & Next":"Save & Next","Save & Previous":"Save & Previous","Sealing Certificate Inventory":"Sealing Certificate Inventory","Search the Directory Service":"Search the Directory Service","Section":"Section","Section 1: Basic Details":"Section 1: Basic Details","Section 2: Legal Person":"Section 2: Legal Person","Section 3: Contacts":"Section 3: Contacts","Section 4: TRISA Implementation":"Section 4: TRISA Implementation","Section 5: TRIXO Questionnaire":"Section 5: TRIXO Questionnaire","Section 6: Review & Submit":"Section 6: Review & Submit","Sections & Details":"Sections & Details","Secure":"Secure","Select VASP category":"Select VASP category","Select a country":"Select a country","Select business category":"Select business category","Set up your TRISA node or integrate with a 3rd-party Travel Rule solution. Complete\n testing and move to production.":"Set up your TRISA node or integrate with a 3rd-party Travel Rule solution. Complete\n testing and move to production.","Set up your TRISA node or integrate with a 3rd-party Travel Rule solution. Complete testing and move to production.":"Set up your TRISA node or integrate with a 3rd-party Travel Rule solution. Complete testing and move to production.","Short":"Short","Sign out":"Sign out","Signature ID":"Signature ID","Since TRISA is an open source, peer-to-peer Travel Rule solution, VASPs can set\n up and maintain their own TRISA server to exhange encrypted Travel Rule\n compliance data. TRISA maintains an":"Since TRISA is an open source, peer-to-peer Travel Rule solution, VASPs can set\n up and maintain their own TRISA server to exhange encrypted Travel Rule\n compliance data. TRISA maintains an","Since TRISA is an open source, peer-to-peer Travel Rule solution, VASPs can set up and maintain their own TRISA server to exhange encrypted Travel Rule compliance data. At the same time, TRISA is designed to be interoperable. There are several Travel Rule solutions providers available on the market. If you are a customer, work with your Travel Ruie provider to integrate TRISA into your Travel Rule compliance workflow.":"Since TRISA is an open source, peer-to-peer Travel Rule solution, VASPs can set up and maintain their own TRISA server to exhange encrypted Travel Rule compliance data. At the same time, TRISA is designed to be interoperable. There are several Travel Rule solutions providers available on the market. If you are a customer, work with your Travel Ruie provider to integrate TRISA into your Travel Rule compliance workflow.","Social Security Number":"Social Security Number","Something went wrong. Please try again later.":"Something went wrong. Please try again later.","Sorry, the page you are looking for doesn't exist or has been moved":"Sorry, the page you are looking for doesn't exist or has been moved","Sorry. We could not find a user account with the email address":"Sorry. We could not find a user account with the email address","Start Certificate Registration":"Start Certificate Registration","Start Registration":"Start Registration","Start trial":"Start trial","Status":"Status","Status:":"Status:","Step 1":"Step 1","Submit":"Submit","Submit MainNet Registration":"Submit MainNet Registration","Submit TestNet Registration":"Submit TestNet Registration","Submitted":"Submitted","Support":"Support","Synga Bridge":"Synga Bridge","TESTNET DIRECTORY RECORD":"TESTNET DIRECTORY RECORD","TESTNET SUBMISSION":"TESTNET SUBMISSION","TRISA Certificates":"TRISA Certificates","TRISA Details":"TRISA Details","TRISA Endpoint":"TRISA Endpoint","TRISA Endpoint: MainNet":"TRISA Endpoint: MainNet","TRISA Endpoint: TestNet":"TRISA Endpoint: TestNet","TRISA Githubs repo":"TRISA Githubs repo","TRISA Global Directory Service":"TRISA Global Directory Service","TRISA Identity Signature:":"TRISA Identity Signature:","TRISA Implementation":"TRISA Implementation","TRISA Implementations":"TRISA Implementations","TRISA Member ID":"TRISA Member ID","TRISA Member ID:":"TRISA Member ID:","TRISA Organization Profile":"TRISA Organization Profile","TRISA Registration Request Submitted!":"TRISA Registration Request Submitted!","TRISA Service Endpoint":"TRISA Service Endpoint","TRISA Verification":"TRISA Verification","TRISA Verification:":"TRISA Verification:","TRISA Verified Logo":"TRISA Verified Logo","TRISA endpoint for communication":"TRISA endpoint for communication","TRISA endpoint is not valid":"TRISA endpoint is not valid","TRISA implementation":"TRISA implementation","TRISA is a decentralized network where VASPs communicate directly with each other.":"TRISA is a decentralized network where VASPs communicate directly with each other.","TRISA is a global, open source, peer-to-peer and secure Travel Rule architecture and network designed to be accessible and interoperable. Become a TRISA-certified VASP today.":"TRISA is a global, open source, peer-to-peer and secure Travel Rule architecture and network designed to be accessible and interoperable. Become a TRISA-certified VASP today.","TRISA is designed to be interoperable with other Travel Rule solutions.":"TRISA is designed to be interoperable with other Travel Rule solutions.","TRISA is designed to be interoperable. There are several Travel Rule solutions\n providers available on the market. If you are a customer, work with them to\n integrate TRISA into your Travel Rule compliance workflow.":"TRISA is designed to be interoperable. There are several Travel Rule solutions\n providers available on the market. If you are a customer, work with them to\n integrate TRISA into your Travel Rule compliance workflow.","TRISA is open source and available to implement by any VASP.":"TRISA is open source and available to implement by any VASP.","TRISA issues two types of certificates:":"TRISA issues two types of certificates:","TRISA members must complete a comprehensive multi-part verification form and due diligence process. Once verified, TRISA will issue TestNet and MainNet certificates for secure Travel Rule compliance.":"TRISA members must complete a comprehensive multi-part verification form and due diligence process. Once verified, TRISA will issue TestNet and MainNet certificates for secure Travel Rule compliance.","TRISA specific identity number (UUID), only supplied if you're updating an existing registration request":"TRISA specific identity number (UUID), only supplied if you're updating an existing registration request","TRISA uses public-key cryptography for encrypting data in flight and at rest.":"TRISA uses public-key cryptography for encrypting data in flight and at rest.","TRISA verified members may download and display a “TRISA Verified VASP” logo on their website. The logo is unique to your VASP and non-reproducible. Members may download their logo after verification is complete and their certificate has been issued. The logo is in .svg fotmat":"TRISA verified members may download and display a “TRISA Verified VASP” logo on their website. The logo is unique to your VASP and non-reproducible. Members may download their logo after verification is complete and their certificate has been issued. The logo is in .svg fotmat","TRISA’s Github repo":"TRISA’s Github repo","TRISA’s Global Directory Service (GDS) is a network of vetted VASPs that can securely exchange Travel Rule compliance data with each other.":"TRISA’s Global Directory Service (GDS) is a network of vetted VASPs that can securely exchange Travel Rule compliance data with each other.","TRISA’s verification form includes five sections and may require information from several parties in your organization.":"TRISA’s verification form includes five sections and may require information from several parties in your organization.","TRIXO Questionnaire":"TRIXO Questionnaire","Talk to a member of your technical team to determine the requirements and\n resources to integrate TRISA with your system. Have members of your technical\n team integrate your systems with TRISA. Or work with a solutions provider that\n can help your VASP set up your TRISA server and maintain it.":"Talk to a member of your technical team to determine the requirements and\n resources to integrate TRISA with your system. Have members of your technical\n team integrate your systems with TRISA. Or work with a solutions provider that\n can help your VASP set up your TRISA server and maintain it.","Tax Identification Number":"Tax Identification Number","Technical Contact (required)":"Technical Contact (required)","Technical Officer":"Technical Officer","Technical Resources":"Technical Resources","Technical information about your endpoint for certificate issuance. Each VASP is required to establish a TRISA endpoint for inter-VASP communication.":"Technical information about your endpoint for certificate issuance. Each VASP is required to establish a TRISA endpoint for inter-VASP communication.","TestNet":"TestNet","TestNet Certificate Common Name":"TestNet Certificate Common Name","TestNet Certificates":"TestNet Certificates","TestNet Network Metrics":"TestNet Network Metrics","TestNet TRISA Endpoint":"TestNet TRISA Endpoint","TestNet and MainNet endpoints should not be the same":"TestNet and MainNet endpoints should not be the same","Thank you for creating your TRISA account.":"Thank you for creating your TRISA account.","Thank you for creating your TRISA account. You must verify your email address. An email with verification instructions has been sent to your email address. Please complete the email verification process in 24 hours. The email verification link will expire in 24 hours.":"Thank you for creating your TRISA account. You must verify your email address. An email with verification instructions has been sent to your email address. Please complete the email verification process in 24 hours. The email verification link will expire in 24 hours.","Thank you. We have sent instructions to reset your password to":"Thank you. We have sent instructions to reset your password to","Thank you. We have sent instructions to reset your password to {0}. The link to reset your password expires in 24 hours.":["Thank you. We have sent instructions to reset your password to ",["0"],". The link to reset your password expires in 24 hours."],"The Common Name typically matches the Endpoint, without the port number\n at the end (e.g. trisa.myvasp.com) and is used to identify the subject\n in the X.509 certificate.":"The Common Name typically matches the Endpoint, without the port number\n at the end (e.g. trisa.myvasp.com) and is used to identify the subject\n in the X.509 certificate.","The GDS will be undergoing routine maintenance on Apr 7.":"The GDS will be undergoing routine maintenance on Apr 7.","The Travel Rule Information Sharing Architecture (TRISA)":"The Travel Rule Information Sharing Architecture (TRISA)","The address and port of the TRISA endpoint for partner VASPs to connect on via gRPC.":"The address and port of the TRISA endpoint for partner VASPs to connect on via gRPC.","The common name for the mTLS certificate. This should match the TRISA endpoint without the port in most cases.":"The common name for the mTLS certificate. This should match the TRISA endpoint without the port in most cases.","The link to reset your password expires in 24 hours.":"The link to reset your password expires in 24 hours.","The minimum threshold above which your organization is required to collect/send Travel Rule information.":"The minimum threshold above which your organization is required to collect/send Travel Rule information.","The name and type of name by which the legal person is known.":"The name and type of name by which the legal person is known.","The name of primary regulator or supervisory authority for your national jurisdiction":"The name of primary regulator or supervisory authority for your national jurisdiction","This is the only time the PKCS12 password is shown during the registration process.":"This is the only time the PKCS12 password is shown during the registration process.","This multi-section form is an important step in the registration and certificate issuance process. The information you provide will be used to verify the legal entity that you represent and, where appropriate, will be available to verified TRISA members to facilitate compliance decisions. If you need guidance, see the":"This multi-section form is an important step in the registration and certificate issuance process. The information you provide will be used to verify the legal entity that you represent and, where appropriate, will be available to verified TRISA members to facilitate compliance decisions. If you need guidance, see the","This questionnaire is designed to help TRISA members understand the regulatory regime of your organization. The information provided will help ensure that required compliance information exchanges are conducted correctly and safely. All verified TRISA members will have access to this information.":"This questionnaire is designed to help TRISA members understand the regulatory regime of your organization. The information provided will help ensure that required compliance information exchanges are conducted correctly and safely. All verified TRISA members will have access to this information.","Threshold to conduct KYC before permitting the customer to send/receive virtual asset transfers":"Threshold to conduct KYC before permitting the customer to send/receive virtual asset transfers","To assist in completing the registration form, the form is divided into multiple sections":"To assist in completing the registration form, the form is divided into multiple sections","Trading":"Trading","Understood":"Understood","Unspecified":"Unspecified","Upcoming TRISA Working Group Call":"Upcoming TRISA Working Group Call","Upon verification, integrate with TRISA to begin exchanging Travel Rule compliance data.":"Upon verification, integrate with TRISA to begin exchanging Travel Rule compliance data.","User Details":"User Details","User ID":"User ID","User ID:":"User ID:","VASP Category":"VASP Category","VASPs have two options to integrate with TRISA.":"VASPs have two options to integrate with TRISA.","VERIFIED ON":"VERIFIED ON","Verification Status:":"Verification Status:","Verified":"Verified","Verified On":"Verified On","Verified VASPs":"Verified VASPs","Visit Getting Started with TRISA":"Visit Getting Started with TRISA","We recommend that a senior compliance officer initially creates the account for the VASP. Additional accounts can be created later.":"We recommend that a senior compliance officer initially creates the account for the VASP. Additional accounts can be created later.","Website":"Website","Website is a required field":"Website is a required field","Website, incorporation Date, VASP Category":"Website, incorporation Date, VASP Category","Welcome to TRISA’s network of Certified VASPs.":"Welcome to TRISA’s network of Certified VASPs.","What is IVMS101?":"What is IVMS101?","What is the minimum threshold for Travel Rule compliance?":"What is the minimum threshold for Travel Rule compliance?","What’s a Common name or VASP ID?":"What’s a Common name or VASP ID?","Who to Ask":"Who to Ask","Who to ask":"Who to ask","Why Join TRISA":"Why Join TRISA","X.509 Identity Certificate Inventory":"X.509 Identity Certificate Inventory","X.509 Identity Certificates":"X.509 Identity Certificates","YES":"YES","Yes":"Yes","You must request a new X.509 Identity Certificate to change your Endpoint and Common Name.":"You must request a new X.509 Identity Certificate to change your Endpoint and Common Name.","You must submit your registration for TestNet and MainNet separately.":"You must submit your registration for TestNet and MainNet separately.","You must verify your email address. An email with verification instructions has been sent to your email address. Please complete the email verification process in 24 hours. The email verification link will expire in 24 hours.":"You must verify your email address. An email with verification instructions has been sent to your email address. Please complete the email verification process in 24 hours. The email verification link will expire in 24 hours.","You will receive two separate emails with confirmation links for each registration. You must click on each confirmation link to complete the registration process.":"You will receive two separate emails with confirmation links for each registration. You must click on each confirmation link to complete the registration process.","Your TRISA Implementation":"Your TRISA Implementation","Your account has not been verified. Please check your email to verify your account.":"Your account has not been verified. Please check your email to verify your account.","Your dashboard":"Your dashboard","Your registration form has been successfully submitted. You will receive a confirmation email from admin@trisa.io. In the email, you will receive instructions on next steps. Return to your dashboard to monitor the status of your registration and certificate.":"Your registration form has been successfully submitted. You will receive a confirmation email from admin@trisa.io. In the email, you will receive instructions on next steps. Return to your dashboard to monitor the status of your registration and certificate.","Your registration request has been successfully received by the Directory Service. Verification emails have been sent to all contacts listed. Once your contact information has been verified, the registration form will be sent to the TRISA review board to verify your membership in the TRISA network.":"Your registration request has been successfully received by the Directory Service. Verification emails have been sent to all contacts listed. Once your contact information has been verified, the registration form will be sent to the TRISA review board to verify your membership in the TRISA network.","about us":"about us","common name should match the TRISA endpoint without the port":"common name should match the TRISA endpoint without the port","complete VASP verification":"complete VASP verification","compliance. TRISA helps Virtual Asset Service Providers (VASPs) comply with the Travel Rule for cross-border cryptocurrency transactions. TRISA is designed to be interoperable.":"compliance. TRISA helps Virtual Asset Service Providers (VASPs) comply with the Travel Rule for cross-border cryptocurrency transactions. TRISA is designed to be interoperable.","create account":"create account","create your account":"create your account","for Cryptocurrency Travel Rule compliance.":"for Cryptocurrency Travel Rule compliance.","for TestNet registration so your TestNet certificate will be issued upon review by the validation team":"for TestNet registration so your TestNet certificate will be issued upon review by the validation team","for legal persons and is strongly suggested for use as KYC or CDD information exchanged in TRISA transfers.":"for legal persons and is strongly suggested for use as KYC or CDD information exchanged in TRISA transfers.","in partnership with":"in partnership with","is a global, open source, secure, and peer-to-peer protocol for":"is a global, open source, secure, and peer-to-peer protocol for","is not required":"is not required","is required":"is required","legal":"legal","lower case letters (a-z)":"lower case letters (a-z)","numbers (i.e. 0-9)":"numbers (i.e. 0-9)","on behalf of":"on behalf of","registration. Upon submission, you will receive an email with a confirmation link. You must click the confirmation link to complete the registration process. Failure to click the confirmation link will result in an incomplete registration":"registration. Upon submission, you will receive an email with a confirmation link. You must click the confirmation link to complete the registration process. Failure to click the confirmation link will result in an incomplete registration","special characters (e.g. !@#$%^&*)":"special characters (e.g. !@#$%^&*)","the TRISA architecture":"the TRISA architecture","upper case letters (A-Z)":"upper case letters (A-Z)","with detailed documentation, a reference implemenation, and “robot” VASPs for\n testing purposes.":"with detailed documentation, a reference implemenation, and “robot” VASPs for\n testing purposes.","{0}":[["0"]],"{0} Contact":[["0"]," Contact"]}};
\ No newline at end of file
diff --git a/web/gds-user-ui/src/locales/de/messages.po b/web/gds-user-ui/src/locales/de/messages.po
index b46fb661d..1eade6761 100644
--- a/web/gds-user-ui/src/locales/de/messages.po
+++ b/web/gds-user-ui/src/locales/de/messages.po
@@ -113,8 +113,8 @@ msgstr ""
msgid "A physical verification check in the form of a phone call"
msgstr ""
-#: src/components/Header/LandingHeader.tsx:83
-#: src/components/Header/LandingHeader.tsx:123
+#: src/components/Header/LandingHeader.tsx:85
+#: src/components/Header/LandingHeader.tsx:133
#: src/components/Section/AboutUs.tsx:29
msgid "About TRISA"
msgstr ""
@@ -175,7 +175,7 @@ msgid "Address line 2 e.g. apartment or suite number"
msgstr ""
#: src/components/Addresses/index.tsx:11
-#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:120
+#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:116
#: src/components/MemberDetails/index.tsx:244
msgid "Addresses"
msgstr ""
@@ -210,7 +210,7 @@ msgstr ""
msgid "An error has occurred to load attention data"
msgstr ""
-#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:21
+#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:19
msgid "An error has occurred to load legal person data"
msgstr ""
@@ -290,8 +290,8 @@ msgstr ""
msgid "Business Address"
msgstr ""
-#: src/components/BasicDetailsForm/index.tsx:64
-#: src/components/CertificateReview/BasicDetailsReviewDataTable.tsx:49
+#: src/components/BasicDetailsForm/index.tsx:72
+#: src/components/CertificateReview/BasicDetailsReviewDataTable.tsx:56
#: src/components/MemberDetails/index.tsx:125
msgid "Business Category"
msgstr ""
@@ -504,8 +504,8 @@ msgstr ""
msgid "Country of Issue is reserved for National Identifiers of Natural Persons"
msgstr ""
-#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:147
-#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:192
+#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:143
+#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:188
#: src/components/CountryOfRegistration/index.tsx:19
#: src/components/MemberDetails/index.tsx:271
#: src/components/MemberDetails/index.tsx:331
@@ -564,8 +564,8 @@ msgstr ""
msgid "Data Protection Policies"
msgstr ""
-#: src/components/BasicDetailsForm/index.tsx:50
-#: src/components/CertificateReview/BasicDetailsReviewDataTable.tsx:56
+#: src/components/BasicDetailsForm/index.tsx:52
+#: src/components/CertificateReview/BasicDetailsReviewDataTable.tsx:63
#: src/components/MemberDetails/index.tsx:117
msgid "Date of Incorporation / Establishment"
msgstr ""
@@ -596,8 +596,8 @@ msgstr ""
msgid "Directory Lookup"
msgstr ""
-#: src/components/Header/LandingHeader.tsx:86
-#: src/components/Header/LandingHeader.tsx:126
+#: src/components/Header/LandingHeader.tsx:88
+#: src/components/Header/LandingHeader.tsx:136
#: src/components/Navbar/Landing/MobileNav.tsx:73
#: src/components/Navbar/Landing/Nav.tsx:22
#: src/components/OpenSourceResources/index.tsx:20
@@ -794,14 +794,14 @@ msgstr ""
msgid "IVMS 101 data structure"
msgstr ""
-#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:174
+#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:170
#: src/components/MemberDetails/index.tsx:303
#: src/components/NameIdentification/index.tsx:130
#: src/components/OrganizationProfile/OrganizationalDetail.tsx:122
msgid "Identification Number"
msgstr ""
-#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:180
+#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:176
#: src/components/MemberDetails/index.tsx:311
#: src/components/NameIdentification/index.tsx:159
#: src/components/OrganizationProfile/OrganizationalDetail.tsx:130
@@ -992,8 +992,8 @@ msgstr ""
msgid "Log into your TRISA account."
msgstr ""
-#: src/components/Header/LandingHeader.tsx:91
-#: src/components/Header/LandingHeader.tsx:129
+#: src/components/Header/LandingHeader.tsx:94
+#: src/components/Header/LandingHeader.tsx:140
msgid "Login"
msgstr ""
@@ -1077,7 +1077,7 @@ msgstr ""
msgid "Name Identifier Type is required"
msgstr ""
-#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:45
+#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:43
#: src/components/MemberDetails/index.tsx:172
#: src/components/OrganizationProfile/OrganizationalDetail.tsx:77
msgid "Name Identifiers"
@@ -1096,7 +1096,7 @@ msgstr ""
msgid "Name, Addresss, Country, National Identifier"
msgstr ""
-#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:165
+#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:161
#: src/components/MemberDetails/index.tsx:298
#: src/components/NameIdentification/index.tsx:118
msgid "National Identification"
@@ -1180,7 +1180,8 @@ msgstr ""
msgid "Organization Collaborators"
msgstr ""
-#: src/components/BasicDetailsForm/index.tsx:27
+#: src/components/BasicDetailsForm/index.tsx:29
+#: src/components/CertificateReview/BasicDetailsReviewDataTable.tsx:34
#: src/components/Section/SearchDirectory.tsx:180
#: src/components/Section/SearchDirectory.tsx:248
msgid "Organization Name"
@@ -1282,7 +1283,7 @@ msgstr ""
msgid "Please review the information provided, edit as needed, and submit to complete the registration form. After the information is reviewed, you will be contacted to verify details. Once verified, your TestNet certificate will be issued."
msgstr ""
-#: src/components/BasicDetailsForm/index.tsx:89
+#: src/components/BasicDetailsForm/index.tsx:97
msgid "Please select as many categories needed to represent the types of virtual asset services your organization provides."
msgstr ""
@@ -1333,7 +1334,7 @@ msgstr ""
msgid "Reference implementation"
msgstr ""
-#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:198
+#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:194
#: src/components/MemberDetails/index.tsx:337
msgid "Reg Authority"
msgstr ""
@@ -1439,7 +1440,7 @@ msgid "Section"
msgstr ""
#: src/components/BasicDetail/index.tsx:73
-#: src/components/CertificateReview/BasicDetailsReview.tsx:26
+#: src/components/CertificateReview/BasicDetailsReview.tsx:27
#: src/components/CertificateSection/index.tsx:23
#: src/components/CertificateSection/index.tsx:65
msgid "Section 1: Basic Details"
@@ -1482,7 +1483,7 @@ msgstr ""
msgid "Secure"
msgstr ""
-#: src/components/BasicDetailsForm/index.tsx:81
+#: src/components/BasicDetailsForm/index.tsx:89
msgid "Select VASP category"
msgstr ""
@@ -1490,7 +1491,7 @@ msgstr ""
msgid "Select a country"
msgstr ""
-#: src/components/BasicDetailsForm/index.tsx:65
+#: src/components/BasicDetailsForm/index.tsx:73
msgid "Select business category"
msgstr ""
@@ -1575,7 +1576,7 @@ msgid "Step 1"
msgstr ""
#: src/components/CertificateRegistration/CertificateRegistrationTable.tsx:39
-#: src/components/NeedsAttention/AttentionAlert.tsx:111
+#: src/components/NeedsAttention/AttentionAlert.tsx:112
#: src/components/Section/PasswordResetForm.tsx:48
#: src/hoc/withRHF.tsx:117
msgid "Submit"
@@ -1860,7 +1861,7 @@ msgstr ""
msgid "The minimum threshold above which your organization is required to collect/send Travel Rule information."
msgstr ""
-#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:50
+#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:48
#: src/components/MemberDetails/index.tsx:177
#: src/components/NameIdentifiers/index.tsx:38
#: src/components/NameIdentifiers/index.tsx:45
@@ -1924,8 +1925,8 @@ msgstr ""
msgid "User ID:"
msgstr ""
-#: src/components/BasicDetailsForm/index.tsx:80
-#: src/components/CertificateReview/BasicDetailsReviewDataTable.tsx:65
+#: src/components/BasicDetailsForm/index.tsx:88
+#: src/components/CertificateReview/BasicDetailsReviewDataTable.tsx:72
#: src/components/MemberDetails/index.tsx:131
#: src/components/OrganizationProfile/OrganizationalDetail.tsx:91
msgid "VASP Category"
@@ -1965,8 +1966,8 @@ msgstr ""
msgid "We recommend that a senior compliance officer initially creates the account for the VASP. Additional accounts can be created later."
msgstr ""
-#: src/components/BasicDetailsForm/index.tsx:38
-#: src/components/CertificateReview/BasicDetailsReviewDataTable.tsx:34
+#: src/components/BasicDetailsForm/index.tsx:40
+#: src/components/CertificateReview/BasicDetailsReviewDataTable.tsx:41
#: src/components/MemberDetails/index.tsx:111
msgid "Website"
msgstr ""
@@ -2059,6 +2060,11 @@ msgstr ""
msgid "Your account has not been verified. Please check your email to verify your account."
msgstr ""
+#: src/components/Header/LandingHeader.tsx:100
+#: src/components/Header/LandingHeader.tsx:144
+msgid "Your dashboard"
+msgstr ""
+
#: src/components/CertificateSection/index.tsx:61
msgid "Your registration form has been successfully submitted. You will receive a confirmation email from admin@trisa.io. In the email, you will receive instructions on next steps. Return to your dashboard to monitor the status of your registration and certificate."
msgstr ""
diff --git a/web/gds-user-ui/src/locales/en-dh/messages.js b/web/gds-user-ui/src/locales/en-dh/messages.js
index b426e529c..bd2bd78d1 100644
--- a/web/gds-user-ui/src/locales/en-dh/messages.js
+++ b/web/gds-user-ui/src/locales/en-dh/messages.js
@@ -1 +1 @@
-/*eslint-disable*/module.exports={messages:{" Failure to click either confirmation will result in an incomplete registration":"---"," When you are verified you will be issued PKCS12 encrypted identity certificates\n for use in mTLS authentication between TRISA members. The password to decrypt\n those certificates is shown below:":"---"," create your TRISA account with your VASP email address. Add collaborators in your\n organization.":"---"," for MainNet registration so your MainNet certificate will be issued upon review by the validation team":"---","(1)X.509 Identity Certificates":"---","(2)Sealing Certificates":"---","(Saved)":"---","(not interoperable)":"---","(not saved)":"---","*At least 8 characters in length \n* Contain at least 3 of the following 4\ntypes of characters: \n* lower case letters (a-z) \n* upper case letters (A-Z) \n* numbers (i.e. 0-9) \n* special characters (e.g. !@#$%^&*)":"---","1 Basic Details":"---","2 Legal Person":"---","2022-03-14":"---","2022-04-01":"---","3 Contacts":"---","3rd Party Travel Rule Providers":"---","4 TRISA Implementation":"---","5 TRIXO Questionnaire":"---","A business phone number is required to complete physical verification for MainNet registration. Please provide a phone number where the Legal/ Compliance contact can be contacted":"---","A component of":"---","A physical verification check in the form of a phone call":"---","About TRISA":"---","Action":"---","Add Address":"---","Add Contact":"---","Add Jurisdiction":"---","Add Legal Name":"---","Add Local Name":"---","Add Phonetic Names":"---","Add Regulation":"---","Added":"---","Address":"---","Address Type (required)":"---","Address line 1 e.g. building name/number, street name (required)":"---","Address line 2 e.g. apartment or suite number":"---","Addresses":"---","Administrative Contact (optional)":"---","Administrative or executive contact for your organization to field high-level requests or queries. (Strongly recommended)":"---","Alien Registration Number":"---","All TRISA members must complete TRISA’s VASP verification and due diligence process to become a Verified VASP.":"---","Already have an account?":"---","An error has occurred to load annoucements":"---","An error has occurred to load attention data":"---","An error has occurred to load legal person data":"---","An error has occurred to load {type} metric":"---","An identifier issued by an appropriate issuing authority":"---","App version {appVersion}":"---","Applicable Regulations":"---","Apply to Become a TRISA-certified Virtual Asset Service Provider.":"---","At least 9 characters in length":"---","At least one geographic address is required. Enter the primary geographic address of the organization. Organizations may enter additional addresses if operating in multiple jurisdictions.":"---","At what threshold and currency does your organization conduct KYC?":"---","BFF & GDS version {bffAndGdsVersion}":"---","Back Home":"---","Back to Review Page":"---","Basic Details":"---","Become Travel Rule compliant.":"---","Beware the Ides of March":"---","Billing Contact (optional)":"---","Billing contact for your organization to handle account and invoice requests or queries relating to the operation of the TRISA network.":"---","Business":"---","Business Address":"---","Business Category":"---","Business Details":"---","Business or Compliance Office":"---","By answering yes, I understand that this is the only time the PKCS12 Password is displayed and I have copied and securely saved the password.":"---","CDD & Travel Rule Policies":"---","CDD and data protection policies":"---","Cancel":"---","Certificate Common Name":"---","Certificate Details":"---","Certificate Management":"---","Certificate Progress":"---","Certificate Registration":"---","Certificate Registration Process":"---","Change Permissions":"---","CipherTrace Providers":"---","City / Town / Municipality":"---","Clear & Reset Form":"---","Clear & Reset Registration Form":"---","Click below to submit your":"---","Click “No” if you have not copied the PKCS12 password yet and would like to view and copy the password.":"---","Click “Reset” to clear and reset the registration form. All data will be deleted and you will be re-directed to the beginning of the form and you will be required to restart the registration process":"---","Click “Yes” if you have copied the PKCS12 password and have securely saved it.":"---","Common Name":"---","Common name or VASP ID":"---","Common name should not contain special characters, no spaces and must have a dot(.) in it":"---","Common name should not contain special characters, no spaces and must have a dot(.) in it and should have at least 2 characters after the periods":"Common name should not contain special characters, no spaces and must have a dot(.) in it and should have at least 2 characters after the periods","Common name should not contain special characters, no spaces and must have a dot(.) in it, should have at least 2 characters after the periods":"Common name should not contain special characters, no spaces and must have a dot(.) in it, should have at least 2 characters after the periods","Complete Certficate Registration":"---","Complete TRISA’s VASP Verfication Process":"---","Complete the multi-part TRISA verification form and due diligence process. Once\n approved, gain access to the Testnet.":"---","Complete the multi-part TRISA verification form and due diligence process. Once approved, gain access to the Testnet and MainNet.":"---","Compliance Officer":"---","Compliance officer or legal contact for requests about the compliance requirements and legal status of your organization. A business phone number is required to complete physical verification for MainNet registration. Please provide a phone number where the Legal/ Compliance contact can be contacted.":"---","Compliance, Technical, Admininstrative, Billing":"---","Comply with the Travel Rule":"---","Conducts KYC before virtual asset transfers":"---","Contact Verified":"---","Contact information for representatives of your organization. Contacts include Technical, Legal/Compliance, Administrative, and Billing persons.":"---","Contacts":"---","Contain at least 3 of the following 4 types of characters":"---","Continue":"---","Continue with Google":"---","Copied":"---","Copy":"---","Country":"---","Country (required)":"---","Country of Issue":"---","Country of Issue is reserved for National Identifiers of Natural Persons":"---","Country of Registration":"---","Country of registration is required":"---","Country:":"---","Create Account":"---","Create account":"---","Create an Account":"---","Create your TRISA account with your VASP email address. Add collaborators in your organization.":"---","Create your TRISA account.":"---","Create your account today.":"---","Created and maintained by":"---","Customer Number":"---","Dashboard":"---","Data Protection Policies":"---","Date of Incorporation / Establishment":"---","Deactivate":"---","Delete":"---","Delete the address line":"---","Description":"---","Details":"---","Directory Lookup":"---","Documentation":"---","Does your organization conduct KYC/CDD before permitting its customers to send/receive virtual asset transfers?":"---","Does your organization have a programme that sets minimum AML, CFT, KYC/CDD and Sanctions standards per the requirements of the jurisdiction(s) regulatory regimes where it is licensed/approved/registered?":"---","Does your organization secure and protect PII, including PII received from other VASPs under the Travel Rule?":"---","Download":"---","Driver's License Number":"---","Each VASP is required to establish a TRISA endpoint for inter-VASP communication. Please specify the details of your endpoint for certificate issuance.":"---","Each VASP is required to establish a TRISA endpoint for inter-VASP communication. Please specify the details of your endpoint for certificate issuance. Please specify the TestNet endpoint and the MainNet endpoint. The TestNet endpoint and the MainNet endpoint must be different.":"---","Edit":"---","Email Address":"---","Email is not valid":"---","Email is required":"---","Endpoint":"---","Enter the VASP Common Name or VASP ID. Not a TRISA Member?":"---","Enter the name and type of name by which the legal person is known. At least one legal name is required. Organizations are strongly encouraged to enter additional name identifiers such as Trading Name/ Doing Business As (DBA), Local names, and phonetic names where appropriate.":"---","Enter your email address":"---","Error Submitting Certificate":"---","Expiration Date":"---","Expiry Date:":"---","Export Data":"---","Files is required":"---","Final Confirmation":"---","Final review and form submission":"---","First Listed":"---","Follow the instructions below to reset your TRISA password":"---","For MainNet certificate requests, a member of TRISA’s verification team will review your submission and conduct a final due diligence phone call for physical verification. When physical verification is complete, TRISA will issue MainNet certificates. Requests for TestNet certificates do not require physical verification.":"---","For identifiers other than LEI specify the registration authority from the following list. See":"---","Foreign Investment Identity Number":"---","Forgot password?":"---","Full Name":"---","GLEIF Registration Authorities":"---","Geographic":"---","Getting Started Help Guide":"---","Git Revision":"---","GitHub repository":"---","Global Directory Service":"---","Guest":"---","Home":"---","How to set up your own node?":"---","I acknowledge that requesting a new X.509 Identity Certificate will invalidate and revoke my organization’s current X.509 Identity Certificate.":"---","I have a bad feeling about tomorrow.":"---","ID":"---","ID:":"---","IVMS 101 data structure":"---","Identification Number":"---","Identification Type":"---","Identity Card Number":"---","Identity Certificates":"---","If supplied, use full phone number with country code":"---","If you lose the PKCS12 password, you will have to the start the registration process from the beginning.":"---","If you would like to edit your registration form before submitting, please return to the":"---","Import File":"---","Incomplete":"---","Incorporation Date":"---","Information about the VASP such as website, incorporation date, business and VASP category.":"---","Information that identifies your organization as a Legal Person. This section represents the IVMS 101 data structure for legal persons and is strongly suggested for use as KYC information exchanged in TRISA transfers.":"---","Information to ensure that required compliance information exchanges are conducted correctly and safely. This includes information about jurisdiction and national regulator, Customer Due Diligence(CDD) and Travel Rule policies, and data protection policies.":"---","Integrate and Comply":"---","Integrate with TRISA.":"---","Interoperable":"---","Invalid date":"---","Invalid date / year must be 4 digit":"---","Is your organization permitted to send and/or receive transfers of virtual assets in the jurisdictions in which it operates?":"---","Is your organization required by law to safeguard PII?":"---","Is your organization required to comply with the application of the Travel Rule standards in the jurisdiction(s) where it is licensed/approved/registered?":"---","Issue Date":"---","Issue Date:":"---","Join Today":"---","Join the TRISA network today.":"---","Join us on Thursday Apr 28 for the TRISA Working Group.":"---","Last Login:":"---","Last Updated":"---","Learn How TRISA Works":"---","Learn More":"---","Learn about the three-step process to become a member and verified VASP.":"---","Learn how TRISA works.":"---","Legal":"---","Legal Entity Identifier (LEI)":"---","Legal Person":"---","Legal name is required":"---","Legal/ Compliance Contact (required)":"---","Local Name Identifiers":"---","Log In":"---","Log in":"---","Log in to TRISA’s Global Directory Service":"---","Log in.":"---","Log into your TRISA account.":"---","Login":"---","MAINNET DIRECTORY RECORD":"---","MAINNET SUBMISSION":"---","MainNet":"---","MainNet Certificate Common Name":"---","MainNet Certificates":"---","MainNet Network Metrics":"---","MainNet TRISA Endpoint":"---","Max file size 10mb":"---","Meet Alice VASP, Bob VASP and Evil VASP":"---","Meet Alice VASP, Bob VASP, and “Evil” VASP":"---","Message from server:":"---","Misc":"---","Missing required element":"---","Must comply with Travel Rule":"---","Must safeguard PII":"---","NO":"---","Name":"---","Name Identifier Type is required":"---","Name Identifiers":"---","Name identifiers":"---","Name of Primary Regulator":"---","Name, Addresss, Country, National Identifier":"---","National Identification":"---","National Jurisdiction":"---","Need to Learn More?":"---","Network Announcement":"---","Network Status":"---","New Members":"---","New X.509 Identity Certificate Request":"---","Next":"---","No":"---","No information is sent until you complete Section 6 - Review & Submit":"---","Not Saved":"---","Not a TRISA Member?":"---","Note:":"---","Open Source":"---","Open Source Resources":"---","Option 1. Set Up Your Own TRISA Node":"---","Option 2. Use a 3rd-party Solution":"---","Organization Collaborators":"---","Organization Name":"---","Organization Type":"---","Organization name is required":"---","Organization:":"---","Organizational Details":"---","Other Jurisdictions":"---","Overview":"---","Page Not Found":"---","Partially":"---","Participate in verified VASP-to-VASP Travel Rule exchanges.":"---","Passport Number":"---","Password":"---","Peer-to-Peer":"---","Permission":"---","Permission:":"---","Phone Number":"---","Phonetic Name Identifiers":"---","Please add any other regulatory jurisdictions your organization complies with.":"---","Please complete all details":"---","Please copy and paste this password and store somewhere safe!":"---","Please enter the information that identifies your organization as a Legal Person. This form represents the":"---","Please enter the information that identifies your organization as a Legal Person. This form represents the {0} data structure for legal persons and is strongly suggested for use as KYC or CDD information exchanged in TRISA transfers.":"---","Please review the information provided, edit as needed, and submit to complete the registration form. After the information is reviewed, emails will be sent to the provided contacts for verification. Once verified, your TestNet certificate will be issued.":"---","Please review the information provided, edit as needed, and submit to complete the registration form. After the information is reviewed, you will be contacted to verify details. Once verified, your TestNet certificate will be issued.":"---","Please select as many categories needed to represent the types of virtual asset services your organization provides.":"---","Please specify the applicable regulation(s) for Travel Rule standards compliance, e.g.\"FATF Recommendation 16\"":"---","Please supply a valid national identification number. TRISA recommends the use of LEI numbers. For more information, please visit":"---","Please supply contact information for representatives of your organization. All contacts will receive an email verification token and the contact emails must be verified before the registration can proceed.":"---","Please use the email address associated with your organization.":"---","Postal Code / Postcode / ZIP Code":"---","Preferred name for email communication.":"---","Previous":"---","Primary National Jurisdiction":"---","Primary contact for handling technical queries about the operation and status of your service participating in the TRISA network. Can be a group or admin email.":"---","Profile Created:":"---","Reference implementation":"---","Reg Authority":"---","Region / Province / State (required)":"---","Registered Directory":"---","Registration Authority":"---","Registration Authority Identifier":"---","Registration Authority cannot be left empty":"---","Registration Submission":"---","Regulator Name":"---","Remove line":"---","Request New Identity Certificate":"---","Requesting a new X.509 Identity Certificate will invalidate and revoke your current X.509 Identity Certificate.":"---","Reset":"---","Residential":"---","Return to vaspdirectory.net":"---","Review":"---","Review page":"---","Role":"---","Routine Maintenance Scheduled":"---","Safeguards PII":"---","Save & Next":"---","Save & Previous":"---","Sealing Certificate Inventory":"---","Search the Directory Service":"---","Section":"---","Section 1: Basic Details":"---","Section 2: Legal Person":"---","Section 3: Contacts":"---","Section 4: TRISA Implementation":"---","Section 5: TRIXO Questionnaire":"---","Section 6: Review & Submit":"---","Sections & Details":"---","Secure":"---","Select VASP category":"---","Select a country":"---","Select business category":"---","Set up your TRISA node or integrate with a 3rd-party Travel Rule solution. Complete\n testing and move to production.":"---","Set up your TRISA node or integrate with a 3rd-party Travel Rule solution. Complete testing and move to production.":"---","Short":"---","Sign out":"---","Signature ID":"---","Since TRISA is an open source, peer-to-peer Travel Rule solution, VASPs can set\n up and maintain their own TRISA server to exhange encrypted Travel Rule\n compliance data. TRISA maintains an":"---","Since TRISA is an open source, peer-to-peer Travel Rule solution, VASPs can set up and maintain their own TRISA server to exhange encrypted Travel Rule compliance data. At the same time, TRISA is designed to be interoperable. There are several Travel Rule solutions providers available on the market. If you are a customer, work with your Travel Ruie provider to integrate TRISA into your Travel Rule compliance workflow.":"---","Social Security Number":"---","Something went wrong. Please try again later.":"---","Sorry, the page you are looking for doesn't exist or has been moved":"---","Sorry. We could not find a user account with the email address":"---","Start Certificate Registration":"---","Start Registration":"---","Start trial":"---","Status":"---","Status:":"---","Step 1":"---","Submit":"---","Submit MainNet Registration":"---","Submit TestNet Registration":"---","Submitted":"---","Support":"---","Synga Bridge":"---","TESTNET DIRECTORY RECORD":"---","TESTNET SUBMISSION":"---","TRISA Certificates":"---","TRISA Details":"---","TRISA Endpoint":"---","TRISA Endpoint: MainNet":"---","TRISA Endpoint: TestNet":"---","TRISA Githubs repo":"---","TRISA Global Directory Service":"---","TRISA Identity Signature:":"---","TRISA Implementation":"---","TRISA Implementations":"---","TRISA Member ID":"---","TRISA Member ID:":"---","TRISA Organization Profile":"---","TRISA Registration Request Submitted!":"---","TRISA Service Endpoint":"---","TRISA Verification":"---","TRISA Verification:":"---","TRISA Verified Logo":"---","TRISA endpoint for communication":"---","TRISA endpoint is not valid":"---","TRISA implementation":"---","TRISA is a decentralized network where VASPs communicate directly with each other.":"---","TRISA is a global, open source, peer-to-peer and secure Travel Rule architecture and network designed to be accessible and interoperable. Become a TRISA-certified VASP today.":"---","TRISA is designed to be interoperable with other Travel Rule solutions.":"---","TRISA is designed to be interoperable. There are several Travel Rule solutions\n providers available on the market. If you are a customer, work with them to\n integrate TRISA into your Travel Rule compliance workflow.":"---","TRISA is open source and available to implement by any VASP.":"---","TRISA issues two types of certificates:":"---","TRISA members must complete a comprehensive multi-part verification form and due diligence process. Once verified, TRISA will issue TestNet and MainNet certificates for secure Travel Rule compliance.":"---","TRISA specific identity number (UUID), only supplied if you're updating an existing registration request":"---","TRISA uses public-key cryptography for encrypting data in flight and at rest.":"---","TRISA verified members may download and display a “TRISA Verified VASP” logo on their website. The logo is unique to your VASP and non-reproducible. Members may download their logo after verification is complete and their certificate has been issued. The logo is in .svg fotmat":"---","TRISA’s Github repo":"---","TRISA’s Global Directory Service (GDS) is a network of vetted VASPs that can securely exchange Travel Rule compliance data with each other.":"---","TRISA’s verification form includes five sections and may require information from several parties in your organization.":"---","TRIXO Questionnaire":"---","Talk to a member of your technical team to determine the requirements and\n resources to integrate TRISA with your system. Have members of your technical\n team integrate your systems with TRISA. Or work with a solutions provider that\n can help your VASP set up your TRISA server and maintain it.":"---","Tax Identification Number":"---","Technical Contact (required)":"---","Technical Officer":"---","Technical Resources":"---","Technical information about your endpoint for certificate issuance. Each VASP is required to establish a TRISA endpoint for inter-VASP communication.":"---","TestNet":"---","TestNet Certificate Common Name":"---","TestNet Certificates":"---","TestNet Network Metrics":"---","TestNet TRISA Endpoint":"---","TestNet and MainNet endpoints should not be the same":"---","Thank you for creating your TRISA account.":"---","Thank you for creating your TRISA account. You must verify your email address. An email with verification instructions has been sent to your email address. Please complete the email verification process in 24 hours. The email verification link will expire in 24 hours.":"---","Thank you. We have sent instructions to reset your password to":"---","Thank you. We have sent instructions to reset your password to {0}. The link to reset your password expires in 24 hours.":"---","The Common Name typically matches the Endpoint, without the port number\n at the end (e.g. trisa.myvasp.com) and is used to identify the subject\n in the X.509 certificate.":"---","The GDS will be undergoing routine maintenance on Apr 7.":"---","The Travel Rule Information Sharing Architecture (TRISA)":"---","The address and port of the TRISA endpoint for partner VASPs to connect on via gRPC.":"---","The common name for the mTLS certificate. This should match the TRISA endpoint without the port in most cases.":"---","The link to reset your password expires in 24 hours.":"---","The minimum threshold above which your organization is required to collect/send Travel Rule information.":"---","The name and type of name by which the legal person is known.":"---","The name of primary regulator or supervisory authority for your national jurisdiction":"---","This is the only time the PKCS12 password is shown during the registration process.":"---","This multi-section form is an important step in the registration and certificate issuance process. The information you provide will be used to verify the legal entity that you represent and, where appropriate, will be available to verified TRISA members to facilitate compliance decisions. If you need guidance, see the":"---","This questionnaire is designed to help TRISA members understand the regulatory regime of your organization. The information provided will help ensure that required compliance information exchanges are conducted correctly and safely. All verified TRISA members will have access to this information.":"---","Threshold to conduct KYC before permitting the customer to send/receive virtual asset transfers":"---","To assist in completing the registration form, the form is divided into multiple sections":"---","Trading":"---","Understood":"---","Unspecified":"---","Upcoming TRISA Working Group Call":"---","Upon verification, integrate with TRISA to begin exchanging Travel Rule compliance data.":"---","User Details":"---","User ID":"---","User ID:":"---","VASP Category":"---","VASPs have two options to integrate with TRISA.":"---","VERIFIED ON":"---","Verification Status:":"---","Verified":"---","Verified On":"---","Verified VASPs":"---","Visit Getting Started with TRISA":"---","We recommend that a senior compliance officer initially creates the account for the VASP. Additional accounts can be created later.":"---","Website":"---","Website is a required field":"---","Website, incorporation Date, VASP Category":"---","Welcome to TRISA’s network of Certified VASPs.":"---","What is IVMS101?":"---","What is the minimum threshold for Travel Rule compliance?":"---","What’s a Common name or VASP ID?":"---","Who to Ask":"---","Who to ask":"---","Why Join TRISA":"---","X.509 Identity Certificate Inventory":"---","X.509 Identity Certificates":"---","YES":"---","Yes":"---","You must request a new X.509 Identity Certificate to change your Endpoint and Common Name.":"---","You must submit your registration for TestNet and MainNet separately.":"---","You must verify your email address. An email with verification instructions has been sent to your email address. Please complete the email verification process in 24 hours. The email verification link will expire in 24 hours.":"---","You will receive two separate emails with confirmation links for each registration. You must click on each confirmation link to complete the registration process.":"---","Your TRISA Implementation":"---","Your account has not been verified. Please check your email to verify your account.":"---","Your registration form has been successfully submitted. You will receive a confirmation email from admin@trisa.io. In the email, you will receive instructions on next steps. Return to your dashboard to monitor the status of your registration and certificate.":"---","Your registration request has been successfully received by the Directory Service. Verification emails have been sent to all contacts listed. Once your contact information has been verified, the registration form will be sent to the TRISA review board to verify your membership in the TRISA network.":"---","about us":"---","common name should match the TRISA endpoint without the port":"---","complete VASP verification":"---","compliance. TRISA helps Virtual Asset Service Providers (VASPs) comply with the Travel Rule for cross-border cryptocurrency transactions. TRISA is designed to be interoperable.":"---","create account":"---","create your account":"---","for Cryptocurrency Travel Rule compliance.":"---","for TestNet registration so your TestNet certificate will be issued upon review by the validation team":"---","for legal persons and is strongly suggested for use as KYC or CDD information exchanged in TRISA transfers.":"---","in partnership with":"---","is a global, open source, secure, and peer-to-peer protocol for":"---","is not required":"---","is required":"---","legal":"---","lower case letters (a-z)":"---","numbers (i.e. 0-9)":"---","on behalf of":"---","registration. Upon submission, you will receive an email with a confirmation link. You must click the confirmation link to complete the registration process. Failure to click the confirmation link will result in an incomplete registration":"---","special characters (e.g. !@#$%^&*)":"---","the TRISA architecture":"---","upper case letters (A-Z)":"---","with detailed documentation, a reference implemenation, and “robot” VASPs for\n testing purposes.":"---","{0}":"---","{0} Contact":"---"}};
\ No newline at end of file
+/*eslint-disable*/module.exports={messages:{" Failure to click either confirmation will result in an incomplete registration":"---"," When you are verified you will be issued PKCS12 encrypted identity certificates\n for use in mTLS authentication between TRISA members. The password to decrypt\n those certificates is shown below:":"---"," create your TRISA account with your VASP email address. Add collaborators in your\n organization.":"---"," for MainNet registration so your MainNet certificate will be issued upon review by the validation team":"---","(1)X.509 Identity Certificates":"---","(2)Sealing Certificates":"---","(Saved)":"---","(not interoperable)":"---","(not saved)":"---","*At least 8 characters in length \n* Contain at least 3 of the following 4\ntypes of characters: \n* lower case letters (a-z) \n* upper case letters (A-Z) \n* numbers (i.e. 0-9) \n* special characters (e.g. !@#$%^&*)":"---","1 Basic Details":"---","2 Legal Person":"---","2022-03-14":"---","2022-04-01":"---","3 Contacts":"---","3rd Party Travel Rule Providers":"---","4 TRISA Implementation":"---","5 TRIXO Questionnaire":"---","A business phone number is required to complete physical verification for MainNet registration. Please provide a phone number where the Legal/ Compliance contact can be contacted":"---","A component of":"---","A physical verification check in the form of a phone call":"---","About TRISA":"---","Action":"---","Add Address":"---","Add Contact":"---","Add Jurisdiction":"---","Add Legal Name":"---","Add Local Name":"---","Add Phonetic Names":"---","Add Regulation":"---","Added":"---","Address":"---","Address Type (required)":"---","Address line 1 e.g. building name/number, street name (required)":"---","Address line 2 e.g. apartment or suite number":"---","Addresses":"---","Administrative Contact (optional)":"---","Administrative or executive contact for your organization to field high-level requests or queries. (Strongly recommended)":"---","Alien Registration Number":"---","All TRISA members must complete TRISA’s VASP verification and due diligence process to become a Verified VASP.":"---","Already have an account?":"---","An error has occurred to load annoucements":"---","An error has occurred to load attention data":"---","An error has occurred to load legal person data":"---","An error has occurred to load {type} metric":"---","An identifier issued by an appropriate issuing authority":"---","App version {appVersion}":"---","Applicable Regulations":"---","Apply to Become a TRISA-certified Virtual Asset Service Provider.":"---","At least 9 characters in length":"---","At least one geographic address is required. Enter the primary geographic address of the organization. Organizations may enter additional addresses if operating in multiple jurisdictions.":"---","At what threshold and currency does your organization conduct KYC?":"---","BFF & GDS version {bffAndGdsVersion}":"---","Back Home":"---","Back to Review Page":"---","Basic Details":"---","Become Travel Rule compliant.":"---","Beware the Ides of March":"---","Billing Contact (optional)":"---","Billing contact for your organization to handle account and invoice requests or queries relating to the operation of the TRISA network.":"---","Business":"---","Business Address":"---","Business Category":"---","Business Details":"---","Business or Compliance Office":"---","By answering yes, I understand that this is the only time the PKCS12 Password is displayed and I have copied and securely saved the password.":"---","CDD & Travel Rule Policies":"---","CDD and data protection policies":"---","Cancel":"---","Certificate Common Name":"---","Certificate Details":"---","Certificate Management":"---","Certificate Progress":"---","Certificate Registration":"---","Certificate Registration Process":"---","Change Permissions":"---","CipherTrace Providers":"---","City / Town / Municipality":"---","Clear & Reset Form":"---","Clear & Reset Registration Form":"---","Click below to submit your":"---","Click “No” if you have not copied the PKCS12 password yet and would like to view and copy the password.":"---","Click “Reset” to clear and reset the registration form. All data will be deleted and you will be re-directed to the beginning of the form and you will be required to restart the registration process":"---","Click “Yes” if you have copied the PKCS12 password and have securely saved it.":"---","Common Name":"---","Common name or VASP ID":"---","Common name should not contain special characters, no spaces and must have a dot(.) in it":"---","Common name should not contain special characters, no spaces and must have a dot(.) in it and should have at least 2 characters after the periods":"Common name should not contain special characters, no spaces and must have a dot(.) in it and should have at least 2 characters after the periods","Common name should not contain special characters, no spaces and must have a dot(.) in it, should have at least 2 characters after the periods":"Common name should not contain special characters, no spaces and must have a dot(.) in it, should have at least 2 characters after the periods","Complete Certficate Registration":"---","Complete TRISA’s VASP Verfication Process":"---","Complete the multi-part TRISA verification form and due diligence process. Once\n approved, gain access to the Testnet.":"---","Complete the multi-part TRISA verification form and due diligence process. Once approved, gain access to the Testnet and MainNet.":"---","Compliance Officer":"---","Compliance officer or legal contact for requests about the compliance requirements and legal status of your organization. A business phone number is required to complete physical verification for MainNet registration. Please provide a phone number where the Legal/ Compliance contact can be contacted.":"---","Compliance, Technical, Admininstrative, Billing":"---","Comply with the Travel Rule":"---","Conducts KYC before virtual asset transfers":"---","Contact Verified":"---","Contact information for representatives of your organization. Contacts include Technical, Legal/Compliance, Administrative, and Billing persons.":"---","Contacts":"---","Contain at least 3 of the following 4 types of characters":"---","Continue":"---","Continue with Google":"---","Copied":"---","Copy":"---","Country":"---","Country (required)":"---","Country of Issue":"---","Country of Issue is reserved for National Identifiers of Natural Persons":"---","Country of Registration":"---","Country of registration is required":"---","Country:":"---","Create Account":"---","Create account":"---","Create an Account":"---","Create your TRISA account with your VASP email address. Add collaborators in your organization.":"---","Create your TRISA account.":"---","Create your account today.":"---","Created and maintained by":"---","Customer Number":"---","Dashboard":"---","Data Protection Policies":"---","Date of Incorporation / Establishment":"---","Deactivate":"---","Delete":"---","Delete the address line":"---","Description":"---","Details":"---","Directory Lookup":"---","Documentation":"---","Does your organization conduct KYC/CDD before permitting its customers to send/receive virtual asset transfers?":"---","Does your organization have a programme that sets minimum AML, CFT, KYC/CDD and Sanctions standards per the requirements of the jurisdiction(s) regulatory regimes where it is licensed/approved/registered?":"---","Does your organization secure and protect PII, including PII received from other VASPs under the Travel Rule?":"---","Download":"---","Driver's License Number":"---","Each VASP is required to establish a TRISA endpoint for inter-VASP communication. Please specify the details of your endpoint for certificate issuance.":"---","Each VASP is required to establish a TRISA endpoint for inter-VASP communication. Please specify the details of your endpoint for certificate issuance. Please specify the TestNet endpoint and the MainNet endpoint. The TestNet endpoint and the MainNet endpoint must be different.":"---","Edit":"---","Email Address":"---","Email is not valid":"---","Email is required":"---","Endpoint":"---","Enter the VASP Common Name or VASP ID. Not a TRISA Member?":"---","Enter the name and type of name by which the legal person is known. At least one legal name is required. Organizations are strongly encouraged to enter additional name identifiers such as Trading Name/ Doing Business As (DBA), Local names, and phonetic names where appropriate.":"---","Enter your email address":"---","Error Submitting Certificate":"---","Expiration Date":"---","Expiry Date:":"---","Export Data":"---","Files is required":"---","Final Confirmation":"---","Final review and form submission":"---","First Listed":"---","Follow the instructions below to reset your TRISA password":"---","For MainNet certificate requests, a member of TRISA’s verification team will review your submission and conduct a final due diligence phone call for physical verification. When physical verification is complete, TRISA will issue MainNet certificates. Requests for TestNet certificates do not require physical verification.":"---","For identifiers other than LEI specify the registration authority from the following list. See":"---","Foreign Investment Identity Number":"---","Forgot password?":"---","Full Name":"---","GLEIF Registration Authorities":"---","Geographic":"---","Getting Started Help Guide":"---","Git Revision":"---","GitHub repository":"---","Global Directory Service":"---","Guest":"---","Home":"---","How to set up your own node?":"---","I acknowledge that requesting a new X.509 Identity Certificate will invalidate and revoke my organization’s current X.509 Identity Certificate.":"---","I have a bad feeling about tomorrow.":"---","ID":"---","ID:":"---","IVMS 101 data structure":"---","Identification Number":"---","Identification Type":"---","Identity Card Number":"---","Identity Certificates":"---","If supplied, use full phone number with country code":"---","If you lose the PKCS12 password, you will have to the start the registration process from the beginning.":"---","If you would like to edit your registration form before submitting, please return to the":"---","Import File":"---","Incomplete":"---","Incorporation Date":"---","Information about the VASP such as website, incorporation date, business and VASP category.":"---","Information that identifies your organization as a Legal Person. This section represents the IVMS 101 data structure for legal persons and is strongly suggested for use as KYC information exchanged in TRISA transfers.":"---","Information to ensure that required compliance information exchanges are conducted correctly and safely. This includes information about jurisdiction and national regulator, Customer Due Diligence(CDD) and Travel Rule policies, and data protection policies.":"---","Integrate and Comply":"---","Integrate with TRISA.":"---","Interoperable":"---","Invalid date":"---","Invalid date / year must be 4 digit":"---","Is your organization permitted to send and/or receive transfers of virtual assets in the jurisdictions in which it operates?":"---","Is your organization required by law to safeguard PII?":"---","Is your organization required to comply with the application of the Travel Rule standards in the jurisdiction(s) where it is licensed/approved/registered?":"---","Issue Date":"---","Issue Date:":"---","Join Today":"---","Join the TRISA network today.":"---","Join us on Thursday Apr 28 for the TRISA Working Group.":"---","Last Login:":"---","Last Updated":"---","Learn How TRISA Works":"---","Learn More":"---","Learn about the three-step process to become a member and verified VASP.":"---","Learn how TRISA works.":"---","Legal":"---","Legal Entity Identifier (LEI)":"---","Legal Person":"---","Legal name is required":"---","Legal/ Compliance Contact (required)":"---","Local Name Identifiers":"---","Log In":"---","Log in":"---","Log in to TRISA’s Global Directory Service":"---","Log in.":"---","Log into your TRISA account.":"---","Login":"---","MAINNET DIRECTORY RECORD":"---","MAINNET SUBMISSION":"---","MainNet":"---","MainNet Certificate Common Name":"---","MainNet Certificates":"---","MainNet Network Metrics":"---","MainNet TRISA Endpoint":"---","Max file size 10mb":"---","Meet Alice VASP, Bob VASP and Evil VASP":"---","Meet Alice VASP, Bob VASP, and “Evil” VASP":"---","Message from server:":"---","Misc":"---","Missing required element":"---","Must comply with Travel Rule":"---","Must safeguard PII":"---","NO":"---","Name":"---","Name Identifier Type is required":"---","Name Identifiers":"---","Name identifiers":"---","Name of Primary Regulator":"---","Name, Addresss, Country, National Identifier":"---","National Identification":"---","National Jurisdiction":"---","Need to Learn More?":"---","Network Announcement":"---","Network Status":"---","New Members":"---","New X.509 Identity Certificate Request":"---","Next":"---","No":"---","No information is sent until you complete Section 6 - Review & Submit":"---","Not Saved":"---","Not a TRISA Member?":"---","Note:":"---","Open Source":"---","Open Source Resources":"---","Option 1. Set Up Your Own TRISA Node":"---","Option 2. Use a 3rd-party Solution":"---","Organization Collaborators":"---","Organization Name":"---","Organization Type":"---","Organization name is required":"---","Organization:":"---","Organizational Details":"---","Other Jurisdictions":"---","Overview":"---","Page Not Found":"---","Partially":"---","Participate in verified VASP-to-VASP Travel Rule exchanges.":"---","Passport Number":"---","Password":"---","Peer-to-Peer":"---","Permission":"---","Permission:":"---","Phone Number":"---","Phonetic Name Identifiers":"---","Please add any other regulatory jurisdictions your organization complies with.":"---","Please complete all details":"---","Please copy and paste this password and store somewhere safe!":"---","Please enter the information that identifies your organization as a Legal Person. This form represents the":"---","Please enter the information that identifies your organization as a Legal Person. This form represents the {0} data structure for legal persons and is strongly suggested for use as KYC or CDD information exchanged in TRISA transfers.":"---","Please review the information provided, edit as needed, and submit to complete the registration form. After the information is reviewed, emails will be sent to the provided contacts for verification. Once verified, your TestNet certificate will be issued.":"---","Please review the information provided, edit as needed, and submit to complete the registration form. After the information is reviewed, you will be contacted to verify details. Once verified, your TestNet certificate will be issued.":"---","Please select as many categories needed to represent the types of virtual asset services your organization provides.":"---","Please specify the applicable regulation(s) for Travel Rule standards compliance, e.g.\"FATF Recommendation 16\"":"---","Please supply a valid national identification number. TRISA recommends the use of LEI numbers. For more information, please visit":"---","Please supply contact information for representatives of your organization. All contacts will receive an email verification token and the contact emails must be verified before the registration can proceed.":"---","Please use the email address associated with your organization.":"---","Postal Code / Postcode / ZIP Code":"---","Preferred name for email communication.":"---","Previous":"---","Primary National Jurisdiction":"---","Primary contact for handling technical queries about the operation and status of your service participating in the TRISA network. Can be a group or admin email.":"---","Profile Created:":"---","Reference implementation":"---","Reg Authority":"---","Region / Province / State (required)":"---","Registered Directory":"---","Registration Authority":"---","Registration Authority Identifier":"---","Registration Authority cannot be left empty":"---","Registration Submission":"---","Regulator Name":"---","Remove line":"---","Request New Identity Certificate":"---","Requesting a new X.509 Identity Certificate will invalidate and revoke your current X.509 Identity Certificate.":"---","Reset":"---","Residential":"---","Return to vaspdirectory.net":"---","Review":"---","Review page":"---","Role":"---","Routine Maintenance Scheduled":"---","Safeguards PII":"---","Save & Next":"---","Save & Previous":"---","Sealing Certificate Inventory":"---","Search the Directory Service":"---","Section":"---","Section 1: Basic Details":"---","Section 2: Legal Person":"---","Section 3: Contacts":"---","Section 4: TRISA Implementation":"---","Section 5: TRIXO Questionnaire":"---","Section 6: Review & Submit":"---","Sections & Details":"---","Secure":"---","Select VASP category":"---","Select a country":"---","Select business category":"---","Set up your TRISA node or integrate with a 3rd-party Travel Rule solution. Complete\n testing and move to production.":"---","Set up your TRISA node or integrate with a 3rd-party Travel Rule solution. Complete testing and move to production.":"---","Short":"---","Sign out":"---","Signature ID":"---","Since TRISA is an open source, peer-to-peer Travel Rule solution, VASPs can set\n up and maintain their own TRISA server to exhange encrypted Travel Rule\n compliance data. TRISA maintains an":"---","Since TRISA is an open source, peer-to-peer Travel Rule solution, VASPs can set up and maintain their own TRISA server to exhange encrypted Travel Rule compliance data. At the same time, TRISA is designed to be interoperable. There are several Travel Rule solutions providers available on the market. If you are a customer, work with your Travel Ruie provider to integrate TRISA into your Travel Rule compliance workflow.":"---","Social Security Number":"---","Something went wrong. Please try again later.":"---","Sorry, the page you are looking for doesn't exist or has been moved":"---","Sorry. We could not find a user account with the email address":"---","Start Certificate Registration":"---","Start Registration":"---","Start trial":"---","Status":"---","Status:":"---","Step 1":"---","Submit":"---","Submit MainNet Registration":"---","Submit TestNet Registration":"---","Submitted":"---","Support":"---","Synga Bridge":"---","TESTNET DIRECTORY RECORD":"---","TESTNET SUBMISSION":"---","TRISA Certificates":"---","TRISA Details":"---","TRISA Endpoint":"---","TRISA Endpoint: MainNet":"---","TRISA Endpoint: TestNet":"---","TRISA Githubs repo":"---","TRISA Global Directory Service":"---","TRISA Identity Signature:":"---","TRISA Implementation":"---","TRISA Implementations":"---","TRISA Member ID":"---","TRISA Member ID:":"---","TRISA Organization Profile":"---","TRISA Registration Request Submitted!":"---","TRISA Service Endpoint":"---","TRISA Verification":"---","TRISA Verification:":"---","TRISA Verified Logo":"---","TRISA endpoint for communication":"---","TRISA endpoint is not valid":"---","TRISA implementation":"---","TRISA is a decentralized network where VASPs communicate directly with each other.":"---","TRISA is a global, open source, peer-to-peer and secure Travel Rule architecture and network designed to be accessible and interoperable. Become a TRISA-certified VASP today.":"---","TRISA is designed to be interoperable with other Travel Rule solutions.":"---","TRISA is designed to be interoperable. There are several Travel Rule solutions\n providers available on the market. If you are a customer, work with them to\n integrate TRISA into your Travel Rule compliance workflow.":"---","TRISA is open source and available to implement by any VASP.":"---","TRISA issues two types of certificates:":"---","TRISA members must complete a comprehensive multi-part verification form and due diligence process. Once verified, TRISA will issue TestNet and MainNet certificates for secure Travel Rule compliance.":"---","TRISA specific identity number (UUID), only supplied if you're updating an existing registration request":"---","TRISA uses public-key cryptography for encrypting data in flight and at rest.":"---","TRISA verified members may download and display a “TRISA Verified VASP” logo on their website. The logo is unique to your VASP and non-reproducible. Members may download their logo after verification is complete and their certificate has been issued. The logo is in .svg fotmat":"---","TRISA’s Github repo":"---","TRISA’s Global Directory Service (GDS) is a network of vetted VASPs that can securely exchange Travel Rule compliance data with each other.":"---","TRISA’s verification form includes five sections and may require information from several parties in your organization.":"---","TRIXO Questionnaire":"---","Talk to a member of your technical team to determine the requirements and\n resources to integrate TRISA with your system. Have members of your technical\n team integrate your systems with TRISA. Or work with a solutions provider that\n can help your VASP set up your TRISA server and maintain it.":"---","Tax Identification Number":"---","Technical Contact (required)":"---","Technical Officer":"---","Technical Resources":"---","Technical information about your endpoint for certificate issuance. Each VASP is required to establish a TRISA endpoint for inter-VASP communication.":"---","TestNet":"---","TestNet Certificate Common Name":"---","TestNet Certificates":"---","TestNet Network Metrics":"---","TestNet TRISA Endpoint":"---","TestNet and MainNet endpoints should not be the same":"---","Thank you for creating your TRISA account.":"---","Thank you for creating your TRISA account. You must verify your email address. An email with verification instructions has been sent to your email address. Please complete the email verification process in 24 hours. The email verification link will expire in 24 hours.":"---","Thank you. We have sent instructions to reset your password to":"---","Thank you. We have sent instructions to reset your password to {0}. The link to reset your password expires in 24 hours.":"---","The Common Name typically matches the Endpoint, without the port number\n at the end (e.g. trisa.myvasp.com) and is used to identify the subject\n in the X.509 certificate.":"---","The GDS will be undergoing routine maintenance on Apr 7.":"---","The Travel Rule Information Sharing Architecture (TRISA)":"---","The address and port of the TRISA endpoint for partner VASPs to connect on via gRPC.":"---","The common name for the mTLS certificate. This should match the TRISA endpoint without the port in most cases.":"---","The link to reset your password expires in 24 hours.":"---","The minimum threshold above which your organization is required to collect/send Travel Rule information.":"---","The name and type of name by which the legal person is known.":"---","The name of primary regulator or supervisory authority for your national jurisdiction":"---","This is the only time the PKCS12 password is shown during the registration process.":"---","This multi-section form is an important step in the registration and certificate issuance process. The information you provide will be used to verify the legal entity that you represent and, where appropriate, will be available to verified TRISA members to facilitate compliance decisions. If you need guidance, see the":"---","This questionnaire is designed to help TRISA members understand the regulatory regime of your organization. The information provided will help ensure that required compliance information exchanges are conducted correctly and safely. All verified TRISA members will have access to this information.":"---","Threshold to conduct KYC before permitting the customer to send/receive virtual asset transfers":"---","To assist in completing the registration form, the form is divided into multiple sections":"---","Trading":"---","Understood":"---","Unspecified":"---","Upcoming TRISA Working Group Call":"---","Upon verification, integrate with TRISA to begin exchanging Travel Rule compliance data.":"---","User Details":"---","User ID":"---","User ID:":"---","VASP Category":"---","VASPs have two options to integrate with TRISA.":"---","VERIFIED ON":"---","Verification Status:":"---","Verified":"---","Verified On":"---","Verified VASPs":"---","Visit Getting Started with TRISA":"---","We recommend that a senior compliance officer initially creates the account for the VASP. Additional accounts can be created later.":"---","Website":"---","Website is a required field":"---","Website, incorporation Date, VASP Category":"---","Welcome to TRISA’s network of Certified VASPs.":"---","What is IVMS101?":"---","What is the minimum threshold for Travel Rule compliance?":"---","What’s a Common name or VASP ID?":"---","Who to Ask":"---","Who to ask":"---","Why Join TRISA":"---","X.509 Identity Certificate Inventory":"---","X.509 Identity Certificates":"---","YES":"---","Yes":"---","You must request a new X.509 Identity Certificate to change your Endpoint and Common Name.":"---","You must submit your registration for TestNet and MainNet separately.":"---","You must verify your email address. An email with verification instructions has been sent to your email address. Please complete the email verification process in 24 hours. The email verification link will expire in 24 hours.":"---","You will receive two separate emails with confirmation links for each registration. You must click on each confirmation link to complete the registration process.":"---","Your TRISA Implementation":"---","Your account has not been verified. Please check your email to verify your account.":"---","Your dashboard":"Your dashboard","Your registration form has been successfully submitted. You will receive a confirmation email from admin@trisa.io. In the email, you will receive instructions on next steps. Return to your dashboard to monitor the status of your registration and certificate.":"---","Your registration request has been successfully received by the Directory Service. Verification emails have been sent to all contacts listed. Once your contact information has been verified, the registration form will be sent to the TRISA review board to verify your membership in the TRISA network.":"---","about us":"---","common name should match the TRISA endpoint without the port":"---","complete VASP verification":"---","compliance. TRISA helps Virtual Asset Service Providers (VASPs) comply with the Travel Rule for cross-border cryptocurrency transactions. TRISA is designed to be interoperable.":"---","create account":"---","create your account":"---","for Cryptocurrency Travel Rule compliance.":"---","for TestNet registration so your TestNet certificate will be issued upon review by the validation team":"---","for legal persons and is strongly suggested for use as KYC or CDD information exchanged in TRISA transfers.":"---","in partnership with":"---","is a global, open source, secure, and peer-to-peer protocol for":"---","is not required":"---","is required":"---","legal":"---","lower case letters (a-z)":"---","numbers (i.e. 0-9)":"---","on behalf of":"---","registration. Upon submission, you will receive an email with a confirmation link. You must click the confirmation link to complete the registration process. Failure to click the confirmation link will result in an incomplete registration":"---","special characters (e.g. !@#$%^&*)":"---","the TRISA architecture":"---","upper case letters (A-Z)":"---","with detailed documentation, a reference implemenation, and “robot” VASPs for\n testing purposes.":"---","{0}":"---","{0} Contact":"---"}};
\ No newline at end of file
diff --git a/web/gds-user-ui/src/locales/en-dh/messages.po b/web/gds-user-ui/src/locales/en-dh/messages.po
index b0c76fa74..b9746a73f 100644
--- a/web/gds-user-ui/src/locales/en-dh/messages.po
+++ b/web/gds-user-ui/src/locales/en-dh/messages.po
@@ -113,8 +113,8 @@ msgstr "---"
msgid "A physical verification check in the form of a phone call"
msgstr "---"
-#: src/components/Header/LandingHeader.tsx:83
-#: src/components/Header/LandingHeader.tsx:123
+#: src/components/Header/LandingHeader.tsx:85
+#: src/components/Header/LandingHeader.tsx:133
#: src/components/Section/AboutUs.tsx:29
msgid "About TRISA"
msgstr "---"
@@ -175,7 +175,7 @@ msgid "Address line 2 e.g. apartment or suite number"
msgstr "---"
#: src/components/Addresses/index.tsx:11
-#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:120
+#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:116
#: src/components/MemberDetails/index.tsx:244
msgid "Addresses"
msgstr "---"
@@ -210,7 +210,7 @@ msgstr "---"
msgid "An error has occurred to load attention data"
msgstr "---"
-#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:21
+#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:19
msgid "An error has occurred to load legal person data"
msgstr "---"
@@ -290,8 +290,8 @@ msgstr "---"
msgid "Business Address"
msgstr "---"
-#: src/components/BasicDetailsForm/index.tsx:64
-#: src/components/CertificateReview/BasicDetailsReviewDataTable.tsx:49
+#: src/components/BasicDetailsForm/index.tsx:72
+#: src/components/CertificateReview/BasicDetailsReviewDataTable.tsx:56
#: src/components/MemberDetails/index.tsx:125
msgid "Business Category"
msgstr "---"
@@ -504,8 +504,8 @@ msgstr "---"
msgid "Country of Issue is reserved for National Identifiers of Natural Persons"
msgstr "---"
-#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:147
-#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:192
+#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:143
+#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:188
#: src/components/CountryOfRegistration/index.tsx:19
#: src/components/MemberDetails/index.tsx:271
#: src/components/MemberDetails/index.tsx:331
@@ -564,8 +564,8 @@ msgstr "---"
msgid "Data Protection Policies"
msgstr "---"
-#: src/components/BasicDetailsForm/index.tsx:50
-#: src/components/CertificateReview/BasicDetailsReviewDataTable.tsx:56
+#: src/components/BasicDetailsForm/index.tsx:52
+#: src/components/CertificateReview/BasicDetailsReviewDataTable.tsx:63
#: src/components/MemberDetails/index.tsx:117
msgid "Date of Incorporation / Establishment"
msgstr "---"
@@ -596,8 +596,8 @@ msgstr "---"
msgid "Directory Lookup"
msgstr "---"
-#: src/components/Header/LandingHeader.tsx:86
-#: src/components/Header/LandingHeader.tsx:126
+#: src/components/Header/LandingHeader.tsx:88
+#: src/components/Header/LandingHeader.tsx:136
#: src/components/Navbar/Landing/MobileNav.tsx:73
#: src/components/Navbar/Landing/Nav.tsx:22
#: src/components/OpenSourceResources/index.tsx:20
@@ -794,14 +794,14 @@ msgstr "---"
msgid "IVMS 101 data structure"
msgstr "---"
-#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:174
+#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:170
#: src/components/MemberDetails/index.tsx:303
#: src/components/NameIdentification/index.tsx:130
#: src/components/OrganizationProfile/OrganizationalDetail.tsx:122
msgid "Identification Number"
msgstr "---"
-#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:180
+#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:176
#: src/components/MemberDetails/index.tsx:311
#: src/components/NameIdentification/index.tsx:159
#: src/components/OrganizationProfile/OrganizationalDetail.tsx:130
@@ -992,8 +992,8 @@ msgstr "---"
msgid "Log into your TRISA account."
msgstr "---"
-#: src/components/Header/LandingHeader.tsx:91
-#: src/components/Header/LandingHeader.tsx:129
+#: src/components/Header/LandingHeader.tsx:94
+#: src/components/Header/LandingHeader.tsx:140
msgid "Login"
msgstr "---"
@@ -1077,7 +1077,7 @@ msgstr "---"
msgid "Name Identifier Type is required"
msgstr "---"
-#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:45
+#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:43
#: src/components/MemberDetails/index.tsx:172
#: src/components/OrganizationProfile/OrganizationalDetail.tsx:77
msgid "Name Identifiers"
@@ -1096,7 +1096,7 @@ msgstr "---"
msgid "Name, Addresss, Country, National Identifier"
msgstr "---"
-#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:165
+#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:161
#: src/components/MemberDetails/index.tsx:298
#: src/components/NameIdentification/index.tsx:118
msgid "National Identification"
@@ -1180,7 +1180,8 @@ msgstr "---"
msgid "Organization Collaborators"
msgstr "---"
-#: src/components/BasicDetailsForm/index.tsx:27
+#: src/components/BasicDetailsForm/index.tsx:29
+#: src/components/CertificateReview/BasicDetailsReviewDataTable.tsx:34
#: src/components/Section/SearchDirectory.tsx:180
#: src/components/Section/SearchDirectory.tsx:248
msgid "Organization Name"
@@ -1282,7 +1283,7 @@ msgstr "---"
msgid "Please review the information provided, edit as needed, and submit to complete the registration form. After the information is reviewed, you will be contacted to verify details. Once verified, your TestNet certificate will be issued."
msgstr "---"
-#: src/components/BasicDetailsForm/index.tsx:89
+#: src/components/BasicDetailsForm/index.tsx:97
msgid "Please select as many categories needed to represent the types of virtual asset services your organization provides."
msgstr "---"
@@ -1333,7 +1334,7 @@ msgstr "---"
msgid "Reference implementation"
msgstr "---"
-#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:198
+#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:194
#: src/components/MemberDetails/index.tsx:337
msgid "Reg Authority"
msgstr "---"
@@ -1439,7 +1440,7 @@ msgid "Section"
msgstr "---"
#: src/components/BasicDetail/index.tsx:73
-#: src/components/CertificateReview/BasicDetailsReview.tsx:26
+#: src/components/CertificateReview/BasicDetailsReview.tsx:27
#: src/components/CertificateSection/index.tsx:23
#: src/components/CertificateSection/index.tsx:65
msgid "Section 1: Basic Details"
@@ -1482,7 +1483,7 @@ msgstr "---"
msgid "Secure"
msgstr "---"
-#: src/components/BasicDetailsForm/index.tsx:81
+#: src/components/BasicDetailsForm/index.tsx:89
msgid "Select VASP category"
msgstr "---"
@@ -1490,7 +1491,7 @@ msgstr "---"
msgid "Select a country"
msgstr "---"
-#: src/components/BasicDetailsForm/index.tsx:65
+#: src/components/BasicDetailsForm/index.tsx:73
msgid "Select business category"
msgstr "---"
@@ -1575,7 +1576,7 @@ msgid "Step 1"
msgstr "---"
#: src/components/CertificateRegistration/CertificateRegistrationTable.tsx:39
-#: src/components/NeedsAttention/AttentionAlert.tsx:111
+#: src/components/NeedsAttention/AttentionAlert.tsx:112
#: src/components/Section/PasswordResetForm.tsx:48
#: src/hoc/withRHF.tsx:117
msgid "Submit"
@@ -1860,7 +1861,7 @@ msgstr "---"
msgid "The minimum threshold above which your organization is required to collect/send Travel Rule information."
msgstr "---"
-#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:50
+#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:48
#: src/components/MemberDetails/index.tsx:177
#: src/components/NameIdentifiers/index.tsx:38
#: src/components/NameIdentifiers/index.tsx:45
@@ -1924,8 +1925,8 @@ msgstr "---"
msgid "User ID:"
msgstr "---"
-#: src/components/BasicDetailsForm/index.tsx:80
-#: src/components/CertificateReview/BasicDetailsReviewDataTable.tsx:65
+#: src/components/BasicDetailsForm/index.tsx:88
+#: src/components/CertificateReview/BasicDetailsReviewDataTable.tsx:72
#: src/components/MemberDetails/index.tsx:131
#: src/components/OrganizationProfile/OrganizationalDetail.tsx:91
msgid "VASP Category"
@@ -1965,8 +1966,8 @@ msgstr "---"
msgid "We recommend that a senior compliance officer initially creates the account for the VASP. Additional accounts can be created later."
msgstr "---"
-#: src/components/BasicDetailsForm/index.tsx:38
-#: src/components/CertificateReview/BasicDetailsReviewDataTable.tsx:34
+#: src/components/BasicDetailsForm/index.tsx:40
+#: src/components/CertificateReview/BasicDetailsReviewDataTable.tsx:41
#: src/components/MemberDetails/index.tsx:111
msgid "Website"
msgstr "---"
@@ -2059,6 +2060,11 @@ msgstr "---"
msgid "Your account has not been verified. Please check your email to verify your account."
msgstr "---"
+#: src/components/Header/LandingHeader.tsx:100
+#: src/components/Header/LandingHeader.tsx:144
+msgid "Your dashboard"
+msgstr ""
+
#: src/components/CertificateSection/index.tsx:61
msgid "Your registration form has been successfully submitted. You will receive a confirmation email from admin@trisa.io. In the email, you will receive instructions on next steps. Return to your dashboard to monitor the status of your registration and certificate."
msgstr "---"
diff --git a/web/gds-user-ui/src/locales/en/messages.js b/web/gds-user-ui/src/locales/en/messages.js
index c23432422..4959cd3ae 100644
--- a/web/gds-user-ui/src/locales/en/messages.js
+++ b/web/gds-user-ui/src/locales/en/messages.js
@@ -1 +1 @@
-/*eslint-disable*/module.exports={messages:{" Failure to click either confirmation will result in an incomplete registration":" Failure to click either confirmation will result in an incomplete registration"," When you are verified you will be issued PKCS12 encrypted identity certificates\n for use in mTLS authentication between TRISA members. The password to decrypt\n those certificates is shown below:":" When you are verified you will be issued PKCS12 encrypted identity certificates\n for use in mTLS authentication between TRISA members. The password to decrypt\n those certificates is shown below:"," create your TRISA account with your VASP email address. Add collaborators in your\n organization.":" create your TRISA account with your VASP email address. Add collaborators in your\n organization."," for MainNet registration so your MainNet certificate will be issued upon review by the validation team":" for MainNet registration so your MainNet certificate will be issued upon review by the validation team","(1)X.509 Identity Certificates":"(1)X.509 Identity Certificates","(2)Sealing Certificates":"(2)Sealing Certificates","(Saved)":"(Saved)","(not interoperable)":"(not interoperable)","(not saved)":"(not saved)","*At least 8 characters in length \n* Contain at least 3 of the following 4\ntypes of characters: \n* lower case letters (a-z) \n* upper case letters (A-Z) \n* numbers (i.e. 0-9) \n* special characters (e.g. !@#$%^&*)":"*At least 8 characters in length \n* Contain at least 3 of the following 4\ntypes of characters: \n* lower case letters (a-z) \n* upper case letters (A-Z) \n* numbers (i.e. 0-9) \n* special characters (e.g. !@#$%^&*)","1 Basic Details":"1 Basic Details","2 Legal Person":"2 Legal Person","2022-03-14":"2022-03-14","2022-04-01":"2022-04-01","3 Contacts":"3 Contacts","3rd Party Travel Rule Providers":"3rd Party Travel Rule Providers","4 TRISA Implementation":"4 TRISA Implementation","5 TRIXO Questionnaire":"5 TRIXO Questionnaire","A business phone number is required to complete physical verification for MainNet registration. Please provide a phone number where the Legal/ Compliance contact can be contacted":"A business phone number is required to complete physical verification for MainNet registration. Please provide a phone number where the Legal/ Compliance contact can be contacted","A component of":"A component of","A physical verification check in the form of a phone call":"A physical verification check in the form of a phone call","About TRISA":"About TRISA","Action":"Action","Add Address":"Add Address","Add Contact":"Add Contact","Add Jurisdiction":"Add Jurisdiction","Add Legal Name":"Add Legal Name","Add Local Name":"Add Local Name","Add Phonetic Names":"Add Phonetic Names","Add Regulation":"Add Regulation","Added":"Added","Address":"Address","Address Type (required)":"Address Type (required)","Address line 1 e.g. building name/number, street name (required)":"Address line 1 e.g. building name/number, street name (required)","Address line 2 e.g. apartment or suite number":"Address line 2 e.g. apartment or suite number","Addresses":"Addresses","Administrative Contact (optional)":"Administrative Contact (optional)","Administrative or executive contact for your organization to field high-level requests or queries. (Strongly recommended)":"Administrative or executive contact for your organization to field high-level requests or queries. (Strongly recommended)","Alien Registration Number":"Alien Registration Number","All TRISA members must complete TRISA’s VASP verification and due diligence process to become a Verified VASP.":"All TRISA members must complete TRISA’s VASP verification and due diligence process to become a Verified VASP.","Already have an account?":"Already have an account?","An error has occurred to load annoucements":"An error has occurred to load annoucements","An error has occurred to load attention data":"An error has occurred to load attention data","An error has occurred to load legal person data":"An error has occurred to load legal person data","An error has occurred to load {type} metric":["An error has occurred to load ",["type"]," metric"],"An identifier issued by an appropriate issuing authority":"An identifier issued by an appropriate issuing authority","App version {appVersion}":["App version ",["appVersion"]],"Applicable Regulations":"Applicable Regulations","Apply to Become a TRISA-certified Virtual Asset Service Provider.":"Apply to Become a TRISA-certified Virtual Asset Service Provider.","At least 9 characters in length":"At least 9 characters in length","At least one geographic address is required. Enter the primary geographic address of the organization. Organizations may enter additional addresses if operating in multiple jurisdictions.":"At least one geographic address is required. Enter the primary geographic address of the organization. Organizations may enter additional addresses if operating in multiple jurisdictions.","At what threshold and currency does your organization conduct KYC?":"At what threshold and currency does your organization conduct KYC?","BFF & GDS version {bffAndGdsVersion}":["BFF & GDS version ",["bffAndGdsVersion"]],"Back Home":"Back Home","Back to Review Page":"Back to Review Page","Basic Details":"Basic Details","Become Travel Rule compliant.":"Become Travel Rule compliant.","Beware the Ides of March":"Beware the Ides of March","Billing Contact (optional)":"Billing Contact (optional)","Billing contact for your organization to handle account and invoice requests or queries relating to the operation of the TRISA network.":"Billing contact for your organization to handle account and invoice requests or queries relating to the operation of the TRISA network.","Business":"Business","Business Address":"Business Address","Business Category":"Business Category","Business Details":"Business Details","Business or Compliance Office":"Business or Compliance Office","By answering yes, I understand that this is the only time the PKCS12 Password is displayed and I have copied and securely saved the password.":"By answering yes, I understand that this is the only time the PKCS12 Password is displayed and I have copied and securely saved the password.","CDD & Travel Rule Policies":"CDD & Travel Rule Policies","CDD and data protection policies":"CDD and data protection policies","Cancel":"Cancel","Certificate Common Name":"Certificate Common Name","Certificate Details":"Certificate Details","Certificate Management":"Certificate Management","Certificate Progress":"Certificate Progress","Certificate Registration":"Certificate Registration","Certificate Registration Process":"Certificate Registration Process","Change Permissions":"Change Permissions","CipherTrace Providers":"CipherTrace Providers","City / Town / Municipality":"City / Town / Municipality","Clear & Reset Form":"Clear & Reset Form","Clear & Reset Registration Form":"Clear & Reset Registration Form","Click below to submit your":"Click below to submit your","Click “No” if you have not copied the PKCS12 password yet and would like to view and copy the password.":"Click “No” if you have not copied the PKCS12 password yet and would like to view and copy the password.","Click “Reset” to clear and reset the registration form. All data will be deleted and you will be re-directed to the beginning of the form and you will be required to restart the registration process":"Click “Reset” to clear and reset the registration form. All data will be deleted and you will be re-directed to the beginning of the form and you will be required to restart the registration process","Click “Yes” if you have copied the PKCS12 password and have securely saved it.":"Click “Yes” if you have copied the PKCS12 password and have securely saved it.","Common Name":"Common Name","Common name or VASP ID":"Common name or VASP ID","Common name should not contain special characters, no spaces and must have a dot(.) in it":"Common name should not contain special characters, no spaces and must have a dot(.) in it","Common name should not contain special characters, no spaces and must have a dot(.) in it and should have at least 2 characters after the periods":"Common name should not contain special characters, no spaces and must have a dot(.) in it and should have at least 2 characters after the periods","Common name should not contain special characters, no spaces and must have a dot(.) in it, should have at least 2 characters after the periods":"Common name should not contain special characters, no spaces and must have a dot(.) in it, should have at least 2 characters after the periods","Complete Certficate Registration":"Complete Certficate Registration","Complete TRISA’s VASP Verfication Process":"Complete TRISA’s VASP Verfication Process","Complete the multi-part TRISA verification form and due diligence process. Once\n approved, gain access to the Testnet.":"Complete the multi-part TRISA verification form and due diligence process. Once\n approved, gain access to the Testnet.","Complete the multi-part TRISA verification form and due diligence process. Once approved, gain access to the Testnet and MainNet.":"Complete the multi-part TRISA verification form and due diligence process. Once approved, gain access to the Testnet and MainNet.","Compliance Officer":"Compliance Officer","Compliance officer or legal contact for requests about the compliance requirements and legal status of your organization. A business phone number is required to complete physical verification for MainNet registration. Please provide a phone number where the Legal/ Compliance contact can be contacted.":"Compliance officer or legal contact for requests about the compliance requirements and legal status of your organization. A business phone number is required to complete physical verification for MainNet registration. Please provide a phone number where the Legal/ Compliance contact can be contacted.","Compliance, Technical, Admininstrative, Billing":"Compliance, Technical, Admininstrative, Billing","Comply with the Travel Rule":"Comply with the Travel Rule","Conducts KYC before virtual asset transfers":"Conducts KYC before virtual asset transfers","Contact Verified":"Contact Verified","Contact information for representatives of your organization. Contacts include Technical, Legal/Compliance, Administrative, and Billing persons.":"Contact information for representatives of your organization. Contacts include Technical, Legal/Compliance, Administrative, and Billing persons.","Contacts":"Contacts","Contain at least 3 of the following 4 types of characters":"Contain at least 3 of the following 4 types of characters","Continue":"Continue","Continue with Google":"Continue with Google","Copied":"Copied","Copy":"Copy","Country":"Country","Country (required)":"Country (required)","Country of Issue":"Country of Issue","Country of Issue is reserved for National Identifiers of Natural Persons":"Country of Issue is reserved for National Identifiers of Natural Persons","Country of Registration":"Country of Registration","Country of registration is required":"Country of registration is required","Country:":"Country:","Create Account":"Create Account","Create account":"Create account","Create an Account":"Create an Account","Create your TRISA account with your VASP email address. Add collaborators in your organization.":"Create your TRISA account with your VASP email address. Add collaborators in your organization.","Create your TRISA account.":"Create your TRISA account.","Create your account today.":"Create your account today.","Created and maintained by":"Created and maintained by","Customer Number":"Customer Number","Dashboard":"Dashboard","Data Protection Policies":"Data Protection Policies","Date of Incorporation / Establishment":"Date of Incorporation / Establishment","Deactivate":"Deactivate","Delete":"Delete","Delete the address line":"Delete the address line","Description":"Description","Details":"Details","Directory Lookup":"Directory Lookup","Documentation":"Documentation","Does your organization conduct KYC/CDD before permitting its customers to send/receive virtual asset transfers?":"Does your organization conduct KYC/CDD before permitting its customers to send/receive virtual asset transfers?","Does your organization have a programme that sets minimum AML, CFT, KYC/CDD and Sanctions standards per the requirements of the jurisdiction(s) regulatory regimes where it is licensed/approved/registered?":"Does your organization have a programme that sets minimum AML, CFT, KYC/CDD and Sanctions standards per the requirements of the jurisdiction(s) regulatory regimes where it is licensed/approved/registered?","Does your organization secure and protect PII, including PII received from other VASPs under the Travel Rule?":"Does your organization secure and protect PII, including PII received from other VASPs under the Travel Rule?","Download":"Download","Driver's License Number":"Driver's License Number","Each VASP is required to establish a TRISA endpoint for inter-VASP communication. Please specify the details of your endpoint for certificate issuance.":"Each VASP is required to establish a TRISA endpoint for inter-VASP communication. Please specify the details of your endpoint for certificate issuance.","Each VASP is required to establish a TRISA endpoint for inter-VASP communication. Please specify the details of your endpoint for certificate issuance. Please specify the TestNet endpoint and the MainNet endpoint. The TestNet endpoint and the MainNet endpoint must be different.":"Each VASP is required to establish a TRISA endpoint for inter-VASP communication. Please specify the details of your endpoint for certificate issuance. Please specify the TestNet endpoint and the MainNet endpoint. The TestNet endpoint and the MainNet endpoint must be different.","Edit":"Edit","Email Address":"Email Address","Email is not valid":"Email is not valid","Email is required":"Email is required","Endpoint":"Endpoint","Enter the VASP Common Name or VASP ID. Not a TRISA Member?":"Enter the VASP Common Name or VASP ID. Not a TRISA Member?","Enter the name and type of name by which the legal person is known. At least one legal name is required. Organizations are strongly encouraged to enter additional name identifiers such as Trading Name/ Doing Business As (DBA), Local names, and phonetic names where appropriate.":"Enter the name and type of name by which the legal person is known. At least one legal name is required. Organizations are strongly encouraged to enter additional name identifiers such as Trading Name/ Doing Business As (DBA), Local names, and phonetic names where appropriate.","Enter your email address":"Enter your email address","Error Submitting Certificate":"Error Submitting Certificate","Expiration Date":"Expiration Date","Expiry Date:":"Expiry Date:","Export Data":"Export Data","Files is required":"Files is required","Final Confirmation":"Final Confirmation","Final review and form submission":"Final review and form submission","First Listed":"First Listed","Follow the instructions below to reset your TRISA password":"Follow the instructions below to reset your TRISA password","For MainNet certificate requests, a member of TRISA’s verification team will review your submission and conduct a final due diligence phone call for physical verification. When physical verification is complete, TRISA will issue MainNet certificates. Requests for TestNet certificates do not require physical verification.":"For MainNet certificate requests, a member of TRISA’s verification team will review your submission and conduct a final due diligence phone call for physical verification. When physical verification is complete, TRISA will issue MainNet certificates. Requests for TestNet certificates do not require physical verification.","For identifiers other than LEI specify the registration authority from the following list. See":"For identifiers other than LEI specify the registration authority from the following list. See","Foreign Investment Identity Number":"Foreign Investment Identity Number","Forgot password?":"Forgot password?","Full Name":"Full Name","GLEIF Registration Authorities":"GLEIF Registration Authorities","Geographic":"Geographic","Getting Started Help Guide":"Getting Started Help Guide","Git Revision":"Git Revision","GitHub repository":"GitHub repository","Global Directory Service":"Global Directory Service","Guest":"Guest","Home":"Home","How to set up your own node?":"How to set up your own node?","I acknowledge that requesting a new X.509 Identity Certificate will invalidate and revoke my organization’s current X.509 Identity Certificate.":"I acknowledge that requesting a new X.509 Identity Certificate will invalidate and revoke my organization’s current X.509 Identity Certificate.","I have a bad feeling about tomorrow.":"I have a bad feeling about tomorrow.","ID":"ID","ID:":"ID:","IVMS 101 data structure":"IVMS 101 data structure","Identification Number":"Identification Number","Identification Type":"Identification Type","Identity Card Number":"Identity Card Number","Identity Certificates":"Identity Certificates","If supplied, use full phone number with country code":"If supplied, use full phone number with country code","If you lose the PKCS12 password, you will have to the start the registration process from the beginning.":"If you lose the PKCS12 password, you will have to the start the registration process from the beginning.","If you would like to edit your registration form before submitting, please return to the":"If you would like to edit your registration form before submitting, please return to the","Import File":"Import File","Incomplete":"Incomplete","Incorporation Date":"Incorporation Date","Information about the VASP such as website, incorporation date, business and VASP category.":"Information about the VASP such as website, incorporation date, business and VASP category.","Information that identifies your organization as a Legal Person. This section represents the IVMS 101 data structure for legal persons and is strongly suggested for use as KYC information exchanged in TRISA transfers.":"Information that identifies your organization as a Legal Person. This section represents the IVMS 101 data structure for legal persons and is strongly suggested for use as KYC information exchanged in TRISA transfers.","Information to ensure that required compliance information exchanges are conducted correctly and safely. This includes information about jurisdiction and national regulator, Customer Due Diligence(CDD) and Travel Rule policies, and data protection policies.":"Information to ensure that required compliance information exchanges are conducted correctly and safely. This includes information about jurisdiction and national regulator, Customer Due Diligence(CDD) and Travel Rule policies, and data protection policies.","Integrate and Comply":"Integrate and Comply","Integrate with TRISA.":"Integrate with TRISA.","Interoperable":"Interoperable","Invalid date":"Invalid date","Invalid date / year must be 4 digit":"Invalid date / year must be 4 digit","Is your organization permitted to send and/or receive transfers of virtual assets in the jurisdictions in which it operates?":"Is your organization permitted to send and/or receive transfers of virtual assets in the jurisdictions in which it operates?","Is your organization required by law to safeguard PII?":"Is your organization required by law to safeguard PII?","Is your organization required to comply with the application of the Travel Rule standards in the jurisdiction(s) where it is licensed/approved/registered?":"Is your organization required to comply with the application of the Travel Rule standards in the jurisdiction(s) where it is licensed/approved/registered?","Issue Date":"Issue Date","Issue Date:":"Issue Date:","Join Today":"Join Today","Join the TRISA network today.":"Join the TRISA network today.","Join us on Thursday Apr 28 for the TRISA Working Group.":"Join us on Thursday Apr 28 for the TRISA Working Group.","Last Login:":"Last Login:","Last Updated":"Last Updated","Learn How TRISA Works":"Learn How TRISA Works","Learn More":"Learn More","Learn about the three-step process to become a member and verified VASP.":"Learn about the three-step process to become a member and verified VASP.","Learn how TRISA works.":"Learn how TRISA works.","Legal":"Legal","Legal Entity Identifier (LEI)":"Legal Entity Identifier (LEI)","Legal Person":"Legal Person","Legal name is required":"Legal name is required","Legal/ Compliance Contact (required)":"Legal/ Compliance Contact (required)","Local Name Identifiers":"Local Name Identifiers","Log In":"Log In","Log in":"Log in","Log in to TRISA’s Global Directory Service":"Log in to TRISA’s Global Directory Service","Log in.":"Log in.","Log into your TRISA account.":"Log into your TRISA account.","Login":"Login","MAINNET DIRECTORY RECORD":"MAINNET DIRECTORY RECORD","MAINNET SUBMISSION":"MAINNET SUBMISSION","MainNet":"MainNet","MainNet Certificate Common Name":"MainNet Certificate Common Name","MainNet Certificates":"MainNet Certificates","MainNet Network Metrics":"MainNet Network Metrics","MainNet TRISA Endpoint":"MainNet TRISA Endpoint","Max file size 10mb":"Max file size 10mb","Meet Alice VASP, Bob VASP and Evil VASP":"Meet Alice VASP, Bob VASP and Evil VASP","Meet Alice VASP, Bob VASP, and “Evil” VASP":"Meet Alice VASP, Bob VASP, and “Evil” VASP","Message from server:":"Message from server:","Misc":"Misc","Missing required element":"Missing required element","Must comply with Travel Rule":"Must comply with Travel Rule","Must safeguard PII":"Must safeguard PII","NO":"NO","Name":"Name","Name Identifier Type is required":"Name Identifier Type is required","Name Identifiers":"Name Identifiers","Name identifiers":"Name identifiers","Name of Primary Regulator":"Name of Primary Regulator","Name, Addresss, Country, National Identifier":"Name, Addresss, Country, National Identifier","National Identification":"National Identification","National Jurisdiction":"National Jurisdiction","Need to Learn More?":"Need to Learn More?","Network Announcement":"Network Announcement","Network Status":"Network Status","New Members":"New Members","New X.509 Identity Certificate Request":"New X.509 Identity Certificate Request","Next":"Next","No":"No","No information is sent until you complete Section 6 - Review & Submit":"No information is sent until you complete Section 6 - Review & Submit","Not Saved":"Not Saved","Not a TRISA Member?":"Not a TRISA Member?","Note:":"Note:","Open Source":"Open Source","Open Source Resources":"Open Source Resources","Option 1. Set Up Your Own TRISA Node":"Option 1. Set Up Your Own TRISA Node","Option 2. Use a 3rd-party Solution":"Option 2. Use a 3rd-party Solution","Organization Collaborators":"Organization Collaborators","Organization Name":"Organization Name","Organization Type":"Organization Type","Organization name is required":"Organization name is required","Organization:":"Organization:","Organizational Details":"Organizational Details","Other Jurisdictions":"Other Jurisdictions","Overview":"Overview","Page Not Found":"Page Not Found","Partially":"Partially","Participate in verified VASP-to-VASP Travel Rule exchanges.":"Participate in verified VASP-to-VASP Travel Rule exchanges.","Passport Number":"Passport Number","Password":"Password","Peer-to-Peer":"Peer-to-Peer","Permission":"Permission","Permission:":"Permission:","Phone Number":"Phone Number","Phonetic Name Identifiers":"Phonetic Name Identifiers","Please add any other regulatory jurisdictions your organization complies with.":"Please add any other regulatory jurisdictions your organization complies with.","Please complete all details":"Please complete all details","Please copy and paste this password and store somewhere safe!":"Please copy and paste this password and store somewhere safe!","Please enter the information that identifies your organization as a Legal Person. This form represents the":"Please enter the information that identifies your organization as a Legal Person. This form represents the","Please enter the information that identifies your organization as a Legal Person. This form represents the {0} data structure for legal persons and is strongly suggested for use as KYC or CDD information exchanged in TRISA transfers.":["Please enter the information that identifies your organization as a Legal Person. This form represents the ",["0"]," data structure for legal persons and is strongly suggested for use as KYC or CDD information exchanged in TRISA transfers."],"Please review the information provided, edit as needed, and submit to complete the registration form. After the information is reviewed, emails will be sent to the provided contacts for verification. Once verified, your TestNet certificate will be issued.":"Please review the information provided, edit as needed, and submit to complete the registration form. After the information is reviewed, emails will be sent to the provided contacts for verification. Once verified, your TestNet certificate will be issued.","Please review the information provided, edit as needed, and submit to complete the registration form. After the information is reviewed, you will be contacted to verify details. Once verified, your TestNet certificate will be issued.":"Please review the information provided, edit as needed, and submit to complete the registration form. After the information is reviewed, you will be contacted to verify details. Once verified, your TestNet certificate will be issued.","Please select as many categories needed to represent the types of virtual asset services your organization provides.":"Please select as many categories needed to represent the types of virtual asset services your organization provides.","Please specify the applicable regulation(s) for Travel Rule standards compliance, e.g.\"FATF Recommendation 16\"":"Please specify the applicable regulation(s) for Travel Rule standards compliance, e.g.\"FATF Recommendation 16\"","Please supply a valid national identification number. TRISA recommends the use of LEI numbers. For more information, please visit":"Please supply a valid national identification number. TRISA recommends the use of LEI numbers. For more information, please visit","Please supply contact information for representatives of your organization. All contacts will receive an email verification token and the contact emails must be verified before the registration can proceed.":"Please supply contact information for representatives of your organization. All contacts will receive an email verification token and the contact emails must be verified before the registration can proceed.","Please use the email address associated with your organization.":"Please use the email address associated with your organization.","Postal Code / Postcode / ZIP Code":"Postal Code / Postcode / ZIP Code","Preferred name for email communication.":"Preferred name for email communication.","Previous":"Previous","Primary National Jurisdiction":"Primary National Jurisdiction","Primary contact for handling technical queries about the operation and status of your service participating in the TRISA network. Can be a group or admin email.":"Primary contact for handling technical queries about the operation and status of your service participating in the TRISA network. Can be a group or admin email.","Profile Created:":"Profile Created:","Reference implementation":"Reference implementation","Reg Authority":"Reg Authority","Region / Province / State (required)":"Region / Province / State (required)","Registered Directory":"Registered Directory","Registration Authority":"Registration Authority","Registration Authority Identifier":"Registration Authority Identifier","Registration Authority cannot be left empty":"Registration Authority cannot be left empty","Registration Submission":"Registration Submission","Regulator Name":"Regulator Name","Remove line":"Remove line","Request New Identity Certificate":"Request New Identity Certificate","Requesting a new X.509 Identity Certificate will invalidate and revoke your current X.509 Identity Certificate.":"Requesting a new X.509 Identity Certificate will invalidate and revoke your current X.509 Identity Certificate.","Reset":"Reset","Residential":"Residential","Return to vaspdirectory.net":"Return to vaspdirectory.net","Review":"Review","Review page":"Review page","Role":"Role","Routine Maintenance Scheduled":"Routine Maintenance Scheduled","Safeguards PII":"Safeguards PII","Save & Next":"Save & Next","Save & Previous":"Save & Previous","Sealing Certificate Inventory":"Sealing Certificate Inventory","Search the Directory Service":"Search the Directory Service","Section":"Section","Section 1: Basic Details":"Section 1: Basic Details","Section 2: Legal Person":"Section 2: Legal Person","Section 3: Contacts":"Section 3: Contacts","Section 4: TRISA Implementation":"Section 4: TRISA Implementation","Section 5: TRIXO Questionnaire":"Section 5: TRIXO Questionnaire","Section 6: Review & Submit":"Section 6: Review & Submit","Sections & Details":"Sections & Details","Secure":"Secure","Select VASP category":"Select VASP category","Select a country":"Select a country","Select business category":"Select business category","Set up your TRISA node or integrate with a 3rd-party Travel Rule solution. Complete\n testing and move to production.":"Set up your TRISA node or integrate with a 3rd-party Travel Rule solution. Complete\n testing and move to production.","Set up your TRISA node or integrate with a 3rd-party Travel Rule solution. Complete testing and move to production.":"Set up your TRISA node or integrate with a 3rd-party Travel Rule solution. Complete testing and move to production.","Short":"Short","Sign out":"Sign out","Signature ID":"Signature ID","Since TRISA is an open source, peer-to-peer Travel Rule solution, VASPs can set\n up and maintain their own TRISA server to exhange encrypted Travel Rule\n compliance data. TRISA maintains an":"Since TRISA is an open source, peer-to-peer Travel Rule solution, VASPs can set\n up and maintain their own TRISA server to exhange encrypted Travel Rule\n compliance data. TRISA maintains an","Since TRISA is an open source, peer-to-peer Travel Rule solution, VASPs can set up and maintain their own TRISA server to exhange encrypted Travel Rule compliance data. At the same time, TRISA is designed to be interoperable. There are several Travel Rule solutions providers available on the market. If you are a customer, work with your Travel Ruie provider to integrate TRISA into your Travel Rule compliance workflow.":"Since TRISA is an open source, peer-to-peer Travel Rule solution, VASPs can set up and maintain their own TRISA server to exhange encrypted Travel Rule compliance data. At the same time, TRISA is designed to be interoperable. There are several Travel Rule solutions providers available on the market. If you are a customer, work with your Travel Ruie provider to integrate TRISA into your Travel Rule compliance workflow.","Social Security Number":"Social Security Number","Something went wrong. Please try again later.":"Something went wrong. Please try again later.","Sorry, the page you are looking for doesn't exist or has been moved":"Sorry, the page you are looking for doesn't exist or has been moved","Sorry. We could not find a user account with the email address":"Sorry. We could not find a user account with the email address","Start Certificate Registration":"Start Certificate Registration","Start Registration":"Start Registration","Start trial":"Start trial","Status":"Status","Status:":"Status:","Step 1":"Step 1","Submit":"Submit","Submit MainNet Registration":"Submit MainNet Registration","Submit TestNet Registration":"Submit TestNet Registration","Submitted":"Submitted","Support":"Support","Synga Bridge":"Synga Bridge","TESTNET DIRECTORY RECORD":"TESTNET DIRECTORY RECORD","TESTNET SUBMISSION":"TESTNET SUBMISSION","TRISA Certificates":"TRISA Certificates","TRISA Details":"TRISA Details","TRISA Endpoint":"TRISA Endpoint","TRISA Endpoint: MainNet":"TRISA Endpoint: MainNet","TRISA Endpoint: TestNet":"TRISA Endpoint: TestNet","TRISA Githubs repo":"TRISA Githubs repo","TRISA Global Directory Service":"TRISA Global Directory Service","TRISA Identity Signature:":"TRISA Identity Signature:","TRISA Implementation":"TRISA Implementation","TRISA Implementations":"TRISA Implementations","TRISA Member ID":"TRISA Member ID","TRISA Member ID:":"TRISA Member ID:","TRISA Organization Profile":"TRISA Organization Profile","TRISA Registration Request Submitted!":"TRISA Registration Request Submitted!","TRISA Service Endpoint":"TRISA Service Endpoint","TRISA Verification":"TRISA Verification","TRISA Verification:":"TRISA Verification:","TRISA Verified Logo":"TRISA Verified Logo","TRISA endpoint for communication":"TRISA endpoint for communication","TRISA endpoint is not valid":"TRISA endpoint is not valid","TRISA implementation":"TRISA implementation","TRISA is a decentralized network where VASPs communicate directly with each other.":"TRISA is a decentralized network where VASPs communicate directly with each other.","TRISA is a global, open source, peer-to-peer and secure Travel Rule architecture and network designed to be accessible and interoperable. Become a TRISA-certified VASP today.":"TRISA is a global, open source, peer-to-peer and secure Travel Rule architecture and network designed to be accessible and interoperable. Become a TRISA-certified VASP today.","TRISA is designed to be interoperable with other Travel Rule solutions.":"TRISA is designed to be interoperable with other Travel Rule solutions.","TRISA is designed to be interoperable. There are several Travel Rule solutions\n providers available on the market. If you are a customer, work with them to\n integrate TRISA into your Travel Rule compliance workflow.":"TRISA is designed to be interoperable. There are several Travel Rule solutions\n providers available on the market. If you are a customer, work with them to\n integrate TRISA into your Travel Rule compliance workflow.","TRISA is open source and available to implement by any VASP.":"TRISA is open source and available to implement by any VASP.","TRISA issues two types of certificates:":"TRISA issues two types of certificates:","TRISA members must complete a comprehensive multi-part verification form and due diligence process. Once verified, TRISA will issue TestNet and MainNet certificates for secure Travel Rule compliance.":"TRISA members must complete a comprehensive multi-part verification form and due diligence process. Once verified, TRISA will issue TestNet and MainNet certificates for secure Travel Rule compliance.","TRISA specific identity number (UUID), only supplied if you're updating an existing registration request":"TRISA specific identity number (UUID), only supplied if you're updating an existing registration request","TRISA uses public-key cryptography for encrypting data in flight and at rest.":"TRISA uses public-key cryptography for encrypting data in flight and at rest.","TRISA verified members may download and display a “TRISA Verified VASP” logo on their website. The logo is unique to your VASP and non-reproducible. Members may download their logo after verification is complete and their certificate has been issued. The logo is in .svg fotmat":"TRISA verified members may download and display a “TRISA Verified VASP” logo on their website. The logo is unique to your VASP and non-reproducible. Members may download their logo after verification is complete and their certificate has been issued. The logo is in .svg fotmat","TRISA’s Github repo":"TRISA’s Github repo","TRISA’s Global Directory Service (GDS) is a network of vetted VASPs that can securely exchange Travel Rule compliance data with each other.":"TRISA’s Global Directory Service (GDS) is a network of vetted VASPs that can securely exchange Travel Rule compliance data with each other.","TRISA’s verification form includes five sections and may require information from several parties in your organization.":"TRISA’s verification form includes five sections and may require information from several parties in your organization.","TRIXO Questionnaire":"TRIXO Questionnaire","Talk to a member of your technical team to determine the requirements and\n resources to integrate TRISA with your system. Have members of your technical\n team integrate your systems with TRISA. Or work with a solutions provider that\n can help your VASP set up your TRISA server and maintain it.":"Talk to a member of your technical team to determine the requirements and\n resources to integrate TRISA with your system. Have members of your technical\n team integrate your systems with TRISA. Or work with a solutions provider that\n can help your VASP set up your TRISA server and maintain it.","Tax Identification Number":"Tax Identification Number","Technical Contact (required)":"Technical Contact (required)","Technical Officer":"Technical Officer","Technical Resources":"Technical Resources","Technical information about your endpoint for certificate issuance. Each VASP is required to establish a TRISA endpoint for inter-VASP communication.":"Technical information about your endpoint for certificate issuance. Each VASP is required to establish a TRISA endpoint for inter-VASP communication.","TestNet":"TestNet","TestNet Certificate Common Name":"TestNet Certificate Common Name","TestNet Certificates":"TestNet Certificates","TestNet Network Metrics":"TestNet Network Metrics","TestNet TRISA Endpoint":"TestNet TRISA Endpoint","TestNet and MainNet endpoints should not be the same":"TestNet and MainNet endpoints should not be the same","Thank you for creating your TRISA account.":"Thank you for creating your TRISA account.","Thank you for creating your TRISA account. You must verify your email address. An email with verification instructions has been sent to your email address. Please complete the email verification process in 24 hours. The email verification link will expire in 24 hours.":"Thank you for creating your TRISA account. You must verify your email address. An email with verification instructions has been sent to your email address. Please complete the email verification process in 24 hours. The email verification link will expire in 24 hours.","Thank you. We have sent instructions to reset your password to":"Thank you. We have sent instructions to reset your password to","Thank you. We have sent instructions to reset your password to {0}. The link to reset your password expires in 24 hours.":["Thank you. We have sent instructions to reset your password to ",["0"],". The link to reset your password expires in 24 hours."],"The Common Name typically matches the Endpoint, without the port number\n at the end (e.g. trisa.myvasp.com) and is used to identify the subject\n in the X.509 certificate.":"The Common Name typically matches the Endpoint, without the port number\n at the end (e.g. trisa.myvasp.com) and is used to identify the subject\n in the X.509 certificate.","The GDS will be undergoing routine maintenance on Apr 7.":"The GDS will be undergoing routine maintenance on Apr 7.","The Travel Rule Information Sharing Architecture (TRISA)":"The Travel Rule Information Sharing Architecture (TRISA)","The address and port of the TRISA endpoint for partner VASPs to connect on via gRPC.":"The address and port of the TRISA endpoint for partner VASPs to connect on via gRPC.","The common name for the mTLS certificate. This should match the TRISA endpoint without the port in most cases.":"The common name for the mTLS certificate. This should match the TRISA endpoint without the port in most cases.","The link to reset your password expires in 24 hours.":"The link to reset your password expires in 24 hours.","The minimum threshold above which your organization is required to collect/send Travel Rule information.":"The minimum threshold above which your organization is required to collect/send Travel Rule information.","The name and type of name by which the legal person is known.":"The name and type of name by which the legal person is known.","The name of primary regulator or supervisory authority for your national jurisdiction":"The name of primary regulator or supervisory authority for your national jurisdiction","This is the only time the PKCS12 password is shown during the registration process.":"This is the only time the PKCS12 password is shown during the registration process.","This multi-section form is an important step in the registration and certificate issuance process. The information you provide will be used to verify the legal entity that you represent and, where appropriate, will be available to verified TRISA members to facilitate compliance decisions. If you need guidance, see the":"This multi-section form is an important step in the registration and certificate issuance process. The information you provide will be used to verify the legal entity that you represent and, where appropriate, will be available to verified TRISA members to facilitate compliance decisions. If you need guidance, see the","This questionnaire is designed to help TRISA members understand the regulatory regime of your organization. The information provided will help ensure that required compliance information exchanges are conducted correctly and safely. All verified TRISA members will have access to this information.":"This questionnaire is designed to help TRISA members understand the regulatory regime of your organization. The information provided will help ensure that required compliance information exchanges are conducted correctly and safely. All verified TRISA members will have access to this information.","Threshold to conduct KYC before permitting the customer to send/receive virtual asset transfers":"Threshold to conduct KYC before permitting the customer to send/receive virtual asset transfers","To assist in completing the registration form, the form is divided into multiple sections":"To assist in completing the registration form, the form is divided into multiple sections","Trading":"Trading","Understood":"Understood","Unspecified":"Unspecified","Upcoming TRISA Working Group Call":"Upcoming TRISA Working Group Call","Upon verification, integrate with TRISA to begin exchanging Travel Rule compliance data.":"Upon verification, integrate with TRISA to begin exchanging Travel Rule compliance data.","User Details":"User Details","User ID":"User ID","User ID:":"User ID:","VASP Category":"VASP Category","VASPs have two options to integrate with TRISA.":"VASPs have two options to integrate with TRISA.","VERIFIED ON":"VERIFIED ON","Verification Status:":"Verification Status:","Verified":"Verified","Verified On":"Verified On","Verified VASPs":"Verified VASPs","Visit Getting Started with TRISA":"Visit Getting Started with TRISA","We recommend that a senior compliance officer initially creates the account for the VASP. Additional accounts can be created later.":"We recommend that a senior compliance officer initially creates the account for the VASP. Additional accounts can be created later.","Website":"Website","Website is a required field":"Website is a required field","Website, incorporation Date, VASP Category":"Website, incorporation Date, VASP Category","Welcome to TRISA’s network of Certified VASPs.":"Welcome to TRISA’s network of Certified VASPs.","What is IVMS101?":"What is IVMS101?","What is the minimum threshold for Travel Rule compliance?":"What is the minimum threshold for Travel Rule compliance?","What’s a Common name or VASP ID?":"What’s a Common name or VASP ID?","Who to Ask":"Who to Ask","Who to ask":"Who to ask","Why Join TRISA":"Why Join TRISA","X.509 Identity Certificate Inventory":"X.509 Identity Certificate Inventory","X.509 Identity Certificates":"X.509 Identity Certificates","YES":"YES","Yes":"Yes","You must request a new X.509 Identity Certificate to change your Endpoint and Common Name.":"You must request a new X.509 Identity Certificate to change your Endpoint and Common Name.","You must submit your registration for TestNet and MainNet separately.":"You must submit your registration for TestNet and MainNet separately.","You must verify your email address. An email with verification instructions has been sent to your email address. Please complete the email verification process in 24 hours. The email verification link will expire in 24 hours.":"You must verify your email address. An email with verification instructions has been sent to your email address. Please complete the email verification process in 24 hours. The email verification link will expire in 24 hours.","You will receive two separate emails with confirmation links for each registration. You must click on each confirmation link to complete the registration process.":"You will receive two separate emails with confirmation links for each registration. You must click on each confirmation link to complete the registration process.","Your TRISA Implementation":"Your TRISA Implementation","Your account has not been verified. Please check your email to verify your account.":"Your account has not been verified. Please check your email to verify your account.","Your registration form has been successfully submitted. You will receive a confirmation email from admin@trisa.io. In the email, you will receive instructions on next steps. Return to your dashboard to monitor the status of your registration and certificate.":"Your registration form has been successfully submitted. You will receive a confirmation email from admin@trisa.io. In the email, you will receive instructions on next steps. Return to your dashboard to monitor the status of your registration and certificate.","Your registration request has been successfully received by the Directory Service. Verification emails have been sent to all contacts listed. Once your contact information has been verified, the registration form will be sent to the TRISA review board to verify your membership in the TRISA network.":"Your registration request has been successfully received by the Directory Service. Verification emails have been sent to all contacts listed. Once your contact information has been verified, the registration form will be sent to the TRISA review board to verify your membership in the TRISA network.","about us":"about us","common name should match the TRISA endpoint without the port":"common name should match the TRISA endpoint without the port","complete VASP verification":"complete VASP verification","compliance. TRISA helps Virtual Asset Service Providers (VASPs) comply with the Travel Rule for cross-border cryptocurrency transactions. TRISA is designed to be interoperable.":"compliance. TRISA helps Virtual Asset Service Providers (VASPs) comply with the Travel Rule for cross-border cryptocurrency transactions. TRISA is designed to be interoperable.","create account":"create account","create your account":"create your account","for Cryptocurrency Travel Rule compliance.":"for Cryptocurrency Travel Rule compliance.","for TestNet registration so your TestNet certificate will be issued upon review by the validation team":"for TestNet registration so your TestNet certificate will be issued upon review by the validation team","for legal persons and is strongly suggested for use as KYC or CDD information exchanged in TRISA transfers.":"for legal persons and is strongly suggested for use as KYC or CDD information exchanged in TRISA transfers.","in partnership with":"in partnership with","is a global, open source, secure, and peer-to-peer protocol for":"is a global, open source, secure, and peer-to-peer protocol for","is not required":"is not required","is required":"is required","legal":"legal","lower case letters (a-z)":"lower case letters (a-z)","numbers (i.e. 0-9)":"numbers (i.e. 0-9)","on behalf of":"on behalf of","registration. Upon submission, you will receive an email with a confirmation link. You must click the confirmation link to complete the registration process. Failure to click the confirmation link will result in an incomplete registration":"registration. Upon submission, you will receive an email with a confirmation link. You must click the confirmation link to complete the registration process. Failure to click the confirmation link will result in an incomplete registration","special characters (e.g. !@#$%^&*)":"special characters (e.g. !@#$%^&*)","the TRISA architecture":"the TRISA architecture","upper case letters (A-Z)":"upper case letters (A-Z)","with detailed documentation, a reference implemenation, and “robot” VASPs for\n testing purposes.":"with detailed documentation, a reference implemenation, and “robot” VASPs for\n testing purposes.","{0}":[["0"]],"{0} Contact":[["0"]," Contact"]}};
\ No newline at end of file
+/*eslint-disable*/module.exports={messages:{" Failure to click either confirmation will result in an incomplete registration":" Failure to click either confirmation will result in an incomplete registration"," When you are verified you will be issued PKCS12 encrypted identity certificates\n for use in mTLS authentication between TRISA members. The password to decrypt\n those certificates is shown below:":" When you are verified you will be issued PKCS12 encrypted identity certificates\n for use in mTLS authentication between TRISA members. The password to decrypt\n those certificates is shown below:"," create your TRISA account with your VASP email address. Add collaborators in your\n organization.":" create your TRISA account with your VASP email address. Add collaborators in your\n organization."," for MainNet registration so your MainNet certificate will be issued upon review by the validation team":" for MainNet registration so your MainNet certificate will be issued upon review by the validation team","(1)X.509 Identity Certificates":"(1)X.509 Identity Certificates","(2)Sealing Certificates":"(2)Sealing Certificates","(Saved)":"(Saved)","(not interoperable)":"(not interoperable)","(not saved)":"(not saved)","*At least 8 characters in length \n* Contain at least 3 of the following 4\ntypes of characters: \n* lower case letters (a-z) \n* upper case letters (A-Z) \n* numbers (i.e. 0-9) \n* special characters (e.g. !@#$%^&*)":"*At least 8 characters in length \n* Contain at least 3 of the following 4\ntypes of characters: \n* lower case letters (a-z) \n* upper case letters (A-Z) \n* numbers (i.e. 0-9) \n* special characters (e.g. !@#$%^&*)","1 Basic Details":"1 Basic Details","2 Legal Person":"2 Legal Person","2022-03-14":"2022-03-14","2022-04-01":"2022-04-01","3 Contacts":"3 Contacts","3rd Party Travel Rule Providers":"3rd Party Travel Rule Providers","4 TRISA Implementation":"4 TRISA Implementation","5 TRIXO Questionnaire":"5 TRIXO Questionnaire","A business phone number is required to complete physical verification for MainNet registration. Please provide a phone number where the Legal/ Compliance contact can be contacted":"A business phone number is required to complete physical verification for MainNet registration. Please provide a phone number where the Legal/ Compliance contact can be contacted","A component of":"A component of","A physical verification check in the form of a phone call":"A physical verification check in the form of a phone call","About TRISA":"About TRISA","Action":"Action","Add Address":"Add Address","Add Contact":"Add Contact","Add Jurisdiction":"Add Jurisdiction","Add Legal Name":"Add Legal Name","Add Local Name":"Add Local Name","Add Phonetic Names":"Add Phonetic Names","Add Regulation":"Add Regulation","Added":"Added","Address":"Address","Address Type (required)":"Address Type (required)","Address line 1 e.g. building name/number, street name (required)":"Address line 1 e.g. building name/number, street name (required)","Address line 2 e.g. apartment or suite number":"Address line 2 e.g. apartment or suite number","Addresses":"Addresses","Administrative Contact (optional)":"Administrative Contact (optional)","Administrative or executive contact for your organization to field high-level requests or queries. (Strongly recommended)":"Administrative or executive contact for your organization to field high-level requests or queries. (Strongly recommended)","Alien Registration Number":"Alien Registration Number","All TRISA members must complete TRISA’s VASP verification and due diligence process to become a Verified VASP.":"All TRISA members must complete TRISA’s VASP verification and due diligence process to become a Verified VASP.","Already have an account?":"Already have an account?","An error has occurred to load annoucements":"An error has occurred to load annoucements","An error has occurred to load attention data":"An error has occurred to load attention data","An error has occurred to load legal person data":"An error has occurred to load legal person data","An error has occurred to load {type} metric":["An error has occurred to load ",["type"]," metric"],"An identifier issued by an appropriate issuing authority":"An identifier issued by an appropriate issuing authority","App version {appVersion}":["App version ",["appVersion"]],"Applicable Regulations":"Applicable Regulations","Apply to Become a TRISA-certified Virtual Asset Service Provider.":"Apply to Become a TRISA-certified Virtual Asset Service Provider.","At least 9 characters in length":"At least 9 characters in length","At least one geographic address is required. Enter the primary geographic address of the organization. Organizations may enter additional addresses if operating in multiple jurisdictions.":"At least one geographic address is required. Enter the primary geographic address of the organization. Organizations may enter additional addresses if operating in multiple jurisdictions.","At what threshold and currency does your organization conduct KYC?":"At what threshold and currency does your organization conduct KYC?","BFF & GDS version {bffAndGdsVersion}":["BFF & GDS version ",["bffAndGdsVersion"]],"Back Home":"Back Home","Back to Review Page":"Back to Review Page","Basic Details":"Basic Details","Become Travel Rule compliant.":"Become Travel Rule compliant.","Beware the Ides of March":"Beware the Ides of March","Billing Contact (optional)":"Billing Contact (optional)","Billing contact for your organization to handle account and invoice requests or queries relating to the operation of the TRISA network.":"Billing contact for your organization to handle account and invoice requests or queries relating to the operation of the TRISA network.","Business":"Business","Business Address":"Business Address","Business Category":"Business Category","Business Details":"Business Details","Business or Compliance Office":"Business or Compliance Office","By answering yes, I understand that this is the only time the PKCS12 Password is displayed and I have copied and securely saved the password.":"By answering yes, I understand that this is the only time the PKCS12 Password is displayed and I have copied and securely saved the password.","CDD & Travel Rule Policies":"CDD & Travel Rule Policies","CDD and data protection policies":"CDD and data protection policies","Cancel":"Cancel","Certificate Common Name":"Certificate Common Name","Certificate Details":"Certificate Details","Certificate Management":"Certificate Management","Certificate Progress":"Certificate Progress","Certificate Registration":"Certificate Registration","Certificate Registration Process":"Certificate Registration Process","Change Permissions":"Change Permissions","CipherTrace Providers":"CipherTrace Providers","City / Town / Municipality":"City / Town / Municipality","Clear & Reset Form":"Clear & Reset Form","Clear & Reset Registration Form":"Clear & Reset Registration Form","Click below to submit your":"Click below to submit your","Click “No” if you have not copied the PKCS12 password yet and would like to view and copy the password.":"Click “No” if you have not copied the PKCS12 password yet and would like to view and copy the password.","Click “Reset” to clear and reset the registration form. All data will be deleted and you will be re-directed to the beginning of the form and you will be required to restart the registration process":"Click “Reset” to clear and reset the registration form. All data will be deleted and you will be re-directed to the beginning of the form and you will be required to restart the registration process","Click “Yes” if you have copied the PKCS12 password and have securely saved it.":"Click “Yes” if you have copied the PKCS12 password and have securely saved it.","Common Name":"Common Name","Common name or VASP ID":"Common name or VASP ID","Common name should not contain special characters, no spaces and must have a dot(.) in it":"Common name should not contain special characters, no spaces and must have a dot(.) in it","Common name should not contain special characters, no spaces and must have a dot(.) in it and should have at least 2 characters after the periods":"Common name should not contain special characters, no spaces and must have a dot(.) in it and should have at least 2 characters after the periods","Common name should not contain special characters, no spaces and must have a dot(.) in it, should have at least 2 characters after the periods":"Common name should not contain special characters, no spaces and must have a dot(.) in it, should have at least 2 characters after the periods","Complete Certficate Registration":"Complete Certficate Registration","Complete TRISA’s VASP Verfication Process":"Complete TRISA’s VASP Verfication Process","Complete the multi-part TRISA verification form and due diligence process. Once\n approved, gain access to the Testnet.":"Complete the multi-part TRISA verification form and due diligence process. Once\n approved, gain access to the Testnet.","Complete the multi-part TRISA verification form and due diligence process. Once approved, gain access to the Testnet and MainNet.":"Complete the multi-part TRISA verification form and due diligence process. Once approved, gain access to the Testnet and MainNet.","Compliance Officer":"Compliance Officer","Compliance officer or legal contact for requests about the compliance requirements and legal status of your organization. A business phone number is required to complete physical verification for MainNet registration. Please provide a phone number where the Legal/ Compliance contact can be contacted.":"Compliance officer or legal contact for requests about the compliance requirements and legal status of your organization. A business phone number is required to complete physical verification for MainNet registration. Please provide a phone number where the Legal/ Compliance contact can be contacted.","Compliance, Technical, Admininstrative, Billing":"Compliance, Technical, Admininstrative, Billing","Comply with the Travel Rule":"Comply with the Travel Rule","Conducts KYC before virtual asset transfers":"Conducts KYC before virtual asset transfers","Contact Verified":"Contact Verified","Contact information for representatives of your organization. Contacts include Technical, Legal/Compliance, Administrative, and Billing persons.":"Contact information for representatives of your organization. Contacts include Technical, Legal/Compliance, Administrative, and Billing persons.","Contacts":"Contacts","Contain at least 3 of the following 4 types of characters":"Contain at least 3 of the following 4 types of characters","Continue":"Continue","Continue with Google":"Continue with Google","Copied":"Copied","Copy":"Copy","Country":"Country","Country (required)":"Country (required)","Country of Issue":"Country of Issue","Country of Issue is reserved for National Identifiers of Natural Persons":"Country of Issue is reserved for National Identifiers of Natural Persons","Country of Registration":"Country of Registration","Country of registration is required":"Country of registration is required","Country:":"Country:","Create Account":"Create Account","Create account":"Create account","Create an Account":"Create an Account","Create your TRISA account with your VASP email address. Add collaborators in your organization.":"Create your TRISA account with your VASP email address. Add collaborators in your organization.","Create your TRISA account.":"Create your TRISA account.","Create your account today.":"Create your account today.","Created and maintained by":"Created and maintained by","Customer Number":"Customer Number","Dashboard":"Dashboard","Data Protection Policies":"Data Protection Policies","Date of Incorporation / Establishment":"Date of Incorporation / Establishment","Deactivate":"Deactivate","Delete":"Delete","Delete the address line":"Delete the address line","Description":"Description","Details":"Details","Directory Lookup":"Directory Lookup","Documentation":"Documentation","Does your organization conduct KYC/CDD before permitting its customers to send/receive virtual asset transfers?":"Does your organization conduct KYC/CDD before permitting its customers to send/receive virtual asset transfers?","Does your organization have a programme that sets minimum AML, CFT, KYC/CDD and Sanctions standards per the requirements of the jurisdiction(s) regulatory regimes where it is licensed/approved/registered?":"Does your organization have a programme that sets minimum AML, CFT, KYC/CDD and Sanctions standards per the requirements of the jurisdiction(s) regulatory regimes where it is licensed/approved/registered?","Does your organization secure and protect PII, including PII received from other VASPs under the Travel Rule?":"Does your organization secure and protect PII, including PII received from other VASPs under the Travel Rule?","Download":"Download","Driver's License Number":"Driver's License Number","Each VASP is required to establish a TRISA endpoint for inter-VASP communication. Please specify the details of your endpoint for certificate issuance.":"Each VASP is required to establish a TRISA endpoint for inter-VASP communication. Please specify the details of your endpoint for certificate issuance.","Each VASP is required to establish a TRISA endpoint for inter-VASP communication. Please specify the details of your endpoint for certificate issuance. Please specify the TestNet endpoint and the MainNet endpoint. The TestNet endpoint and the MainNet endpoint must be different.":"Each VASP is required to establish a TRISA endpoint for inter-VASP communication. Please specify the details of your endpoint for certificate issuance. Please specify the TestNet endpoint and the MainNet endpoint. The TestNet endpoint and the MainNet endpoint must be different.","Edit":"Edit","Email Address":"Email Address","Email is not valid":"Email is not valid","Email is required":"Email is required","Endpoint":"Endpoint","Enter the VASP Common Name or VASP ID. Not a TRISA Member?":"Enter the VASP Common Name or VASP ID. Not a TRISA Member?","Enter the name and type of name by which the legal person is known. At least one legal name is required. Organizations are strongly encouraged to enter additional name identifiers such as Trading Name/ Doing Business As (DBA), Local names, and phonetic names where appropriate.":"Enter the name and type of name by which the legal person is known. At least one legal name is required. Organizations are strongly encouraged to enter additional name identifiers such as Trading Name/ Doing Business As (DBA), Local names, and phonetic names where appropriate.","Enter your email address":"Enter your email address","Error Submitting Certificate":"Error Submitting Certificate","Expiration Date":"Expiration Date","Expiry Date:":"Expiry Date:","Export Data":"Export Data","Files is required":"Files is required","Final Confirmation":"Final Confirmation","Final review and form submission":"Final review and form submission","First Listed":"First Listed","Follow the instructions below to reset your TRISA password":"Follow the instructions below to reset your TRISA password","For MainNet certificate requests, a member of TRISA’s verification team will review your submission and conduct a final due diligence phone call for physical verification. When physical verification is complete, TRISA will issue MainNet certificates. Requests for TestNet certificates do not require physical verification.":"For MainNet certificate requests, a member of TRISA’s verification team will review your submission and conduct a final due diligence phone call for physical verification. When physical verification is complete, TRISA will issue MainNet certificates. Requests for TestNet certificates do not require physical verification.","For identifiers other than LEI specify the registration authority from the following list. See":"For identifiers other than LEI specify the registration authority from the following list. See","Foreign Investment Identity Number":"Foreign Investment Identity Number","Forgot password?":"Forgot password?","Full Name":"Full Name","GLEIF Registration Authorities":"GLEIF Registration Authorities","Geographic":"Geographic","Getting Started Help Guide":"Getting Started Help Guide","Git Revision":"Git Revision","GitHub repository":"GitHub repository","Global Directory Service":"Global Directory Service","Guest":"Guest","Home":"Home","How to set up your own node?":"How to set up your own node?","I acknowledge that requesting a new X.509 Identity Certificate will invalidate and revoke my organization’s current X.509 Identity Certificate.":"I acknowledge that requesting a new X.509 Identity Certificate will invalidate and revoke my organization’s current X.509 Identity Certificate.","I have a bad feeling about tomorrow.":"I have a bad feeling about tomorrow.","ID":"ID","ID:":"ID:","IVMS 101 data structure":"IVMS 101 data structure","Identification Number":"Identification Number","Identification Type":"Identification Type","Identity Card Number":"Identity Card Number","Identity Certificates":"Identity Certificates","If supplied, use full phone number with country code":"If supplied, use full phone number with country code","If you lose the PKCS12 password, you will have to the start the registration process from the beginning.":"If you lose the PKCS12 password, you will have to the start the registration process from the beginning.","If you would like to edit your registration form before submitting, please return to the":"If you would like to edit your registration form before submitting, please return to the","Import File":"Import File","Incomplete":"Incomplete","Incorporation Date":"Incorporation Date","Information about the VASP such as website, incorporation date, business and VASP category.":"Information about the VASP such as website, incorporation date, business and VASP category.","Information that identifies your organization as a Legal Person. This section represents the IVMS 101 data structure for legal persons and is strongly suggested for use as KYC information exchanged in TRISA transfers.":"Information that identifies your organization as a Legal Person. This section represents the IVMS 101 data structure for legal persons and is strongly suggested for use as KYC information exchanged in TRISA transfers.","Information to ensure that required compliance information exchanges are conducted correctly and safely. This includes information about jurisdiction and national regulator, Customer Due Diligence(CDD) and Travel Rule policies, and data protection policies.":"Information to ensure that required compliance information exchanges are conducted correctly and safely. This includes information about jurisdiction and national regulator, Customer Due Diligence(CDD) and Travel Rule policies, and data protection policies.","Integrate and Comply":"Integrate and Comply","Integrate with TRISA.":"Integrate with TRISA.","Interoperable":"Interoperable","Invalid date":"Invalid date","Invalid date / year must be 4 digit":"Invalid date / year must be 4 digit","Is your organization permitted to send and/or receive transfers of virtual assets in the jurisdictions in which it operates?":"Is your organization permitted to send and/or receive transfers of virtual assets in the jurisdictions in which it operates?","Is your organization required by law to safeguard PII?":"Is your organization required by law to safeguard PII?","Is your organization required to comply with the application of the Travel Rule standards in the jurisdiction(s) where it is licensed/approved/registered?":"Is your organization required to comply with the application of the Travel Rule standards in the jurisdiction(s) where it is licensed/approved/registered?","Issue Date":"Issue Date","Issue Date:":"Issue Date:","Join Today":"Join Today","Join the TRISA network today.":"Join the TRISA network today.","Join us on Thursday Apr 28 for the TRISA Working Group.":"Join us on Thursday Apr 28 for the TRISA Working Group.","Last Login:":"Last Login:","Last Updated":"Last Updated","Learn How TRISA Works":"Learn How TRISA Works","Learn More":"Learn More","Learn about the three-step process to become a member and verified VASP.":"Learn about the three-step process to become a member and verified VASP.","Learn how TRISA works.":"Learn how TRISA works.","Legal":"Legal","Legal Entity Identifier (LEI)":"Legal Entity Identifier (LEI)","Legal Person":"Legal Person","Legal name is required":"Legal name is required","Legal/ Compliance Contact (required)":"Legal/ Compliance Contact (required)","Local Name Identifiers":"Local Name Identifiers","Log In":"Log In","Log in":"Log in","Log in to TRISA’s Global Directory Service":"Log in to TRISA’s Global Directory Service","Log in.":"Log in.","Log into your TRISA account.":"Log into your TRISA account.","Login":"Login","MAINNET DIRECTORY RECORD":"MAINNET DIRECTORY RECORD","MAINNET SUBMISSION":"MAINNET SUBMISSION","MainNet":"MainNet","MainNet Certificate Common Name":"MainNet Certificate Common Name","MainNet Certificates":"MainNet Certificates","MainNet Network Metrics":"MainNet Network Metrics","MainNet TRISA Endpoint":"MainNet TRISA Endpoint","Max file size 10mb":"Max file size 10mb","Meet Alice VASP, Bob VASP and Evil VASP":"Meet Alice VASP, Bob VASP and Evil VASP","Meet Alice VASP, Bob VASP, and “Evil” VASP":"Meet Alice VASP, Bob VASP, and “Evil” VASP","Message from server:":"Message from server:","Misc":"Misc","Missing required element":"Missing required element","Must comply with Travel Rule":"Must comply with Travel Rule","Must safeguard PII":"Must safeguard PII","NO":"NO","Name":"Name","Name Identifier Type is required":"Name Identifier Type is required","Name Identifiers":"Name Identifiers","Name identifiers":"Name identifiers","Name of Primary Regulator":"Name of Primary Regulator","Name, Addresss, Country, National Identifier":"Name, Addresss, Country, National Identifier","National Identification":"National Identification","National Jurisdiction":"National Jurisdiction","Need to Learn More?":"Need to Learn More?","Network Announcement":"Network Announcement","Network Status":"Network Status","New Members":"New Members","New X.509 Identity Certificate Request":"New X.509 Identity Certificate Request","Next":"Next","No":"No","No information is sent until you complete Section 6 - Review & Submit":"No information is sent until you complete Section 6 - Review & Submit","Not Saved":"Not Saved","Not a TRISA Member?":"Not a TRISA Member?","Note:":"Note:","Open Source":"Open Source","Open Source Resources":"Open Source Resources","Option 1. Set Up Your Own TRISA Node":"Option 1. Set Up Your Own TRISA Node","Option 2. Use a 3rd-party Solution":"Option 2. Use a 3rd-party Solution","Organization Collaborators":"Organization Collaborators","Organization Name":"Organization Name","Organization Type":"Organization Type","Organization name is required":"Organization name is required","Organization:":"Organization:","Organizational Details":"Organizational Details","Other Jurisdictions":"Other Jurisdictions","Overview":"Overview","Page Not Found":"Page Not Found","Partially":"Partially","Participate in verified VASP-to-VASP Travel Rule exchanges.":"Participate in verified VASP-to-VASP Travel Rule exchanges.","Passport Number":"Passport Number","Password":"Password","Peer-to-Peer":"Peer-to-Peer","Permission":"Permission","Permission:":"Permission:","Phone Number":"Phone Number","Phonetic Name Identifiers":"Phonetic Name Identifiers","Please add any other regulatory jurisdictions your organization complies with.":"Please add any other regulatory jurisdictions your organization complies with.","Please complete all details":"Please complete all details","Please copy and paste this password and store somewhere safe!":"Please copy and paste this password and store somewhere safe!","Please enter the information that identifies your organization as a Legal Person. This form represents the":"Please enter the information that identifies your organization as a Legal Person. This form represents the","Please enter the information that identifies your organization as a Legal Person. This form represents the {0} data structure for legal persons and is strongly suggested for use as KYC or CDD information exchanged in TRISA transfers.":["Please enter the information that identifies your organization as a Legal Person. This form represents the ",["0"]," data structure for legal persons and is strongly suggested for use as KYC or CDD information exchanged in TRISA transfers."],"Please review the information provided, edit as needed, and submit to complete the registration form. After the information is reviewed, emails will be sent to the provided contacts for verification. Once verified, your TestNet certificate will be issued.":"Please review the information provided, edit as needed, and submit to complete the registration form. After the information is reviewed, emails will be sent to the provided contacts for verification. Once verified, your TestNet certificate will be issued.","Please review the information provided, edit as needed, and submit to complete the registration form. After the information is reviewed, you will be contacted to verify details. Once verified, your TestNet certificate will be issued.":"Please review the information provided, edit as needed, and submit to complete the registration form. After the information is reviewed, you will be contacted to verify details. Once verified, your TestNet certificate will be issued.","Please select as many categories needed to represent the types of virtual asset services your organization provides.":"Please select as many categories needed to represent the types of virtual asset services your organization provides.","Please specify the applicable regulation(s) for Travel Rule standards compliance, e.g.\"FATF Recommendation 16\"":"Please specify the applicable regulation(s) for Travel Rule standards compliance, e.g.\"FATF Recommendation 16\"","Please supply a valid national identification number. TRISA recommends the use of LEI numbers. For more information, please visit":"Please supply a valid national identification number. TRISA recommends the use of LEI numbers. For more information, please visit","Please supply contact information for representatives of your organization. All contacts will receive an email verification token and the contact emails must be verified before the registration can proceed.":"Please supply contact information for representatives of your organization. All contacts will receive an email verification token and the contact emails must be verified before the registration can proceed.","Please use the email address associated with your organization.":"Please use the email address associated with your organization.","Postal Code / Postcode / ZIP Code":"Postal Code / Postcode / ZIP Code","Preferred name for email communication.":"Preferred name for email communication.","Previous":"Previous","Primary National Jurisdiction":"Primary National Jurisdiction","Primary contact for handling technical queries about the operation and status of your service participating in the TRISA network. Can be a group or admin email.":"Primary contact for handling technical queries about the operation and status of your service participating in the TRISA network. Can be a group or admin email.","Profile Created:":"Profile Created:","Reference implementation":"Reference implementation","Reg Authority":"Reg Authority","Region / Province / State (required)":"Region / Province / State (required)","Registered Directory":"Registered Directory","Registration Authority":"Registration Authority","Registration Authority Identifier":"Registration Authority Identifier","Registration Authority cannot be left empty":"Registration Authority cannot be left empty","Registration Submission":"Registration Submission","Regulator Name":"Regulator Name","Remove line":"Remove line","Request New Identity Certificate":"Request New Identity Certificate","Requesting a new X.509 Identity Certificate will invalidate and revoke your current X.509 Identity Certificate.":"Requesting a new X.509 Identity Certificate will invalidate and revoke your current X.509 Identity Certificate.","Reset":"Reset","Residential":"Residential","Return to vaspdirectory.net":"Return to vaspdirectory.net","Review":"Review","Review page":"Review page","Role":"Role","Routine Maintenance Scheduled":"Routine Maintenance Scheduled","Safeguards PII":"Safeguards PII","Save & Next":"Save & Next","Save & Previous":"Save & Previous","Sealing Certificate Inventory":"Sealing Certificate Inventory","Search the Directory Service":"Search the Directory Service","Section":"Section","Section 1: Basic Details":"Section 1: Basic Details","Section 2: Legal Person":"Section 2: Legal Person","Section 3: Contacts":"Section 3: Contacts","Section 4: TRISA Implementation":"Section 4: TRISA Implementation","Section 5: TRIXO Questionnaire":"Section 5: TRIXO Questionnaire","Section 6: Review & Submit":"Section 6: Review & Submit","Sections & Details":"Sections & Details","Secure":"Secure","Select VASP category":"Select VASP category","Select a country":"Select a country","Select business category":"Select business category","Set up your TRISA node or integrate with a 3rd-party Travel Rule solution. Complete\n testing and move to production.":"Set up your TRISA node or integrate with a 3rd-party Travel Rule solution. Complete\n testing and move to production.","Set up your TRISA node or integrate with a 3rd-party Travel Rule solution. Complete testing and move to production.":"Set up your TRISA node or integrate with a 3rd-party Travel Rule solution. Complete testing and move to production.","Short":"Short","Sign out":"Sign out","Signature ID":"Signature ID","Since TRISA is an open source, peer-to-peer Travel Rule solution, VASPs can set\n up and maintain their own TRISA server to exhange encrypted Travel Rule\n compliance data. TRISA maintains an":"Since TRISA is an open source, peer-to-peer Travel Rule solution, VASPs can set\n up and maintain their own TRISA server to exhange encrypted Travel Rule\n compliance data. TRISA maintains an","Since TRISA is an open source, peer-to-peer Travel Rule solution, VASPs can set up and maintain their own TRISA server to exhange encrypted Travel Rule compliance data. At the same time, TRISA is designed to be interoperable. There are several Travel Rule solutions providers available on the market. If you are a customer, work with your Travel Ruie provider to integrate TRISA into your Travel Rule compliance workflow.":"Since TRISA is an open source, peer-to-peer Travel Rule solution, VASPs can set up and maintain their own TRISA server to exhange encrypted Travel Rule compliance data. At the same time, TRISA is designed to be interoperable. There are several Travel Rule solutions providers available on the market. If you are a customer, work with your Travel Ruie provider to integrate TRISA into your Travel Rule compliance workflow.","Social Security Number":"Social Security Number","Something went wrong. Please try again later.":"Something went wrong. Please try again later.","Sorry, the page you are looking for doesn't exist or has been moved":"Sorry, the page you are looking for doesn't exist or has been moved","Sorry. We could not find a user account with the email address":"Sorry. We could not find a user account with the email address","Start Certificate Registration":"Start Certificate Registration","Start Registration":"Start Registration","Start trial":"Start trial","Status":"Status","Status:":"Status:","Step 1":"Step 1","Submit":"Submit","Submit MainNet Registration":"Submit MainNet Registration","Submit TestNet Registration":"Submit TestNet Registration","Submitted":"Submitted","Support":"Support","Synga Bridge":"Synga Bridge","TESTNET DIRECTORY RECORD":"TESTNET DIRECTORY RECORD","TESTNET SUBMISSION":"TESTNET SUBMISSION","TRISA Certificates":"TRISA Certificates","TRISA Details":"TRISA Details","TRISA Endpoint":"TRISA Endpoint","TRISA Endpoint: MainNet":"TRISA Endpoint: MainNet","TRISA Endpoint: TestNet":"TRISA Endpoint: TestNet","TRISA Githubs repo":"TRISA Githubs repo","TRISA Global Directory Service":"TRISA Global Directory Service","TRISA Identity Signature:":"TRISA Identity Signature:","TRISA Implementation":"TRISA Implementation","TRISA Implementations":"TRISA Implementations","TRISA Member ID":"TRISA Member ID","TRISA Member ID:":"TRISA Member ID:","TRISA Organization Profile":"TRISA Organization Profile","TRISA Registration Request Submitted!":"TRISA Registration Request Submitted!","TRISA Service Endpoint":"TRISA Service Endpoint","TRISA Verification":"TRISA Verification","TRISA Verification:":"TRISA Verification:","TRISA Verified Logo":"TRISA Verified Logo","TRISA endpoint for communication":"TRISA endpoint for communication","TRISA endpoint is not valid":"TRISA endpoint is not valid","TRISA implementation":"TRISA implementation","TRISA is a decentralized network where VASPs communicate directly with each other.":"TRISA is a decentralized network where VASPs communicate directly with each other.","TRISA is a global, open source, peer-to-peer and secure Travel Rule architecture and network designed to be accessible and interoperable. Become a TRISA-certified VASP today.":"TRISA is a global, open source, peer-to-peer and secure Travel Rule architecture and network designed to be accessible and interoperable. Become a TRISA-certified VASP today.","TRISA is designed to be interoperable with other Travel Rule solutions.":"TRISA is designed to be interoperable with other Travel Rule solutions.","TRISA is designed to be interoperable. There are several Travel Rule solutions\n providers available on the market. If you are a customer, work with them to\n integrate TRISA into your Travel Rule compliance workflow.":"TRISA is designed to be interoperable. There are several Travel Rule solutions\n providers available on the market. If you are a customer, work with them to\n integrate TRISA into your Travel Rule compliance workflow.","TRISA is open source and available to implement by any VASP.":"TRISA is open source and available to implement by any VASP.","TRISA issues two types of certificates:":"TRISA issues two types of certificates:","TRISA members must complete a comprehensive multi-part verification form and due diligence process. Once verified, TRISA will issue TestNet and MainNet certificates for secure Travel Rule compliance.":"TRISA members must complete a comprehensive multi-part verification form and due diligence process. Once verified, TRISA will issue TestNet and MainNet certificates for secure Travel Rule compliance.","TRISA specific identity number (UUID), only supplied if you're updating an existing registration request":"TRISA specific identity number (UUID), only supplied if you're updating an existing registration request","TRISA uses public-key cryptography for encrypting data in flight and at rest.":"TRISA uses public-key cryptography for encrypting data in flight and at rest.","TRISA verified members may download and display a “TRISA Verified VASP” logo on their website. The logo is unique to your VASP and non-reproducible. Members may download their logo after verification is complete and their certificate has been issued. The logo is in .svg fotmat":"TRISA verified members may download and display a “TRISA Verified VASP” logo on their website. The logo is unique to your VASP and non-reproducible. Members may download their logo after verification is complete and their certificate has been issued. The logo is in .svg fotmat","TRISA’s Github repo":"TRISA’s Github repo","TRISA’s Global Directory Service (GDS) is a network of vetted VASPs that can securely exchange Travel Rule compliance data with each other.":"TRISA’s Global Directory Service (GDS) is a network of vetted VASPs that can securely exchange Travel Rule compliance data with each other.","TRISA’s verification form includes five sections and may require information from several parties in your organization.":"TRISA’s verification form includes five sections and may require information from several parties in your organization.","TRIXO Questionnaire":"TRIXO Questionnaire","Talk to a member of your technical team to determine the requirements and\n resources to integrate TRISA with your system. Have members of your technical\n team integrate your systems with TRISA. Or work with a solutions provider that\n can help your VASP set up your TRISA server and maintain it.":"Talk to a member of your technical team to determine the requirements and\n resources to integrate TRISA with your system. Have members of your technical\n team integrate your systems with TRISA. Or work with a solutions provider that\n can help your VASP set up your TRISA server and maintain it.","Tax Identification Number":"Tax Identification Number","Technical Contact (required)":"Technical Contact (required)","Technical Officer":"Technical Officer","Technical Resources":"Technical Resources","Technical information about your endpoint for certificate issuance. Each VASP is required to establish a TRISA endpoint for inter-VASP communication.":"Technical information about your endpoint for certificate issuance. Each VASP is required to establish a TRISA endpoint for inter-VASP communication.","TestNet":"TestNet","TestNet Certificate Common Name":"TestNet Certificate Common Name","TestNet Certificates":"TestNet Certificates","TestNet Network Metrics":"TestNet Network Metrics","TestNet TRISA Endpoint":"TestNet TRISA Endpoint","TestNet and MainNet endpoints should not be the same":"TestNet and MainNet endpoints should not be the same","Thank you for creating your TRISA account.":"Thank you for creating your TRISA account.","Thank you for creating your TRISA account. You must verify your email address. An email with verification instructions has been sent to your email address. Please complete the email verification process in 24 hours. The email verification link will expire in 24 hours.":"Thank you for creating your TRISA account. You must verify your email address. An email with verification instructions has been sent to your email address. Please complete the email verification process in 24 hours. The email verification link will expire in 24 hours.","Thank you. We have sent instructions to reset your password to":"Thank you. We have sent instructions to reset your password to","Thank you. We have sent instructions to reset your password to {0}. The link to reset your password expires in 24 hours.":["Thank you. We have sent instructions to reset your password to ",["0"],". The link to reset your password expires in 24 hours."],"The Common Name typically matches the Endpoint, without the port number\n at the end (e.g. trisa.myvasp.com) and is used to identify the subject\n in the X.509 certificate.":"The Common Name typically matches the Endpoint, without the port number\n at the end (e.g. trisa.myvasp.com) and is used to identify the subject\n in the X.509 certificate.","The GDS will be undergoing routine maintenance on Apr 7.":"The GDS will be undergoing routine maintenance on Apr 7.","The Travel Rule Information Sharing Architecture (TRISA)":"The Travel Rule Information Sharing Architecture (TRISA)","The address and port of the TRISA endpoint for partner VASPs to connect on via gRPC.":"The address and port of the TRISA endpoint for partner VASPs to connect on via gRPC.","The common name for the mTLS certificate. This should match the TRISA endpoint without the port in most cases.":"The common name for the mTLS certificate. This should match the TRISA endpoint without the port in most cases.","The link to reset your password expires in 24 hours.":"The link to reset your password expires in 24 hours.","The minimum threshold above which your organization is required to collect/send Travel Rule information.":"The minimum threshold above which your organization is required to collect/send Travel Rule information.","The name and type of name by which the legal person is known.":"The name and type of name by which the legal person is known.","The name of primary regulator or supervisory authority for your national jurisdiction":"The name of primary regulator or supervisory authority for your national jurisdiction","This is the only time the PKCS12 password is shown during the registration process.":"This is the only time the PKCS12 password is shown during the registration process.","This multi-section form is an important step in the registration and certificate issuance process. The information you provide will be used to verify the legal entity that you represent and, where appropriate, will be available to verified TRISA members to facilitate compliance decisions. If you need guidance, see the":"This multi-section form is an important step in the registration and certificate issuance process. The information you provide will be used to verify the legal entity that you represent and, where appropriate, will be available to verified TRISA members to facilitate compliance decisions. If you need guidance, see the","This questionnaire is designed to help TRISA members understand the regulatory regime of your organization. The information provided will help ensure that required compliance information exchanges are conducted correctly and safely. All verified TRISA members will have access to this information.":"This questionnaire is designed to help TRISA members understand the regulatory regime of your organization. The information provided will help ensure that required compliance information exchanges are conducted correctly and safely. All verified TRISA members will have access to this information.","Threshold to conduct KYC before permitting the customer to send/receive virtual asset transfers":"Threshold to conduct KYC before permitting the customer to send/receive virtual asset transfers","To assist in completing the registration form, the form is divided into multiple sections":"To assist in completing the registration form, the form is divided into multiple sections","Trading":"Trading","Understood":"Understood","Unspecified":"Unspecified","Upcoming TRISA Working Group Call":"Upcoming TRISA Working Group Call","Upon verification, integrate with TRISA to begin exchanging Travel Rule compliance data.":"Upon verification, integrate with TRISA to begin exchanging Travel Rule compliance data.","User Details":"User Details","User ID":"User ID","User ID:":"User ID:","VASP Category":"VASP Category","VASPs have two options to integrate with TRISA.":"VASPs have two options to integrate with TRISA.","VERIFIED ON":"VERIFIED ON","Verification Status:":"Verification Status:","Verified":"Verified","Verified On":"Verified On","Verified VASPs":"Verified VASPs","Visit Getting Started with TRISA":"Visit Getting Started with TRISA","We recommend that a senior compliance officer initially creates the account for the VASP. Additional accounts can be created later.":"We recommend that a senior compliance officer initially creates the account for the VASP. Additional accounts can be created later.","Website":"Website","Website is a required field":"Website is a required field","Website, incorporation Date, VASP Category":"Website, incorporation Date, VASP Category","Welcome to TRISA’s network of Certified VASPs.":"Welcome to TRISA’s network of Certified VASPs.","What is IVMS101?":"What is IVMS101?","What is the minimum threshold for Travel Rule compliance?":"What is the minimum threshold for Travel Rule compliance?","What’s a Common name or VASP ID?":"What’s a Common name or VASP ID?","Who to Ask":"Who to Ask","Who to ask":"Who to ask","Why Join TRISA":"Why Join TRISA","X.509 Identity Certificate Inventory":"X.509 Identity Certificate Inventory","X.509 Identity Certificates":"X.509 Identity Certificates","YES":"YES","Yes":"Yes","You must request a new X.509 Identity Certificate to change your Endpoint and Common Name.":"You must request a new X.509 Identity Certificate to change your Endpoint and Common Name.","You must submit your registration for TestNet and MainNet separately.":"You must submit your registration for TestNet and MainNet separately.","You must verify your email address. An email with verification instructions has been sent to your email address. Please complete the email verification process in 24 hours. The email verification link will expire in 24 hours.":"You must verify your email address. An email with verification instructions has been sent to your email address. Please complete the email verification process in 24 hours. The email verification link will expire in 24 hours.","You will receive two separate emails with confirmation links for each registration. You must click on each confirmation link to complete the registration process.":"You will receive two separate emails with confirmation links for each registration. You must click on each confirmation link to complete the registration process.","Your TRISA Implementation":"Your TRISA Implementation","Your account has not been verified. Please check your email to verify your account.":"Your account has not been verified. Please check your email to verify your account.","Your dashboard":"Your dashboard","Your registration form has been successfully submitted. You will receive a confirmation email from admin@trisa.io. In the email, you will receive instructions on next steps. Return to your dashboard to monitor the status of your registration and certificate.":"Your registration form has been successfully submitted. You will receive a confirmation email from admin@trisa.io. In the email, you will receive instructions on next steps. Return to your dashboard to monitor the status of your registration and certificate.","Your registration request has been successfully received by the Directory Service. Verification emails have been sent to all contacts listed. Once your contact information has been verified, the registration form will be sent to the TRISA review board to verify your membership in the TRISA network.":"Your registration request has been successfully received by the Directory Service. Verification emails have been sent to all contacts listed. Once your contact information has been verified, the registration form will be sent to the TRISA review board to verify your membership in the TRISA network.","about us":"about us","common name should match the TRISA endpoint without the port":"common name should match the TRISA endpoint without the port","complete VASP verification":"complete VASP verification","compliance. TRISA helps Virtual Asset Service Providers (VASPs) comply with the Travel Rule for cross-border cryptocurrency transactions. TRISA is designed to be interoperable.":"compliance. TRISA helps Virtual Asset Service Providers (VASPs) comply with the Travel Rule for cross-border cryptocurrency transactions. TRISA is designed to be interoperable.","create account":"create account","create your account":"create your account","for Cryptocurrency Travel Rule compliance.":"for Cryptocurrency Travel Rule compliance.","for TestNet registration so your TestNet certificate will be issued upon review by the validation team":"for TestNet registration so your TestNet certificate will be issued upon review by the validation team","for legal persons and is strongly suggested for use as KYC or CDD information exchanged in TRISA transfers.":"for legal persons and is strongly suggested for use as KYC or CDD information exchanged in TRISA transfers.","in partnership with":"in partnership with","is a global, open source, secure, and peer-to-peer protocol for":"is a global, open source, secure, and peer-to-peer protocol for","is not required":"is not required","is required":"is required","legal":"legal","lower case letters (a-z)":"lower case letters (a-z)","numbers (i.e. 0-9)":"numbers (i.e. 0-9)","on behalf of":"on behalf of","registration. Upon submission, you will receive an email with a confirmation link. You must click the confirmation link to complete the registration process. Failure to click the confirmation link will result in an incomplete registration":"registration. Upon submission, you will receive an email with a confirmation link. You must click the confirmation link to complete the registration process. Failure to click the confirmation link will result in an incomplete registration","special characters (e.g. !@#$%^&*)":"special characters (e.g. !@#$%^&*)","the TRISA architecture":"the TRISA architecture","upper case letters (A-Z)":"upper case letters (A-Z)","with detailed documentation, a reference implemenation, and “robot” VASPs for\n testing purposes.":"with detailed documentation, a reference implemenation, and “robot” VASPs for\n testing purposes.","{0}":[["0"]],"{0} Contact":[["0"]," Contact"]}};
\ No newline at end of file
diff --git a/web/gds-user-ui/src/locales/en/messages.po b/web/gds-user-ui/src/locales/en/messages.po
index 5518f848c..bc1fed8ea 100644
--- a/web/gds-user-ui/src/locales/en/messages.po
+++ b/web/gds-user-ui/src/locales/en/messages.po
@@ -125,8 +125,8 @@ msgstr "A component of"
msgid "A physical verification check in the form of a phone call"
msgstr "A physical verification check in the form of a phone call"
-#: src/components/Header/LandingHeader.tsx:83
-#: src/components/Header/LandingHeader.tsx:123
+#: src/components/Header/LandingHeader.tsx:85
+#: src/components/Header/LandingHeader.tsx:133
#: src/components/Section/AboutUs.tsx:29
msgid "About TRISA"
msgstr "About TRISA"
@@ -187,7 +187,7 @@ msgid "Address line 2 e.g. apartment or suite number"
msgstr "Address line 2 e.g. apartment or suite number"
#: src/components/Addresses/index.tsx:11
-#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:120
+#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:116
#: src/components/MemberDetails/index.tsx:244
msgid "Addresses"
msgstr "Addresses"
@@ -222,7 +222,7 @@ msgstr "An error has occurred to load annoucements"
msgid "An error has occurred to load attention data"
msgstr "An error has occurred to load attention data"
-#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:21
+#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:19
msgid "An error has occurred to load legal person data"
msgstr "An error has occurred to load legal person data"
@@ -302,8 +302,8 @@ msgstr "Business"
msgid "Business Address"
msgstr "Business Address"
-#: src/components/BasicDetailsForm/index.tsx:64
-#: src/components/CertificateReview/BasicDetailsReviewDataTable.tsx:49
+#: src/components/BasicDetailsForm/index.tsx:72
+#: src/components/CertificateReview/BasicDetailsReviewDataTable.tsx:56
#: src/components/MemberDetails/index.tsx:125
msgid "Business Category"
msgstr "Business Category"
@@ -518,8 +518,8 @@ msgstr "Country of Issue"
msgid "Country of Issue is reserved for National Identifiers of Natural Persons"
msgstr "Country of Issue is reserved for National Identifiers of Natural Persons"
-#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:147
-#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:192
+#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:143
+#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:188
#: src/components/CountryOfRegistration/index.tsx:19
#: src/components/MemberDetails/index.tsx:271
#: src/components/MemberDetails/index.tsx:331
@@ -578,8 +578,8 @@ msgstr "Dashboard"
msgid "Data Protection Policies"
msgstr "Data Protection Policies"
-#: src/components/BasicDetailsForm/index.tsx:50
-#: src/components/CertificateReview/BasicDetailsReviewDataTable.tsx:56
+#: src/components/BasicDetailsForm/index.tsx:52
+#: src/components/CertificateReview/BasicDetailsReviewDataTable.tsx:63
#: src/components/MemberDetails/index.tsx:117
msgid "Date of Incorporation / Establishment"
msgstr "Date of Incorporation / Establishment"
@@ -610,8 +610,8 @@ msgstr "Details"
msgid "Directory Lookup"
msgstr "Directory Lookup"
-#: src/components/Header/LandingHeader.tsx:86
-#: src/components/Header/LandingHeader.tsx:126
+#: src/components/Header/LandingHeader.tsx:88
+#: src/components/Header/LandingHeader.tsx:136
#: src/components/Navbar/Landing/MobileNav.tsx:73
#: src/components/Navbar/Landing/Nav.tsx:22
#: src/components/OpenSourceResources/index.tsx:20
@@ -808,14 +808,14 @@ msgstr "ID:"
msgid "IVMS 101 data structure"
msgstr "IVMS 101 data structure"
-#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:174
+#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:170
#: src/components/MemberDetails/index.tsx:303
#: src/components/NameIdentification/index.tsx:130
#: src/components/OrganizationProfile/OrganizationalDetail.tsx:122
msgid "Identification Number"
msgstr "Identification Number"
-#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:180
+#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:176
#: src/components/MemberDetails/index.tsx:311
#: src/components/NameIdentification/index.tsx:159
#: src/components/OrganizationProfile/OrganizationalDetail.tsx:130
@@ -1006,8 +1006,8 @@ msgstr "Log in."
msgid "Log into your TRISA account."
msgstr "Log into your TRISA account."
-#: src/components/Header/LandingHeader.tsx:91
-#: src/components/Header/LandingHeader.tsx:129
+#: src/components/Header/LandingHeader.tsx:94
+#: src/components/Header/LandingHeader.tsx:140
msgid "Login"
msgstr "Login"
@@ -1091,7 +1091,7 @@ msgstr "Name"
msgid "Name Identifier Type is required"
msgstr "Name Identifier Type is required"
-#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:45
+#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:43
#: src/components/MemberDetails/index.tsx:172
#: src/components/OrganizationProfile/OrganizationalDetail.tsx:77
msgid "Name Identifiers"
@@ -1110,7 +1110,7 @@ msgstr "Name of Primary Regulator"
msgid "Name, Addresss, Country, National Identifier"
msgstr "Name, Addresss, Country, National Identifier"
-#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:165
+#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:161
#: src/components/MemberDetails/index.tsx:298
#: src/components/NameIdentification/index.tsx:118
msgid "National Identification"
@@ -1194,7 +1194,8 @@ msgstr "Option 2. Use a 3rd-party Solution"
msgid "Organization Collaborators"
msgstr "Organization Collaborators"
-#: src/components/BasicDetailsForm/index.tsx:27
+#: src/components/BasicDetailsForm/index.tsx:29
+#: src/components/CertificateReview/BasicDetailsReviewDataTable.tsx:34
#: src/components/Section/SearchDirectory.tsx:180
#: src/components/Section/SearchDirectory.tsx:248
msgid "Organization Name"
@@ -1296,7 +1297,7 @@ msgstr "Please review the information provided, edit as needed, and submit to co
msgid "Please review the information provided, edit as needed, and submit to complete the registration form. After the information is reviewed, you will be contacted to verify details. Once verified, your TestNet certificate will be issued."
msgstr "Please review the information provided, edit as needed, and submit to complete the registration form. After the information is reviewed, you will be contacted to verify details. Once verified, your TestNet certificate will be issued."
-#: src/components/BasicDetailsForm/index.tsx:89
+#: src/components/BasicDetailsForm/index.tsx:97
msgid "Please select as many categories needed to represent the types of virtual asset services your organization provides."
msgstr "Please select as many categories needed to represent the types of virtual asset services your organization provides."
@@ -1347,7 +1348,7 @@ msgstr "Profile Created:"
msgid "Reference implementation"
msgstr "Reference implementation"
-#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:198
+#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:194
#: src/components/MemberDetails/index.tsx:337
msgid "Reg Authority"
msgstr "Reg Authority"
@@ -1453,7 +1454,7 @@ msgid "Section"
msgstr "Section"
#: src/components/BasicDetail/index.tsx:73
-#: src/components/CertificateReview/BasicDetailsReview.tsx:26
+#: src/components/CertificateReview/BasicDetailsReview.tsx:27
#: src/components/CertificateSection/index.tsx:23
#: src/components/CertificateSection/index.tsx:65
msgid "Section 1: Basic Details"
@@ -1496,7 +1497,7 @@ msgstr "Sections & Details"
msgid "Secure"
msgstr "Secure"
-#: src/components/BasicDetailsForm/index.tsx:81
+#: src/components/BasicDetailsForm/index.tsx:89
msgid "Select VASP category"
msgstr "Select VASP category"
@@ -1504,7 +1505,7 @@ msgstr "Select VASP category"
msgid "Select a country"
msgstr "Select a country"
-#: src/components/BasicDetailsForm/index.tsx:65
+#: src/components/BasicDetailsForm/index.tsx:73
msgid "Select business category"
msgstr "Select business category"
@@ -1594,7 +1595,7 @@ msgid "Step 1"
msgstr "Step 1"
#: src/components/CertificateRegistration/CertificateRegistrationTable.tsx:39
-#: src/components/NeedsAttention/AttentionAlert.tsx:111
+#: src/components/NeedsAttention/AttentionAlert.tsx:112
#: src/components/Section/PasswordResetForm.tsx:48
#: src/hoc/withRHF.tsx:117
msgid "Submit"
@@ -1889,7 +1890,7 @@ msgstr "The link to reset your password expires in 24 hours."
msgid "The minimum threshold above which your organization is required to collect/send Travel Rule information."
msgstr "The minimum threshold above which your organization is required to collect/send Travel Rule information."
-#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:50
+#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:48
#: src/components/MemberDetails/index.tsx:177
#: src/components/NameIdentifiers/index.tsx:38
#: src/components/NameIdentifiers/index.tsx:45
@@ -1953,8 +1954,8 @@ msgstr "User ID"
msgid "User ID:"
msgstr "User ID:"
-#: src/components/BasicDetailsForm/index.tsx:80
-#: src/components/CertificateReview/BasicDetailsReviewDataTable.tsx:65
+#: src/components/BasicDetailsForm/index.tsx:88
+#: src/components/CertificateReview/BasicDetailsReviewDataTable.tsx:72
#: src/components/MemberDetails/index.tsx:131
#: src/components/OrganizationProfile/OrganizationalDetail.tsx:91
msgid "VASP Category"
@@ -1994,8 +1995,8 @@ msgstr "Visit Getting Started with TRISA"
msgid "We recommend that a senior compliance officer initially creates the account for the VASP. Additional accounts can be created later."
msgstr "We recommend that a senior compliance officer initially creates the account for the VASP. Additional accounts can be created later."
-#: src/components/BasicDetailsForm/index.tsx:38
-#: src/components/CertificateReview/BasicDetailsReviewDataTable.tsx:34
+#: src/components/BasicDetailsForm/index.tsx:40
+#: src/components/CertificateReview/BasicDetailsReviewDataTable.tsx:41
#: src/components/MemberDetails/index.tsx:111
msgid "Website"
msgstr "Website"
@@ -2088,6 +2089,11 @@ msgstr "Your TRISA Implementation"
msgid "Your account has not been verified. Please check your email to verify your account."
msgstr "Your account has not been verified. Please check your email to verify your account."
+#: src/components/Header/LandingHeader.tsx:100
+#: src/components/Header/LandingHeader.tsx:144
+msgid "Your dashboard"
+msgstr "Your dashboard"
+
#: src/components/CertificateSection/index.tsx:61
msgid "Your registration form has been successfully submitted. You will receive a confirmation email from admin@trisa.io. In the email, you will receive instructions on next steps. Return to your dashboard to monitor the status of your registration and certificate."
msgstr "Your registration form has been successfully submitted. You will receive a confirmation email from admin@trisa.io. In the email, you will receive instructions on next steps. Return to your dashboard to monitor the status of your registration and certificate."
diff --git a/web/gds-user-ui/src/locales/fr/messages.js b/web/gds-user-ui/src/locales/fr/messages.js
index c23432422..4959cd3ae 100644
--- a/web/gds-user-ui/src/locales/fr/messages.js
+++ b/web/gds-user-ui/src/locales/fr/messages.js
@@ -1 +1 @@
-/*eslint-disable*/module.exports={messages:{" Failure to click either confirmation will result in an incomplete registration":" Failure to click either confirmation will result in an incomplete registration"," When you are verified you will be issued PKCS12 encrypted identity certificates\n for use in mTLS authentication between TRISA members. The password to decrypt\n those certificates is shown below:":" When you are verified you will be issued PKCS12 encrypted identity certificates\n for use in mTLS authentication between TRISA members. The password to decrypt\n those certificates is shown below:"," create your TRISA account with your VASP email address. Add collaborators in your\n organization.":" create your TRISA account with your VASP email address. Add collaborators in your\n organization."," for MainNet registration so your MainNet certificate will be issued upon review by the validation team":" for MainNet registration so your MainNet certificate will be issued upon review by the validation team","(1)X.509 Identity Certificates":"(1)X.509 Identity Certificates","(2)Sealing Certificates":"(2)Sealing Certificates","(Saved)":"(Saved)","(not interoperable)":"(not interoperable)","(not saved)":"(not saved)","*At least 8 characters in length \n* Contain at least 3 of the following 4\ntypes of characters: \n* lower case letters (a-z) \n* upper case letters (A-Z) \n* numbers (i.e. 0-9) \n* special characters (e.g. !@#$%^&*)":"*At least 8 characters in length \n* Contain at least 3 of the following 4\ntypes of characters: \n* lower case letters (a-z) \n* upper case letters (A-Z) \n* numbers (i.e. 0-9) \n* special characters (e.g. !@#$%^&*)","1 Basic Details":"1 Basic Details","2 Legal Person":"2 Legal Person","2022-03-14":"2022-03-14","2022-04-01":"2022-04-01","3 Contacts":"3 Contacts","3rd Party Travel Rule Providers":"3rd Party Travel Rule Providers","4 TRISA Implementation":"4 TRISA Implementation","5 TRIXO Questionnaire":"5 TRIXO Questionnaire","A business phone number is required to complete physical verification for MainNet registration. Please provide a phone number where the Legal/ Compliance contact can be contacted":"A business phone number is required to complete physical verification for MainNet registration. Please provide a phone number where the Legal/ Compliance contact can be contacted","A component of":"A component of","A physical verification check in the form of a phone call":"A physical verification check in the form of a phone call","About TRISA":"About TRISA","Action":"Action","Add Address":"Add Address","Add Contact":"Add Contact","Add Jurisdiction":"Add Jurisdiction","Add Legal Name":"Add Legal Name","Add Local Name":"Add Local Name","Add Phonetic Names":"Add Phonetic Names","Add Regulation":"Add Regulation","Added":"Added","Address":"Address","Address Type (required)":"Address Type (required)","Address line 1 e.g. building name/number, street name (required)":"Address line 1 e.g. building name/number, street name (required)","Address line 2 e.g. apartment or suite number":"Address line 2 e.g. apartment or suite number","Addresses":"Addresses","Administrative Contact (optional)":"Administrative Contact (optional)","Administrative or executive contact for your organization to field high-level requests or queries. (Strongly recommended)":"Administrative or executive contact for your organization to field high-level requests or queries. (Strongly recommended)","Alien Registration Number":"Alien Registration Number","All TRISA members must complete TRISA’s VASP verification and due diligence process to become a Verified VASP.":"All TRISA members must complete TRISA’s VASP verification and due diligence process to become a Verified VASP.","Already have an account?":"Already have an account?","An error has occurred to load annoucements":"An error has occurred to load annoucements","An error has occurred to load attention data":"An error has occurred to load attention data","An error has occurred to load legal person data":"An error has occurred to load legal person data","An error has occurred to load {type} metric":["An error has occurred to load ",["type"]," metric"],"An identifier issued by an appropriate issuing authority":"An identifier issued by an appropriate issuing authority","App version {appVersion}":["App version ",["appVersion"]],"Applicable Regulations":"Applicable Regulations","Apply to Become a TRISA-certified Virtual Asset Service Provider.":"Apply to Become a TRISA-certified Virtual Asset Service Provider.","At least 9 characters in length":"At least 9 characters in length","At least one geographic address is required. Enter the primary geographic address of the organization. Organizations may enter additional addresses if operating in multiple jurisdictions.":"At least one geographic address is required. Enter the primary geographic address of the organization. Organizations may enter additional addresses if operating in multiple jurisdictions.","At what threshold and currency does your organization conduct KYC?":"At what threshold and currency does your organization conduct KYC?","BFF & GDS version {bffAndGdsVersion}":["BFF & GDS version ",["bffAndGdsVersion"]],"Back Home":"Back Home","Back to Review Page":"Back to Review Page","Basic Details":"Basic Details","Become Travel Rule compliant.":"Become Travel Rule compliant.","Beware the Ides of March":"Beware the Ides of March","Billing Contact (optional)":"Billing Contact (optional)","Billing contact for your organization to handle account and invoice requests or queries relating to the operation of the TRISA network.":"Billing contact for your organization to handle account and invoice requests or queries relating to the operation of the TRISA network.","Business":"Business","Business Address":"Business Address","Business Category":"Business Category","Business Details":"Business Details","Business or Compliance Office":"Business or Compliance Office","By answering yes, I understand that this is the only time the PKCS12 Password is displayed and I have copied and securely saved the password.":"By answering yes, I understand that this is the only time the PKCS12 Password is displayed and I have copied and securely saved the password.","CDD & Travel Rule Policies":"CDD & Travel Rule Policies","CDD and data protection policies":"CDD and data protection policies","Cancel":"Cancel","Certificate Common Name":"Certificate Common Name","Certificate Details":"Certificate Details","Certificate Management":"Certificate Management","Certificate Progress":"Certificate Progress","Certificate Registration":"Certificate Registration","Certificate Registration Process":"Certificate Registration Process","Change Permissions":"Change Permissions","CipherTrace Providers":"CipherTrace Providers","City / Town / Municipality":"City / Town / Municipality","Clear & Reset Form":"Clear & Reset Form","Clear & Reset Registration Form":"Clear & Reset Registration Form","Click below to submit your":"Click below to submit your","Click “No” if you have not copied the PKCS12 password yet and would like to view and copy the password.":"Click “No” if you have not copied the PKCS12 password yet and would like to view and copy the password.","Click “Reset” to clear and reset the registration form. All data will be deleted and you will be re-directed to the beginning of the form and you will be required to restart the registration process":"Click “Reset” to clear and reset the registration form. All data will be deleted and you will be re-directed to the beginning of the form and you will be required to restart the registration process","Click “Yes” if you have copied the PKCS12 password and have securely saved it.":"Click “Yes” if you have copied the PKCS12 password and have securely saved it.","Common Name":"Common Name","Common name or VASP ID":"Common name or VASP ID","Common name should not contain special characters, no spaces and must have a dot(.) in it":"Common name should not contain special characters, no spaces and must have a dot(.) in it","Common name should not contain special characters, no spaces and must have a dot(.) in it and should have at least 2 characters after the periods":"Common name should not contain special characters, no spaces and must have a dot(.) in it and should have at least 2 characters after the periods","Common name should not contain special characters, no spaces and must have a dot(.) in it, should have at least 2 characters after the periods":"Common name should not contain special characters, no spaces and must have a dot(.) in it, should have at least 2 characters after the periods","Complete Certficate Registration":"Complete Certficate Registration","Complete TRISA’s VASP Verfication Process":"Complete TRISA’s VASP Verfication Process","Complete the multi-part TRISA verification form and due diligence process. Once\n approved, gain access to the Testnet.":"Complete the multi-part TRISA verification form and due diligence process. Once\n approved, gain access to the Testnet.","Complete the multi-part TRISA verification form and due diligence process. Once approved, gain access to the Testnet and MainNet.":"Complete the multi-part TRISA verification form and due diligence process. Once approved, gain access to the Testnet and MainNet.","Compliance Officer":"Compliance Officer","Compliance officer or legal contact for requests about the compliance requirements and legal status of your organization. A business phone number is required to complete physical verification for MainNet registration. Please provide a phone number where the Legal/ Compliance contact can be contacted.":"Compliance officer or legal contact for requests about the compliance requirements and legal status of your organization. A business phone number is required to complete physical verification for MainNet registration. Please provide a phone number where the Legal/ Compliance contact can be contacted.","Compliance, Technical, Admininstrative, Billing":"Compliance, Technical, Admininstrative, Billing","Comply with the Travel Rule":"Comply with the Travel Rule","Conducts KYC before virtual asset transfers":"Conducts KYC before virtual asset transfers","Contact Verified":"Contact Verified","Contact information for representatives of your organization. Contacts include Technical, Legal/Compliance, Administrative, and Billing persons.":"Contact information for representatives of your organization. Contacts include Technical, Legal/Compliance, Administrative, and Billing persons.","Contacts":"Contacts","Contain at least 3 of the following 4 types of characters":"Contain at least 3 of the following 4 types of characters","Continue":"Continue","Continue with Google":"Continue with Google","Copied":"Copied","Copy":"Copy","Country":"Country","Country (required)":"Country (required)","Country of Issue":"Country of Issue","Country of Issue is reserved for National Identifiers of Natural Persons":"Country of Issue is reserved for National Identifiers of Natural Persons","Country of Registration":"Country of Registration","Country of registration is required":"Country of registration is required","Country:":"Country:","Create Account":"Create Account","Create account":"Create account","Create an Account":"Create an Account","Create your TRISA account with your VASP email address. Add collaborators in your organization.":"Create your TRISA account with your VASP email address. Add collaborators in your organization.","Create your TRISA account.":"Create your TRISA account.","Create your account today.":"Create your account today.","Created and maintained by":"Created and maintained by","Customer Number":"Customer Number","Dashboard":"Dashboard","Data Protection Policies":"Data Protection Policies","Date of Incorporation / Establishment":"Date of Incorporation / Establishment","Deactivate":"Deactivate","Delete":"Delete","Delete the address line":"Delete the address line","Description":"Description","Details":"Details","Directory Lookup":"Directory Lookup","Documentation":"Documentation","Does your organization conduct KYC/CDD before permitting its customers to send/receive virtual asset transfers?":"Does your organization conduct KYC/CDD before permitting its customers to send/receive virtual asset transfers?","Does your organization have a programme that sets minimum AML, CFT, KYC/CDD and Sanctions standards per the requirements of the jurisdiction(s) regulatory regimes where it is licensed/approved/registered?":"Does your organization have a programme that sets minimum AML, CFT, KYC/CDD and Sanctions standards per the requirements of the jurisdiction(s) regulatory regimes where it is licensed/approved/registered?","Does your organization secure and protect PII, including PII received from other VASPs under the Travel Rule?":"Does your organization secure and protect PII, including PII received from other VASPs under the Travel Rule?","Download":"Download","Driver's License Number":"Driver's License Number","Each VASP is required to establish a TRISA endpoint for inter-VASP communication. Please specify the details of your endpoint for certificate issuance.":"Each VASP is required to establish a TRISA endpoint for inter-VASP communication. Please specify the details of your endpoint for certificate issuance.","Each VASP is required to establish a TRISA endpoint for inter-VASP communication. Please specify the details of your endpoint for certificate issuance. Please specify the TestNet endpoint and the MainNet endpoint. The TestNet endpoint and the MainNet endpoint must be different.":"Each VASP is required to establish a TRISA endpoint for inter-VASP communication. Please specify the details of your endpoint for certificate issuance. Please specify the TestNet endpoint and the MainNet endpoint. The TestNet endpoint and the MainNet endpoint must be different.","Edit":"Edit","Email Address":"Email Address","Email is not valid":"Email is not valid","Email is required":"Email is required","Endpoint":"Endpoint","Enter the VASP Common Name or VASP ID. Not a TRISA Member?":"Enter the VASP Common Name or VASP ID. Not a TRISA Member?","Enter the name and type of name by which the legal person is known. At least one legal name is required. Organizations are strongly encouraged to enter additional name identifiers such as Trading Name/ Doing Business As (DBA), Local names, and phonetic names where appropriate.":"Enter the name and type of name by which the legal person is known. At least one legal name is required. Organizations are strongly encouraged to enter additional name identifiers such as Trading Name/ Doing Business As (DBA), Local names, and phonetic names where appropriate.","Enter your email address":"Enter your email address","Error Submitting Certificate":"Error Submitting Certificate","Expiration Date":"Expiration Date","Expiry Date:":"Expiry Date:","Export Data":"Export Data","Files is required":"Files is required","Final Confirmation":"Final Confirmation","Final review and form submission":"Final review and form submission","First Listed":"First Listed","Follow the instructions below to reset your TRISA password":"Follow the instructions below to reset your TRISA password","For MainNet certificate requests, a member of TRISA’s verification team will review your submission and conduct a final due diligence phone call for physical verification. When physical verification is complete, TRISA will issue MainNet certificates. Requests for TestNet certificates do not require physical verification.":"For MainNet certificate requests, a member of TRISA’s verification team will review your submission and conduct a final due diligence phone call for physical verification. When physical verification is complete, TRISA will issue MainNet certificates. Requests for TestNet certificates do not require physical verification.","For identifiers other than LEI specify the registration authority from the following list. See":"For identifiers other than LEI specify the registration authority from the following list. See","Foreign Investment Identity Number":"Foreign Investment Identity Number","Forgot password?":"Forgot password?","Full Name":"Full Name","GLEIF Registration Authorities":"GLEIF Registration Authorities","Geographic":"Geographic","Getting Started Help Guide":"Getting Started Help Guide","Git Revision":"Git Revision","GitHub repository":"GitHub repository","Global Directory Service":"Global Directory Service","Guest":"Guest","Home":"Home","How to set up your own node?":"How to set up your own node?","I acknowledge that requesting a new X.509 Identity Certificate will invalidate and revoke my organization’s current X.509 Identity Certificate.":"I acknowledge that requesting a new X.509 Identity Certificate will invalidate and revoke my organization’s current X.509 Identity Certificate.","I have a bad feeling about tomorrow.":"I have a bad feeling about tomorrow.","ID":"ID","ID:":"ID:","IVMS 101 data structure":"IVMS 101 data structure","Identification Number":"Identification Number","Identification Type":"Identification Type","Identity Card Number":"Identity Card Number","Identity Certificates":"Identity Certificates","If supplied, use full phone number with country code":"If supplied, use full phone number with country code","If you lose the PKCS12 password, you will have to the start the registration process from the beginning.":"If you lose the PKCS12 password, you will have to the start the registration process from the beginning.","If you would like to edit your registration form before submitting, please return to the":"If you would like to edit your registration form before submitting, please return to the","Import File":"Import File","Incomplete":"Incomplete","Incorporation Date":"Incorporation Date","Information about the VASP such as website, incorporation date, business and VASP category.":"Information about the VASP such as website, incorporation date, business and VASP category.","Information that identifies your organization as a Legal Person. This section represents the IVMS 101 data structure for legal persons and is strongly suggested for use as KYC information exchanged in TRISA transfers.":"Information that identifies your organization as a Legal Person. This section represents the IVMS 101 data structure for legal persons and is strongly suggested for use as KYC information exchanged in TRISA transfers.","Information to ensure that required compliance information exchanges are conducted correctly and safely. This includes information about jurisdiction and national regulator, Customer Due Diligence(CDD) and Travel Rule policies, and data protection policies.":"Information to ensure that required compliance information exchanges are conducted correctly and safely. This includes information about jurisdiction and national regulator, Customer Due Diligence(CDD) and Travel Rule policies, and data protection policies.","Integrate and Comply":"Integrate and Comply","Integrate with TRISA.":"Integrate with TRISA.","Interoperable":"Interoperable","Invalid date":"Invalid date","Invalid date / year must be 4 digit":"Invalid date / year must be 4 digit","Is your organization permitted to send and/or receive transfers of virtual assets in the jurisdictions in which it operates?":"Is your organization permitted to send and/or receive transfers of virtual assets in the jurisdictions in which it operates?","Is your organization required by law to safeguard PII?":"Is your organization required by law to safeguard PII?","Is your organization required to comply with the application of the Travel Rule standards in the jurisdiction(s) where it is licensed/approved/registered?":"Is your organization required to comply with the application of the Travel Rule standards in the jurisdiction(s) where it is licensed/approved/registered?","Issue Date":"Issue Date","Issue Date:":"Issue Date:","Join Today":"Join Today","Join the TRISA network today.":"Join the TRISA network today.","Join us on Thursday Apr 28 for the TRISA Working Group.":"Join us on Thursday Apr 28 for the TRISA Working Group.","Last Login:":"Last Login:","Last Updated":"Last Updated","Learn How TRISA Works":"Learn How TRISA Works","Learn More":"Learn More","Learn about the three-step process to become a member and verified VASP.":"Learn about the three-step process to become a member and verified VASP.","Learn how TRISA works.":"Learn how TRISA works.","Legal":"Legal","Legal Entity Identifier (LEI)":"Legal Entity Identifier (LEI)","Legal Person":"Legal Person","Legal name is required":"Legal name is required","Legal/ Compliance Contact (required)":"Legal/ Compliance Contact (required)","Local Name Identifiers":"Local Name Identifiers","Log In":"Log In","Log in":"Log in","Log in to TRISA’s Global Directory Service":"Log in to TRISA’s Global Directory Service","Log in.":"Log in.","Log into your TRISA account.":"Log into your TRISA account.","Login":"Login","MAINNET DIRECTORY RECORD":"MAINNET DIRECTORY RECORD","MAINNET SUBMISSION":"MAINNET SUBMISSION","MainNet":"MainNet","MainNet Certificate Common Name":"MainNet Certificate Common Name","MainNet Certificates":"MainNet Certificates","MainNet Network Metrics":"MainNet Network Metrics","MainNet TRISA Endpoint":"MainNet TRISA Endpoint","Max file size 10mb":"Max file size 10mb","Meet Alice VASP, Bob VASP and Evil VASP":"Meet Alice VASP, Bob VASP and Evil VASP","Meet Alice VASP, Bob VASP, and “Evil” VASP":"Meet Alice VASP, Bob VASP, and “Evil” VASP","Message from server:":"Message from server:","Misc":"Misc","Missing required element":"Missing required element","Must comply with Travel Rule":"Must comply with Travel Rule","Must safeguard PII":"Must safeguard PII","NO":"NO","Name":"Name","Name Identifier Type is required":"Name Identifier Type is required","Name Identifiers":"Name Identifiers","Name identifiers":"Name identifiers","Name of Primary Regulator":"Name of Primary Regulator","Name, Addresss, Country, National Identifier":"Name, Addresss, Country, National Identifier","National Identification":"National Identification","National Jurisdiction":"National Jurisdiction","Need to Learn More?":"Need to Learn More?","Network Announcement":"Network Announcement","Network Status":"Network Status","New Members":"New Members","New X.509 Identity Certificate Request":"New X.509 Identity Certificate Request","Next":"Next","No":"No","No information is sent until you complete Section 6 - Review & Submit":"No information is sent until you complete Section 6 - Review & Submit","Not Saved":"Not Saved","Not a TRISA Member?":"Not a TRISA Member?","Note:":"Note:","Open Source":"Open Source","Open Source Resources":"Open Source Resources","Option 1. Set Up Your Own TRISA Node":"Option 1. Set Up Your Own TRISA Node","Option 2. Use a 3rd-party Solution":"Option 2. Use a 3rd-party Solution","Organization Collaborators":"Organization Collaborators","Organization Name":"Organization Name","Organization Type":"Organization Type","Organization name is required":"Organization name is required","Organization:":"Organization:","Organizational Details":"Organizational Details","Other Jurisdictions":"Other Jurisdictions","Overview":"Overview","Page Not Found":"Page Not Found","Partially":"Partially","Participate in verified VASP-to-VASP Travel Rule exchanges.":"Participate in verified VASP-to-VASP Travel Rule exchanges.","Passport Number":"Passport Number","Password":"Password","Peer-to-Peer":"Peer-to-Peer","Permission":"Permission","Permission:":"Permission:","Phone Number":"Phone Number","Phonetic Name Identifiers":"Phonetic Name Identifiers","Please add any other regulatory jurisdictions your organization complies with.":"Please add any other regulatory jurisdictions your organization complies with.","Please complete all details":"Please complete all details","Please copy and paste this password and store somewhere safe!":"Please copy and paste this password and store somewhere safe!","Please enter the information that identifies your organization as a Legal Person. This form represents the":"Please enter the information that identifies your organization as a Legal Person. This form represents the","Please enter the information that identifies your organization as a Legal Person. This form represents the {0} data structure for legal persons and is strongly suggested for use as KYC or CDD information exchanged in TRISA transfers.":["Please enter the information that identifies your organization as a Legal Person. This form represents the ",["0"]," data structure for legal persons and is strongly suggested for use as KYC or CDD information exchanged in TRISA transfers."],"Please review the information provided, edit as needed, and submit to complete the registration form. After the information is reviewed, emails will be sent to the provided contacts for verification. Once verified, your TestNet certificate will be issued.":"Please review the information provided, edit as needed, and submit to complete the registration form. After the information is reviewed, emails will be sent to the provided contacts for verification. Once verified, your TestNet certificate will be issued.","Please review the information provided, edit as needed, and submit to complete the registration form. After the information is reviewed, you will be contacted to verify details. Once verified, your TestNet certificate will be issued.":"Please review the information provided, edit as needed, and submit to complete the registration form. After the information is reviewed, you will be contacted to verify details. Once verified, your TestNet certificate will be issued.","Please select as many categories needed to represent the types of virtual asset services your organization provides.":"Please select as many categories needed to represent the types of virtual asset services your organization provides.","Please specify the applicable regulation(s) for Travel Rule standards compliance, e.g.\"FATF Recommendation 16\"":"Please specify the applicable regulation(s) for Travel Rule standards compliance, e.g.\"FATF Recommendation 16\"","Please supply a valid national identification number. TRISA recommends the use of LEI numbers. For more information, please visit":"Please supply a valid national identification number. TRISA recommends the use of LEI numbers. For more information, please visit","Please supply contact information for representatives of your organization. All contacts will receive an email verification token and the contact emails must be verified before the registration can proceed.":"Please supply contact information for representatives of your organization. All contacts will receive an email verification token and the contact emails must be verified before the registration can proceed.","Please use the email address associated with your organization.":"Please use the email address associated with your organization.","Postal Code / Postcode / ZIP Code":"Postal Code / Postcode / ZIP Code","Preferred name for email communication.":"Preferred name for email communication.","Previous":"Previous","Primary National Jurisdiction":"Primary National Jurisdiction","Primary contact for handling technical queries about the operation and status of your service participating in the TRISA network. Can be a group or admin email.":"Primary contact for handling technical queries about the operation and status of your service participating in the TRISA network. Can be a group or admin email.","Profile Created:":"Profile Created:","Reference implementation":"Reference implementation","Reg Authority":"Reg Authority","Region / Province / State (required)":"Region / Province / State (required)","Registered Directory":"Registered Directory","Registration Authority":"Registration Authority","Registration Authority Identifier":"Registration Authority Identifier","Registration Authority cannot be left empty":"Registration Authority cannot be left empty","Registration Submission":"Registration Submission","Regulator Name":"Regulator Name","Remove line":"Remove line","Request New Identity Certificate":"Request New Identity Certificate","Requesting a new X.509 Identity Certificate will invalidate and revoke your current X.509 Identity Certificate.":"Requesting a new X.509 Identity Certificate will invalidate and revoke your current X.509 Identity Certificate.","Reset":"Reset","Residential":"Residential","Return to vaspdirectory.net":"Return to vaspdirectory.net","Review":"Review","Review page":"Review page","Role":"Role","Routine Maintenance Scheduled":"Routine Maintenance Scheduled","Safeguards PII":"Safeguards PII","Save & Next":"Save & Next","Save & Previous":"Save & Previous","Sealing Certificate Inventory":"Sealing Certificate Inventory","Search the Directory Service":"Search the Directory Service","Section":"Section","Section 1: Basic Details":"Section 1: Basic Details","Section 2: Legal Person":"Section 2: Legal Person","Section 3: Contacts":"Section 3: Contacts","Section 4: TRISA Implementation":"Section 4: TRISA Implementation","Section 5: TRIXO Questionnaire":"Section 5: TRIXO Questionnaire","Section 6: Review & Submit":"Section 6: Review & Submit","Sections & Details":"Sections & Details","Secure":"Secure","Select VASP category":"Select VASP category","Select a country":"Select a country","Select business category":"Select business category","Set up your TRISA node or integrate with a 3rd-party Travel Rule solution. Complete\n testing and move to production.":"Set up your TRISA node or integrate with a 3rd-party Travel Rule solution. Complete\n testing and move to production.","Set up your TRISA node or integrate with a 3rd-party Travel Rule solution. Complete testing and move to production.":"Set up your TRISA node or integrate with a 3rd-party Travel Rule solution. Complete testing and move to production.","Short":"Short","Sign out":"Sign out","Signature ID":"Signature ID","Since TRISA is an open source, peer-to-peer Travel Rule solution, VASPs can set\n up and maintain their own TRISA server to exhange encrypted Travel Rule\n compliance data. TRISA maintains an":"Since TRISA is an open source, peer-to-peer Travel Rule solution, VASPs can set\n up and maintain their own TRISA server to exhange encrypted Travel Rule\n compliance data. TRISA maintains an","Since TRISA is an open source, peer-to-peer Travel Rule solution, VASPs can set up and maintain their own TRISA server to exhange encrypted Travel Rule compliance data. At the same time, TRISA is designed to be interoperable. There are several Travel Rule solutions providers available on the market. If you are a customer, work with your Travel Ruie provider to integrate TRISA into your Travel Rule compliance workflow.":"Since TRISA is an open source, peer-to-peer Travel Rule solution, VASPs can set up and maintain their own TRISA server to exhange encrypted Travel Rule compliance data. At the same time, TRISA is designed to be interoperable. There are several Travel Rule solutions providers available on the market. If you are a customer, work with your Travel Ruie provider to integrate TRISA into your Travel Rule compliance workflow.","Social Security Number":"Social Security Number","Something went wrong. Please try again later.":"Something went wrong. Please try again later.","Sorry, the page you are looking for doesn't exist or has been moved":"Sorry, the page you are looking for doesn't exist or has been moved","Sorry. We could not find a user account with the email address":"Sorry. We could not find a user account with the email address","Start Certificate Registration":"Start Certificate Registration","Start Registration":"Start Registration","Start trial":"Start trial","Status":"Status","Status:":"Status:","Step 1":"Step 1","Submit":"Submit","Submit MainNet Registration":"Submit MainNet Registration","Submit TestNet Registration":"Submit TestNet Registration","Submitted":"Submitted","Support":"Support","Synga Bridge":"Synga Bridge","TESTNET DIRECTORY RECORD":"TESTNET DIRECTORY RECORD","TESTNET SUBMISSION":"TESTNET SUBMISSION","TRISA Certificates":"TRISA Certificates","TRISA Details":"TRISA Details","TRISA Endpoint":"TRISA Endpoint","TRISA Endpoint: MainNet":"TRISA Endpoint: MainNet","TRISA Endpoint: TestNet":"TRISA Endpoint: TestNet","TRISA Githubs repo":"TRISA Githubs repo","TRISA Global Directory Service":"TRISA Global Directory Service","TRISA Identity Signature:":"TRISA Identity Signature:","TRISA Implementation":"TRISA Implementation","TRISA Implementations":"TRISA Implementations","TRISA Member ID":"TRISA Member ID","TRISA Member ID:":"TRISA Member ID:","TRISA Organization Profile":"TRISA Organization Profile","TRISA Registration Request Submitted!":"TRISA Registration Request Submitted!","TRISA Service Endpoint":"TRISA Service Endpoint","TRISA Verification":"TRISA Verification","TRISA Verification:":"TRISA Verification:","TRISA Verified Logo":"TRISA Verified Logo","TRISA endpoint for communication":"TRISA endpoint for communication","TRISA endpoint is not valid":"TRISA endpoint is not valid","TRISA implementation":"TRISA implementation","TRISA is a decentralized network where VASPs communicate directly with each other.":"TRISA is a decentralized network where VASPs communicate directly with each other.","TRISA is a global, open source, peer-to-peer and secure Travel Rule architecture and network designed to be accessible and interoperable. Become a TRISA-certified VASP today.":"TRISA is a global, open source, peer-to-peer and secure Travel Rule architecture and network designed to be accessible and interoperable. Become a TRISA-certified VASP today.","TRISA is designed to be interoperable with other Travel Rule solutions.":"TRISA is designed to be interoperable with other Travel Rule solutions.","TRISA is designed to be interoperable. There are several Travel Rule solutions\n providers available on the market. If you are a customer, work with them to\n integrate TRISA into your Travel Rule compliance workflow.":"TRISA is designed to be interoperable. There are several Travel Rule solutions\n providers available on the market. If you are a customer, work with them to\n integrate TRISA into your Travel Rule compliance workflow.","TRISA is open source and available to implement by any VASP.":"TRISA is open source and available to implement by any VASP.","TRISA issues two types of certificates:":"TRISA issues two types of certificates:","TRISA members must complete a comprehensive multi-part verification form and due diligence process. Once verified, TRISA will issue TestNet and MainNet certificates for secure Travel Rule compliance.":"TRISA members must complete a comprehensive multi-part verification form and due diligence process. Once verified, TRISA will issue TestNet and MainNet certificates for secure Travel Rule compliance.","TRISA specific identity number (UUID), only supplied if you're updating an existing registration request":"TRISA specific identity number (UUID), only supplied if you're updating an existing registration request","TRISA uses public-key cryptography for encrypting data in flight and at rest.":"TRISA uses public-key cryptography for encrypting data in flight and at rest.","TRISA verified members may download and display a “TRISA Verified VASP” logo on their website. The logo is unique to your VASP and non-reproducible. Members may download their logo after verification is complete and their certificate has been issued. The logo is in .svg fotmat":"TRISA verified members may download and display a “TRISA Verified VASP” logo on their website. The logo is unique to your VASP and non-reproducible. Members may download their logo after verification is complete and their certificate has been issued. The logo is in .svg fotmat","TRISA’s Github repo":"TRISA’s Github repo","TRISA’s Global Directory Service (GDS) is a network of vetted VASPs that can securely exchange Travel Rule compliance data with each other.":"TRISA’s Global Directory Service (GDS) is a network of vetted VASPs that can securely exchange Travel Rule compliance data with each other.","TRISA’s verification form includes five sections and may require information from several parties in your organization.":"TRISA’s verification form includes five sections and may require information from several parties in your organization.","TRIXO Questionnaire":"TRIXO Questionnaire","Talk to a member of your technical team to determine the requirements and\n resources to integrate TRISA with your system. Have members of your technical\n team integrate your systems with TRISA. Or work with a solutions provider that\n can help your VASP set up your TRISA server and maintain it.":"Talk to a member of your technical team to determine the requirements and\n resources to integrate TRISA with your system. Have members of your technical\n team integrate your systems with TRISA. Or work with a solutions provider that\n can help your VASP set up your TRISA server and maintain it.","Tax Identification Number":"Tax Identification Number","Technical Contact (required)":"Technical Contact (required)","Technical Officer":"Technical Officer","Technical Resources":"Technical Resources","Technical information about your endpoint for certificate issuance. Each VASP is required to establish a TRISA endpoint for inter-VASP communication.":"Technical information about your endpoint for certificate issuance. Each VASP is required to establish a TRISA endpoint for inter-VASP communication.","TestNet":"TestNet","TestNet Certificate Common Name":"TestNet Certificate Common Name","TestNet Certificates":"TestNet Certificates","TestNet Network Metrics":"TestNet Network Metrics","TestNet TRISA Endpoint":"TestNet TRISA Endpoint","TestNet and MainNet endpoints should not be the same":"TestNet and MainNet endpoints should not be the same","Thank you for creating your TRISA account.":"Thank you for creating your TRISA account.","Thank you for creating your TRISA account. You must verify your email address. An email with verification instructions has been sent to your email address. Please complete the email verification process in 24 hours. The email verification link will expire in 24 hours.":"Thank you for creating your TRISA account. You must verify your email address. An email with verification instructions has been sent to your email address. Please complete the email verification process in 24 hours. The email verification link will expire in 24 hours.","Thank you. We have sent instructions to reset your password to":"Thank you. We have sent instructions to reset your password to","Thank you. We have sent instructions to reset your password to {0}. The link to reset your password expires in 24 hours.":["Thank you. We have sent instructions to reset your password to ",["0"],". The link to reset your password expires in 24 hours."],"The Common Name typically matches the Endpoint, without the port number\n at the end (e.g. trisa.myvasp.com) and is used to identify the subject\n in the X.509 certificate.":"The Common Name typically matches the Endpoint, without the port number\n at the end (e.g. trisa.myvasp.com) and is used to identify the subject\n in the X.509 certificate.","The GDS will be undergoing routine maintenance on Apr 7.":"The GDS will be undergoing routine maintenance on Apr 7.","The Travel Rule Information Sharing Architecture (TRISA)":"The Travel Rule Information Sharing Architecture (TRISA)","The address and port of the TRISA endpoint for partner VASPs to connect on via gRPC.":"The address and port of the TRISA endpoint for partner VASPs to connect on via gRPC.","The common name for the mTLS certificate. This should match the TRISA endpoint without the port in most cases.":"The common name for the mTLS certificate. This should match the TRISA endpoint without the port in most cases.","The link to reset your password expires in 24 hours.":"The link to reset your password expires in 24 hours.","The minimum threshold above which your organization is required to collect/send Travel Rule information.":"The minimum threshold above which your organization is required to collect/send Travel Rule information.","The name and type of name by which the legal person is known.":"The name and type of name by which the legal person is known.","The name of primary regulator or supervisory authority for your national jurisdiction":"The name of primary regulator or supervisory authority for your national jurisdiction","This is the only time the PKCS12 password is shown during the registration process.":"This is the only time the PKCS12 password is shown during the registration process.","This multi-section form is an important step in the registration and certificate issuance process. The information you provide will be used to verify the legal entity that you represent and, where appropriate, will be available to verified TRISA members to facilitate compliance decisions. If you need guidance, see the":"This multi-section form is an important step in the registration and certificate issuance process. The information you provide will be used to verify the legal entity that you represent and, where appropriate, will be available to verified TRISA members to facilitate compliance decisions. If you need guidance, see the","This questionnaire is designed to help TRISA members understand the regulatory regime of your organization. The information provided will help ensure that required compliance information exchanges are conducted correctly and safely. All verified TRISA members will have access to this information.":"This questionnaire is designed to help TRISA members understand the regulatory regime of your organization. The information provided will help ensure that required compliance information exchanges are conducted correctly and safely. All verified TRISA members will have access to this information.","Threshold to conduct KYC before permitting the customer to send/receive virtual asset transfers":"Threshold to conduct KYC before permitting the customer to send/receive virtual asset transfers","To assist in completing the registration form, the form is divided into multiple sections":"To assist in completing the registration form, the form is divided into multiple sections","Trading":"Trading","Understood":"Understood","Unspecified":"Unspecified","Upcoming TRISA Working Group Call":"Upcoming TRISA Working Group Call","Upon verification, integrate with TRISA to begin exchanging Travel Rule compliance data.":"Upon verification, integrate with TRISA to begin exchanging Travel Rule compliance data.","User Details":"User Details","User ID":"User ID","User ID:":"User ID:","VASP Category":"VASP Category","VASPs have two options to integrate with TRISA.":"VASPs have two options to integrate with TRISA.","VERIFIED ON":"VERIFIED ON","Verification Status:":"Verification Status:","Verified":"Verified","Verified On":"Verified On","Verified VASPs":"Verified VASPs","Visit Getting Started with TRISA":"Visit Getting Started with TRISA","We recommend that a senior compliance officer initially creates the account for the VASP. Additional accounts can be created later.":"We recommend that a senior compliance officer initially creates the account for the VASP. Additional accounts can be created later.","Website":"Website","Website is a required field":"Website is a required field","Website, incorporation Date, VASP Category":"Website, incorporation Date, VASP Category","Welcome to TRISA’s network of Certified VASPs.":"Welcome to TRISA’s network of Certified VASPs.","What is IVMS101?":"What is IVMS101?","What is the minimum threshold for Travel Rule compliance?":"What is the minimum threshold for Travel Rule compliance?","What’s a Common name or VASP ID?":"What’s a Common name or VASP ID?","Who to Ask":"Who to Ask","Who to ask":"Who to ask","Why Join TRISA":"Why Join TRISA","X.509 Identity Certificate Inventory":"X.509 Identity Certificate Inventory","X.509 Identity Certificates":"X.509 Identity Certificates","YES":"YES","Yes":"Yes","You must request a new X.509 Identity Certificate to change your Endpoint and Common Name.":"You must request a new X.509 Identity Certificate to change your Endpoint and Common Name.","You must submit your registration for TestNet and MainNet separately.":"You must submit your registration for TestNet and MainNet separately.","You must verify your email address. An email with verification instructions has been sent to your email address. Please complete the email verification process in 24 hours. The email verification link will expire in 24 hours.":"You must verify your email address. An email with verification instructions has been sent to your email address. Please complete the email verification process in 24 hours. The email verification link will expire in 24 hours.","You will receive two separate emails with confirmation links for each registration. You must click on each confirmation link to complete the registration process.":"You will receive two separate emails with confirmation links for each registration. You must click on each confirmation link to complete the registration process.","Your TRISA Implementation":"Your TRISA Implementation","Your account has not been verified. Please check your email to verify your account.":"Your account has not been verified. Please check your email to verify your account.","Your registration form has been successfully submitted. You will receive a confirmation email from admin@trisa.io. In the email, you will receive instructions on next steps. Return to your dashboard to monitor the status of your registration and certificate.":"Your registration form has been successfully submitted. You will receive a confirmation email from admin@trisa.io. In the email, you will receive instructions on next steps. Return to your dashboard to monitor the status of your registration and certificate.","Your registration request has been successfully received by the Directory Service. Verification emails have been sent to all contacts listed. Once your contact information has been verified, the registration form will be sent to the TRISA review board to verify your membership in the TRISA network.":"Your registration request has been successfully received by the Directory Service. Verification emails have been sent to all contacts listed. Once your contact information has been verified, the registration form will be sent to the TRISA review board to verify your membership in the TRISA network.","about us":"about us","common name should match the TRISA endpoint without the port":"common name should match the TRISA endpoint without the port","complete VASP verification":"complete VASP verification","compliance. TRISA helps Virtual Asset Service Providers (VASPs) comply with the Travel Rule for cross-border cryptocurrency transactions. TRISA is designed to be interoperable.":"compliance. TRISA helps Virtual Asset Service Providers (VASPs) comply with the Travel Rule for cross-border cryptocurrency transactions. TRISA is designed to be interoperable.","create account":"create account","create your account":"create your account","for Cryptocurrency Travel Rule compliance.":"for Cryptocurrency Travel Rule compliance.","for TestNet registration so your TestNet certificate will be issued upon review by the validation team":"for TestNet registration so your TestNet certificate will be issued upon review by the validation team","for legal persons and is strongly suggested for use as KYC or CDD information exchanged in TRISA transfers.":"for legal persons and is strongly suggested for use as KYC or CDD information exchanged in TRISA transfers.","in partnership with":"in partnership with","is a global, open source, secure, and peer-to-peer protocol for":"is a global, open source, secure, and peer-to-peer protocol for","is not required":"is not required","is required":"is required","legal":"legal","lower case letters (a-z)":"lower case letters (a-z)","numbers (i.e. 0-9)":"numbers (i.e. 0-9)","on behalf of":"on behalf of","registration. Upon submission, you will receive an email with a confirmation link. You must click the confirmation link to complete the registration process. Failure to click the confirmation link will result in an incomplete registration":"registration. Upon submission, you will receive an email with a confirmation link. You must click the confirmation link to complete the registration process. Failure to click the confirmation link will result in an incomplete registration","special characters (e.g. !@#$%^&*)":"special characters (e.g. !@#$%^&*)","the TRISA architecture":"the TRISA architecture","upper case letters (A-Z)":"upper case letters (A-Z)","with detailed documentation, a reference implemenation, and “robot” VASPs for\n testing purposes.":"with detailed documentation, a reference implemenation, and “robot” VASPs for\n testing purposes.","{0}":[["0"]],"{0} Contact":[["0"]," Contact"]}};
\ No newline at end of file
+/*eslint-disable*/module.exports={messages:{" Failure to click either confirmation will result in an incomplete registration":" Failure to click either confirmation will result in an incomplete registration"," When you are verified you will be issued PKCS12 encrypted identity certificates\n for use in mTLS authentication between TRISA members. The password to decrypt\n those certificates is shown below:":" When you are verified you will be issued PKCS12 encrypted identity certificates\n for use in mTLS authentication between TRISA members. The password to decrypt\n those certificates is shown below:"," create your TRISA account with your VASP email address. Add collaborators in your\n organization.":" create your TRISA account with your VASP email address. Add collaborators in your\n organization."," for MainNet registration so your MainNet certificate will be issued upon review by the validation team":" for MainNet registration so your MainNet certificate will be issued upon review by the validation team","(1)X.509 Identity Certificates":"(1)X.509 Identity Certificates","(2)Sealing Certificates":"(2)Sealing Certificates","(Saved)":"(Saved)","(not interoperable)":"(not interoperable)","(not saved)":"(not saved)","*At least 8 characters in length \n* Contain at least 3 of the following 4\ntypes of characters: \n* lower case letters (a-z) \n* upper case letters (A-Z) \n* numbers (i.e. 0-9) \n* special characters (e.g. !@#$%^&*)":"*At least 8 characters in length \n* Contain at least 3 of the following 4\ntypes of characters: \n* lower case letters (a-z) \n* upper case letters (A-Z) \n* numbers (i.e. 0-9) \n* special characters (e.g. !@#$%^&*)","1 Basic Details":"1 Basic Details","2 Legal Person":"2 Legal Person","2022-03-14":"2022-03-14","2022-04-01":"2022-04-01","3 Contacts":"3 Contacts","3rd Party Travel Rule Providers":"3rd Party Travel Rule Providers","4 TRISA Implementation":"4 TRISA Implementation","5 TRIXO Questionnaire":"5 TRIXO Questionnaire","A business phone number is required to complete physical verification for MainNet registration. Please provide a phone number where the Legal/ Compliance contact can be contacted":"A business phone number is required to complete physical verification for MainNet registration. Please provide a phone number where the Legal/ Compliance contact can be contacted","A component of":"A component of","A physical verification check in the form of a phone call":"A physical verification check in the form of a phone call","About TRISA":"About TRISA","Action":"Action","Add Address":"Add Address","Add Contact":"Add Contact","Add Jurisdiction":"Add Jurisdiction","Add Legal Name":"Add Legal Name","Add Local Name":"Add Local Name","Add Phonetic Names":"Add Phonetic Names","Add Regulation":"Add Regulation","Added":"Added","Address":"Address","Address Type (required)":"Address Type (required)","Address line 1 e.g. building name/number, street name (required)":"Address line 1 e.g. building name/number, street name (required)","Address line 2 e.g. apartment or suite number":"Address line 2 e.g. apartment or suite number","Addresses":"Addresses","Administrative Contact (optional)":"Administrative Contact (optional)","Administrative or executive contact for your organization to field high-level requests or queries. (Strongly recommended)":"Administrative or executive contact for your organization to field high-level requests or queries. (Strongly recommended)","Alien Registration Number":"Alien Registration Number","All TRISA members must complete TRISA’s VASP verification and due diligence process to become a Verified VASP.":"All TRISA members must complete TRISA’s VASP verification and due diligence process to become a Verified VASP.","Already have an account?":"Already have an account?","An error has occurred to load annoucements":"An error has occurred to load annoucements","An error has occurred to load attention data":"An error has occurred to load attention data","An error has occurred to load legal person data":"An error has occurred to load legal person data","An error has occurred to load {type} metric":["An error has occurred to load ",["type"]," metric"],"An identifier issued by an appropriate issuing authority":"An identifier issued by an appropriate issuing authority","App version {appVersion}":["App version ",["appVersion"]],"Applicable Regulations":"Applicable Regulations","Apply to Become a TRISA-certified Virtual Asset Service Provider.":"Apply to Become a TRISA-certified Virtual Asset Service Provider.","At least 9 characters in length":"At least 9 characters in length","At least one geographic address is required. Enter the primary geographic address of the organization. Organizations may enter additional addresses if operating in multiple jurisdictions.":"At least one geographic address is required. Enter the primary geographic address of the organization. Organizations may enter additional addresses if operating in multiple jurisdictions.","At what threshold and currency does your organization conduct KYC?":"At what threshold and currency does your organization conduct KYC?","BFF & GDS version {bffAndGdsVersion}":["BFF & GDS version ",["bffAndGdsVersion"]],"Back Home":"Back Home","Back to Review Page":"Back to Review Page","Basic Details":"Basic Details","Become Travel Rule compliant.":"Become Travel Rule compliant.","Beware the Ides of March":"Beware the Ides of March","Billing Contact (optional)":"Billing Contact (optional)","Billing contact for your organization to handle account and invoice requests or queries relating to the operation of the TRISA network.":"Billing contact for your organization to handle account and invoice requests or queries relating to the operation of the TRISA network.","Business":"Business","Business Address":"Business Address","Business Category":"Business Category","Business Details":"Business Details","Business or Compliance Office":"Business or Compliance Office","By answering yes, I understand that this is the only time the PKCS12 Password is displayed and I have copied and securely saved the password.":"By answering yes, I understand that this is the only time the PKCS12 Password is displayed and I have copied and securely saved the password.","CDD & Travel Rule Policies":"CDD & Travel Rule Policies","CDD and data protection policies":"CDD and data protection policies","Cancel":"Cancel","Certificate Common Name":"Certificate Common Name","Certificate Details":"Certificate Details","Certificate Management":"Certificate Management","Certificate Progress":"Certificate Progress","Certificate Registration":"Certificate Registration","Certificate Registration Process":"Certificate Registration Process","Change Permissions":"Change Permissions","CipherTrace Providers":"CipherTrace Providers","City / Town / Municipality":"City / Town / Municipality","Clear & Reset Form":"Clear & Reset Form","Clear & Reset Registration Form":"Clear & Reset Registration Form","Click below to submit your":"Click below to submit your","Click “No” if you have not copied the PKCS12 password yet and would like to view and copy the password.":"Click “No” if you have not copied the PKCS12 password yet and would like to view and copy the password.","Click “Reset” to clear and reset the registration form. All data will be deleted and you will be re-directed to the beginning of the form and you will be required to restart the registration process":"Click “Reset” to clear and reset the registration form. All data will be deleted and you will be re-directed to the beginning of the form and you will be required to restart the registration process","Click “Yes” if you have copied the PKCS12 password and have securely saved it.":"Click “Yes” if you have copied the PKCS12 password and have securely saved it.","Common Name":"Common Name","Common name or VASP ID":"Common name or VASP ID","Common name should not contain special characters, no spaces and must have a dot(.) in it":"Common name should not contain special characters, no spaces and must have a dot(.) in it","Common name should not contain special characters, no spaces and must have a dot(.) in it and should have at least 2 characters after the periods":"Common name should not contain special characters, no spaces and must have a dot(.) in it and should have at least 2 characters after the periods","Common name should not contain special characters, no spaces and must have a dot(.) in it, should have at least 2 characters after the periods":"Common name should not contain special characters, no spaces and must have a dot(.) in it, should have at least 2 characters after the periods","Complete Certficate Registration":"Complete Certficate Registration","Complete TRISA’s VASP Verfication Process":"Complete TRISA’s VASP Verfication Process","Complete the multi-part TRISA verification form and due diligence process. Once\n approved, gain access to the Testnet.":"Complete the multi-part TRISA verification form and due diligence process. Once\n approved, gain access to the Testnet.","Complete the multi-part TRISA verification form and due diligence process. Once approved, gain access to the Testnet and MainNet.":"Complete the multi-part TRISA verification form and due diligence process. Once approved, gain access to the Testnet and MainNet.","Compliance Officer":"Compliance Officer","Compliance officer or legal contact for requests about the compliance requirements and legal status of your organization. A business phone number is required to complete physical verification for MainNet registration. Please provide a phone number where the Legal/ Compliance contact can be contacted.":"Compliance officer or legal contact for requests about the compliance requirements and legal status of your organization. A business phone number is required to complete physical verification for MainNet registration. Please provide a phone number where the Legal/ Compliance contact can be contacted.","Compliance, Technical, Admininstrative, Billing":"Compliance, Technical, Admininstrative, Billing","Comply with the Travel Rule":"Comply with the Travel Rule","Conducts KYC before virtual asset transfers":"Conducts KYC before virtual asset transfers","Contact Verified":"Contact Verified","Contact information for representatives of your organization. Contacts include Technical, Legal/Compliance, Administrative, and Billing persons.":"Contact information for representatives of your organization. Contacts include Technical, Legal/Compliance, Administrative, and Billing persons.","Contacts":"Contacts","Contain at least 3 of the following 4 types of characters":"Contain at least 3 of the following 4 types of characters","Continue":"Continue","Continue with Google":"Continue with Google","Copied":"Copied","Copy":"Copy","Country":"Country","Country (required)":"Country (required)","Country of Issue":"Country of Issue","Country of Issue is reserved for National Identifiers of Natural Persons":"Country of Issue is reserved for National Identifiers of Natural Persons","Country of Registration":"Country of Registration","Country of registration is required":"Country of registration is required","Country:":"Country:","Create Account":"Create Account","Create account":"Create account","Create an Account":"Create an Account","Create your TRISA account with your VASP email address. Add collaborators in your organization.":"Create your TRISA account with your VASP email address. Add collaborators in your organization.","Create your TRISA account.":"Create your TRISA account.","Create your account today.":"Create your account today.","Created and maintained by":"Created and maintained by","Customer Number":"Customer Number","Dashboard":"Dashboard","Data Protection Policies":"Data Protection Policies","Date of Incorporation / Establishment":"Date of Incorporation / Establishment","Deactivate":"Deactivate","Delete":"Delete","Delete the address line":"Delete the address line","Description":"Description","Details":"Details","Directory Lookup":"Directory Lookup","Documentation":"Documentation","Does your organization conduct KYC/CDD before permitting its customers to send/receive virtual asset transfers?":"Does your organization conduct KYC/CDD before permitting its customers to send/receive virtual asset transfers?","Does your organization have a programme that sets minimum AML, CFT, KYC/CDD and Sanctions standards per the requirements of the jurisdiction(s) regulatory regimes where it is licensed/approved/registered?":"Does your organization have a programme that sets minimum AML, CFT, KYC/CDD and Sanctions standards per the requirements of the jurisdiction(s) regulatory regimes where it is licensed/approved/registered?","Does your organization secure and protect PII, including PII received from other VASPs under the Travel Rule?":"Does your organization secure and protect PII, including PII received from other VASPs under the Travel Rule?","Download":"Download","Driver's License Number":"Driver's License Number","Each VASP is required to establish a TRISA endpoint for inter-VASP communication. Please specify the details of your endpoint for certificate issuance.":"Each VASP is required to establish a TRISA endpoint for inter-VASP communication. Please specify the details of your endpoint for certificate issuance.","Each VASP is required to establish a TRISA endpoint for inter-VASP communication. Please specify the details of your endpoint for certificate issuance. Please specify the TestNet endpoint and the MainNet endpoint. The TestNet endpoint and the MainNet endpoint must be different.":"Each VASP is required to establish a TRISA endpoint for inter-VASP communication. Please specify the details of your endpoint for certificate issuance. Please specify the TestNet endpoint and the MainNet endpoint. The TestNet endpoint and the MainNet endpoint must be different.","Edit":"Edit","Email Address":"Email Address","Email is not valid":"Email is not valid","Email is required":"Email is required","Endpoint":"Endpoint","Enter the VASP Common Name or VASP ID. Not a TRISA Member?":"Enter the VASP Common Name or VASP ID. Not a TRISA Member?","Enter the name and type of name by which the legal person is known. At least one legal name is required. Organizations are strongly encouraged to enter additional name identifiers such as Trading Name/ Doing Business As (DBA), Local names, and phonetic names where appropriate.":"Enter the name and type of name by which the legal person is known. At least one legal name is required. Organizations are strongly encouraged to enter additional name identifiers such as Trading Name/ Doing Business As (DBA), Local names, and phonetic names where appropriate.","Enter your email address":"Enter your email address","Error Submitting Certificate":"Error Submitting Certificate","Expiration Date":"Expiration Date","Expiry Date:":"Expiry Date:","Export Data":"Export Data","Files is required":"Files is required","Final Confirmation":"Final Confirmation","Final review and form submission":"Final review and form submission","First Listed":"First Listed","Follow the instructions below to reset your TRISA password":"Follow the instructions below to reset your TRISA password","For MainNet certificate requests, a member of TRISA’s verification team will review your submission and conduct a final due diligence phone call for physical verification. When physical verification is complete, TRISA will issue MainNet certificates. Requests for TestNet certificates do not require physical verification.":"For MainNet certificate requests, a member of TRISA’s verification team will review your submission and conduct a final due diligence phone call for physical verification. When physical verification is complete, TRISA will issue MainNet certificates. Requests for TestNet certificates do not require physical verification.","For identifiers other than LEI specify the registration authority from the following list. See":"For identifiers other than LEI specify the registration authority from the following list. See","Foreign Investment Identity Number":"Foreign Investment Identity Number","Forgot password?":"Forgot password?","Full Name":"Full Name","GLEIF Registration Authorities":"GLEIF Registration Authorities","Geographic":"Geographic","Getting Started Help Guide":"Getting Started Help Guide","Git Revision":"Git Revision","GitHub repository":"GitHub repository","Global Directory Service":"Global Directory Service","Guest":"Guest","Home":"Home","How to set up your own node?":"How to set up your own node?","I acknowledge that requesting a new X.509 Identity Certificate will invalidate and revoke my organization’s current X.509 Identity Certificate.":"I acknowledge that requesting a new X.509 Identity Certificate will invalidate and revoke my organization’s current X.509 Identity Certificate.","I have a bad feeling about tomorrow.":"I have a bad feeling about tomorrow.","ID":"ID","ID:":"ID:","IVMS 101 data structure":"IVMS 101 data structure","Identification Number":"Identification Number","Identification Type":"Identification Type","Identity Card Number":"Identity Card Number","Identity Certificates":"Identity Certificates","If supplied, use full phone number with country code":"If supplied, use full phone number with country code","If you lose the PKCS12 password, you will have to the start the registration process from the beginning.":"If you lose the PKCS12 password, you will have to the start the registration process from the beginning.","If you would like to edit your registration form before submitting, please return to the":"If you would like to edit your registration form before submitting, please return to the","Import File":"Import File","Incomplete":"Incomplete","Incorporation Date":"Incorporation Date","Information about the VASP such as website, incorporation date, business and VASP category.":"Information about the VASP such as website, incorporation date, business and VASP category.","Information that identifies your organization as a Legal Person. This section represents the IVMS 101 data structure for legal persons and is strongly suggested for use as KYC information exchanged in TRISA transfers.":"Information that identifies your organization as a Legal Person. This section represents the IVMS 101 data structure for legal persons and is strongly suggested for use as KYC information exchanged in TRISA transfers.","Information to ensure that required compliance information exchanges are conducted correctly and safely. This includes information about jurisdiction and national regulator, Customer Due Diligence(CDD) and Travel Rule policies, and data protection policies.":"Information to ensure that required compliance information exchanges are conducted correctly and safely. This includes information about jurisdiction and national regulator, Customer Due Diligence(CDD) and Travel Rule policies, and data protection policies.","Integrate and Comply":"Integrate and Comply","Integrate with TRISA.":"Integrate with TRISA.","Interoperable":"Interoperable","Invalid date":"Invalid date","Invalid date / year must be 4 digit":"Invalid date / year must be 4 digit","Is your organization permitted to send and/or receive transfers of virtual assets in the jurisdictions in which it operates?":"Is your organization permitted to send and/or receive transfers of virtual assets in the jurisdictions in which it operates?","Is your organization required by law to safeguard PII?":"Is your organization required by law to safeguard PII?","Is your organization required to comply with the application of the Travel Rule standards in the jurisdiction(s) where it is licensed/approved/registered?":"Is your organization required to comply with the application of the Travel Rule standards in the jurisdiction(s) where it is licensed/approved/registered?","Issue Date":"Issue Date","Issue Date:":"Issue Date:","Join Today":"Join Today","Join the TRISA network today.":"Join the TRISA network today.","Join us on Thursday Apr 28 for the TRISA Working Group.":"Join us on Thursday Apr 28 for the TRISA Working Group.","Last Login:":"Last Login:","Last Updated":"Last Updated","Learn How TRISA Works":"Learn How TRISA Works","Learn More":"Learn More","Learn about the three-step process to become a member and verified VASP.":"Learn about the three-step process to become a member and verified VASP.","Learn how TRISA works.":"Learn how TRISA works.","Legal":"Legal","Legal Entity Identifier (LEI)":"Legal Entity Identifier (LEI)","Legal Person":"Legal Person","Legal name is required":"Legal name is required","Legal/ Compliance Contact (required)":"Legal/ Compliance Contact (required)","Local Name Identifiers":"Local Name Identifiers","Log In":"Log In","Log in":"Log in","Log in to TRISA’s Global Directory Service":"Log in to TRISA’s Global Directory Service","Log in.":"Log in.","Log into your TRISA account.":"Log into your TRISA account.","Login":"Login","MAINNET DIRECTORY RECORD":"MAINNET DIRECTORY RECORD","MAINNET SUBMISSION":"MAINNET SUBMISSION","MainNet":"MainNet","MainNet Certificate Common Name":"MainNet Certificate Common Name","MainNet Certificates":"MainNet Certificates","MainNet Network Metrics":"MainNet Network Metrics","MainNet TRISA Endpoint":"MainNet TRISA Endpoint","Max file size 10mb":"Max file size 10mb","Meet Alice VASP, Bob VASP and Evil VASP":"Meet Alice VASP, Bob VASP and Evil VASP","Meet Alice VASP, Bob VASP, and “Evil” VASP":"Meet Alice VASP, Bob VASP, and “Evil” VASP","Message from server:":"Message from server:","Misc":"Misc","Missing required element":"Missing required element","Must comply with Travel Rule":"Must comply with Travel Rule","Must safeguard PII":"Must safeguard PII","NO":"NO","Name":"Name","Name Identifier Type is required":"Name Identifier Type is required","Name Identifiers":"Name Identifiers","Name identifiers":"Name identifiers","Name of Primary Regulator":"Name of Primary Regulator","Name, Addresss, Country, National Identifier":"Name, Addresss, Country, National Identifier","National Identification":"National Identification","National Jurisdiction":"National Jurisdiction","Need to Learn More?":"Need to Learn More?","Network Announcement":"Network Announcement","Network Status":"Network Status","New Members":"New Members","New X.509 Identity Certificate Request":"New X.509 Identity Certificate Request","Next":"Next","No":"No","No information is sent until you complete Section 6 - Review & Submit":"No information is sent until you complete Section 6 - Review & Submit","Not Saved":"Not Saved","Not a TRISA Member?":"Not a TRISA Member?","Note:":"Note:","Open Source":"Open Source","Open Source Resources":"Open Source Resources","Option 1. Set Up Your Own TRISA Node":"Option 1. Set Up Your Own TRISA Node","Option 2. Use a 3rd-party Solution":"Option 2. Use a 3rd-party Solution","Organization Collaborators":"Organization Collaborators","Organization Name":"Organization Name","Organization Type":"Organization Type","Organization name is required":"Organization name is required","Organization:":"Organization:","Organizational Details":"Organizational Details","Other Jurisdictions":"Other Jurisdictions","Overview":"Overview","Page Not Found":"Page Not Found","Partially":"Partially","Participate in verified VASP-to-VASP Travel Rule exchanges.":"Participate in verified VASP-to-VASP Travel Rule exchanges.","Passport Number":"Passport Number","Password":"Password","Peer-to-Peer":"Peer-to-Peer","Permission":"Permission","Permission:":"Permission:","Phone Number":"Phone Number","Phonetic Name Identifiers":"Phonetic Name Identifiers","Please add any other regulatory jurisdictions your organization complies with.":"Please add any other regulatory jurisdictions your organization complies with.","Please complete all details":"Please complete all details","Please copy and paste this password and store somewhere safe!":"Please copy and paste this password and store somewhere safe!","Please enter the information that identifies your organization as a Legal Person. This form represents the":"Please enter the information that identifies your organization as a Legal Person. This form represents the","Please enter the information that identifies your organization as a Legal Person. This form represents the {0} data structure for legal persons and is strongly suggested for use as KYC or CDD information exchanged in TRISA transfers.":["Please enter the information that identifies your organization as a Legal Person. This form represents the ",["0"]," data structure for legal persons and is strongly suggested for use as KYC or CDD information exchanged in TRISA transfers."],"Please review the information provided, edit as needed, and submit to complete the registration form. After the information is reviewed, emails will be sent to the provided contacts for verification. Once verified, your TestNet certificate will be issued.":"Please review the information provided, edit as needed, and submit to complete the registration form. After the information is reviewed, emails will be sent to the provided contacts for verification. Once verified, your TestNet certificate will be issued.","Please review the information provided, edit as needed, and submit to complete the registration form. After the information is reviewed, you will be contacted to verify details. Once verified, your TestNet certificate will be issued.":"Please review the information provided, edit as needed, and submit to complete the registration form. After the information is reviewed, you will be contacted to verify details. Once verified, your TestNet certificate will be issued.","Please select as many categories needed to represent the types of virtual asset services your organization provides.":"Please select as many categories needed to represent the types of virtual asset services your organization provides.","Please specify the applicable regulation(s) for Travel Rule standards compliance, e.g.\"FATF Recommendation 16\"":"Please specify the applicable regulation(s) for Travel Rule standards compliance, e.g.\"FATF Recommendation 16\"","Please supply a valid national identification number. TRISA recommends the use of LEI numbers. For more information, please visit":"Please supply a valid national identification number. TRISA recommends the use of LEI numbers. For more information, please visit","Please supply contact information for representatives of your organization. All contacts will receive an email verification token and the contact emails must be verified before the registration can proceed.":"Please supply contact information for representatives of your organization. All contacts will receive an email verification token and the contact emails must be verified before the registration can proceed.","Please use the email address associated with your organization.":"Please use the email address associated with your organization.","Postal Code / Postcode / ZIP Code":"Postal Code / Postcode / ZIP Code","Preferred name for email communication.":"Preferred name for email communication.","Previous":"Previous","Primary National Jurisdiction":"Primary National Jurisdiction","Primary contact for handling technical queries about the operation and status of your service participating in the TRISA network. Can be a group or admin email.":"Primary contact for handling technical queries about the operation and status of your service participating in the TRISA network. Can be a group or admin email.","Profile Created:":"Profile Created:","Reference implementation":"Reference implementation","Reg Authority":"Reg Authority","Region / Province / State (required)":"Region / Province / State (required)","Registered Directory":"Registered Directory","Registration Authority":"Registration Authority","Registration Authority Identifier":"Registration Authority Identifier","Registration Authority cannot be left empty":"Registration Authority cannot be left empty","Registration Submission":"Registration Submission","Regulator Name":"Regulator Name","Remove line":"Remove line","Request New Identity Certificate":"Request New Identity Certificate","Requesting a new X.509 Identity Certificate will invalidate and revoke your current X.509 Identity Certificate.":"Requesting a new X.509 Identity Certificate will invalidate and revoke your current X.509 Identity Certificate.","Reset":"Reset","Residential":"Residential","Return to vaspdirectory.net":"Return to vaspdirectory.net","Review":"Review","Review page":"Review page","Role":"Role","Routine Maintenance Scheduled":"Routine Maintenance Scheduled","Safeguards PII":"Safeguards PII","Save & Next":"Save & Next","Save & Previous":"Save & Previous","Sealing Certificate Inventory":"Sealing Certificate Inventory","Search the Directory Service":"Search the Directory Service","Section":"Section","Section 1: Basic Details":"Section 1: Basic Details","Section 2: Legal Person":"Section 2: Legal Person","Section 3: Contacts":"Section 3: Contacts","Section 4: TRISA Implementation":"Section 4: TRISA Implementation","Section 5: TRIXO Questionnaire":"Section 5: TRIXO Questionnaire","Section 6: Review & Submit":"Section 6: Review & Submit","Sections & Details":"Sections & Details","Secure":"Secure","Select VASP category":"Select VASP category","Select a country":"Select a country","Select business category":"Select business category","Set up your TRISA node or integrate with a 3rd-party Travel Rule solution. Complete\n testing and move to production.":"Set up your TRISA node or integrate with a 3rd-party Travel Rule solution. Complete\n testing and move to production.","Set up your TRISA node or integrate with a 3rd-party Travel Rule solution. Complete testing and move to production.":"Set up your TRISA node or integrate with a 3rd-party Travel Rule solution. Complete testing and move to production.","Short":"Short","Sign out":"Sign out","Signature ID":"Signature ID","Since TRISA is an open source, peer-to-peer Travel Rule solution, VASPs can set\n up and maintain their own TRISA server to exhange encrypted Travel Rule\n compliance data. TRISA maintains an":"Since TRISA is an open source, peer-to-peer Travel Rule solution, VASPs can set\n up and maintain their own TRISA server to exhange encrypted Travel Rule\n compliance data. TRISA maintains an","Since TRISA is an open source, peer-to-peer Travel Rule solution, VASPs can set up and maintain their own TRISA server to exhange encrypted Travel Rule compliance data. At the same time, TRISA is designed to be interoperable. There are several Travel Rule solutions providers available on the market. If you are a customer, work with your Travel Ruie provider to integrate TRISA into your Travel Rule compliance workflow.":"Since TRISA is an open source, peer-to-peer Travel Rule solution, VASPs can set up and maintain their own TRISA server to exhange encrypted Travel Rule compliance data. At the same time, TRISA is designed to be interoperable. There are several Travel Rule solutions providers available on the market. If you are a customer, work with your Travel Ruie provider to integrate TRISA into your Travel Rule compliance workflow.","Social Security Number":"Social Security Number","Something went wrong. Please try again later.":"Something went wrong. Please try again later.","Sorry, the page you are looking for doesn't exist or has been moved":"Sorry, the page you are looking for doesn't exist or has been moved","Sorry. We could not find a user account with the email address":"Sorry. We could not find a user account with the email address","Start Certificate Registration":"Start Certificate Registration","Start Registration":"Start Registration","Start trial":"Start trial","Status":"Status","Status:":"Status:","Step 1":"Step 1","Submit":"Submit","Submit MainNet Registration":"Submit MainNet Registration","Submit TestNet Registration":"Submit TestNet Registration","Submitted":"Submitted","Support":"Support","Synga Bridge":"Synga Bridge","TESTNET DIRECTORY RECORD":"TESTNET DIRECTORY RECORD","TESTNET SUBMISSION":"TESTNET SUBMISSION","TRISA Certificates":"TRISA Certificates","TRISA Details":"TRISA Details","TRISA Endpoint":"TRISA Endpoint","TRISA Endpoint: MainNet":"TRISA Endpoint: MainNet","TRISA Endpoint: TestNet":"TRISA Endpoint: TestNet","TRISA Githubs repo":"TRISA Githubs repo","TRISA Global Directory Service":"TRISA Global Directory Service","TRISA Identity Signature:":"TRISA Identity Signature:","TRISA Implementation":"TRISA Implementation","TRISA Implementations":"TRISA Implementations","TRISA Member ID":"TRISA Member ID","TRISA Member ID:":"TRISA Member ID:","TRISA Organization Profile":"TRISA Organization Profile","TRISA Registration Request Submitted!":"TRISA Registration Request Submitted!","TRISA Service Endpoint":"TRISA Service Endpoint","TRISA Verification":"TRISA Verification","TRISA Verification:":"TRISA Verification:","TRISA Verified Logo":"TRISA Verified Logo","TRISA endpoint for communication":"TRISA endpoint for communication","TRISA endpoint is not valid":"TRISA endpoint is not valid","TRISA implementation":"TRISA implementation","TRISA is a decentralized network where VASPs communicate directly with each other.":"TRISA is a decentralized network where VASPs communicate directly with each other.","TRISA is a global, open source, peer-to-peer and secure Travel Rule architecture and network designed to be accessible and interoperable. Become a TRISA-certified VASP today.":"TRISA is a global, open source, peer-to-peer and secure Travel Rule architecture and network designed to be accessible and interoperable. Become a TRISA-certified VASP today.","TRISA is designed to be interoperable with other Travel Rule solutions.":"TRISA is designed to be interoperable with other Travel Rule solutions.","TRISA is designed to be interoperable. There are several Travel Rule solutions\n providers available on the market. If you are a customer, work with them to\n integrate TRISA into your Travel Rule compliance workflow.":"TRISA is designed to be interoperable. There are several Travel Rule solutions\n providers available on the market. If you are a customer, work with them to\n integrate TRISA into your Travel Rule compliance workflow.","TRISA is open source and available to implement by any VASP.":"TRISA is open source and available to implement by any VASP.","TRISA issues two types of certificates:":"TRISA issues two types of certificates:","TRISA members must complete a comprehensive multi-part verification form and due diligence process. Once verified, TRISA will issue TestNet and MainNet certificates for secure Travel Rule compliance.":"TRISA members must complete a comprehensive multi-part verification form and due diligence process. Once verified, TRISA will issue TestNet and MainNet certificates for secure Travel Rule compliance.","TRISA specific identity number (UUID), only supplied if you're updating an existing registration request":"TRISA specific identity number (UUID), only supplied if you're updating an existing registration request","TRISA uses public-key cryptography for encrypting data in flight and at rest.":"TRISA uses public-key cryptography for encrypting data in flight and at rest.","TRISA verified members may download and display a “TRISA Verified VASP” logo on their website. The logo is unique to your VASP and non-reproducible. Members may download their logo after verification is complete and their certificate has been issued. The logo is in .svg fotmat":"TRISA verified members may download and display a “TRISA Verified VASP” logo on their website. The logo is unique to your VASP and non-reproducible. Members may download their logo after verification is complete and their certificate has been issued. The logo is in .svg fotmat","TRISA’s Github repo":"TRISA’s Github repo","TRISA’s Global Directory Service (GDS) is a network of vetted VASPs that can securely exchange Travel Rule compliance data with each other.":"TRISA’s Global Directory Service (GDS) is a network of vetted VASPs that can securely exchange Travel Rule compliance data with each other.","TRISA’s verification form includes five sections and may require information from several parties in your organization.":"TRISA’s verification form includes five sections and may require information from several parties in your organization.","TRIXO Questionnaire":"TRIXO Questionnaire","Talk to a member of your technical team to determine the requirements and\n resources to integrate TRISA with your system. Have members of your technical\n team integrate your systems with TRISA. Or work with a solutions provider that\n can help your VASP set up your TRISA server and maintain it.":"Talk to a member of your technical team to determine the requirements and\n resources to integrate TRISA with your system. Have members of your technical\n team integrate your systems with TRISA. Or work with a solutions provider that\n can help your VASP set up your TRISA server and maintain it.","Tax Identification Number":"Tax Identification Number","Technical Contact (required)":"Technical Contact (required)","Technical Officer":"Technical Officer","Technical Resources":"Technical Resources","Technical information about your endpoint for certificate issuance. Each VASP is required to establish a TRISA endpoint for inter-VASP communication.":"Technical information about your endpoint for certificate issuance. Each VASP is required to establish a TRISA endpoint for inter-VASP communication.","TestNet":"TestNet","TestNet Certificate Common Name":"TestNet Certificate Common Name","TestNet Certificates":"TestNet Certificates","TestNet Network Metrics":"TestNet Network Metrics","TestNet TRISA Endpoint":"TestNet TRISA Endpoint","TestNet and MainNet endpoints should not be the same":"TestNet and MainNet endpoints should not be the same","Thank you for creating your TRISA account.":"Thank you for creating your TRISA account.","Thank you for creating your TRISA account. You must verify your email address. An email with verification instructions has been sent to your email address. Please complete the email verification process in 24 hours. The email verification link will expire in 24 hours.":"Thank you for creating your TRISA account. You must verify your email address. An email with verification instructions has been sent to your email address. Please complete the email verification process in 24 hours. The email verification link will expire in 24 hours.","Thank you. We have sent instructions to reset your password to":"Thank you. We have sent instructions to reset your password to","Thank you. We have sent instructions to reset your password to {0}. The link to reset your password expires in 24 hours.":["Thank you. We have sent instructions to reset your password to ",["0"],". The link to reset your password expires in 24 hours."],"The Common Name typically matches the Endpoint, without the port number\n at the end (e.g. trisa.myvasp.com) and is used to identify the subject\n in the X.509 certificate.":"The Common Name typically matches the Endpoint, without the port number\n at the end (e.g. trisa.myvasp.com) and is used to identify the subject\n in the X.509 certificate.","The GDS will be undergoing routine maintenance on Apr 7.":"The GDS will be undergoing routine maintenance on Apr 7.","The Travel Rule Information Sharing Architecture (TRISA)":"The Travel Rule Information Sharing Architecture (TRISA)","The address and port of the TRISA endpoint for partner VASPs to connect on via gRPC.":"The address and port of the TRISA endpoint for partner VASPs to connect on via gRPC.","The common name for the mTLS certificate. This should match the TRISA endpoint without the port in most cases.":"The common name for the mTLS certificate. This should match the TRISA endpoint without the port in most cases.","The link to reset your password expires in 24 hours.":"The link to reset your password expires in 24 hours.","The minimum threshold above which your organization is required to collect/send Travel Rule information.":"The minimum threshold above which your organization is required to collect/send Travel Rule information.","The name and type of name by which the legal person is known.":"The name and type of name by which the legal person is known.","The name of primary regulator or supervisory authority for your national jurisdiction":"The name of primary regulator or supervisory authority for your national jurisdiction","This is the only time the PKCS12 password is shown during the registration process.":"This is the only time the PKCS12 password is shown during the registration process.","This multi-section form is an important step in the registration and certificate issuance process. The information you provide will be used to verify the legal entity that you represent and, where appropriate, will be available to verified TRISA members to facilitate compliance decisions. If you need guidance, see the":"This multi-section form is an important step in the registration and certificate issuance process. The information you provide will be used to verify the legal entity that you represent and, where appropriate, will be available to verified TRISA members to facilitate compliance decisions. If you need guidance, see the","This questionnaire is designed to help TRISA members understand the regulatory regime of your organization. The information provided will help ensure that required compliance information exchanges are conducted correctly and safely. All verified TRISA members will have access to this information.":"This questionnaire is designed to help TRISA members understand the regulatory regime of your organization. The information provided will help ensure that required compliance information exchanges are conducted correctly and safely. All verified TRISA members will have access to this information.","Threshold to conduct KYC before permitting the customer to send/receive virtual asset transfers":"Threshold to conduct KYC before permitting the customer to send/receive virtual asset transfers","To assist in completing the registration form, the form is divided into multiple sections":"To assist in completing the registration form, the form is divided into multiple sections","Trading":"Trading","Understood":"Understood","Unspecified":"Unspecified","Upcoming TRISA Working Group Call":"Upcoming TRISA Working Group Call","Upon verification, integrate with TRISA to begin exchanging Travel Rule compliance data.":"Upon verification, integrate with TRISA to begin exchanging Travel Rule compliance data.","User Details":"User Details","User ID":"User ID","User ID:":"User ID:","VASP Category":"VASP Category","VASPs have two options to integrate with TRISA.":"VASPs have two options to integrate with TRISA.","VERIFIED ON":"VERIFIED ON","Verification Status:":"Verification Status:","Verified":"Verified","Verified On":"Verified On","Verified VASPs":"Verified VASPs","Visit Getting Started with TRISA":"Visit Getting Started with TRISA","We recommend that a senior compliance officer initially creates the account for the VASP. Additional accounts can be created later.":"We recommend that a senior compliance officer initially creates the account for the VASP. Additional accounts can be created later.","Website":"Website","Website is a required field":"Website is a required field","Website, incorporation Date, VASP Category":"Website, incorporation Date, VASP Category","Welcome to TRISA’s network of Certified VASPs.":"Welcome to TRISA’s network of Certified VASPs.","What is IVMS101?":"What is IVMS101?","What is the minimum threshold for Travel Rule compliance?":"What is the minimum threshold for Travel Rule compliance?","What’s a Common name or VASP ID?":"What’s a Common name or VASP ID?","Who to Ask":"Who to Ask","Who to ask":"Who to ask","Why Join TRISA":"Why Join TRISA","X.509 Identity Certificate Inventory":"X.509 Identity Certificate Inventory","X.509 Identity Certificates":"X.509 Identity Certificates","YES":"YES","Yes":"Yes","You must request a new X.509 Identity Certificate to change your Endpoint and Common Name.":"You must request a new X.509 Identity Certificate to change your Endpoint and Common Name.","You must submit your registration for TestNet and MainNet separately.":"You must submit your registration for TestNet and MainNet separately.","You must verify your email address. An email with verification instructions has been sent to your email address. Please complete the email verification process in 24 hours. The email verification link will expire in 24 hours.":"You must verify your email address. An email with verification instructions has been sent to your email address. Please complete the email verification process in 24 hours. The email verification link will expire in 24 hours.","You will receive two separate emails with confirmation links for each registration. You must click on each confirmation link to complete the registration process.":"You will receive two separate emails with confirmation links for each registration. You must click on each confirmation link to complete the registration process.","Your TRISA Implementation":"Your TRISA Implementation","Your account has not been verified. Please check your email to verify your account.":"Your account has not been verified. Please check your email to verify your account.","Your dashboard":"Your dashboard","Your registration form has been successfully submitted. You will receive a confirmation email from admin@trisa.io. In the email, you will receive instructions on next steps. Return to your dashboard to monitor the status of your registration and certificate.":"Your registration form has been successfully submitted. You will receive a confirmation email from admin@trisa.io. In the email, you will receive instructions on next steps. Return to your dashboard to monitor the status of your registration and certificate.","Your registration request has been successfully received by the Directory Service. Verification emails have been sent to all contacts listed. Once your contact information has been verified, the registration form will be sent to the TRISA review board to verify your membership in the TRISA network.":"Your registration request has been successfully received by the Directory Service. Verification emails have been sent to all contacts listed. Once your contact information has been verified, the registration form will be sent to the TRISA review board to verify your membership in the TRISA network.","about us":"about us","common name should match the TRISA endpoint without the port":"common name should match the TRISA endpoint without the port","complete VASP verification":"complete VASP verification","compliance. TRISA helps Virtual Asset Service Providers (VASPs) comply with the Travel Rule for cross-border cryptocurrency transactions. TRISA is designed to be interoperable.":"compliance. TRISA helps Virtual Asset Service Providers (VASPs) comply with the Travel Rule for cross-border cryptocurrency transactions. TRISA is designed to be interoperable.","create account":"create account","create your account":"create your account","for Cryptocurrency Travel Rule compliance.":"for Cryptocurrency Travel Rule compliance.","for TestNet registration so your TestNet certificate will be issued upon review by the validation team":"for TestNet registration so your TestNet certificate will be issued upon review by the validation team","for legal persons and is strongly suggested for use as KYC or CDD information exchanged in TRISA transfers.":"for legal persons and is strongly suggested for use as KYC or CDD information exchanged in TRISA transfers.","in partnership with":"in partnership with","is a global, open source, secure, and peer-to-peer protocol for":"is a global, open source, secure, and peer-to-peer protocol for","is not required":"is not required","is required":"is required","legal":"legal","lower case letters (a-z)":"lower case letters (a-z)","numbers (i.e. 0-9)":"numbers (i.e. 0-9)","on behalf of":"on behalf of","registration. Upon submission, you will receive an email with a confirmation link. You must click the confirmation link to complete the registration process. Failure to click the confirmation link will result in an incomplete registration":"registration. Upon submission, you will receive an email with a confirmation link. You must click the confirmation link to complete the registration process. Failure to click the confirmation link will result in an incomplete registration","special characters (e.g. !@#$%^&*)":"special characters (e.g. !@#$%^&*)","the TRISA architecture":"the TRISA architecture","upper case letters (A-Z)":"upper case letters (A-Z)","with detailed documentation, a reference implemenation, and “robot” VASPs for\n testing purposes.":"with detailed documentation, a reference implemenation, and “robot” VASPs for\n testing purposes.","{0}":[["0"]],"{0} Contact":[["0"]," Contact"]}};
\ No newline at end of file
diff --git a/web/gds-user-ui/src/locales/fr/messages.po b/web/gds-user-ui/src/locales/fr/messages.po
index 04d258e95..1a83fae21 100644
--- a/web/gds-user-ui/src/locales/fr/messages.po
+++ b/web/gds-user-ui/src/locales/fr/messages.po
@@ -113,8 +113,8 @@ msgstr ""
msgid "A physical verification check in the form of a phone call"
msgstr ""
-#: src/components/Header/LandingHeader.tsx:83
-#: src/components/Header/LandingHeader.tsx:123
+#: src/components/Header/LandingHeader.tsx:85
+#: src/components/Header/LandingHeader.tsx:133
#: src/components/Section/AboutUs.tsx:29
msgid "About TRISA"
msgstr ""
@@ -175,7 +175,7 @@ msgid "Address line 2 e.g. apartment or suite number"
msgstr ""
#: src/components/Addresses/index.tsx:11
-#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:120
+#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:116
#: src/components/MemberDetails/index.tsx:244
msgid "Addresses"
msgstr ""
@@ -210,7 +210,7 @@ msgstr ""
msgid "An error has occurred to load attention data"
msgstr ""
-#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:21
+#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:19
msgid "An error has occurred to load legal person data"
msgstr ""
@@ -290,8 +290,8 @@ msgstr ""
msgid "Business Address"
msgstr ""
-#: src/components/BasicDetailsForm/index.tsx:64
-#: src/components/CertificateReview/BasicDetailsReviewDataTable.tsx:49
+#: src/components/BasicDetailsForm/index.tsx:72
+#: src/components/CertificateReview/BasicDetailsReviewDataTable.tsx:56
#: src/components/MemberDetails/index.tsx:125
msgid "Business Category"
msgstr ""
@@ -504,8 +504,8 @@ msgstr ""
msgid "Country of Issue is reserved for National Identifiers of Natural Persons"
msgstr ""
-#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:147
-#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:192
+#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:143
+#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:188
#: src/components/CountryOfRegistration/index.tsx:19
#: src/components/MemberDetails/index.tsx:271
#: src/components/MemberDetails/index.tsx:331
@@ -564,8 +564,8 @@ msgstr ""
msgid "Data Protection Policies"
msgstr ""
-#: src/components/BasicDetailsForm/index.tsx:50
-#: src/components/CertificateReview/BasicDetailsReviewDataTable.tsx:56
+#: src/components/BasicDetailsForm/index.tsx:52
+#: src/components/CertificateReview/BasicDetailsReviewDataTable.tsx:63
#: src/components/MemberDetails/index.tsx:117
msgid "Date of Incorporation / Establishment"
msgstr ""
@@ -596,8 +596,8 @@ msgstr ""
msgid "Directory Lookup"
msgstr ""
-#: src/components/Header/LandingHeader.tsx:86
-#: src/components/Header/LandingHeader.tsx:126
+#: src/components/Header/LandingHeader.tsx:88
+#: src/components/Header/LandingHeader.tsx:136
#: src/components/Navbar/Landing/MobileNav.tsx:73
#: src/components/Navbar/Landing/Nav.tsx:22
#: src/components/OpenSourceResources/index.tsx:20
@@ -794,14 +794,14 @@ msgstr ""
msgid "IVMS 101 data structure"
msgstr ""
-#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:174
+#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:170
#: src/components/MemberDetails/index.tsx:303
#: src/components/NameIdentification/index.tsx:130
#: src/components/OrganizationProfile/OrganizationalDetail.tsx:122
msgid "Identification Number"
msgstr ""
-#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:180
+#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:176
#: src/components/MemberDetails/index.tsx:311
#: src/components/NameIdentification/index.tsx:159
#: src/components/OrganizationProfile/OrganizationalDetail.tsx:130
@@ -992,8 +992,8 @@ msgstr ""
msgid "Log into your TRISA account."
msgstr ""
-#: src/components/Header/LandingHeader.tsx:91
-#: src/components/Header/LandingHeader.tsx:129
+#: src/components/Header/LandingHeader.tsx:94
+#: src/components/Header/LandingHeader.tsx:140
msgid "Login"
msgstr ""
@@ -1077,7 +1077,7 @@ msgstr ""
msgid "Name Identifier Type is required"
msgstr ""
-#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:45
+#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:43
#: src/components/MemberDetails/index.tsx:172
#: src/components/OrganizationProfile/OrganizationalDetail.tsx:77
msgid "Name Identifiers"
@@ -1096,7 +1096,7 @@ msgstr ""
msgid "Name, Addresss, Country, National Identifier"
msgstr ""
-#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:165
+#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:161
#: src/components/MemberDetails/index.tsx:298
#: src/components/NameIdentification/index.tsx:118
msgid "National Identification"
@@ -1180,7 +1180,8 @@ msgstr ""
msgid "Organization Collaborators"
msgstr ""
-#: src/components/BasicDetailsForm/index.tsx:27
+#: src/components/BasicDetailsForm/index.tsx:29
+#: src/components/CertificateReview/BasicDetailsReviewDataTable.tsx:34
#: src/components/Section/SearchDirectory.tsx:180
#: src/components/Section/SearchDirectory.tsx:248
msgid "Organization Name"
@@ -1282,7 +1283,7 @@ msgstr ""
msgid "Please review the information provided, edit as needed, and submit to complete the registration form. After the information is reviewed, you will be contacted to verify details. Once verified, your TestNet certificate will be issued."
msgstr ""
-#: src/components/BasicDetailsForm/index.tsx:89
+#: src/components/BasicDetailsForm/index.tsx:97
msgid "Please select as many categories needed to represent the types of virtual asset services your organization provides."
msgstr ""
@@ -1333,7 +1334,7 @@ msgstr ""
msgid "Reference implementation"
msgstr ""
-#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:198
+#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:194
#: src/components/MemberDetails/index.tsx:337
msgid "Reg Authority"
msgstr ""
@@ -1439,7 +1440,7 @@ msgid "Section"
msgstr ""
#: src/components/BasicDetail/index.tsx:73
-#: src/components/CertificateReview/BasicDetailsReview.tsx:26
+#: src/components/CertificateReview/BasicDetailsReview.tsx:27
#: src/components/CertificateSection/index.tsx:23
#: src/components/CertificateSection/index.tsx:65
msgid "Section 1: Basic Details"
@@ -1482,7 +1483,7 @@ msgstr ""
msgid "Secure"
msgstr ""
-#: src/components/BasicDetailsForm/index.tsx:81
+#: src/components/BasicDetailsForm/index.tsx:89
msgid "Select VASP category"
msgstr ""
@@ -1490,7 +1491,7 @@ msgstr ""
msgid "Select a country"
msgstr ""
-#: src/components/BasicDetailsForm/index.tsx:65
+#: src/components/BasicDetailsForm/index.tsx:73
msgid "Select business category"
msgstr ""
@@ -1575,7 +1576,7 @@ msgid "Step 1"
msgstr ""
#: src/components/CertificateRegistration/CertificateRegistrationTable.tsx:39
-#: src/components/NeedsAttention/AttentionAlert.tsx:111
+#: src/components/NeedsAttention/AttentionAlert.tsx:112
#: src/components/Section/PasswordResetForm.tsx:48
#: src/hoc/withRHF.tsx:117
msgid "Submit"
@@ -1860,7 +1861,7 @@ msgstr ""
msgid "The minimum threshold above which your organization is required to collect/send Travel Rule information."
msgstr ""
-#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:50
+#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:48
#: src/components/MemberDetails/index.tsx:177
#: src/components/NameIdentifiers/index.tsx:38
#: src/components/NameIdentifiers/index.tsx:45
@@ -1924,8 +1925,8 @@ msgstr ""
msgid "User ID:"
msgstr ""
-#: src/components/BasicDetailsForm/index.tsx:80
-#: src/components/CertificateReview/BasicDetailsReviewDataTable.tsx:65
+#: src/components/BasicDetailsForm/index.tsx:88
+#: src/components/CertificateReview/BasicDetailsReviewDataTable.tsx:72
#: src/components/MemberDetails/index.tsx:131
#: src/components/OrganizationProfile/OrganizationalDetail.tsx:91
msgid "VASP Category"
@@ -1965,8 +1966,8 @@ msgstr ""
msgid "We recommend that a senior compliance officer initially creates the account for the VASP. Additional accounts can be created later."
msgstr ""
-#: src/components/BasicDetailsForm/index.tsx:38
-#: src/components/CertificateReview/BasicDetailsReviewDataTable.tsx:34
+#: src/components/BasicDetailsForm/index.tsx:40
+#: src/components/CertificateReview/BasicDetailsReviewDataTable.tsx:41
#: src/components/MemberDetails/index.tsx:111
msgid "Website"
msgstr ""
@@ -2059,6 +2060,11 @@ msgstr ""
msgid "Your account has not been verified. Please check your email to verify your account."
msgstr ""
+#: src/components/Header/LandingHeader.tsx:100
+#: src/components/Header/LandingHeader.tsx:144
+msgid "Your dashboard"
+msgstr ""
+
#: src/components/CertificateSection/index.tsx:61
msgid "Your registration form has been successfully submitted. You will receive a confirmation email from admin@trisa.io. In the email, you will receive instructions on next steps. Return to your dashboard to monitor the status of your registration and certificate."
msgstr ""
diff --git a/web/gds-user-ui/src/locales/ja/messages.js b/web/gds-user-ui/src/locales/ja/messages.js
index c23432422..4959cd3ae 100644
--- a/web/gds-user-ui/src/locales/ja/messages.js
+++ b/web/gds-user-ui/src/locales/ja/messages.js
@@ -1 +1 @@
-/*eslint-disable*/module.exports={messages:{" Failure to click either confirmation will result in an incomplete registration":" Failure to click either confirmation will result in an incomplete registration"," When you are verified you will be issued PKCS12 encrypted identity certificates\n for use in mTLS authentication between TRISA members. The password to decrypt\n those certificates is shown below:":" When you are verified you will be issued PKCS12 encrypted identity certificates\n for use in mTLS authentication between TRISA members. The password to decrypt\n those certificates is shown below:"," create your TRISA account with your VASP email address. Add collaborators in your\n organization.":" create your TRISA account with your VASP email address. Add collaborators in your\n organization."," for MainNet registration so your MainNet certificate will be issued upon review by the validation team":" for MainNet registration so your MainNet certificate will be issued upon review by the validation team","(1)X.509 Identity Certificates":"(1)X.509 Identity Certificates","(2)Sealing Certificates":"(2)Sealing Certificates","(Saved)":"(Saved)","(not interoperable)":"(not interoperable)","(not saved)":"(not saved)","*At least 8 characters in length \n* Contain at least 3 of the following 4\ntypes of characters: \n* lower case letters (a-z) \n* upper case letters (A-Z) \n* numbers (i.e. 0-9) \n* special characters (e.g. !@#$%^&*)":"*At least 8 characters in length \n* Contain at least 3 of the following 4\ntypes of characters: \n* lower case letters (a-z) \n* upper case letters (A-Z) \n* numbers (i.e. 0-9) \n* special characters (e.g. !@#$%^&*)","1 Basic Details":"1 Basic Details","2 Legal Person":"2 Legal Person","2022-03-14":"2022-03-14","2022-04-01":"2022-04-01","3 Contacts":"3 Contacts","3rd Party Travel Rule Providers":"3rd Party Travel Rule Providers","4 TRISA Implementation":"4 TRISA Implementation","5 TRIXO Questionnaire":"5 TRIXO Questionnaire","A business phone number is required to complete physical verification for MainNet registration. Please provide a phone number where the Legal/ Compliance contact can be contacted":"A business phone number is required to complete physical verification for MainNet registration. Please provide a phone number where the Legal/ Compliance contact can be contacted","A component of":"A component of","A physical verification check in the form of a phone call":"A physical verification check in the form of a phone call","About TRISA":"About TRISA","Action":"Action","Add Address":"Add Address","Add Contact":"Add Contact","Add Jurisdiction":"Add Jurisdiction","Add Legal Name":"Add Legal Name","Add Local Name":"Add Local Name","Add Phonetic Names":"Add Phonetic Names","Add Regulation":"Add Regulation","Added":"Added","Address":"Address","Address Type (required)":"Address Type (required)","Address line 1 e.g. building name/number, street name (required)":"Address line 1 e.g. building name/number, street name (required)","Address line 2 e.g. apartment or suite number":"Address line 2 e.g. apartment or suite number","Addresses":"Addresses","Administrative Contact (optional)":"Administrative Contact (optional)","Administrative or executive contact for your organization to field high-level requests or queries. (Strongly recommended)":"Administrative or executive contact for your organization to field high-level requests or queries. (Strongly recommended)","Alien Registration Number":"Alien Registration Number","All TRISA members must complete TRISA’s VASP verification and due diligence process to become a Verified VASP.":"All TRISA members must complete TRISA’s VASP verification and due diligence process to become a Verified VASP.","Already have an account?":"Already have an account?","An error has occurred to load annoucements":"An error has occurred to load annoucements","An error has occurred to load attention data":"An error has occurred to load attention data","An error has occurred to load legal person data":"An error has occurred to load legal person data","An error has occurred to load {type} metric":["An error has occurred to load ",["type"]," metric"],"An identifier issued by an appropriate issuing authority":"An identifier issued by an appropriate issuing authority","App version {appVersion}":["App version ",["appVersion"]],"Applicable Regulations":"Applicable Regulations","Apply to Become a TRISA-certified Virtual Asset Service Provider.":"Apply to Become a TRISA-certified Virtual Asset Service Provider.","At least 9 characters in length":"At least 9 characters in length","At least one geographic address is required. Enter the primary geographic address of the organization. Organizations may enter additional addresses if operating in multiple jurisdictions.":"At least one geographic address is required. Enter the primary geographic address of the organization. Organizations may enter additional addresses if operating in multiple jurisdictions.","At what threshold and currency does your organization conduct KYC?":"At what threshold and currency does your organization conduct KYC?","BFF & GDS version {bffAndGdsVersion}":["BFF & GDS version ",["bffAndGdsVersion"]],"Back Home":"Back Home","Back to Review Page":"Back to Review Page","Basic Details":"Basic Details","Become Travel Rule compliant.":"Become Travel Rule compliant.","Beware the Ides of March":"Beware the Ides of March","Billing Contact (optional)":"Billing Contact (optional)","Billing contact for your organization to handle account and invoice requests or queries relating to the operation of the TRISA network.":"Billing contact for your organization to handle account and invoice requests or queries relating to the operation of the TRISA network.","Business":"Business","Business Address":"Business Address","Business Category":"Business Category","Business Details":"Business Details","Business or Compliance Office":"Business or Compliance Office","By answering yes, I understand that this is the only time the PKCS12 Password is displayed and I have copied and securely saved the password.":"By answering yes, I understand that this is the only time the PKCS12 Password is displayed and I have copied and securely saved the password.","CDD & Travel Rule Policies":"CDD & Travel Rule Policies","CDD and data protection policies":"CDD and data protection policies","Cancel":"Cancel","Certificate Common Name":"Certificate Common Name","Certificate Details":"Certificate Details","Certificate Management":"Certificate Management","Certificate Progress":"Certificate Progress","Certificate Registration":"Certificate Registration","Certificate Registration Process":"Certificate Registration Process","Change Permissions":"Change Permissions","CipherTrace Providers":"CipherTrace Providers","City / Town / Municipality":"City / Town / Municipality","Clear & Reset Form":"Clear & Reset Form","Clear & Reset Registration Form":"Clear & Reset Registration Form","Click below to submit your":"Click below to submit your","Click “No” if you have not copied the PKCS12 password yet and would like to view and copy the password.":"Click “No” if you have not copied the PKCS12 password yet and would like to view and copy the password.","Click “Reset” to clear and reset the registration form. All data will be deleted and you will be re-directed to the beginning of the form and you will be required to restart the registration process":"Click “Reset” to clear and reset the registration form. All data will be deleted and you will be re-directed to the beginning of the form and you will be required to restart the registration process","Click “Yes” if you have copied the PKCS12 password and have securely saved it.":"Click “Yes” if you have copied the PKCS12 password and have securely saved it.","Common Name":"Common Name","Common name or VASP ID":"Common name or VASP ID","Common name should not contain special characters, no spaces and must have a dot(.) in it":"Common name should not contain special characters, no spaces and must have a dot(.) in it","Common name should not contain special characters, no spaces and must have a dot(.) in it and should have at least 2 characters after the periods":"Common name should not contain special characters, no spaces and must have a dot(.) in it and should have at least 2 characters after the periods","Common name should not contain special characters, no spaces and must have a dot(.) in it, should have at least 2 characters after the periods":"Common name should not contain special characters, no spaces and must have a dot(.) in it, should have at least 2 characters after the periods","Complete Certficate Registration":"Complete Certficate Registration","Complete TRISA’s VASP Verfication Process":"Complete TRISA’s VASP Verfication Process","Complete the multi-part TRISA verification form and due diligence process. Once\n approved, gain access to the Testnet.":"Complete the multi-part TRISA verification form and due diligence process. Once\n approved, gain access to the Testnet.","Complete the multi-part TRISA verification form and due diligence process. Once approved, gain access to the Testnet and MainNet.":"Complete the multi-part TRISA verification form and due diligence process. Once approved, gain access to the Testnet and MainNet.","Compliance Officer":"Compliance Officer","Compliance officer or legal contact for requests about the compliance requirements and legal status of your organization. A business phone number is required to complete physical verification for MainNet registration. Please provide a phone number where the Legal/ Compliance contact can be contacted.":"Compliance officer or legal contact for requests about the compliance requirements and legal status of your organization. A business phone number is required to complete physical verification for MainNet registration. Please provide a phone number where the Legal/ Compliance contact can be contacted.","Compliance, Technical, Admininstrative, Billing":"Compliance, Technical, Admininstrative, Billing","Comply with the Travel Rule":"Comply with the Travel Rule","Conducts KYC before virtual asset transfers":"Conducts KYC before virtual asset transfers","Contact Verified":"Contact Verified","Contact information for representatives of your organization. Contacts include Technical, Legal/Compliance, Administrative, and Billing persons.":"Contact information for representatives of your organization. Contacts include Technical, Legal/Compliance, Administrative, and Billing persons.","Contacts":"Contacts","Contain at least 3 of the following 4 types of characters":"Contain at least 3 of the following 4 types of characters","Continue":"Continue","Continue with Google":"Continue with Google","Copied":"Copied","Copy":"Copy","Country":"Country","Country (required)":"Country (required)","Country of Issue":"Country of Issue","Country of Issue is reserved for National Identifiers of Natural Persons":"Country of Issue is reserved for National Identifiers of Natural Persons","Country of Registration":"Country of Registration","Country of registration is required":"Country of registration is required","Country:":"Country:","Create Account":"Create Account","Create account":"Create account","Create an Account":"Create an Account","Create your TRISA account with your VASP email address. Add collaborators in your organization.":"Create your TRISA account with your VASP email address. Add collaborators in your organization.","Create your TRISA account.":"Create your TRISA account.","Create your account today.":"Create your account today.","Created and maintained by":"Created and maintained by","Customer Number":"Customer Number","Dashboard":"Dashboard","Data Protection Policies":"Data Protection Policies","Date of Incorporation / Establishment":"Date of Incorporation / Establishment","Deactivate":"Deactivate","Delete":"Delete","Delete the address line":"Delete the address line","Description":"Description","Details":"Details","Directory Lookup":"Directory Lookup","Documentation":"Documentation","Does your organization conduct KYC/CDD before permitting its customers to send/receive virtual asset transfers?":"Does your organization conduct KYC/CDD before permitting its customers to send/receive virtual asset transfers?","Does your organization have a programme that sets minimum AML, CFT, KYC/CDD and Sanctions standards per the requirements of the jurisdiction(s) regulatory regimes where it is licensed/approved/registered?":"Does your organization have a programme that sets minimum AML, CFT, KYC/CDD and Sanctions standards per the requirements of the jurisdiction(s) regulatory regimes where it is licensed/approved/registered?","Does your organization secure and protect PII, including PII received from other VASPs under the Travel Rule?":"Does your organization secure and protect PII, including PII received from other VASPs under the Travel Rule?","Download":"Download","Driver's License Number":"Driver's License Number","Each VASP is required to establish a TRISA endpoint for inter-VASP communication. Please specify the details of your endpoint for certificate issuance.":"Each VASP is required to establish a TRISA endpoint for inter-VASP communication. Please specify the details of your endpoint for certificate issuance.","Each VASP is required to establish a TRISA endpoint for inter-VASP communication. Please specify the details of your endpoint for certificate issuance. Please specify the TestNet endpoint and the MainNet endpoint. The TestNet endpoint and the MainNet endpoint must be different.":"Each VASP is required to establish a TRISA endpoint for inter-VASP communication. Please specify the details of your endpoint for certificate issuance. Please specify the TestNet endpoint and the MainNet endpoint. The TestNet endpoint and the MainNet endpoint must be different.","Edit":"Edit","Email Address":"Email Address","Email is not valid":"Email is not valid","Email is required":"Email is required","Endpoint":"Endpoint","Enter the VASP Common Name or VASP ID. Not a TRISA Member?":"Enter the VASP Common Name or VASP ID. Not a TRISA Member?","Enter the name and type of name by which the legal person is known. At least one legal name is required. Organizations are strongly encouraged to enter additional name identifiers such as Trading Name/ Doing Business As (DBA), Local names, and phonetic names where appropriate.":"Enter the name and type of name by which the legal person is known. At least one legal name is required. Organizations are strongly encouraged to enter additional name identifiers such as Trading Name/ Doing Business As (DBA), Local names, and phonetic names where appropriate.","Enter your email address":"Enter your email address","Error Submitting Certificate":"Error Submitting Certificate","Expiration Date":"Expiration Date","Expiry Date:":"Expiry Date:","Export Data":"Export Data","Files is required":"Files is required","Final Confirmation":"Final Confirmation","Final review and form submission":"Final review and form submission","First Listed":"First Listed","Follow the instructions below to reset your TRISA password":"Follow the instructions below to reset your TRISA password","For MainNet certificate requests, a member of TRISA’s verification team will review your submission and conduct a final due diligence phone call for physical verification. When physical verification is complete, TRISA will issue MainNet certificates. Requests for TestNet certificates do not require physical verification.":"For MainNet certificate requests, a member of TRISA’s verification team will review your submission and conduct a final due diligence phone call for physical verification. When physical verification is complete, TRISA will issue MainNet certificates. Requests for TestNet certificates do not require physical verification.","For identifiers other than LEI specify the registration authority from the following list. See":"For identifiers other than LEI specify the registration authority from the following list. See","Foreign Investment Identity Number":"Foreign Investment Identity Number","Forgot password?":"Forgot password?","Full Name":"Full Name","GLEIF Registration Authorities":"GLEIF Registration Authorities","Geographic":"Geographic","Getting Started Help Guide":"Getting Started Help Guide","Git Revision":"Git Revision","GitHub repository":"GitHub repository","Global Directory Service":"Global Directory Service","Guest":"Guest","Home":"Home","How to set up your own node?":"How to set up your own node?","I acknowledge that requesting a new X.509 Identity Certificate will invalidate and revoke my organization’s current X.509 Identity Certificate.":"I acknowledge that requesting a new X.509 Identity Certificate will invalidate and revoke my organization’s current X.509 Identity Certificate.","I have a bad feeling about tomorrow.":"I have a bad feeling about tomorrow.","ID":"ID","ID:":"ID:","IVMS 101 data structure":"IVMS 101 data structure","Identification Number":"Identification Number","Identification Type":"Identification Type","Identity Card Number":"Identity Card Number","Identity Certificates":"Identity Certificates","If supplied, use full phone number with country code":"If supplied, use full phone number with country code","If you lose the PKCS12 password, you will have to the start the registration process from the beginning.":"If you lose the PKCS12 password, you will have to the start the registration process from the beginning.","If you would like to edit your registration form before submitting, please return to the":"If you would like to edit your registration form before submitting, please return to the","Import File":"Import File","Incomplete":"Incomplete","Incorporation Date":"Incorporation Date","Information about the VASP such as website, incorporation date, business and VASP category.":"Information about the VASP such as website, incorporation date, business and VASP category.","Information that identifies your organization as a Legal Person. This section represents the IVMS 101 data structure for legal persons and is strongly suggested for use as KYC information exchanged in TRISA transfers.":"Information that identifies your organization as a Legal Person. This section represents the IVMS 101 data structure for legal persons and is strongly suggested for use as KYC information exchanged in TRISA transfers.","Information to ensure that required compliance information exchanges are conducted correctly and safely. This includes information about jurisdiction and national regulator, Customer Due Diligence(CDD) and Travel Rule policies, and data protection policies.":"Information to ensure that required compliance information exchanges are conducted correctly and safely. This includes information about jurisdiction and national regulator, Customer Due Diligence(CDD) and Travel Rule policies, and data protection policies.","Integrate and Comply":"Integrate and Comply","Integrate with TRISA.":"Integrate with TRISA.","Interoperable":"Interoperable","Invalid date":"Invalid date","Invalid date / year must be 4 digit":"Invalid date / year must be 4 digit","Is your organization permitted to send and/or receive transfers of virtual assets in the jurisdictions in which it operates?":"Is your organization permitted to send and/or receive transfers of virtual assets in the jurisdictions in which it operates?","Is your organization required by law to safeguard PII?":"Is your organization required by law to safeguard PII?","Is your organization required to comply with the application of the Travel Rule standards in the jurisdiction(s) where it is licensed/approved/registered?":"Is your organization required to comply with the application of the Travel Rule standards in the jurisdiction(s) where it is licensed/approved/registered?","Issue Date":"Issue Date","Issue Date:":"Issue Date:","Join Today":"Join Today","Join the TRISA network today.":"Join the TRISA network today.","Join us on Thursday Apr 28 for the TRISA Working Group.":"Join us on Thursday Apr 28 for the TRISA Working Group.","Last Login:":"Last Login:","Last Updated":"Last Updated","Learn How TRISA Works":"Learn How TRISA Works","Learn More":"Learn More","Learn about the three-step process to become a member and verified VASP.":"Learn about the three-step process to become a member and verified VASP.","Learn how TRISA works.":"Learn how TRISA works.","Legal":"Legal","Legal Entity Identifier (LEI)":"Legal Entity Identifier (LEI)","Legal Person":"Legal Person","Legal name is required":"Legal name is required","Legal/ Compliance Contact (required)":"Legal/ Compliance Contact (required)","Local Name Identifiers":"Local Name Identifiers","Log In":"Log In","Log in":"Log in","Log in to TRISA’s Global Directory Service":"Log in to TRISA’s Global Directory Service","Log in.":"Log in.","Log into your TRISA account.":"Log into your TRISA account.","Login":"Login","MAINNET DIRECTORY RECORD":"MAINNET DIRECTORY RECORD","MAINNET SUBMISSION":"MAINNET SUBMISSION","MainNet":"MainNet","MainNet Certificate Common Name":"MainNet Certificate Common Name","MainNet Certificates":"MainNet Certificates","MainNet Network Metrics":"MainNet Network Metrics","MainNet TRISA Endpoint":"MainNet TRISA Endpoint","Max file size 10mb":"Max file size 10mb","Meet Alice VASP, Bob VASP and Evil VASP":"Meet Alice VASP, Bob VASP and Evil VASP","Meet Alice VASP, Bob VASP, and “Evil” VASP":"Meet Alice VASP, Bob VASP, and “Evil” VASP","Message from server:":"Message from server:","Misc":"Misc","Missing required element":"Missing required element","Must comply with Travel Rule":"Must comply with Travel Rule","Must safeguard PII":"Must safeguard PII","NO":"NO","Name":"Name","Name Identifier Type is required":"Name Identifier Type is required","Name Identifiers":"Name Identifiers","Name identifiers":"Name identifiers","Name of Primary Regulator":"Name of Primary Regulator","Name, Addresss, Country, National Identifier":"Name, Addresss, Country, National Identifier","National Identification":"National Identification","National Jurisdiction":"National Jurisdiction","Need to Learn More?":"Need to Learn More?","Network Announcement":"Network Announcement","Network Status":"Network Status","New Members":"New Members","New X.509 Identity Certificate Request":"New X.509 Identity Certificate Request","Next":"Next","No":"No","No information is sent until you complete Section 6 - Review & Submit":"No information is sent until you complete Section 6 - Review & Submit","Not Saved":"Not Saved","Not a TRISA Member?":"Not a TRISA Member?","Note:":"Note:","Open Source":"Open Source","Open Source Resources":"Open Source Resources","Option 1. Set Up Your Own TRISA Node":"Option 1. Set Up Your Own TRISA Node","Option 2. Use a 3rd-party Solution":"Option 2. Use a 3rd-party Solution","Organization Collaborators":"Organization Collaborators","Organization Name":"Organization Name","Organization Type":"Organization Type","Organization name is required":"Organization name is required","Organization:":"Organization:","Organizational Details":"Organizational Details","Other Jurisdictions":"Other Jurisdictions","Overview":"Overview","Page Not Found":"Page Not Found","Partially":"Partially","Participate in verified VASP-to-VASP Travel Rule exchanges.":"Participate in verified VASP-to-VASP Travel Rule exchanges.","Passport Number":"Passport Number","Password":"Password","Peer-to-Peer":"Peer-to-Peer","Permission":"Permission","Permission:":"Permission:","Phone Number":"Phone Number","Phonetic Name Identifiers":"Phonetic Name Identifiers","Please add any other regulatory jurisdictions your organization complies with.":"Please add any other regulatory jurisdictions your organization complies with.","Please complete all details":"Please complete all details","Please copy and paste this password and store somewhere safe!":"Please copy and paste this password and store somewhere safe!","Please enter the information that identifies your organization as a Legal Person. This form represents the":"Please enter the information that identifies your organization as a Legal Person. This form represents the","Please enter the information that identifies your organization as a Legal Person. This form represents the {0} data structure for legal persons and is strongly suggested for use as KYC or CDD information exchanged in TRISA transfers.":["Please enter the information that identifies your organization as a Legal Person. This form represents the ",["0"]," data structure for legal persons and is strongly suggested for use as KYC or CDD information exchanged in TRISA transfers."],"Please review the information provided, edit as needed, and submit to complete the registration form. After the information is reviewed, emails will be sent to the provided contacts for verification. Once verified, your TestNet certificate will be issued.":"Please review the information provided, edit as needed, and submit to complete the registration form. After the information is reviewed, emails will be sent to the provided contacts for verification. Once verified, your TestNet certificate will be issued.","Please review the information provided, edit as needed, and submit to complete the registration form. After the information is reviewed, you will be contacted to verify details. Once verified, your TestNet certificate will be issued.":"Please review the information provided, edit as needed, and submit to complete the registration form. After the information is reviewed, you will be contacted to verify details. Once verified, your TestNet certificate will be issued.","Please select as many categories needed to represent the types of virtual asset services your organization provides.":"Please select as many categories needed to represent the types of virtual asset services your organization provides.","Please specify the applicable regulation(s) for Travel Rule standards compliance, e.g.\"FATF Recommendation 16\"":"Please specify the applicable regulation(s) for Travel Rule standards compliance, e.g.\"FATF Recommendation 16\"","Please supply a valid national identification number. TRISA recommends the use of LEI numbers. For more information, please visit":"Please supply a valid national identification number. TRISA recommends the use of LEI numbers. For more information, please visit","Please supply contact information for representatives of your organization. All contacts will receive an email verification token and the contact emails must be verified before the registration can proceed.":"Please supply contact information for representatives of your organization. All contacts will receive an email verification token and the contact emails must be verified before the registration can proceed.","Please use the email address associated with your organization.":"Please use the email address associated with your organization.","Postal Code / Postcode / ZIP Code":"Postal Code / Postcode / ZIP Code","Preferred name for email communication.":"Preferred name for email communication.","Previous":"Previous","Primary National Jurisdiction":"Primary National Jurisdiction","Primary contact for handling technical queries about the operation and status of your service participating in the TRISA network. Can be a group or admin email.":"Primary contact for handling technical queries about the operation and status of your service participating in the TRISA network. Can be a group or admin email.","Profile Created:":"Profile Created:","Reference implementation":"Reference implementation","Reg Authority":"Reg Authority","Region / Province / State (required)":"Region / Province / State (required)","Registered Directory":"Registered Directory","Registration Authority":"Registration Authority","Registration Authority Identifier":"Registration Authority Identifier","Registration Authority cannot be left empty":"Registration Authority cannot be left empty","Registration Submission":"Registration Submission","Regulator Name":"Regulator Name","Remove line":"Remove line","Request New Identity Certificate":"Request New Identity Certificate","Requesting a new X.509 Identity Certificate will invalidate and revoke your current X.509 Identity Certificate.":"Requesting a new X.509 Identity Certificate will invalidate and revoke your current X.509 Identity Certificate.","Reset":"Reset","Residential":"Residential","Return to vaspdirectory.net":"Return to vaspdirectory.net","Review":"Review","Review page":"Review page","Role":"Role","Routine Maintenance Scheduled":"Routine Maintenance Scheduled","Safeguards PII":"Safeguards PII","Save & Next":"Save & Next","Save & Previous":"Save & Previous","Sealing Certificate Inventory":"Sealing Certificate Inventory","Search the Directory Service":"Search the Directory Service","Section":"Section","Section 1: Basic Details":"Section 1: Basic Details","Section 2: Legal Person":"Section 2: Legal Person","Section 3: Contacts":"Section 3: Contacts","Section 4: TRISA Implementation":"Section 4: TRISA Implementation","Section 5: TRIXO Questionnaire":"Section 5: TRIXO Questionnaire","Section 6: Review & Submit":"Section 6: Review & Submit","Sections & Details":"Sections & Details","Secure":"Secure","Select VASP category":"Select VASP category","Select a country":"Select a country","Select business category":"Select business category","Set up your TRISA node or integrate with a 3rd-party Travel Rule solution. Complete\n testing and move to production.":"Set up your TRISA node or integrate with a 3rd-party Travel Rule solution. Complete\n testing and move to production.","Set up your TRISA node or integrate with a 3rd-party Travel Rule solution. Complete testing and move to production.":"Set up your TRISA node or integrate with a 3rd-party Travel Rule solution. Complete testing and move to production.","Short":"Short","Sign out":"Sign out","Signature ID":"Signature ID","Since TRISA is an open source, peer-to-peer Travel Rule solution, VASPs can set\n up and maintain their own TRISA server to exhange encrypted Travel Rule\n compliance data. TRISA maintains an":"Since TRISA is an open source, peer-to-peer Travel Rule solution, VASPs can set\n up and maintain their own TRISA server to exhange encrypted Travel Rule\n compliance data. TRISA maintains an","Since TRISA is an open source, peer-to-peer Travel Rule solution, VASPs can set up and maintain their own TRISA server to exhange encrypted Travel Rule compliance data. At the same time, TRISA is designed to be interoperable. There are several Travel Rule solutions providers available on the market. If you are a customer, work with your Travel Ruie provider to integrate TRISA into your Travel Rule compliance workflow.":"Since TRISA is an open source, peer-to-peer Travel Rule solution, VASPs can set up and maintain their own TRISA server to exhange encrypted Travel Rule compliance data. At the same time, TRISA is designed to be interoperable. There are several Travel Rule solutions providers available on the market. If you are a customer, work with your Travel Ruie provider to integrate TRISA into your Travel Rule compliance workflow.","Social Security Number":"Social Security Number","Something went wrong. Please try again later.":"Something went wrong. Please try again later.","Sorry, the page you are looking for doesn't exist or has been moved":"Sorry, the page you are looking for doesn't exist or has been moved","Sorry. We could not find a user account with the email address":"Sorry. We could not find a user account with the email address","Start Certificate Registration":"Start Certificate Registration","Start Registration":"Start Registration","Start trial":"Start trial","Status":"Status","Status:":"Status:","Step 1":"Step 1","Submit":"Submit","Submit MainNet Registration":"Submit MainNet Registration","Submit TestNet Registration":"Submit TestNet Registration","Submitted":"Submitted","Support":"Support","Synga Bridge":"Synga Bridge","TESTNET DIRECTORY RECORD":"TESTNET DIRECTORY RECORD","TESTNET SUBMISSION":"TESTNET SUBMISSION","TRISA Certificates":"TRISA Certificates","TRISA Details":"TRISA Details","TRISA Endpoint":"TRISA Endpoint","TRISA Endpoint: MainNet":"TRISA Endpoint: MainNet","TRISA Endpoint: TestNet":"TRISA Endpoint: TestNet","TRISA Githubs repo":"TRISA Githubs repo","TRISA Global Directory Service":"TRISA Global Directory Service","TRISA Identity Signature:":"TRISA Identity Signature:","TRISA Implementation":"TRISA Implementation","TRISA Implementations":"TRISA Implementations","TRISA Member ID":"TRISA Member ID","TRISA Member ID:":"TRISA Member ID:","TRISA Organization Profile":"TRISA Organization Profile","TRISA Registration Request Submitted!":"TRISA Registration Request Submitted!","TRISA Service Endpoint":"TRISA Service Endpoint","TRISA Verification":"TRISA Verification","TRISA Verification:":"TRISA Verification:","TRISA Verified Logo":"TRISA Verified Logo","TRISA endpoint for communication":"TRISA endpoint for communication","TRISA endpoint is not valid":"TRISA endpoint is not valid","TRISA implementation":"TRISA implementation","TRISA is a decentralized network where VASPs communicate directly with each other.":"TRISA is a decentralized network where VASPs communicate directly with each other.","TRISA is a global, open source, peer-to-peer and secure Travel Rule architecture and network designed to be accessible and interoperable. Become a TRISA-certified VASP today.":"TRISA is a global, open source, peer-to-peer and secure Travel Rule architecture and network designed to be accessible and interoperable. Become a TRISA-certified VASP today.","TRISA is designed to be interoperable with other Travel Rule solutions.":"TRISA is designed to be interoperable with other Travel Rule solutions.","TRISA is designed to be interoperable. There are several Travel Rule solutions\n providers available on the market. If you are a customer, work with them to\n integrate TRISA into your Travel Rule compliance workflow.":"TRISA is designed to be interoperable. There are several Travel Rule solutions\n providers available on the market. If you are a customer, work with them to\n integrate TRISA into your Travel Rule compliance workflow.","TRISA is open source and available to implement by any VASP.":"TRISA is open source and available to implement by any VASP.","TRISA issues two types of certificates:":"TRISA issues two types of certificates:","TRISA members must complete a comprehensive multi-part verification form and due diligence process. Once verified, TRISA will issue TestNet and MainNet certificates for secure Travel Rule compliance.":"TRISA members must complete a comprehensive multi-part verification form and due diligence process. Once verified, TRISA will issue TestNet and MainNet certificates for secure Travel Rule compliance.","TRISA specific identity number (UUID), only supplied if you're updating an existing registration request":"TRISA specific identity number (UUID), only supplied if you're updating an existing registration request","TRISA uses public-key cryptography for encrypting data in flight and at rest.":"TRISA uses public-key cryptography for encrypting data in flight and at rest.","TRISA verified members may download and display a “TRISA Verified VASP” logo on their website. The logo is unique to your VASP and non-reproducible. Members may download their logo after verification is complete and their certificate has been issued. The logo is in .svg fotmat":"TRISA verified members may download and display a “TRISA Verified VASP” logo on their website. The logo is unique to your VASP and non-reproducible. Members may download their logo after verification is complete and their certificate has been issued. The logo is in .svg fotmat","TRISA’s Github repo":"TRISA’s Github repo","TRISA’s Global Directory Service (GDS) is a network of vetted VASPs that can securely exchange Travel Rule compliance data with each other.":"TRISA’s Global Directory Service (GDS) is a network of vetted VASPs that can securely exchange Travel Rule compliance data with each other.","TRISA’s verification form includes five sections and may require information from several parties in your organization.":"TRISA’s verification form includes five sections and may require information from several parties in your organization.","TRIXO Questionnaire":"TRIXO Questionnaire","Talk to a member of your technical team to determine the requirements and\n resources to integrate TRISA with your system. Have members of your technical\n team integrate your systems with TRISA. Or work with a solutions provider that\n can help your VASP set up your TRISA server and maintain it.":"Talk to a member of your technical team to determine the requirements and\n resources to integrate TRISA with your system. Have members of your technical\n team integrate your systems with TRISA. Or work with a solutions provider that\n can help your VASP set up your TRISA server and maintain it.","Tax Identification Number":"Tax Identification Number","Technical Contact (required)":"Technical Contact (required)","Technical Officer":"Technical Officer","Technical Resources":"Technical Resources","Technical information about your endpoint for certificate issuance. Each VASP is required to establish a TRISA endpoint for inter-VASP communication.":"Technical information about your endpoint for certificate issuance. Each VASP is required to establish a TRISA endpoint for inter-VASP communication.","TestNet":"TestNet","TestNet Certificate Common Name":"TestNet Certificate Common Name","TestNet Certificates":"TestNet Certificates","TestNet Network Metrics":"TestNet Network Metrics","TestNet TRISA Endpoint":"TestNet TRISA Endpoint","TestNet and MainNet endpoints should not be the same":"TestNet and MainNet endpoints should not be the same","Thank you for creating your TRISA account.":"Thank you for creating your TRISA account.","Thank you for creating your TRISA account. You must verify your email address. An email with verification instructions has been sent to your email address. Please complete the email verification process in 24 hours. The email verification link will expire in 24 hours.":"Thank you for creating your TRISA account. You must verify your email address. An email with verification instructions has been sent to your email address. Please complete the email verification process in 24 hours. The email verification link will expire in 24 hours.","Thank you. We have sent instructions to reset your password to":"Thank you. We have sent instructions to reset your password to","Thank you. We have sent instructions to reset your password to {0}. The link to reset your password expires in 24 hours.":["Thank you. We have sent instructions to reset your password to ",["0"],". The link to reset your password expires in 24 hours."],"The Common Name typically matches the Endpoint, without the port number\n at the end (e.g. trisa.myvasp.com) and is used to identify the subject\n in the X.509 certificate.":"The Common Name typically matches the Endpoint, without the port number\n at the end (e.g. trisa.myvasp.com) and is used to identify the subject\n in the X.509 certificate.","The GDS will be undergoing routine maintenance on Apr 7.":"The GDS will be undergoing routine maintenance on Apr 7.","The Travel Rule Information Sharing Architecture (TRISA)":"The Travel Rule Information Sharing Architecture (TRISA)","The address and port of the TRISA endpoint for partner VASPs to connect on via gRPC.":"The address and port of the TRISA endpoint for partner VASPs to connect on via gRPC.","The common name for the mTLS certificate. This should match the TRISA endpoint without the port in most cases.":"The common name for the mTLS certificate. This should match the TRISA endpoint without the port in most cases.","The link to reset your password expires in 24 hours.":"The link to reset your password expires in 24 hours.","The minimum threshold above which your organization is required to collect/send Travel Rule information.":"The minimum threshold above which your organization is required to collect/send Travel Rule information.","The name and type of name by which the legal person is known.":"The name and type of name by which the legal person is known.","The name of primary regulator or supervisory authority for your national jurisdiction":"The name of primary regulator or supervisory authority for your national jurisdiction","This is the only time the PKCS12 password is shown during the registration process.":"This is the only time the PKCS12 password is shown during the registration process.","This multi-section form is an important step in the registration and certificate issuance process. The information you provide will be used to verify the legal entity that you represent and, where appropriate, will be available to verified TRISA members to facilitate compliance decisions. If you need guidance, see the":"This multi-section form is an important step in the registration and certificate issuance process. The information you provide will be used to verify the legal entity that you represent and, where appropriate, will be available to verified TRISA members to facilitate compliance decisions. If you need guidance, see the","This questionnaire is designed to help TRISA members understand the regulatory regime of your organization. The information provided will help ensure that required compliance information exchanges are conducted correctly and safely. All verified TRISA members will have access to this information.":"This questionnaire is designed to help TRISA members understand the regulatory regime of your organization. The information provided will help ensure that required compliance information exchanges are conducted correctly and safely. All verified TRISA members will have access to this information.","Threshold to conduct KYC before permitting the customer to send/receive virtual asset transfers":"Threshold to conduct KYC before permitting the customer to send/receive virtual asset transfers","To assist in completing the registration form, the form is divided into multiple sections":"To assist in completing the registration form, the form is divided into multiple sections","Trading":"Trading","Understood":"Understood","Unspecified":"Unspecified","Upcoming TRISA Working Group Call":"Upcoming TRISA Working Group Call","Upon verification, integrate with TRISA to begin exchanging Travel Rule compliance data.":"Upon verification, integrate with TRISA to begin exchanging Travel Rule compliance data.","User Details":"User Details","User ID":"User ID","User ID:":"User ID:","VASP Category":"VASP Category","VASPs have two options to integrate with TRISA.":"VASPs have two options to integrate with TRISA.","VERIFIED ON":"VERIFIED ON","Verification Status:":"Verification Status:","Verified":"Verified","Verified On":"Verified On","Verified VASPs":"Verified VASPs","Visit Getting Started with TRISA":"Visit Getting Started with TRISA","We recommend that a senior compliance officer initially creates the account for the VASP. Additional accounts can be created later.":"We recommend that a senior compliance officer initially creates the account for the VASP. Additional accounts can be created later.","Website":"Website","Website is a required field":"Website is a required field","Website, incorporation Date, VASP Category":"Website, incorporation Date, VASP Category","Welcome to TRISA’s network of Certified VASPs.":"Welcome to TRISA’s network of Certified VASPs.","What is IVMS101?":"What is IVMS101?","What is the minimum threshold for Travel Rule compliance?":"What is the minimum threshold for Travel Rule compliance?","What’s a Common name or VASP ID?":"What’s a Common name or VASP ID?","Who to Ask":"Who to Ask","Who to ask":"Who to ask","Why Join TRISA":"Why Join TRISA","X.509 Identity Certificate Inventory":"X.509 Identity Certificate Inventory","X.509 Identity Certificates":"X.509 Identity Certificates","YES":"YES","Yes":"Yes","You must request a new X.509 Identity Certificate to change your Endpoint and Common Name.":"You must request a new X.509 Identity Certificate to change your Endpoint and Common Name.","You must submit your registration for TestNet and MainNet separately.":"You must submit your registration for TestNet and MainNet separately.","You must verify your email address. An email with verification instructions has been sent to your email address. Please complete the email verification process in 24 hours. The email verification link will expire in 24 hours.":"You must verify your email address. An email with verification instructions has been sent to your email address. Please complete the email verification process in 24 hours. The email verification link will expire in 24 hours.","You will receive two separate emails with confirmation links for each registration. You must click on each confirmation link to complete the registration process.":"You will receive two separate emails with confirmation links for each registration. You must click on each confirmation link to complete the registration process.","Your TRISA Implementation":"Your TRISA Implementation","Your account has not been verified. Please check your email to verify your account.":"Your account has not been verified. Please check your email to verify your account.","Your registration form has been successfully submitted. You will receive a confirmation email from admin@trisa.io. In the email, you will receive instructions on next steps. Return to your dashboard to monitor the status of your registration and certificate.":"Your registration form has been successfully submitted. You will receive a confirmation email from admin@trisa.io. In the email, you will receive instructions on next steps. Return to your dashboard to monitor the status of your registration and certificate.","Your registration request has been successfully received by the Directory Service. Verification emails have been sent to all contacts listed. Once your contact information has been verified, the registration form will be sent to the TRISA review board to verify your membership in the TRISA network.":"Your registration request has been successfully received by the Directory Service. Verification emails have been sent to all contacts listed. Once your contact information has been verified, the registration form will be sent to the TRISA review board to verify your membership in the TRISA network.","about us":"about us","common name should match the TRISA endpoint without the port":"common name should match the TRISA endpoint without the port","complete VASP verification":"complete VASP verification","compliance. TRISA helps Virtual Asset Service Providers (VASPs) comply with the Travel Rule for cross-border cryptocurrency transactions. TRISA is designed to be interoperable.":"compliance. TRISA helps Virtual Asset Service Providers (VASPs) comply with the Travel Rule for cross-border cryptocurrency transactions. TRISA is designed to be interoperable.","create account":"create account","create your account":"create your account","for Cryptocurrency Travel Rule compliance.":"for Cryptocurrency Travel Rule compliance.","for TestNet registration so your TestNet certificate will be issued upon review by the validation team":"for TestNet registration so your TestNet certificate will be issued upon review by the validation team","for legal persons and is strongly suggested for use as KYC or CDD information exchanged in TRISA transfers.":"for legal persons and is strongly suggested for use as KYC or CDD information exchanged in TRISA transfers.","in partnership with":"in partnership with","is a global, open source, secure, and peer-to-peer protocol for":"is a global, open source, secure, and peer-to-peer protocol for","is not required":"is not required","is required":"is required","legal":"legal","lower case letters (a-z)":"lower case letters (a-z)","numbers (i.e. 0-9)":"numbers (i.e. 0-9)","on behalf of":"on behalf of","registration. Upon submission, you will receive an email with a confirmation link. You must click the confirmation link to complete the registration process. Failure to click the confirmation link will result in an incomplete registration":"registration. Upon submission, you will receive an email with a confirmation link. You must click the confirmation link to complete the registration process. Failure to click the confirmation link will result in an incomplete registration","special characters (e.g. !@#$%^&*)":"special characters (e.g. !@#$%^&*)","the TRISA architecture":"the TRISA architecture","upper case letters (A-Z)":"upper case letters (A-Z)","with detailed documentation, a reference implemenation, and “robot” VASPs for\n testing purposes.":"with detailed documentation, a reference implemenation, and “robot” VASPs for\n testing purposes.","{0}":[["0"]],"{0} Contact":[["0"]," Contact"]}};
\ No newline at end of file
+/*eslint-disable*/module.exports={messages:{" Failure to click either confirmation will result in an incomplete registration":" Failure to click either confirmation will result in an incomplete registration"," When you are verified you will be issued PKCS12 encrypted identity certificates\n for use in mTLS authentication between TRISA members. The password to decrypt\n those certificates is shown below:":" When you are verified you will be issued PKCS12 encrypted identity certificates\n for use in mTLS authentication between TRISA members. The password to decrypt\n those certificates is shown below:"," create your TRISA account with your VASP email address. Add collaborators in your\n organization.":" create your TRISA account with your VASP email address. Add collaborators in your\n organization."," for MainNet registration so your MainNet certificate will be issued upon review by the validation team":" for MainNet registration so your MainNet certificate will be issued upon review by the validation team","(1)X.509 Identity Certificates":"(1)X.509 Identity Certificates","(2)Sealing Certificates":"(2)Sealing Certificates","(Saved)":"(Saved)","(not interoperable)":"(not interoperable)","(not saved)":"(not saved)","*At least 8 characters in length \n* Contain at least 3 of the following 4\ntypes of characters: \n* lower case letters (a-z) \n* upper case letters (A-Z) \n* numbers (i.e. 0-9) \n* special characters (e.g. !@#$%^&*)":"*At least 8 characters in length \n* Contain at least 3 of the following 4\ntypes of characters: \n* lower case letters (a-z) \n* upper case letters (A-Z) \n* numbers (i.e. 0-9) \n* special characters (e.g. !@#$%^&*)","1 Basic Details":"1 Basic Details","2 Legal Person":"2 Legal Person","2022-03-14":"2022-03-14","2022-04-01":"2022-04-01","3 Contacts":"3 Contacts","3rd Party Travel Rule Providers":"3rd Party Travel Rule Providers","4 TRISA Implementation":"4 TRISA Implementation","5 TRIXO Questionnaire":"5 TRIXO Questionnaire","A business phone number is required to complete physical verification for MainNet registration. Please provide a phone number where the Legal/ Compliance contact can be contacted":"A business phone number is required to complete physical verification for MainNet registration. Please provide a phone number where the Legal/ Compliance contact can be contacted","A component of":"A component of","A physical verification check in the form of a phone call":"A physical verification check in the form of a phone call","About TRISA":"About TRISA","Action":"Action","Add Address":"Add Address","Add Contact":"Add Contact","Add Jurisdiction":"Add Jurisdiction","Add Legal Name":"Add Legal Name","Add Local Name":"Add Local Name","Add Phonetic Names":"Add Phonetic Names","Add Regulation":"Add Regulation","Added":"Added","Address":"Address","Address Type (required)":"Address Type (required)","Address line 1 e.g. building name/number, street name (required)":"Address line 1 e.g. building name/number, street name (required)","Address line 2 e.g. apartment or suite number":"Address line 2 e.g. apartment or suite number","Addresses":"Addresses","Administrative Contact (optional)":"Administrative Contact (optional)","Administrative or executive contact for your organization to field high-level requests or queries. (Strongly recommended)":"Administrative or executive contact for your organization to field high-level requests or queries. (Strongly recommended)","Alien Registration Number":"Alien Registration Number","All TRISA members must complete TRISA’s VASP verification and due diligence process to become a Verified VASP.":"All TRISA members must complete TRISA’s VASP verification and due diligence process to become a Verified VASP.","Already have an account?":"Already have an account?","An error has occurred to load annoucements":"An error has occurred to load annoucements","An error has occurred to load attention data":"An error has occurred to load attention data","An error has occurred to load legal person data":"An error has occurred to load legal person data","An error has occurred to load {type} metric":["An error has occurred to load ",["type"]," metric"],"An identifier issued by an appropriate issuing authority":"An identifier issued by an appropriate issuing authority","App version {appVersion}":["App version ",["appVersion"]],"Applicable Regulations":"Applicable Regulations","Apply to Become a TRISA-certified Virtual Asset Service Provider.":"Apply to Become a TRISA-certified Virtual Asset Service Provider.","At least 9 characters in length":"At least 9 characters in length","At least one geographic address is required. Enter the primary geographic address of the organization. Organizations may enter additional addresses if operating in multiple jurisdictions.":"At least one geographic address is required. Enter the primary geographic address of the organization. Organizations may enter additional addresses if operating in multiple jurisdictions.","At what threshold and currency does your organization conduct KYC?":"At what threshold and currency does your organization conduct KYC?","BFF & GDS version {bffAndGdsVersion}":["BFF & GDS version ",["bffAndGdsVersion"]],"Back Home":"Back Home","Back to Review Page":"Back to Review Page","Basic Details":"Basic Details","Become Travel Rule compliant.":"Become Travel Rule compliant.","Beware the Ides of March":"Beware the Ides of March","Billing Contact (optional)":"Billing Contact (optional)","Billing contact for your organization to handle account and invoice requests or queries relating to the operation of the TRISA network.":"Billing contact for your organization to handle account and invoice requests or queries relating to the operation of the TRISA network.","Business":"Business","Business Address":"Business Address","Business Category":"Business Category","Business Details":"Business Details","Business or Compliance Office":"Business or Compliance Office","By answering yes, I understand that this is the only time the PKCS12 Password is displayed and I have copied and securely saved the password.":"By answering yes, I understand that this is the only time the PKCS12 Password is displayed and I have copied and securely saved the password.","CDD & Travel Rule Policies":"CDD & Travel Rule Policies","CDD and data protection policies":"CDD and data protection policies","Cancel":"Cancel","Certificate Common Name":"Certificate Common Name","Certificate Details":"Certificate Details","Certificate Management":"Certificate Management","Certificate Progress":"Certificate Progress","Certificate Registration":"Certificate Registration","Certificate Registration Process":"Certificate Registration Process","Change Permissions":"Change Permissions","CipherTrace Providers":"CipherTrace Providers","City / Town / Municipality":"City / Town / Municipality","Clear & Reset Form":"Clear & Reset Form","Clear & Reset Registration Form":"Clear & Reset Registration Form","Click below to submit your":"Click below to submit your","Click “No” if you have not copied the PKCS12 password yet and would like to view and copy the password.":"Click “No” if you have not copied the PKCS12 password yet and would like to view and copy the password.","Click “Reset” to clear and reset the registration form. All data will be deleted and you will be re-directed to the beginning of the form and you will be required to restart the registration process":"Click “Reset” to clear and reset the registration form. All data will be deleted and you will be re-directed to the beginning of the form and you will be required to restart the registration process","Click “Yes” if you have copied the PKCS12 password and have securely saved it.":"Click “Yes” if you have copied the PKCS12 password and have securely saved it.","Common Name":"Common Name","Common name or VASP ID":"Common name or VASP ID","Common name should not contain special characters, no spaces and must have a dot(.) in it":"Common name should not contain special characters, no spaces and must have a dot(.) in it","Common name should not contain special characters, no spaces and must have a dot(.) in it and should have at least 2 characters after the periods":"Common name should not contain special characters, no spaces and must have a dot(.) in it and should have at least 2 characters after the periods","Common name should not contain special characters, no spaces and must have a dot(.) in it, should have at least 2 characters after the periods":"Common name should not contain special characters, no spaces and must have a dot(.) in it, should have at least 2 characters after the periods","Complete Certficate Registration":"Complete Certficate Registration","Complete TRISA’s VASP Verfication Process":"Complete TRISA’s VASP Verfication Process","Complete the multi-part TRISA verification form and due diligence process. Once\n approved, gain access to the Testnet.":"Complete the multi-part TRISA verification form and due diligence process. Once\n approved, gain access to the Testnet.","Complete the multi-part TRISA verification form and due diligence process. Once approved, gain access to the Testnet and MainNet.":"Complete the multi-part TRISA verification form and due diligence process. Once approved, gain access to the Testnet and MainNet.","Compliance Officer":"Compliance Officer","Compliance officer or legal contact for requests about the compliance requirements and legal status of your organization. A business phone number is required to complete physical verification for MainNet registration. Please provide a phone number where the Legal/ Compliance contact can be contacted.":"Compliance officer or legal contact for requests about the compliance requirements and legal status of your organization. A business phone number is required to complete physical verification for MainNet registration. Please provide a phone number where the Legal/ Compliance contact can be contacted.","Compliance, Technical, Admininstrative, Billing":"Compliance, Technical, Admininstrative, Billing","Comply with the Travel Rule":"Comply with the Travel Rule","Conducts KYC before virtual asset transfers":"Conducts KYC before virtual asset transfers","Contact Verified":"Contact Verified","Contact information for representatives of your organization. Contacts include Technical, Legal/Compliance, Administrative, and Billing persons.":"Contact information for representatives of your organization. Contacts include Technical, Legal/Compliance, Administrative, and Billing persons.","Contacts":"Contacts","Contain at least 3 of the following 4 types of characters":"Contain at least 3 of the following 4 types of characters","Continue":"Continue","Continue with Google":"Continue with Google","Copied":"Copied","Copy":"Copy","Country":"Country","Country (required)":"Country (required)","Country of Issue":"Country of Issue","Country of Issue is reserved for National Identifiers of Natural Persons":"Country of Issue is reserved for National Identifiers of Natural Persons","Country of Registration":"Country of Registration","Country of registration is required":"Country of registration is required","Country:":"Country:","Create Account":"Create Account","Create account":"Create account","Create an Account":"Create an Account","Create your TRISA account with your VASP email address. Add collaborators in your organization.":"Create your TRISA account with your VASP email address. Add collaborators in your organization.","Create your TRISA account.":"Create your TRISA account.","Create your account today.":"Create your account today.","Created and maintained by":"Created and maintained by","Customer Number":"Customer Number","Dashboard":"Dashboard","Data Protection Policies":"Data Protection Policies","Date of Incorporation / Establishment":"Date of Incorporation / Establishment","Deactivate":"Deactivate","Delete":"Delete","Delete the address line":"Delete the address line","Description":"Description","Details":"Details","Directory Lookup":"Directory Lookup","Documentation":"Documentation","Does your organization conduct KYC/CDD before permitting its customers to send/receive virtual asset transfers?":"Does your organization conduct KYC/CDD before permitting its customers to send/receive virtual asset transfers?","Does your organization have a programme that sets minimum AML, CFT, KYC/CDD and Sanctions standards per the requirements of the jurisdiction(s) regulatory regimes where it is licensed/approved/registered?":"Does your organization have a programme that sets minimum AML, CFT, KYC/CDD and Sanctions standards per the requirements of the jurisdiction(s) regulatory regimes where it is licensed/approved/registered?","Does your organization secure and protect PII, including PII received from other VASPs under the Travel Rule?":"Does your organization secure and protect PII, including PII received from other VASPs under the Travel Rule?","Download":"Download","Driver's License Number":"Driver's License Number","Each VASP is required to establish a TRISA endpoint for inter-VASP communication. Please specify the details of your endpoint for certificate issuance.":"Each VASP is required to establish a TRISA endpoint for inter-VASP communication. Please specify the details of your endpoint for certificate issuance.","Each VASP is required to establish a TRISA endpoint for inter-VASP communication. Please specify the details of your endpoint for certificate issuance. Please specify the TestNet endpoint and the MainNet endpoint. The TestNet endpoint and the MainNet endpoint must be different.":"Each VASP is required to establish a TRISA endpoint for inter-VASP communication. Please specify the details of your endpoint for certificate issuance. Please specify the TestNet endpoint and the MainNet endpoint. The TestNet endpoint and the MainNet endpoint must be different.","Edit":"Edit","Email Address":"Email Address","Email is not valid":"Email is not valid","Email is required":"Email is required","Endpoint":"Endpoint","Enter the VASP Common Name or VASP ID. Not a TRISA Member?":"Enter the VASP Common Name or VASP ID. Not a TRISA Member?","Enter the name and type of name by which the legal person is known. At least one legal name is required. Organizations are strongly encouraged to enter additional name identifiers such as Trading Name/ Doing Business As (DBA), Local names, and phonetic names where appropriate.":"Enter the name and type of name by which the legal person is known. At least one legal name is required. Organizations are strongly encouraged to enter additional name identifiers such as Trading Name/ Doing Business As (DBA), Local names, and phonetic names where appropriate.","Enter your email address":"Enter your email address","Error Submitting Certificate":"Error Submitting Certificate","Expiration Date":"Expiration Date","Expiry Date:":"Expiry Date:","Export Data":"Export Data","Files is required":"Files is required","Final Confirmation":"Final Confirmation","Final review and form submission":"Final review and form submission","First Listed":"First Listed","Follow the instructions below to reset your TRISA password":"Follow the instructions below to reset your TRISA password","For MainNet certificate requests, a member of TRISA’s verification team will review your submission and conduct a final due diligence phone call for physical verification. When physical verification is complete, TRISA will issue MainNet certificates. Requests for TestNet certificates do not require physical verification.":"For MainNet certificate requests, a member of TRISA’s verification team will review your submission and conduct a final due diligence phone call for physical verification. When physical verification is complete, TRISA will issue MainNet certificates. Requests for TestNet certificates do not require physical verification.","For identifiers other than LEI specify the registration authority from the following list. See":"For identifiers other than LEI specify the registration authority from the following list. See","Foreign Investment Identity Number":"Foreign Investment Identity Number","Forgot password?":"Forgot password?","Full Name":"Full Name","GLEIF Registration Authorities":"GLEIF Registration Authorities","Geographic":"Geographic","Getting Started Help Guide":"Getting Started Help Guide","Git Revision":"Git Revision","GitHub repository":"GitHub repository","Global Directory Service":"Global Directory Service","Guest":"Guest","Home":"Home","How to set up your own node?":"How to set up your own node?","I acknowledge that requesting a new X.509 Identity Certificate will invalidate and revoke my organization’s current X.509 Identity Certificate.":"I acknowledge that requesting a new X.509 Identity Certificate will invalidate and revoke my organization’s current X.509 Identity Certificate.","I have a bad feeling about tomorrow.":"I have a bad feeling about tomorrow.","ID":"ID","ID:":"ID:","IVMS 101 data structure":"IVMS 101 data structure","Identification Number":"Identification Number","Identification Type":"Identification Type","Identity Card Number":"Identity Card Number","Identity Certificates":"Identity Certificates","If supplied, use full phone number with country code":"If supplied, use full phone number with country code","If you lose the PKCS12 password, you will have to the start the registration process from the beginning.":"If you lose the PKCS12 password, you will have to the start the registration process from the beginning.","If you would like to edit your registration form before submitting, please return to the":"If you would like to edit your registration form before submitting, please return to the","Import File":"Import File","Incomplete":"Incomplete","Incorporation Date":"Incorporation Date","Information about the VASP such as website, incorporation date, business and VASP category.":"Information about the VASP such as website, incorporation date, business and VASP category.","Information that identifies your organization as a Legal Person. This section represents the IVMS 101 data structure for legal persons and is strongly suggested for use as KYC information exchanged in TRISA transfers.":"Information that identifies your organization as a Legal Person. This section represents the IVMS 101 data structure for legal persons and is strongly suggested for use as KYC information exchanged in TRISA transfers.","Information to ensure that required compliance information exchanges are conducted correctly and safely. This includes information about jurisdiction and national regulator, Customer Due Diligence(CDD) and Travel Rule policies, and data protection policies.":"Information to ensure that required compliance information exchanges are conducted correctly and safely. This includes information about jurisdiction and national regulator, Customer Due Diligence(CDD) and Travel Rule policies, and data protection policies.","Integrate and Comply":"Integrate and Comply","Integrate with TRISA.":"Integrate with TRISA.","Interoperable":"Interoperable","Invalid date":"Invalid date","Invalid date / year must be 4 digit":"Invalid date / year must be 4 digit","Is your organization permitted to send and/or receive transfers of virtual assets in the jurisdictions in which it operates?":"Is your organization permitted to send and/or receive transfers of virtual assets in the jurisdictions in which it operates?","Is your organization required by law to safeguard PII?":"Is your organization required by law to safeguard PII?","Is your organization required to comply with the application of the Travel Rule standards in the jurisdiction(s) where it is licensed/approved/registered?":"Is your organization required to comply with the application of the Travel Rule standards in the jurisdiction(s) where it is licensed/approved/registered?","Issue Date":"Issue Date","Issue Date:":"Issue Date:","Join Today":"Join Today","Join the TRISA network today.":"Join the TRISA network today.","Join us on Thursday Apr 28 for the TRISA Working Group.":"Join us on Thursday Apr 28 for the TRISA Working Group.","Last Login:":"Last Login:","Last Updated":"Last Updated","Learn How TRISA Works":"Learn How TRISA Works","Learn More":"Learn More","Learn about the three-step process to become a member and verified VASP.":"Learn about the three-step process to become a member and verified VASP.","Learn how TRISA works.":"Learn how TRISA works.","Legal":"Legal","Legal Entity Identifier (LEI)":"Legal Entity Identifier (LEI)","Legal Person":"Legal Person","Legal name is required":"Legal name is required","Legal/ Compliance Contact (required)":"Legal/ Compliance Contact (required)","Local Name Identifiers":"Local Name Identifiers","Log In":"Log In","Log in":"Log in","Log in to TRISA’s Global Directory Service":"Log in to TRISA’s Global Directory Service","Log in.":"Log in.","Log into your TRISA account.":"Log into your TRISA account.","Login":"Login","MAINNET DIRECTORY RECORD":"MAINNET DIRECTORY RECORD","MAINNET SUBMISSION":"MAINNET SUBMISSION","MainNet":"MainNet","MainNet Certificate Common Name":"MainNet Certificate Common Name","MainNet Certificates":"MainNet Certificates","MainNet Network Metrics":"MainNet Network Metrics","MainNet TRISA Endpoint":"MainNet TRISA Endpoint","Max file size 10mb":"Max file size 10mb","Meet Alice VASP, Bob VASP and Evil VASP":"Meet Alice VASP, Bob VASP and Evil VASP","Meet Alice VASP, Bob VASP, and “Evil” VASP":"Meet Alice VASP, Bob VASP, and “Evil” VASP","Message from server:":"Message from server:","Misc":"Misc","Missing required element":"Missing required element","Must comply with Travel Rule":"Must comply with Travel Rule","Must safeguard PII":"Must safeguard PII","NO":"NO","Name":"Name","Name Identifier Type is required":"Name Identifier Type is required","Name Identifiers":"Name Identifiers","Name identifiers":"Name identifiers","Name of Primary Regulator":"Name of Primary Regulator","Name, Addresss, Country, National Identifier":"Name, Addresss, Country, National Identifier","National Identification":"National Identification","National Jurisdiction":"National Jurisdiction","Need to Learn More?":"Need to Learn More?","Network Announcement":"Network Announcement","Network Status":"Network Status","New Members":"New Members","New X.509 Identity Certificate Request":"New X.509 Identity Certificate Request","Next":"Next","No":"No","No information is sent until you complete Section 6 - Review & Submit":"No information is sent until you complete Section 6 - Review & Submit","Not Saved":"Not Saved","Not a TRISA Member?":"Not a TRISA Member?","Note:":"Note:","Open Source":"Open Source","Open Source Resources":"Open Source Resources","Option 1. Set Up Your Own TRISA Node":"Option 1. Set Up Your Own TRISA Node","Option 2. Use a 3rd-party Solution":"Option 2. Use a 3rd-party Solution","Organization Collaborators":"Organization Collaborators","Organization Name":"Organization Name","Organization Type":"Organization Type","Organization name is required":"Organization name is required","Organization:":"Organization:","Organizational Details":"Organizational Details","Other Jurisdictions":"Other Jurisdictions","Overview":"Overview","Page Not Found":"Page Not Found","Partially":"Partially","Participate in verified VASP-to-VASP Travel Rule exchanges.":"Participate in verified VASP-to-VASP Travel Rule exchanges.","Passport Number":"Passport Number","Password":"Password","Peer-to-Peer":"Peer-to-Peer","Permission":"Permission","Permission:":"Permission:","Phone Number":"Phone Number","Phonetic Name Identifiers":"Phonetic Name Identifiers","Please add any other regulatory jurisdictions your organization complies with.":"Please add any other regulatory jurisdictions your organization complies with.","Please complete all details":"Please complete all details","Please copy and paste this password and store somewhere safe!":"Please copy and paste this password and store somewhere safe!","Please enter the information that identifies your organization as a Legal Person. This form represents the":"Please enter the information that identifies your organization as a Legal Person. This form represents the","Please enter the information that identifies your organization as a Legal Person. This form represents the {0} data structure for legal persons and is strongly suggested for use as KYC or CDD information exchanged in TRISA transfers.":["Please enter the information that identifies your organization as a Legal Person. This form represents the ",["0"]," data structure for legal persons and is strongly suggested for use as KYC or CDD information exchanged in TRISA transfers."],"Please review the information provided, edit as needed, and submit to complete the registration form. After the information is reviewed, emails will be sent to the provided contacts for verification. Once verified, your TestNet certificate will be issued.":"Please review the information provided, edit as needed, and submit to complete the registration form. After the information is reviewed, emails will be sent to the provided contacts for verification. Once verified, your TestNet certificate will be issued.","Please review the information provided, edit as needed, and submit to complete the registration form. After the information is reviewed, you will be contacted to verify details. Once verified, your TestNet certificate will be issued.":"Please review the information provided, edit as needed, and submit to complete the registration form. After the information is reviewed, you will be contacted to verify details. Once verified, your TestNet certificate will be issued.","Please select as many categories needed to represent the types of virtual asset services your organization provides.":"Please select as many categories needed to represent the types of virtual asset services your organization provides.","Please specify the applicable regulation(s) for Travel Rule standards compliance, e.g.\"FATF Recommendation 16\"":"Please specify the applicable regulation(s) for Travel Rule standards compliance, e.g.\"FATF Recommendation 16\"","Please supply a valid national identification number. TRISA recommends the use of LEI numbers. For more information, please visit":"Please supply a valid national identification number. TRISA recommends the use of LEI numbers. For more information, please visit","Please supply contact information for representatives of your organization. All contacts will receive an email verification token and the contact emails must be verified before the registration can proceed.":"Please supply contact information for representatives of your organization. All contacts will receive an email verification token and the contact emails must be verified before the registration can proceed.","Please use the email address associated with your organization.":"Please use the email address associated with your organization.","Postal Code / Postcode / ZIP Code":"Postal Code / Postcode / ZIP Code","Preferred name for email communication.":"Preferred name for email communication.","Previous":"Previous","Primary National Jurisdiction":"Primary National Jurisdiction","Primary contact for handling technical queries about the operation and status of your service participating in the TRISA network. Can be a group or admin email.":"Primary contact for handling technical queries about the operation and status of your service participating in the TRISA network. Can be a group or admin email.","Profile Created:":"Profile Created:","Reference implementation":"Reference implementation","Reg Authority":"Reg Authority","Region / Province / State (required)":"Region / Province / State (required)","Registered Directory":"Registered Directory","Registration Authority":"Registration Authority","Registration Authority Identifier":"Registration Authority Identifier","Registration Authority cannot be left empty":"Registration Authority cannot be left empty","Registration Submission":"Registration Submission","Regulator Name":"Regulator Name","Remove line":"Remove line","Request New Identity Certificate":"Request New Identity Certificate","Requesting a new X.509 Identity Certificate will invalidate and revoke your current X.509 Identity Certificate.":"Requesting a new X.509 Identity Certificate will invalidate and revoke your current X.509 Identity Certificate.","Reset":"Reset","Residential":"Residential","Return to vaspdirectory.net":"Return to vaspdirectory.net","Review":"Review","Review page":"Review page","Role":"Role","Routine Maintenance Scheduled":"Routine Maintenance Scheduled","Safeguards PII":"Safeguards PII","Save & Next":"Save & Next","Save & Previous":"Save & Previous","Sealing Certificate Inventory":"Sealing Certificate Inventory","Search the Directory Service":"Search the Directory Service","Section":"Section","Section 1: Basic Details":"Section 1: Basic Details","Section 2: Legal Person":"Section 2: Legal Person","Section 3: Contacts":"Section 3: Contacts","Section 4: TRISA Implementation":"Section 4: TRISA Implementation","Section 5: TRIXO Questionnaire":"Section 5: TRIXO Questionnaire","Section 6: Review & Submit":"Section 6: Review & Submit","Sections & Details":"Sections & Details","Secure":"Secure","Select VASP category":"Select VASP category","Select a country":"Select a country","Select business category":"Select business category","Set up your TRISA node or integrate with a 3rd-party Travel Rule solution. Complete\n testing and move to production.":"Set up your TRISA node or integrate with a 3rd-party Travel Rule solution. Complete\n testing and move to production.","Set up your TRISA node or integrate with a 3rd-party Travel Rule solution. Complete testing and move to production.":"Set up your TRISA node or integrate with a 3rd-party Travel Rule solution. Complete testing and move to production.","Short":"Short","Sign out":"Sign out","Signature ID":"Signature ID","Since TRISA is an open source, peer-to-peer Travel Rule solution, VASPs can set\n up and maintain their own TRISA server to exhange encrypted Travel Rule\n compliance data. TRISA maintains an":"Since TRISA is an open source, peer-to-peer Travel Rule solution, VASPs can set\n up and maintain their own TRISA server to exhange encrypted Travel Rule\n compliance data. TRISA maintains an","Since TRISA is an open source, peer-to-peer Travel Rule solution, VASPs can set up and maintain their own TRISA server to exhange encrypted Travel Rule compliance data. At the same time, TRISA is designed to be interoperable. There are several Travel Rule solutions providers available on the market. If you are a customer, work with your Travel Ruie provider to integrate TRISA into your Travel Rule compliance workflow.":"Since TRISA is an open source, peer-to-peer Travel Rule solution, VASPs can set up and maintain their own TRISA server to exhange encrypted Travel Rule compliance data. At the same time, TRISA is designed to be interoperable. There are several Travel Rule solutions providers available on the market. If you are a customer, work with your Travel Ruie provider to integrate TRISA into your Travel Rule compliance workflow.","Social Security Number":"Social Security Number","Something went wrong. Please try again later.":"Something went wrong. Please try again later.","Sorry, the page you are looking for doesn't exist or has been moved":"Sorry, the page you are looking for doesn't exist or has been moved","Sorry. We could not find a user account with the email address":"Sorry. We could not find a user account with the email address","Start Certificate Registration":"Start Certificate Registration","Start Registration":"Start Registration","Start trial":"Start trial","Status":"Status","Status:":"Status:","Step 1":"Step 1","Submit":"Submit","Submit MainNet Registration":"Submit MainNet Registration","Submit TestNet Registration":"Submit TestNet Registration","Submitted":"Submitted","Support":"Support","Synga Bridge":"Synga Bridge","TESTNET DIRECTORY RECORD":"TESTNET DIRECTORY RECORD","TESTNET SUBMISSION":"TESTNET SUBMISSION","TRISA Certificates":"TRISA Certificates","TRISA Details":"TRISA Details","TRISA Endpoint":"TRISA Endpoint","TRISA Endpoint: MainNet":"TRISA Endpoint: MainNet","TRISA Endpoint: TestNet":"TRISA Endpoint: TestNet","TRISA Githubs repo":"TRISA Githubs repo","TRISA Global Directory Service":"TRISA Global Directory Service","TRISA Identity Signature:":"TRISA Identity Signature:","TRISA Implementation":"TRISA Implementation","TRISA Implementations":"TRISA Implementations","TRISA Member ID":"TRISA Member ID","TRISA Member ID:":"TRISA Member ID:","TRISA Organization Profile":"TRISA Organization Profile","TRISA Registration Request Submitted!":"TRISA Registration Request Submitted!","TRISA Service Endpoint":"TRISA Service Endpoint","TRISA Verification":"TRISA Verification","TRISA Verification:":"TRISA Verification:","TRISA Verified Logo":"TRISA Verified Logo","TRISA endpoint for communication":"TRISA endpoint for communication","TRISA endpoint is not valid":"TRISA endpoint is not valid","TRISA implementation":"TRISA implementation","TRISA is a decentralized network where VASPs communicate directly with each other.":"TRISA is a decentralized network where VASPs communicate directly with each other.","TRISA is a global, open source, peer-to-peer and secure Travel Rule architecture and network designed to be accessible and interoperable. Become a TRISA-certified VASP today.":"TRISA is a global, open source, peer-to-peer and secure Travel Rule architecture and network designed to be accessible and interoperable. Become a TRISA-certified VASP today.","TRISA is designed to be interoperable with other Travel Rule solutions.":"TRISA is designed to be interoperable with other Travel Rule solutions.","TRISA is designed to be interoperable. There are several Travel Rule solutions\n providers available on the market. If you are a customer, work with them to\n integrate TRISA into your Travel Rule compliance workflow.":"TRISA is designed to be interoperable. There are several Travel Rule solutions\n providers available on the market. If you are a customer, work with them to\n integrate TRISA into your Travel Rule compliance workflow.","TRISA is open source and available to implement by any VASP.":"TRISA is open source and available to implement by any VASP.","TRISA issues two types of certificates:":"TRISA issues two types of certificates:","TRISA members must complete a comprehensive multi-part verification form and due diligence process. Once verified, TRISA will issue TestNet and MainNet certificates for secure Travel Rule compliance.":"TRISA members must complete a comprehensive multi-part verification form and due diligence process. Once verified, TRISA will issue TestNet and MainNet certificates for secure Travel Rule compliance.","TRISA specific identity number (UUID), only supplied if you're updating an existing registration request":"TRISA specific identity number (UUID), only supplied if you're updating an existing registration request","TRISA uses public-key cryptography for encrypting data in flight and at rest.":"TRISA uses public-key cryptography for encrypting data in flight and at rest.","TRISA verified members may download and display a “TRISA Verified VASP” logo on their website. The logo is unique to your VASP and non-reproducible. Members may download their logo after verification is complete and their certificate has been issued. The logo is in .svg fotmat":"TRISA verified members may download and display a “TRISA Verified VASP” logo on their website. The logo is unique to your VASP and non-reproducible. Members may download their logo after verification is complete and their certificate has been issued. The logo is in .svg fotmat","TRISA’s Github repo":"TRISA’s Github repo","TRISA’s Global Directory Service (GDS) is a network of vetted VASPs that can securely exchange Travel Rule compliance data with each other.":"TRISA’s Global Directory Service (GDS) is a network of vetted VASPs that can securely exchange Travel Rule compliance data with each other.","TRISA’s verification form includes five sections and may require information from several parties in your organization.":"TRISA’s verification form includes five sections and may require information from several parties in your organization.","TRIXO Questionnaire":"TRIXO Questionnaire","Talk to a member of your technical team to determine the requirements and\n resources to integrate TRISA with your system. Have members of your technical\n team integrate your systems with TRISA. Or work with a solutions provider that\n can help your VASP set up your TRISA server and maintain it.":"Talk to a member of your technical team to determine the requirements and\n resources to integrate TRISA with your system. Have members of your technical\n team integrate your systems with TRISA. Or work with a solutions provider that\n can help your VASP set up your TRISA server and maintain it.","Tax Identification Number":"Tax Identification Number","Technical Contact (required)":"Technical Contact (required)","Technical Officer":"Technical Officer","Technical Resources":"Technical Resources","Technical information about your endpoint for certificate issuance. Each VASP is required to establish a TRISA endpoint for inter-VASP communication.":"Technical information about your endpoint for certificate issuance. Each VASP is required to establish a TRISA endpoint for inter-VASP communication.","TestNet":"TestNet","TestNet Certificate Common Name":"TestNet Certificate Common Name","TestNet Certificates":"TestNet Certificates","TestNet Network Metrics":"TestNet Network Metrics","TestNet TRISA Endpoint":"TestNet TRISA Endpoint","TestNet and MainNet endpoints should not be the same":"TestNet and MainNet endpoints should not be the same","Thank you for creating your TRISA account.":"Thank you for creating your TRISA account.","Thank you for creating your TRISA account. You must verify your email address. An email with verification instructions has been sent to your email address. Please complete the email verification process in 24 hours. The email verification link will expire in 24 hours.":"Thank you for creating your TRISA account. You must verify your email address. An email with verification instructions has been sent to your email address. Please complete the email verification process in 24 hours. The email verification link will expire in 24 hours.","Thank you. We have sent instructions to reset your password to":"Thank you. We have sent instructions to reset your password to","Thank you. We have sent instructions to reset your password to {0}. The link to reset your password expires in 24 hours.":["Thank you. We have sent instructions to reset your password to ",["0"],". The link to reset your password expires in 24 hours."],"The Common Name typically matches the Endpoint, without the port number\n at the end (e.g. trisa.myvasp.com) and is used to identify the subject\n in the X.509 certificate.":"The Common Name typically matches the Endpoint, without the port number\n at the end (e.g. trisa.myvasp.com) and is used to identify the subject\n in the X.509 certificate.","The GDS will be undergoing routine maintenance on Apr 7.":"The GDS will be undergoing routine maintenance on Apr 7.","The Travel Rule Information Sharing Architecture (TRISA)":"The Travel Rule Information Sharing Architecture (TRISA)","The address and port of the TRISA endpoint for partner VASPs to connect on via gRPC.":"The address and port of the TRISA endpoint for partner VASPs to connect on via gRPC.","The common name for the mTLS certificate. This should match the TRISA endpoint without the port in most cases.":"The common name for the mTLS certificate. This should match the TRISA endpoint without the port in most cases.","The link to reset your password expires in 24 hours.":"The link to reset your password expires in 24 hours.","The minimum threshold above which your organization is required to collect/send Travel Rule information.":"The minimum threshold above which your organization is required to collect/send Travel Rule information.","The name and type of name by which the legal person is known.":"The name and type of name by which the legal person is known.","The name of primary regulator or supervisory authority for your national jurisdiction":"The name of primary regulator or supervisory authority for your national jurisdiction","This is the only time the PKCS12 password is shown during the registration process.":"This is the only time the PKCS12 password is shown during the registration process.","This multi-section form is an important step in the registration and certificate issuance process. The information you provide will be used to verify the legal entity that you represent and, where appropriate, will be available to verified TRISA members to facilitate compliance decisions. If you need guidance, see the":"This multi-section form is an important step in the registration and certificate issuance process. The information you provide will be used to verify the legal entity that you represent and, where appropriate, will be available to verified TRISA members to facilitate compliance decisions. If you need guidance, see the","This questionnaire is designed to help TRISA members understand the regulatory regime of your organization. The information provided will help ensure that required compliance information exchanges are conducted correctly and safely. All verified TRISA members will have access to this information.":"This questionnaire is designed to help TRISA members understand the regulatory regime of your organization. The information provided will help ensure that required compliance information exchanges are conducted correctly and safely. All verified TRISA members will have access to this information.","Threshold to conduct KYC before permitting the customer to send/receive virtual asset transfers":"Threshold to conduct KYC before permitting the customer to send/receive virtual asset transfers","To assist in completing the registration form, the form is divided into multiple sections":"To assist in completing the registration form, the form is divided into multiple sections","Trading":"Trading","Understood":"Understood","Unspecified":"Unspecified","Upcoming TRISA Working Group Call":"Upcoming TRISA Working Group Call","Upon verification, integrate with TRISA to begin exchanging Travel Rule compliance data.":"Upon verification, integrate with TRISA to begin exchanging Travel Rule compliance data.","User Details":"User Details","User ID":"User ID","User ID:":"User ID:","VASP Category":"VASP Category","VASPs have two options to integrate with TRISA.":"VASPs have two options to integrate with TRISA.","VERIFIED ON":"VERIFIED ON","Verification Status:":"Verification Status:","Verified":"Verified","Verified On":"Verified On","Verified VASPs":"Verified VASPs","Visit Getting Started with TRISA":"Visit Getting Started with TRISA","We recommend that a senior compliance officer initially creates the account for the VASP. Additional accounts can be created later.":"We recommend that a senior compliance officer initially creates the account for the VASP. Additional accounts can be created later.","Website":"Website","Website is a required field":"Website is a required field","Website, incorporation Date, VASP Category":"Website, incorporation Date, VASP Category","Welcome to TRISA’s network of Certified VASPs.":"Welcome to TRISA’s network of Certified VASPs.","What is IVMS101?":"What is IVMS101?","What is the minimum threshold for Travel Rule compliance?":"What is the minimum threshold for Travel Rule compliance?","What’s a Common name or VASP ID?":"What’s a Common name or VASP ID?","Who to Ask":"Who to Ask","Who to ask":"Who to ask","Why Join TRISA":"Why Join TRISA","X.509 Identity Certificate Inventory":"X.509 Identity Certificate Inventory","X.509 Identity Certificates":"X.509 Identity Certificates","YES":"YES","Yes":"Yes","You must request a new X.509 Identity Certificate to change your Endpoint and Common Name.":"You must request a new X.509 Identity Certificate to change your Endpoint and Common Name.","You must submit your registration for TestNet and MainNet separately.":"You must submit your registration for TestNet and MainNet separately.","You must verify your email address. An email with verification instructions has been sent to your email address. Please complete the email verification process in 24 hours. The email verification link will expire in 24 hours.":"You must verify your email address. An email with verification instructions has been sent to your email address. Please complete the email verification process in 24 hours. The email verification link will expire in 24 hours.","You will receive two separate emails with confirmation links for each registration. You must click on each confirmation link to complete the registration process.":"You will receive two separate emails with confirmation links for each registration. You must click on each confirmation link to complete the registration process.","Your TRISA Implementation":"Your TRISA Implementation","Your account has not been verified. Please check your email to verify your account.":"Your account has not been verified. Please check your email to verify your account.","Your dashboard":"Your dashboard","Your registration form has been successfully submitted. You will receive a confirmation email from admin@trisa.io. In the email, you will receive instructions on next steps. Return to your dashboard to monitor the status of your registration and certificate.":"Your registration form has been successfully submitted. You will receive a confirmation email from admin@trisa.io. In the email, you will receive instructions on next steps. Return to your dashboard to monitor the status of your registration and certificate.","Your registration request has been successfully received by the Directory Service. Verification emails have been sent to all contacts listed. Once your contact information has been verified, the registration form will be sent to the TRISA review board to verify your membership in the TRISA network.":"Your registration request has been successfully received by the Directory Service. Verification emails have been sent to all contacts listed. Once your contact information has been verified, the registration form will be sent to the TRISA review board to verify your membership in the TRISA network.","about us":"about us","common name should match the TRISA endpoint without the port":"common name should match the TRISA endpoint without the port","complete VASP verification":"complete VASP verification","compliance. TRISA helps Virtual Asset Service Providers (VASPs) comply with the Travel Rule for cross-border cryptocurrency transactions. TRISA is designed to be interoperable.":"compliance. TRISA helps Virtual Asset Service Providers (VASPs) comply with the Travel Rule for cross-border cryptocurrency transactions. TRISA is designed to be interoperable.","create account":"create account","create your account":"create your account","for Cryptocurrency Travel Rule compliance.":"for Cryptocurrency Travel Rule compliance.","for TestNet registration so your TestNet certificate will be issued upon review by the validation team":"for TestNet registration so your TestNet certificate will be issued upon review by the validation team","for legal persons and is strongly suggested for use as KYC or CDD information exchanged in TRISA transfers.":"for legal persons and is strongly suggested for use as KYC or CDD information exchanged in TRISA transfers.","in partnership with":"in partnership with","is a global, open source, secure, and peer-to-peer protocol for":"is a global, open source, secure, and peer-to-peer protocol for","is not required":"is not required","is required":"is required","legal":"legal","lower case letters (a-z)":"lower case letters (a-z)","numbers (i.e. 0-9)":"numbers (i.e. 0-9)","on behalf of":"on behalf of","registration. Upon submission, you will receive an email with a confirmation link. You must click the confirmation link to complete the registration process. Failure to click the confirmation link will result in an incomplete registration":"registration. Upon submission, you will receive an email with a confirmation link. You must click the confirmation link to complete the registration process. Failure to click the confirmation link will result in an incomplete registration","special characters (e.g. !@#$%^&*)":"special characters (e.g. !@#$%^&*)","the TRISA architecture":"the TRISA architecture","upper case letters (A-Z)":"upper case letters (A-Z)","with detailed documentation, a reference implemenation, and “robot” VASPs for\n testing purposes.":"with detailed documentation, a reference implemenation, and “robot” VASPs for\n testing purposes.","{0}":[["0"]],"{0} Contact":[["0"]," Contact"]}};
\ No newline at end of file
diff --git a/web/gds-user-ui/src/locales/ja/messages.po b/web/gds-user-ui/src/locales/ja/messages.po
index b3f282648..8cbae55ce 100644
--- a/web/gds-user-ui/src/locales/ja/messages.po
+++ b/web/gds-user-ui/src/locales/ja/messages.po
@@ -113,8 +113,8 @@ msgstr ""
msgid "A physical verification check in the form of a phone call"
msgstr ""
-#: src/components/Header/LandingHeader.tsx:83
-#: src/components/Header/LandingHeader.tsx:123
+#: src/components/Header/LandingHeader.tsx:85
+#: src/components/Header/LandingHeader.tsx:133
#: src/components/Section/AboutUs.tsx:29
msgid "About TRISA"
msgstr ""
@@ -175,7 +175,7 @@ msgid "Address line 2 e.g. apartment or suite number"
msgstr ""
#: src/components/Addresses/index.tsx:11
-#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:120
+#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:116
#: src/components/MemberDetails/index.tsx:244
msgid "Addresses"
msgstr ""
@@ -210,7 +210,7 @@ msgstr ""
msgid "An error has occurred to load attention data"
msgstr ""
-#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:21
+#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:19
msgid "An error has occurred to load legal person data"
msgstr ""
@@ -290,8 +290,8 @@ msgstr ""
msgid "Business Address"
msgstr ""
-#: src/components/BasicDetailsForm/index.tsx:64
-#: src/components/CertificateReview/BasicDetailsReviewDataTable.tsx:49
+#: src/components/BasicDetailsForm/index.tsx:72
+#: src/components/CertificateReview/BasicDetailsReviewDataTable.tsx:56
#: src/components/MemberDetails/index.tsx:125
msgid "Business Category"
msgstr ""
@@ -504,8 +504,8 @@ msgstr ""
msgid "Country of Issue is reserved for National Identifiers of Natural Persons"
msgstr ""
-#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:147
-#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:192
+#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:143
+#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:188
#: src/components/CountryOfRegistration/index.tsx:19
#: src/components/MemberDetails/index.tsx:271
#: src/components/MemberDetails/index.tsx:331
@@ -564,8 +564,8 @@ msgstr ""
msgid "Data Protection Policies"
msgstr ""
-#: src/components/BasicDetailsForm/index.tsx:50
-#: src/components/CertificateReview/BasicDetailsReviewDataTable.tsx:56
+#: src/components/BasicDetailsForm/index.tsx:52
+#: src/components/CertificateReview/BasicDetailsReviewDataTable.tsx:63
#: src/components/MemberDetails/index.tsx:117
msgid "Date of Incorporation / Establishment"
msgstr ""
@@ -596,8 +596,8 @@ msgstr ""
msgid "Directory Lookup"
msgstr ""
-#: src/components/Header/LandingHeader.tsx:86
-#: src/components/Header/LandingHeader.tsx:126
+#: src/components/Header/LandingHeader.tsx:88
+#: src/components/Header/LandingHeader.tsx:136
#: src/components/Navbar/Landing/MobileNav.tsx:73
#: src/components/Navbar/Landing/Nav.tsx:22
#: src/components/OpenSourceResources/index.tsx:20
@@ -794,14 +794,14 @@ msgstr ""
msgid "IVMS 101 data structure"
msgstr ""
-#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:174
+#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:170
#: src/components/MemberDetails/index.tsx:303
#: src/components/NameIdentification/index.tsx:130
#: src/components/OrganizationProfile/OrganizationalDetail.tsx:122
msgid "Identification Number"
msgstr ""
-#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:180
+#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:176
#: src/components/MemberDetails/index.tsx:311
#: src/components/NameIdentification/index.tsx:159
#: src/components/OrganizationProfile/OrganizationalDetail.tsx:130
@@ -992,8 +992,8 @@ msgstr ""
msgid "Log into your TRISA account."
msgstr ""
-#: src/components/Header/LandingHeader.tsx:91
-#: src/components/Header/LandingHeader.tsx:129
+#: src/components/Header/LandingHeader.tsx:94
+#: src/components/Header/LandingHeader.tsx:140
msgid "Login"
msgstr ""
@@ -1077,7 +1077,7 @@ msgstr ""
msgid "Name Identifier Type is required"
msgstr ""
-#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:45
+#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:43
#: src/components/MemberDetails/index.tsx:172
#: src/components/OrganizationProfile/OrganizationalDetail.tsx:77
msgid "Name Identifiers"
@@ -1096,7 +1096,7 @@ msgstr ""
msgid "Name, Addresss, Country, National Identifier"
msgstr ""
-#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:165
+#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:161
#: src/components/MemberDetails/index.tsx:298
#: src/components/NameIdentification/index.tsx:118
msgid "National Identification"
@@ -1180,7 +1180,8 @@ msgstr ""
msgid "Organization Collaborators"
msgstr ""
-#: src/components/BasicDetailsForm/index.tsx:27
+#: src/components/BasicDetailsForm/index.tsx:29
+#: src/components/CertificateReview/BasicDetailsReviewDataTable.tsx:34
#: src/components/Section/SearchDirectory.tsx:180
#: src/components/Section/SearchDirectory.tsx:248
msgid "Organization Name"
@@ -1282,7 +1283,7 @@ msgstr ""
msgid "Please review the information provided, edit as needed, and submit to complete the registration form. After the information is reviewed, you will be contacted to verify details. Once verified, your TestNet certificate will be issued."
msgstr ""
-#: src/components/BasicDetailsForm/index.tsx:89
+#: src/components/BasicDetailsForm/index.tsx:97
msgid "Please select as many categories needed to represent the types of virtual asset services your organization provides."
msgstr ""
@@ -1333,7 +1334,7 @@ msgstr ""
msgid "Reference implementation"
msgstr ""
-#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:198
+#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:194
#: src/components/MemberDetails/index.tsx:337
msgid "Reg Authority"
msgstr ""
@@ -1439,7 +1440,7 @@ msgid "Section"
msgstr ""
#: src/components/BasicDetail/index.tsx:73
-#: src/components/CertificateReview/BasicDetailsReview.tsx:26
+#: src/components/CertificateReview/BasicDetailsReview.tsx:27
#: src/components/CertificateSection/index.tsx:23
#: src/components/CertificateSection/index.tsx:65
msgid "Section 1: Basic Details"
@@ -1482,7 +1483,7 @@ msgstr ""
msgid "Secure"
msgstr ""
-#: src/components/BasicDetailsForm/index.tsx:81
+#: src/components/BasicDetailsForm/index.tsx:89
msgid "Select VASP category"
msgstr ""
@@ -1490,7 +1491,7 @@ msgstr ""
msgid "Select a country"
msgstr ""
-#: src/components/BasicDetailsForm/index.tsx:65
+#: src/components/BasicDetailsForm/index.tsx:73
msgid "Select business category"
msgstr ""
@@ -1575,7 +1576,7 @@ msgid "Step 1"
msgstr ""
#: src/components/CertificateRegistration/CertificateRegistrationTable.tsx:39
-#: src/components/NeedsAttention/AttentionAlert.tsx:111
+#: src/components/NeedsAttention/AttentionAlert.tsx:112
#: src/components/Section/PasswordResetForm.tsx:48
#: src/hoc/withRHF.tsx:117
msgid "Submit"
@@ -1860,7 +1861,7 @@ msgstr ""
msgid "The minimum threshold above which your organization is required to collect/send Travel Rule information."
msgstr ""
-#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:50
+#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:48
#: src/components/MemberDetails/index.tsx:177
#: src/components/NameIdentifiers/index.tsx:38
#: src/components/NameIdentifiers/index.tsx:45
@@ -1924,8 +1925,8 @@ msgstr ""
msgid "User ID:"
msgstr ""
-#: src/components/BasicDetailsForm/index.tsx:80
-#: src/components/CertificateReview/BasicDetailsReviewDataTable.tsx:65
+#: src/components/BasicDetailsForm/index.tsx:88
+#: src/components/CertificateReview/BasicDetailsReviewDataTable.tsx:72
#: src/components/MemberDetails/index.tsx:131
#: src/components/OrganizationProfile/OrganizationalDetail.tsx:91
msgid "VASP Category"
@@ -1965,8 +1966,8 @@ msgstr ""
msgid "We recommend that a senior compliance officer initially creates the account for the VASP. Additional accounts can be created later."
msgstr ""
-#: src/components/BasicDetailsForm/index.tsx:38
-#: src/components/CertificateReview/BasicDetailsReviewDataTable.tsx:34
+#: src/components/BasicDetailsForm/index.tsx:40
+#: src/components/CertificateReview/BasicDetailsReviewDataTable.tsx:41
#: src/components/MemberDetails/index.tsx:111
msgid "Website"
msgstr ""
@@ -2059,6 +2060,11 @@ msgstr ""
msgid "Your account has not been verified. Please check your email to verify your account."
msgstr ""
+#: src/components/Header/LandingHeader.tsx:100
+#: src/components/Header/LandingHeader.tsx:144
+msgid "Your dashboard"
+msgstr ""
+
#: src/components/CertificateSection/index.tsx:61
msgid "Your registration form has been successfully submitted. You will receive a confirmation email from admin@trisa.io. In the email, you will receive instructions on next steps. Return to your dashboard to monitor the status of your registration and certificate."
msgstr ""
diff --git a/web/gds-user-ui/src/locales/zh/messages.js b/web/gds-user-ui/src/locales/zh/messages.js
index c23432422..4959cd3ae 100644
--- a/web/gds-user-ui/src/locales/zh/messages.js
+++ b/web/gds-user-ui/src/locales/zh/messages.js
@@ -1 +1 @@
-/*eslint-disable*/module.exports={messages:{" Failure to click either confirmation will result in an incomplete registration":" Failure to click either confirmation will result in an incomplete registration"," When you are verified you will be issued PKCS12 encrypted identity certificates\n for use in mTLS authentication between TRISA members. The password to decrypt\n those certificates is shown below:":" When you are verified you will be issued PKCS12 encrypted identity certificates\n for use in mTLS authentication between TRISA members. The password to decrypt\n those certificates is shown below:"," create your TRISA account with your VASP email address. Add collaborators in your\n organization.":" create your TRISA account with your VASP email address. Add collaborators in your\n organization."," for MainNet registration so your MainNet certificate will be issued upon review by the validation team":" for MainNet registration so your MainNet certificate will be issued upon review by the validation team","(1)X.509 Identity Certificates":"(1)X.509 Identity Certificates","(2)Sealing Certificates":"(2)Sealing Certificates","(Saved)":"(Saved)","(not interoperable)":"(not interoperable)","(not saved)":"(not saved)","*At least 8 characters in length \n* Contain at least 3 of the following 4\ntypes of characters: \n* lower case letters (a-z) \n* upper case letters (A-Z) \n* numbers (i.e. 0-9) \n* special characters (e.g. !@#$%^&*)":"*At least 8 characters in length \n* Contain at least 3 of the following 4\ntypes of characters: \n* lower case letters (a-z) \n* upper case letters (A-Z) \n* numbers (i.e. 0-9) \n* special characters (e.g. !@#$%^&*)","1 Basic Details":"1 Basic Details","2 Legal Person":"2 Legal Person","2022-03-14":"2022-03-14","2022-04-01":"2022-04-01","3 Contacts":"3 Contacts","3rd Party Travel Rule Providers":"3rd Party Travel Rule Providers","4 TRISA Implementation":"4 TRISA Implementation","5 TRIXO Questionnaire":"5 TRIXO Questionnaire","A business phone number is required to complete physical verification for MainNet registration. Please provide a phone number where the Legal/ Compliance contact can be contacted":"A business phone number is required to complete physical verification for MainNet registration. Please provide a phone number where the Legal/ Compliance contact can be contacted","A component of":"A component of","A physical verification check in the form of a phone call":"A physical verification check in the form of a phone call","About TRISA":"About TRISA","Action":"Action","Add Address":"Add Address","Add Contact":"Add Contact","Add Jurisdiction":"Add Jurisdiction","Add Legal Name":"Add Legal Name","Add Local Name":"Add Local Name","Add Phonetic Names":"Add Phonetic Names","Add Regulation":"Add Regulation","Added":"Added","Address":"Address","Address Type (required)":"Address Type (required)","Address line 1 e.g. building name/number, street name (required)":"Address line 1 e.g. building name/number, street name (required)","Address line 2 e.g. apartment or suite number":"Address line 2 e.g. apartment or suite number","Addresses":"Addresses","Administrative Contact (optional)":"Administrative Contact (optional)","Administrative or executive contact for your organization to field high-level requests or queries. (Strongly recommended)":"Administrative or executive contact for your organization to field high-level requests or queries. (Strongly recommended)","Alien Registration Number":"Alien Registration Number","All TRISA members must complete TRISA’s VASP verification and due diligence process to become a Verified VASP.":"All TRISA members must complete TRISA’s VASP verification and due diligence process to become a Verified VASP.","Already have an account?":"Already have an account?","An error has occurred to load annoucements":"An error has occurred to load annoucements","An error has occurred to load attention data":"An error has occurred to load attention data","An error has occurred to load legal person data":"An error has occurred to load legal person data","An error has occurred to load {type} metric":["An error has occurred to load ",["type"]," metric"],"An identifier issued by an appropriate issuing authority":"An identifier issued by an appropriate issuing authority","App version {appVersion}":["App version ",["appVersion"]],"Applicable Regulations":"Applicable Regulations","Apply to Become a TRISA-certified Virtual Asset Service Provider.":"Apply to Become a TRISA-certified Virtual Asset Service Provider.","At least 9 characters in length":"At least 9 characters in length","At least one geographic address is required. Enter the primary geographic address of the organization. Organizations may enter additional addresses if operating in multiple jurisdictions.":"At least one geographic address is required. Enter the primary geographic address of the organization. Organizations may enter additional addresses if operating in multiple jurisdictions.","At what threshold and currency does your organization conduct KYC?":"At what threshold and currency does your organization conduct KYC?","BFF & GDS version {bffAndGdsVersion}":["BFF & GDS version ",["bffAndGdsVersion"]],"Back Home":"Back Home","Back to Review Page":"Back to Review Page","Basic Details":"Basic Details","Become Travel Rule compliant.":"Become Travel Rule compliant.","Beware the Ides of March":"Beware the Ides of March","Billing Contact (optional)":"Billing Contact (optional)","Billing contact for your organization to handle account and invoice requests or queries relating to the operation of the TRISA network.":"Billing contact for your organization to handle account and invoice requests or queries relating to the operation of the TRISA network.","Business":"Business","Business Address":"Business Address","Business Category":"Business Category","Business Details":"Business Details","Business or Compliance Office":"Business or Compliance Office","By answering yes, I understand that this is the only time the PKCS12 Password is displayed and I have copied and securely saved the password.":"By answering yes, I understand that this is the only time the PKCS12 Password is displayed and I have copied and securely saved the password.","CDD & Travel Rule Policies":"CDD & Travel Rule Policies","CDD and data protection policies":"CDD and data protection policies","Cancel":"Cancel","Certificate Common Name":"Certificate Common Name","Certificate Details":"Certificate Details","Certificate Management":"Certificate Management","Certificate Progress":"Certificate Progress","Certificate Registration":"Certificate Registration","Certificate Registration Process":"Certificate Registration Process","Change Permissions":"Change Permissions","CipherTrace Providers":"CipherTrace Providers","City / Town / Municipality":"City / Town / Municipality","Clear & Reset Form":"Clear & Reset Form","Clear & Reset Registration Form":"Clear & Reset Registration Form","Click below to submit your":"Click below to submit your","Click “No” if you have not copied the PKCS12 password yet and would like to view and copy the password.":"Click “No” if you have not copied the PKCS12 password yet and would like to view and copy the password.","Click “Reset” to clear and reset the registration form. All data will be deleted and you will be re-directed to the beginning of the form and you will be required to restart the registration process":"Click “Reset” to clear and reset the registration form. All data will be deleted and you will be re-directed to the beginning of the form and you will be required to restart the registration process","Click “Yes” if you have copied the PKCS12 password and have securely saved it.":"Click “Yes” if you have copied the PKCS12 password and have securely saved it.","Common Name":"Common Name","Common name or VASP ID":"Common name or VASP ID","Common name should not contain special characters, no spaces and must have a dot(.) in it":"Common name should not contain special characters, no spaces and must have a dot(.) in it","Common name should not contain special characters, no spaces and must have a dot(.) in it and should have at least 2 characters after the periods":"Common name should not contain special characters, no spaces and must have a dot(.) in it and should have at least 2 characters after the periods","Common name should not contain special characters, no spaces and must have a dot(.) in it, should have at least 2 characters after the periods":"Common name should not contain special characters, no spaces and must have a dot(.) in it, should have at least 2 characters after the periods","Complete Certficate Registration":"Complete Certficate Registration","Complete TRISA’s VASP Verfication Process":"Complete TRISA’s VASP Verfication Process","Complete the multi-part TRISA verification form and due diligence process. Once\n approved, gain access to the Testnet.":"Complete the multi-part TRISA verification form and due diligence process. Once\n approved, gain access to the Testnet.","Complete the multi-part TRISA verification form and due diligence process. Once approved, gain access to the Testnet and MainNet.":"Complete the multi-part TRISA verification form and due diligence process. Once approved, gain access to the Testnet and MainNet.","Compliance Officer":"Compliance Officer","Compliance officer or legal contact for requests about the compliance requirements and legal status of your organization. A business phone number is required to complete physical verification for MainNet registration. Please provide a phone number where the Legal/ Compliance contact can be contacted.":"Compliance officer or legal contact for requests about the compliance requirements and legal status of your organization. A business phone number is required to complete physical verification for MainNet registration. Please provide a phone number where the Legal/ Compliance contact can be contacted.","Compliance, Technical, Admininstrative, Billing":"Compliance, Technical, Admininstrative, Billing","Comply with the Travel Rule":"Comply with the Travel Rule","Conducts KYC before virtual asset transfers":"Conducts KYC before virtual asset transfers","Contact Verified":"Contact Verified","Contact information for representatives of your organization. Contacts include Technical, Legal/Compliance, Administrative, and Billing persons.":"Contact information for representatives of your organization. Contacts include Technical, Legal/Compliance, Administrative, and Billing persons.","Contacts":"Contacts","Contain at least 3 of the following 4 types of characters":"Contain at least 3 of the following 4 types of characters","Continue":"Continue","Continue with Google":"Continue with Google","Copied":"Copied","Copy":"Copy","Country":"Country","Country (required)":"Country (required)","Country of Issue":"Country of Issue","Country of Issue is reserved for National Identifiers of Natural Persons":"Country of Issue is reserved for National Identifiers of Natural Persons","Country of Registration":"Country of Registration","Country of registration is required":"Country of registration is required","Country:":"Country:","Create Account":"Create Account","Create account":"Create account","Create an Account":"Create an Account","Create your TRISA account with your VASP email address. Add collaborators in your organization.":"Create your TRISA account with your VASP email address. Add collaborators in your organization.","Create your TRISA account.":"Create your TRISA account.","Create your account today.":"Create your account today.","Created and maintained by":"Created and maintained by","Customer Number":"Customer Number","Dashboard":"Dashboard","Data Protection Policies":"Data Protection Policies","Date of Incorporation / Establishment":"Date of Incorporation / Establishment","Deactivate":"Deactivate","Delete":"Delete","Delete the address line":"Delete the address line","Description":"Description","Details":"Details","Directory Lookup":"Directory Lookup","Documentation":"Documentation","Does your organization conduct KYC/CDD before permitting its customers to send/receive virtual asset transfers?":"Does your organization conduct KYC/CDD before permitting its customers to send/receive virtual asset transfers?","Does your organization have a programme that sets minimum AML, CFT, KYC/CDD and Sanctions standards per the requirements of the jurisdiction(s) regulatory regimes where it is licensed/approved/registered?":"Does your organization have a programme that sets minimum AML, CFT, KYC/CDD and Sanctions standards per the requirements of the jurisdiction(s) regulatory regimes where it is licensed/approved/registered?","Does your organization secure and protect PII, including PII received from other VASPs under the Travel Rule?":"Does your organization secure and protect PII, including PII received from other VASPs under the Travel Rule?","Download":"Download","Driver's License Number":"Driver's License Number","Each VASP is required to establish a TRISA endpoint for inter-VASP communication. Please specify the details of your endpoint for certificate issuance.":"Each VASP is required to establish a TRISA endpoint for inter-VASP communication. Please specify the details of your endpoint for certificate issuance.","Each VASP is required to establish a TRISA endpoint for inter-VASP communication. Please specify the details of your endpoint for certificate issuance. Please specify the TestNet endpoint and the MainNet endpoint. The TestNet endpoint and the MainNet endpoint must be different.":"Each VASP is required to establish a TRISA endpoint for inter-VASP communication. Please specify the details of your endpoint for certificate issuance. Please specify the TestNet endpoint and the MainNet endpoint. The TestNet endpoint and the MainNet endpoint must be different.","Edit":"Edit","Email Address":"Email Address","Email is not valid":"Email is not valid","Email is required":"Email is required","Endpoint":"Endpoint","Enter the VASP Common Name or VASP ID. Not a TRISA Member?":"Enter the VASP Common Name or VASP ID. Not a TRISA Member?","Enter the name and type of name by which the legal person is known. At least one legal name is required. Organizations are strongly encouraged to enter additional name identifiers such as Trading Name/ Doing Business As (DBA), Local names, and phonetic names where appropriate.":"Enter the name and type of name by which the legal person is known. At least one legal name is required. Organizations are strongly encouraged to enter additional name identifiers such as Trading Name/ Doing Business As (DBA), Local names, and phonetic names where appropriate.","Enter your email address":"Enter your email address","Error Submitting Certificate":"Error Submitting Certificate","Expiration Date":"Expiration Date","Expiry Date:":"Expiry Date:","Export Data":"Export Data","Files is required":"Files is required","Final Confirmation":"Final Confirmation","Final review and form submission":"Final review and form submission","First Listed":"First Listed","Follow the instructions below to reset your TRISA password":"Follow the instructions below to reset your TRISA password","For MainNet certificate requests, a member of TRISA’s verification team will review your submission and conduct a final due diligence phone call for physical verification. When physical verification is complete, TRISA will issue MainNet certificates. Requests for TestNet certificates do not require physical verification.":"For MainNet certificate requests, a member of TRISA’s verification team will review your submission and conduct a final due diligence phone call for physical verification. When physical verification is complete, TRISA will issue MainNet certificates. Requests for TestNet certificates do not require physical verification.","For identifiers other than LEI specify the registration authority from the following list. See":"For identifiers other than LEI specify the registration authority from the following list. See","Foreign Investment Identity Number":"Foreign Investment Identity Number","Forgot password?":"Forgot password?","Full Name":"Full Name","GLEIF Registration Authorities":"GLEIF Registration Authorities","Geographic":"Geographic","Getting Started Help Guide":"Getting Started Help Guide","Git Revision":"Git Revision","GitHub repository":"GitHub repository","Global Directory Service":"Global Directory Service","Guest":"Guest","Home":"Home","How to set up your own node?":"How to set up your own node?","I acknowledge that requesting a new X.509 Identity Certificate will invalidate and revoke my organization’s current X.509 Identity Certificate.":"I acknowledge that requesting a new X.509 Identity Certificate will invalidate and revoke my organization’s current X.509 Identity Certificate.","I have a bad feeling about tomorrow.":"I have a bad feeling about tomorrow.","ID":"ID","ID:":"ID:","IVMS 101 data structure":"IVMS 101 data structure","Identification Number":"Identification Number","Identification Type":"Identification Type","Identity Card Number":"Identity Card Number","Identity Certificates":"Identity Certificates","If supplied, use full phone number with country code":"If supplied, use full phone number with country code","If you lose the PKCS12 password, you will have to the start the registration process from the beginning.":"If you lose the PKCS12 password, you will have to the start the registration process from the beginning.","If you would like to edit your registration form before submitting, please return to the":"If you would like to edit your registration form before submitting, please return to the","Import File":"Import File","Incomplete":"Incomplete","Incorporation Date":"Incorporation Date","Information about the VASP such as website, incorporation date, business and VASP category.":"Information about the VASP such as website, incorporation date, business and VASP category.","Information that identifies your organization as a Legal Person. This section represents the IVMS 101 data structure for legal persons and is strongly suggested for use as KYC information exchanged in TRISA transfers.":"Information that identifies your organization as a Legal Person. This section represents the IVMS 101 data structure for legal persons and is strongly suggested for use as KYC information exchanged in TRISA transfers.","Information to ensure that required compliance information exchanges are conducted correctly and safely. This includes information about jurisdiction and national regulator, Customer Due Diligence(CDD) and Travel Rule policies, and data protection policies.":"Information to ensure that required compliance information exchanges are conducted correctly and safely. This includes information about jurisdiction and national regulator, Customer Due Diligence(CDD) and Travel Rule policies, and data protection policies.","Integrate and Comply":"Integrate and Comply","Integrate with TRISA.":"Integrate with TRISA.","Interoperable":"Interoperable","Invalid date":"Invalid date","Invalid date / year must be 4 digit":"Invalid date / year must be 4 digit","Is your organization permitted to send and/or receive transfers of virtual assets in the jurisdictions in which it operates?":"Is your organization permitted to send and/or receive transfers of virtual assets in the jurisdictions in which it operates?","Is your organization required by law to safeguard PII?":"Is your organization required by law to safeguard PII?","Is your organization required to comply with the application of the Travel Rule standards in the jurisdiction(s) where it is licensed/approved/registered?":"Is your organization required to comply with the application of the Travel Rule standards in the jurisdiction(s) where it is licensed/approved/registered?","Issue Date":"Issue Date","Issue Date:":"Issue Date:","Join Today":"Join Today","Join the TRISA network today.":"Join the TRISA network today.","Join us on Thursday Apr 28 for the TRISA Working Group.":"Join us on Thursday Apr 28 for the TRISA Working Group.","Last Login:":"Last Login:","Last Updated":"Last Updated","Learn How TRISA Works":"Learn How TRISA Works","Learn More":"Learn More","Learn about the three-step process to become a member and verified VASP.":"Learn about the three-step process to become a member and verified VASP.","Learn how TRISA works.":"Learn how TRISA works.","Legal":"Legal","Legal Entity Identifier (LEI)":"Legal Entity Identifier (LEI)","Legal Person":"Legal Person","Legal name is required":"Legal name is required","Legal/ Compliance Contact (required)":"Legal/ Compliance Contact (required)","Local Name Identifiers":"Local Name Identifiers","Log In":"Log In","Log in":"Log in","Log in to TRISA’s Global Directory Service":"Log in to TRISA’s Global Directory Service","Log in.":"Log in.","Log into your TRISA account.":"Log into your TRISA account.","Login":"Login","MAINNET DIRECTORY RECORD":"MAINNET DIRECTORY RECORD","MAINNET SUBMISSION":"MAINNET SUBMISSION","MainNet":"MainNet","MainNet Certificate Common Name":"MainNet Certificate Common Name","MainNet Certificates":"MainNet Certificates","MainNet Network Metrics":"MainNet Network Metrics","MainNet TRISA Endpoint":"MainNet TRISA Endpoint","Max file size 10mb":"Max file size 10mb","Meet Alice VASP, Bob VASP and Evil VASP":"Meet Alice VASP, Bob VASP and Evil VASP","Meet Alice VASP, Bob VASP, and “Evil” VASP":"Meet Alice VASP, Bob VASP, and “Evil” VASP","Message from server:":"Message from server:","Misc":"Misc","Missing required element":"Missing required element","Must comply with Travel Rule":"Must comply with Travel Rule","Must safeguard PII":"Must safeguard PII","NO":"NO","Name":"Name","Name Identifier Type is required":"Name Identifier Type is required","Name Identifiers":"Name Identifiers","Name identifiers":"Name identifiers","Name of Primary Regulator":"Name of Primary Regulator","Name, Addresss, Country, National Identifier":"Name, Addresss, Country, National Identifier","National Identification":"National Identification","National Jurisdiction":"National Jurisdiction","Need to Learn More?":"Need to Learn More?","Network Announcement":"Network Announcement","Network Status":"Network Status","New Members":"New Members","New X.509 Identity Certificate Request":"New X.509 Identity Certificate Request","Next":"Next","No":"No","No information is sent until you complete Section 6 - Review & Submit":"No information is sent until you complete Section 6 - Review & Submit","Not Saved":"Not Saved","Not a TRISA Member?":"Not a TRISA Member?","Note:":"Note:","Open Source":"Open Source","Open Source Resources":"Open Source Resources","Option 1. Set Up Your Own TRISA Node":"Option 1. Set Up Your Own TRISA Node","Option 2. Use a 3rd-party Solution":"Option 2. Use a 3rd-party Solution","Organization Collaborators":"Organization Collaborators","Organization Name":"Organization Name","Organization Type":"Organization Type","Organization name is required":"Organization name is required","Organization:":"Organization:","Organizational Details":"Organizational Details","Other Jurisdictions":"Other Jurisdictions","Overview":"Overview","Page Not Found":"Page Not Found","Partially":"Partially","Participate in verified VASP-to-VASP Travel Rule exchanges.":"Participate in verified VASP-to-VASP Travel Rule exchanges.","Passport Number":"Passport Number","Password":"Password","Peer-to-Peer":"Peer-to-Peer","Permission":"Permission","Permission:":"Permission:","Phone Number":"Phone Number","Phonetic Name Identifiers":"Phonetic Name Identifiers","Please add any other regulatory jurisdictions your organization complies with.":"Please add any other regulatory jurisdictions your organization complies with.","Please complete all details":"Please complete all details","Please copy and paste this password and store somewhere safe!":"Please copy and paste this password and store somewhere safe!","Please enter the information that identifies your organization as a Legal Person. This form represents the":"Please enter the information that identifies your organization as a Legal Person. This form represents the","Please enter the information that identifies your organization as a Legal Person. This form represents the {0} data structure for legal persons and is strongly suggested for use as KYC or CDD information exchanged in TRISA transfers.":["Please enter the information that identifies your organization as a Legal Person. This form represents the ",["0"]," data structure for legal persons and is strongly suggested for use as KYC or CDD information exchanged in TRISA transfers."],"Please review the information provided, edit as needed, and submit to complete the registration form. After the information is reviewed, emails will be sent to the provided contacts for verification. Once verified, your TestNet certificate will be issued.":"Please review the information provided, edit as needed, and submit to complete the registration form. After the information is reviewed, emails will be sent to the provided contacts for verification. Once verified, your TestNet certificate will be issued.","Please review the information provided, edit as needed, and submit to complete the registration form. After the information is reviewed, you will be contacted to verify details. Once verified, your TestNet certificate will be issued.":"Please review the information provided, edit as needed, and submit to complete the registration form. After the information is reviewed, you will be contacted to verify details. Once verified, your TestNet certificate will be issued.","Please select as many categories needed to represent the types of virtual asset services your organization provides.":"Please select as many categories needed to represent the types of virtual asset services your organization provides.","Please specify the applicable regulation(s) for Travel Rule standards compliance, e.g.\"FATF Recommendation 16\"":"Please specify the applicable regulation(s) for Travel Rule standards compliance, e.g.\"FATF Recommendation 16\"","Please supply a valid national identification number. TRISA recommends the use of LEI numbers. For more information, please visit":"Please supply a valid national identification number. TRISA recommends the use of LEI numbers. For more information, please visit","Please supply contact information for representatives of your organization. All contacts will receive an email verification token and the contact emails must be verified before the registration can proceed.":"Please supply contact information for representatives of your organization. All contacts will receive an email verification token and the contact emails must be verified before the registration can proceed.","Please use the email address associated with your organization.":"Please use the email address associated with your organization.","Postal Code / Postcode / ZIP Code":"Postal Code / Postcode / ZIP Code","Preferred name for email communication.":"Preferred name for email communication.","Previous":"Previous","Primary National Jurisdiction":"Primary National Jurisdiction","Primary contact for handling technical queries about the operation and status of your service participating in the TRISA network. Can be a group or admin email.":"Primary contact for handling technical queries about the operation and status of your service participating in the TRISA network. Can be a group or admin email.","Profile Created:":"Profile Created:","Reference implementation":"Reference implementation","Reg Authority":"Reg Authority","Region / Province / State (required)":"Region / Province / State (required)","Registered Directory":"Registered Directory","Registration Authority":"Registration Authority","Registration Authority Identifier":"Registration Authority Identifier","Registration Authority cannot be left empty":"Registration Authority cannot be left empty","Registration Submission":"Registration Submission","Regulator Name":"Regulator Name","Remove line":"Remove line","Request New Identity Certificate":"Request New Identity Certificate","Requesting a new X.509 Identity Certificate will invalidate and revoke your current X.509 Identity Certificate.":"Requesting a new X.509 Identity Certificate will invalidate and revoke your current X.509 Identity Certificate.","Reset":"Reset","Residential":"Residential","Return to vaspdirectory.net":"Return to vaspdirectory.net","Review":"Review","Review page":"Review page","Role":"Role","Routine Maintenance Scheduled":"Routine Maintenance Scheduled","Safeguards PII":"Safeguards PII","Save & Next":"Save & Next","Save & Previous":"Save & Previous","Sealing Certificate Inventory":"Sealing Certificate Inventory","Search the Directory Service":"Search the Directory Service","Section":"Section","Section 1: Basic Details":"Section 1: Basic Details","Section 2: Legal Person":"Section 2: Legal Person","Section 3: Contacts":"Section 3: Contacts","Section 4: TRISA Implementation":"Section 4: TRISA Implementation","Section 5: TRIXO Questionnaire":"Section 5: TRIXO Questionnaire","Section 6: Review & Submit":"Section 6: Review & Submit","Sections & Details":"Sections & Details","Secure":"Secure","Select VASP category":"Select VASP category","Select a country":"Select a country","Select business category":"Select business category","Set up your TRISA node or integrate with a 3rd-party Travel Rule solution. Complete\n testing and move to production.":"Set up your TRISA node or integrate with a 3rd-party Travel Rule solution. Complete\n testing and move to production.","Set up your TRISA node or integrate with a 3rd-party Travel Rule solution. Complete testing and move to production.":"Set up your TRISA node or integrate with a 3rd-party Travel Rule solution. Complete testing and move to production.","Short":"Short","Sign out":"Sign out","Signature ID":"Signature ID","Since TRISA is an open source, peer-to-peer Travel Rule solution, VASPs can set\n up and maintain their own TRISA server to exhange encrypted Travel Rule\n compliance data. TRISA maintains an":"Since TRISA is an open source, peer-to-peer Travel Rule solution, VASPs can set\n up and maintain their own TRISA server to exhange encrypted Travel Rule\n compliance data. TRISA maintains an","Since TRISA is an open source, peer-to-peer Travel Rule solution, VASPs can set up and maintain their own TRISA server to exhange encrypted Travel Rule compliance data. At the same time, TRISA is designed to be interoperable. There are several Travel Rule solutions providers available on the market. If you are a customer, work with your Travel Ruie provider to integrate TRISA into your Travel Rule compliance workflow.":"Since TRISA is an open source, peer-to-peer Travel Rule solution, VASPs can set up and maintain their own TRISA server to exhange encrypted Travel Rule compliance data. At the same time, TRISA is designed to be interoperable. There are several Travel Rule solutions providers available on the market. If you are a customer, work with your Travel Ruie provider to integrate TRISA into your Travel Rule compliance workflow.","Social Security Number":"Social Security Number","Something went wrong. Please try again later.":"Something went wrong. Please try again later.","Sorry, the page you are looking for doesn't exist or has been moved":"Sorry, the page you are looking for doesn't exist or has been moved","Sorry. We could not find a user account with the email address":"Sorry. We could not find a user account with the email address","Start Certificate Registration":"Start Certificate Registration","Start Registration":"Start Registration","Start trial":"Start trial","Status":"Status","Status:":"Status:","Step 1":"Step 1","Submit":"Submit","Submit MainNet Registration":"Submit MainNet Registration","Submit TestNet Registration":"Submit TestNet Registration","Submitted":"Submitted","Support":"Support","Synga Bridge":"Synga Bridge","TESTNET DIRECTORY RECORD":"TESTNET DIRECTORY RECORD","TESTNET SUBMISSION":"TESTNET SUBMISSION","TRISA Certificates":"TRISA Certificates","TRISA Details":"TRISA Details","TRISA Endpoint":"TRISA Endpoint","TRISA Endpoint: MainNet":"TRISA Endpoint: MainNet","TRISA Endpoint: TestNet":"TRISA Endpoint: TestNet","TRISA Githubs repo":"TRISA Githubs repo","TRISA Global Directory Service":"TRISA Global Directory Service","TRISA Identity Signature:":"TRISA Identity Signature:","TRISA Implementation":"TRISA Implementation","TRISA Implementations":"TRISA Implementations","TRISA Member ID":"TRISA Member ID","TRISA Member ID:":"TRISA Member ID:","TRISA Organization Profile":"TRISA Organization Profile","TRISA Registration Request Submitted!":"TRISA Registration Request Submitted!","TRISA Service Endpoint":"TRISA Service Endpoint","TRISA Verification":"TRISA Verification","TRISA Verification:":"TRISA Verification:","TRISA Verified Logo":"TRISA Verified Logo","TRISA endpoint for communication":"TRISA endpoint for communication","TRISA endpoint is not valid":"TRISA endpoint is not valid","TRISA implementation":"TRISA implementation","TRISA is a decentralized network where VASPs communicate directly with each other.":"TRISA is a decentralized network where VASPs communicate directly with each other.","TRISA is a global, open source, peer-to-peer and secure Travel Rule architecture and network designed to be accessible and interoperable. Become a TRISA-certified VASP today.":"TRISA is a global, open source, peer-to-peer and secure Travel Rule architecture and network designed to be accessible and interoperable. Become a TRISA-certified VASP today.","TRISA is designed to be interoperable with other Travel Rule solutions.":"TRISA is designed to be interoperable with other Travel Rule solutions.","TRISA is designed to be interoperable. There are several Travel Rule solutions\n providers available on the market. If you are a customer, work with them to\n integrate TRISA into your Travel Rule compliance workflow.":"TRISA is designed to be interoperable. There are several Travel Rule solutions\n providers available on the market. If you are a customer, work with them to\n integrate TRISA into your Travel Rule compliance workflow.","TRISA is open source and available to implement by any VASP.":"TRISA is open source and available to implement by any VASP.","TRISA issues two types of certificates:":"TRISA issues two types of certificates:","TRISA members must complete a comprehensive multi-part verification form and due diligence process. Once verified, TRISA will issue TestNet and MainNet certificates for secure Travel Rule compliance.":"TRISA members must complete a comprehensive multi-part verification form and due diligence process. Once verified, TRISA will issue TestNet and MainNet certificates for secure Travel Rule compliance.","TRISA specific identity number (UUID), only supplied if you're updating an existing registration request":"TRISA specific identity number (UUID), only supplied if you're updating an existing registration request","TRISA uses public-key cryptography for encrypting data in flight and at rest.":"TRISA uses public-key cryptography for encrypting data in flight and at rest.","TRISA verified members may download and display a “TRISA Verified VASP” logo on their website. The logo is unique to your VASP and non-reproducible. Members may download their logo after verification is complete and their certificate has been issued. The logo is in .svg fotmat":"TRISA verified members may download and display a “TRISA Verified VASP” logo on their website. The logo is unique to your VASP and non-reproducible. Members may download their logo after verification is complete and their certificate has been issued. The logo is in .svg fotmat","TRISA’s Github repo":"TRISA’s Github repo","TRISA’s Global Directory Service (GDS) is a network of vetted VASPs that can securely exchange Travel Rule compliance data with each other.":"TRISA’s Global Directory Service (GDS) is a network of vetted VASPs that can securely exchange Travel Rule compliance data with each other.","TRISA’s verification form includes five sections and may require information from several parties in your organization.":"TRISA’s verification form includes five sections and may require information from several parties in your organization.","TRIXO Questionnaire":"TRIXO Questionnaire","Talk to a member of your technical team to determine the requirements and\n resources to integrate TRISA with your system. Have members of your technical\n team integrate your systems with TRISA. Or work with a solutions provider that\n can help your VASP set up your TRISA server and maintain it.":"Talk to a member of your technical team to determine the requirements and\n resources to integrate TRISA with your system. Have members of your technical\n team integrate your systems with TRISA. Or work with a solutions provider that\n can help your VASP set up your TRISA server and maintain it.","Tax Identification Number":"Tax Identification Number","Technical Contact (required)":"Technical Contact (required)","Technical Officer":"Technical Officer","Technical Resources":"Technical Resources","Technical information about your endpoint for certificate issuance. Each VASP is required to establish a TRISA endpoint for inter-VASP communication.":"Technical information about your endpoint for certificate issuance. Each VASP is required to establish a TRISA endpoint for inter-VASP communication.","TestNet":"TestNet","TestNet Certificate Common Name":"TestNet Certificate Common Name","TestNet Certificates":"TestNet Certificates","TestNet Network Metrics":"TestNet Network Metrics","TestNet TRISA Endpoint":"TestNet TRISA Endpoint","TestNet and MainNet endpoints should not be the same":"TestNet and MainNet endpoints should not be the same","Thank you for creating your TRISA account.":"Thank you for creating your TRISA account.","Thank you for creating your TRISA account. You must verify your email address. An email with verification instructions has been sent to your email address. Please complete the email verification process in 24 hours. The email verification link will expire in 24 hours.":"Thank you for creating your TRISA account. You must verify your email address. An email with verification instructions has been sent to your email address. Please complete the email verification process in 24 hours. The email verification link will expire in 24 hours.","Thank you. We have sent instructions to reset your password to":"Thank you. We have sent instructions to reset your password to","Thank you. We have sent instructions to reset your password to {0}. The link to reset your password expires in 24 hours.":["Thank you. We have sent instructions to reset your password to ",["0"],". The link to reset your password expires in 24 hours."],"The Common Name typically matches the Endpoint, without the port number\n at the end (e.g. trisa.myvasp.com) and is used to identify the subject\n in the X.509 certificate.":"The Common Name typically matches the Endpoint, without the port number\n at the end (e.g. trisa.myvasp.com) and is used to identify the subject\n in the X.509 certificate.","The GDS will be undergoing routine maintenance on Apr 7.":"The GDS will be undergoing routine maintenance on Apr 7.","The Travel Rule Information Sharing Architecture (TRISA)":"The Travel Rule Information Sharing Architecture (TRISA)","The address and port of the TRISA endpoint for partner VASPs to connect on via gRPC.":"The address and port of the TRISA endpoint for partner VASPs to connect on via gRPC.","The common name for the mTLS certificate. This should match the TRISA endpoint without the port in most cases.":"The common name for the mTLS certificate. This should match the TRISA endpoint without the port in most cases.","The link to reset your password expires in 24 hours.":"The link to reset your password expires in 24 hours.","The minimum threshold above which your organization is required to collect/send Travel Rule information.":"The minimum threshold above which your organization is required to collect/send Travel Rule information.","The name and type of name by which the legal person is known.":"The name and type of name by which the legal person is known.","The name of primary regulator or supervisory authority for your national jurisdiction":"The name of primary regulator or supervisory authority for your national jurisdiction","This is the only time the PKCS12 password is shown during the registration process.":"This is the only time the PKCS12 password is shown during the registration process.","This multi-section form is an important step in the registration and certificate issuance process. The information you provide will be used to verify the legal entity that you represent and, where appropriate, will be available to verified TRISA members to facilitate compliance decisions. If you need guidance, see the":"This multi-section form is an important step in the registration and certificate issuance process. The information you provide will be used to verify the legal entity that you represent and, where appropriate, will be available to verified TRISA members to facilitate compliance decisions. If you need guidance, see the","This questionnaire is designed to help TRISA members understand the regulatory regime of your organization. The information provided will help ensure that required compliance information exchanges are conducted correctly and safely. All verified TRISA members will have access to this information.":"This questionnaire is designed to help TRISA members understand the regulatory regime of your organization. The information provided will help ensure that required compliance information exchanges are conducted correctly and safely. All verified TRISA members will have access to this information.","Threshold to conduct KYC before permitting the customer to send/receive virtual asset transfers":"Threshold to conduct KYC before permitting the customer to send/receive virtual asset transfers","To assist in completing the registration form, the form is divided into multiple sections":"To assist in completing the registration form, the form is divided into multiple sections","Trading":"Trading","Understood":"Understood","Unspecified":"Unspecified","Upcoming TRISA Working Group Call":"Upcoming TRISA Working Group Call","Upon verification, integrate with TRISA to begin exchanging Travel Rule compliance data.":"Upon verification, integrate with TRISA to begin exchanging Travel Rule compliance data.","User Details":"User Details","User ID":"User ID","User ID:":"User ID:","VASP Category":"VASP Category","VASPs have two options to integrate with TRISA.":"VASPs have two options to integrate with TRISA.","VERIFIED ON":"VERIFIED ON","Verification Status:":"Verification Status:","Verified":"Verified","Verified On":"Verified On","Verified VASPs":"Verified VASPs","Visit Getting Started with TRISA":"Visit Getting Started with TRISA","We recommend that a senior compliance officer initially creates the account for the VASP. Additional accounts can be created later.":"We recommend that a senior compliance officer initially creates the account for the VASP. Additional accounts can be created later.","Website":"Website","Website is a required field":"Website is a required field","Website, incorporation Date, VASP Category":"Website, incorporation Date, VASP Category","Welcome to TRISA’s network of Certified VASPs.":"Welcome to TRISA’s network of Certified VASPs.","What is IVMS101?":"What is IVMS101?","What is the minimum threshold for Travel Rule compliance?":"What is the minimum threshold for Travel Rule compliance?","What’s a Common name or VASP ID?":"What’s a Common name or VASP ID?","Who to Ask":"Who to Ask","Who to ask":"Who to ask","Why Join TRISA":"Why Join TRISA","X.509 Identity Certificate Inventory":"X.509 Identity Certificate Inventory","X.509 Identity Certificates":"X.509 Identity Certificates","YES":"YES","Yes":"Yes","You must request a new X.509 Identity Certificate to change your Endpoint and Common Name.":"You must request a new X.509 Identity Certificate to change your Endpoint and Common Name.","You must submit your registration for TestNet and MainNet separately.":"You must submit your registration for TestNet and MainNet separately.","You must verify your email address. An email with verification instructions has been sent to your email address. Please complete the email verification process in 24 hours. The email verification link will expire in 24 hours.":"You must verify your email address. An email with verification instructions has been sent to your email address. Please complete the email verification process in 24 hours. The email verification link will expire in 24 hours.","You will receive two separate emails with confirmation links for each registration. You must click on each confirmation link to complete the registration process.":"You will receive two separate emails with confirmation links for each registration. You must click on each confirmation link to complete the registration process.","Your TRISA Implementation":"Your TRISA Implementation","Your account has not been verified. Please check your email to verify your account.":"Your account has not been verified. Please check your email to verify your account.","Your registration form has been successfully submitted. You will receive a confirmation email from admin@trisa.io. In the email, you will receive instructions on next steps. Return to your dashboard to monitor the status of your registration and certificate.":"Your registration form has been successfully submitted. You will receive a confirmation email from admin@trisa.io. In the email, you will receive instructions on next steps. Return to your dashboard to monitor the status of your registration and certificate.","Your registration request has been successfully received by the Directory Service. Verification emails have been sent to all contacts listed. Once your contact information has been verified, the registration form will be sent to the TRISA review board to verify your membership in the TRISA network.":"Your registration request has been successfully received by the Directory Service. Verification emails have been sent to all contacts listed. Once your contact information has been verified, the registration form will be sent to the TRISA review board to verify your membership in the TRISA network.","about us":"about us","common name should match the TRISA endpoint without the port":"common name should match the TRISA endpoint without the port","complete VASP verification":"complete VASP verification","compliance. TRISA helps Virtual Asset Service Providers (VASPs) comply with the Travel Rule for cross-border cryptocurrency transactions. TRISA is designed to be interoperable.":"compliance. TRISA helps Virtual Asset Service Providers (VASPs) comply with the Travel Rule for cross-border cryptocurrency transactions. TRISA is designed to be interoperable.","create account":"create account","create your account":"create your account","for Cryptocurrency Travel Rule compliance.":"for Cryptocurrency Travel Rule compliance.","for TestNet registration so your TestNet certificate will be issued upon review by the validation team":"for TestNet registration so your TestNet certificate will be issued upon review by the validation team","for legal persons and is strongly suggested for use as KYC or CDD information exchanged in TRISA transfers.":"for legal persons and is strongly suggested for use as KYC or CDD information exchanged in TRISA transfers.","in partnership with":"in partnership with","is a global, open source, secure, and peer-to-peer protocol for":"is a global, open source, secure, and peer-to-peer protocol for","is not required":"is not required","is required":"is required","legal":"legal","lower case letters (a-z)":"lower case letters (a-z)","numbers (i.e. 0-9)":"numbers (i.e. 0-9)","on behalf of":"on behalf of","registration. Upon submission, you will receive an email with a confirmation link. You must click the confirmation link to complete the registration process. Failure to click the confirmation link will result in an incomplete registration":"registration. Upon submission, you will receive an email with a confirmation link. You must click the confirmation link to complete the registration process. Failure to click the confirmation link will result in an incomplete registration","special characters (e.g. !@#$%^&*)":"special characters (e.g. !@#$%^&*)","the TRISA architecture":"the TRISA architecture","upper case letters (A-Z)":"upper case letters (A-Z)","with detailed documentation, a reference implemenation, and “robot” VASPs for\n testing purposes.":"with detailed documentation, a reference implemenation, and “robot” VASPs for\n testing purposes.","{0}":[["0"]],"{0} Contact":[["0"]," Contact"]}};
\ No newline at end of file
+/*eslint-disable*/module.exports={messages:{" Failure to click either confirmation will result in an incomplete registration":" Failure to click either confirmation will result in an incomplete registration"," When you are verified you will be issued PKCS12 encrypted identity certificates\n for use in mTLS authentication between TRISA members. The password to decrypt\n those certificates is shown below:":" When you are verified you will be issued PKCS12 encrypted identity certificates\n for use in mTLS authentication between TRISA members. The password to decrypt\n those certificates is shown below:"," create your TRISA account with your VASP email address. Add collaborators in your\n organization.":" create your TRISA account with your VASP email address. Add collaborators in your\n organization."," for MainNet registration so your MainNet certificate will be issued upon review by the validation team":" for MainNet registration so your MainNet certificate will be issued upon review by the validation team","(1)X.509 Identity Certificates":"(1)X.509 Identity Certificates","(2)Sealing Certificates":"(2)Sealing Certificates","(Saved)":"(Saved)","(not interoperable)":"(not interoperable)","(not saved)":"(not saved)","*At least 8 characters in length \n* Contain at least 3 of the following 4\ntypes of characters: \n* lower case letters (a-z) \n* upper case letters (A-Z) \n* numbers (i.e. 0-9) \n* special characters (e.g. !@#$%^&*)":"*At least 8 characters in length \n* Contain at least 3 of the following 4\ntypes of characters: \n* lower case letters (a-z) \n* upper case letters (A-Z) \n* numbers (i.e. 0-9) \n* special characters (e.g. !@#$%^&*)","1 Basic Details":"1 Basic Details","2 Legal Person":"2 Legal Person","2022-03-14":"2022-03-14","2022-04-01":"2022-04-01","3 Contacts":"3 Contacts","3rd Party Travel Rule Providers":"3rd Party Travel Rule Providers","4 TRISA Implementation":"4 TRISA Implementation","5 TRIXO Questionnaire":"5 TRIXO Questionnaire","A business phone number is required to complete physical verification for MainNet registration. Please provide a phone number where the Legal/ Compliance contact can be contacted":"A business phone number is required to complete physical verification for MainNet registration. Please provide a phone number where the Legal/ Compliance contact can be contacted","A component of":"A component of","A physical verification check in the form of a phone call":"A physical verification check in the form of a phone call","About TRISA":"About TRISA","Action":"Action","Add Address":"Add Address","Add Contact":"Add Contact","Add Jurisdiction":"Add Jurisdiction","Add Legal Name":"Add Legal Name","Add Local Name":"Add Local Name","Add Phonetic Names":"Add Phonetic Names","Add Regulation":"Add Regulation","Added":"Added","Address":"Address","Address Type (required)":"Address Type (required)","Address line 1 e.g. building name/number, street name (required)":"Address line 1 e.g. building name/number, street name (required)","Address line 2 e.g. apartment or suite number":"Address line 2 e.g. apartment or suite number","Addresses":"Addresses","Administrative Contact (optional)":"Administrative Contact (optional)","Administrative or executive contact for your organization to field high-level requests or queries. (Strongly recommended)":"Administrative or executive contact for your organization to field high-level requests or queries. (Strongly recommended)","Alien Registration Number":"Alien Registration Number","All TRISA members must complete TRISA’s VASP verification and due diligence process to become a Verified VASP.":"All TRISA members must complete TRISA’s VASP verification and due diligence process to become a Verified VASP.","Already have an account?":"Already have an account?","An error has occurred to load annoucements":"An error has occurred to load annoucements","An error has occurred to load attention data":"An error has occurred to load attention data","An error has occurred to load legal person data":"An error has occurred to load legal person data","An error has occurred to load {type} metric":["An error has occurred to load ",["type"]," metric"],"An identifier issued by an appropriate issuing authority":"An identifier issued by an appropriate issuing authority","App version {appVersion}":["App version ",["appVersion"]],"Applicable Regulations":"Applicable Regulations","Apply to Become a TRISA-certified Virtual Asset Service Provider.":"Apply to Become a TRISA-certified Virtual Asset Service Provider.","At least 9 characters in length":"At least 9 characters in length","At least one geographic address is required. Enter the primary geographic address of the organization. Organizations may enter additional addresses if operating in multiple jurisdictions.":"At least one geographic address is required. Enter the primary geographic address of the organization. Organizations may enter additional addresses if operating in multiple jurisdictions.","At what threshold and currency does your organization conduct KYC?":"At what threshold and currency does your organization conduct KYC?","BFF & GDS version {bffAndGdsVersion}":["BFF & GDS version ",["bffAndGdsVersion"]],"Back Home":"Back Home","Back to Review Page":"Back to Review Page","Basic Details":"Basic Details","Become Travel Rule compliant.":"Become Travel Rule compliant.","Beware the Ides of March":"Beware the Ides of March","Billing Contact (optional)":"Billing Contact (optional)","Billing contact for your organization to handle account and invoice requests or queries relating to the operation of the TRISA network.":"Billing contact for your organization to handle account and invoice requests or queries relating to the operation of the TRISA network.","Business":"Business","Business Address":"Business Address","Business Category":"Business Category","Business Details":"Business Details","Business or Compliance Office":"Business or Compliance Office","By answering yes, I understand that this is the only time the PKCS12 Password is displayed and I have copied and securely saved the password.":"By answering yes, I understand that this is the only time the PKCS12 Password is displayed and I have copied and securely saved the password.","CDD & Travel Rule Policies":"CDD & Travel Rule Policies","CDD and data protection policies":"CDD and data protection policies","Cancel":"Cancel","Certificate Common Name":"Certificate Common Name","Certificate Details":"Certificate Details","Certificate Management":"Certificate Management","Certificate Progress":"Certificate Progress","Certificate Registration":"Certificate Registration","Certificate Registration Process":"Certificate Registration Process","Change Permissions":"Change Permissions","CipherTrace Providers":"CipherTrace Providers","City / Town / Municipality":"City / Town / Municipality","Clear & Reset Form":"Clear & Reset Form","Clear & Reset Registration Form":"Clear & Reset Registration Form","Click below to submit your":"Click below to submit your","Click “No” if you have not copied the PKCS12 password yet and would like to view and copy the password.":"Click “No” if you have not copied the PKCS12 password yet and would like to view and copy the password.","Click “Reset” to clear and reset the registration form. All data will be deleted and you will be re-directed to the beginning of the form and you will be required to restart the registration process":"Click “Reset” to clear and reset the registration form. All data will be deleted and you will be re-directed to the beginning of the form and you will be required to restart the registration process","Click “Yes” if you have copied the PKCS12 password and have securely saved it.":"Click “Yes” if you have copied the PKCS12 password and have securely saved it.","Common Name":"Common Name","Common name or VASP ID":"Common name or VASP ID","Common name should not contain special characters, no spaces and must have a dot(.) in it":"Common name should not contain special characters, no spaces and must have a dot(.) in it","Common name should not contain special characters, no spaces and must have a dot(.) in it and should have at least 2 characters after the periods":"Common name should not contain special characters, no spaces and must have a dot(.) in it and should have at least 2 characters after the periods","Common name should not contain special characters, no spaces and must have a dot(.) in it, should have at least 2 characters after the periods":"Common name should not contain special characters, no spaces and must have a dot(.) in it, should have at least 2 characters after the periods","Complete Certficate Registration":"Complete Certficate Registration","Complete TRISA’s VASP Verfication Process":"Complete TRISA’s VASP Verfication Process","Complete the multi-part TRISA verification form and due diligence process. Once\n approved, gain access to the Testnet.":"Complete the multi-part TRISA verification form and due diligence process. Once\n approved, gain access to the Testnet.","Complete the multi-part TRISA verification form and due diligence process. Once approved, gain access to the Testnet and MainNet.":"Complete the multi-part TRISA verification form and due diligence process. Once approved, gain access to the Testnet and MainNet.","Compliance Officer":"Compliance Officer","Compliance officer or legal contact for requests about the compliance requirements and legal status of your organization. A business phone number is required to complete physical verification for MainNet registration. Please provide a phone number where the Legal/ Compliance contact can be contacted.":"Compliance officer or legal contact for requests about the compliance requirements and legal status of your organization. A business phone number is required to complete physical verification for MainNet registration. Please provide a phone number where the Legal/ Compliance contact can be contacted.","Compliance, Technical, Admininstrative, Billing":"Compliance, Technical, Admininstrative, Billing","Comply with the Travel Rule":"Comply with the Travel Rule","Conducts KYC before virtual asset transfers":"Conducts KYC before virtual asset transfers","Contact Verified":"Contact Verified","Contact information for representatives of your organization. Contacts include Technical, Legal/Compliance, Administrative, and Billing persons.":"Contact information for representatives of your organization. Contacts include Technical, Legal/Compliance, Administrative, and Billing persons.","Contacts":"Contacts","Contain at least 3 of the following 4 types of characters":"Contain at least 3 of the following 4 types of characters","Continue":"Continue","Continue with Google":"Continue with Google","Copied":"Copied","Copy":"Copy","Country":"Country","Country (required)":"Country (required)","Country of Issue":"Country of Issue","Country of Issue is reserved for National Identifiers of Natural Persons":"Country of Issue is reserved for National Identifiers of Natural Persons","Country of Registration":"Country of Registration","Country of registration is required":"Country of registration is required","Country:":"Country:","Create Account":"Create Account","Create account":"Create account","Create an Account":"Create an Account","Create your TRISA account with your VASP email address. Add collaborators in your organization.":"Create your TRISA account with your VASP email address. Add collaborators in your organization.","Create your TRISA account.":"Create your TRISA account.","Create your account today.":"Create your account today.","Created and maintained by":"Created and maintained by","Customer Number":"Customer Number","Dashboard":"Dashboard","Data Protection Policies":"Data Protection Policies","Date of Incorporation / Establishment":"Date of Incorporation / Establishment","Deactivate":"Deactivate","Delete":"Delete","Delete the address line":"Delete the address line","Description":"Description","Details":"Details","Directory Lookup":"Directory Lookup","Documentation":"Documentation","Does your organization conduct KYC/CDD before permitting its customers to send/receive virtual asset transfers?":"Does your organization conduct KYC/CDD before permitting its customers to send/receive virtual asset transfers?","Does your organization have a programme that sets minimum AML, CFT, KYC/CDD and Sanctions standards per the requirements of the jurisdiction(s) regulatory regimes where it is licensed/approved/registered?":"Does your organization have a programme that sets minimum AML, CFT, KYC/CDD and Sanctions standards per the requirements of the jurisdiction(s) regulatory regimes where it is licensed/approved/registered?","Does your organization secure and protect PII, including PII received from other VASPs under the Travel Rule?":"Does your organization secure and protect PII, including PII received from other VASPs under the Travel Rule?","Download":"Download","Driver's License Number":"Driver's License Number","Each VASP is required to establish a TRISA endpoint for inter-VASP communication. Please specify the details of your endpoint for certificate issuance.":"Each VASP is required to establish a TRISA endpoint for inter-VASP communication. Please specify the details of your endpoint for certificate issuance.","Each VASP is required to establish a TRISA endpoint for inter-VASP communication. Please specify the details of your endpoint for certificate issuance. Please specify the TestNet endpoint and the MainNet endpoint. The TestNet endpoint and the MainNet endpoint must be different.":"Each VASP is required to establish a TRISA endpoint for inter-VASP communication. Please specify the details of your endpoint for certificate issuance. Please specify the TestNet endpoint and the MainNet endpoint. The TestNet endpoint and the MainNet endpoint must be different.","Edit":"Edit","Email Address":"Email Address","Email is not valid":"Email is not valid","Email is required":"Email is required","Endpoint":"Endpoint","Enter the VASP Common Name or VASP ID. Not a TRISA Member?":"Enter the VASP Common Name or VASP ID. Not a TRISA Member?","Enter the name and type of name by which the legal person is known. At least one legal name is required. Organizations are strongly encouraged to enter additional name identifiers such as Trading Name/ Doing Business As (DBA), Local names, and phonetic names where appropriate.":"Enter the name and type of name by which the legal person is known. At least one legal name is required. Organizations are strongly encouraged to enter additional name identifiers such as Trading Name/ Doing Business As (DBA), Local names, and phonetic names where appropriate.","Enter your email address":"Enter your email address","Error Submitting Certificate":"Error Submitting Certificate","Expiration Date":"Expiration Date","Expiry Date:":"Expiry Date:","Export Data":"Export Data","Files is required":"Files is required","Final Confirmation":"Final Confirmation","Final review and form submission":"Final review and form submission","First Listed":"First Listed","Follow the instructions below to reset your TRISA password":"Follow the instructions below to reset your TRISA password","For MainNet certificate requests, a member of TRISA’s verification team will review your submission and conduct a final due diligence phone call for physical verification. When physical verification is complete, TRISA will issue MainNet certificates. Requests for TestNet certificates do not require physical verification.":"For MainNet certificate requests, a member of TRISA’s verification team will review your submission and conduct a final due diligence phone call for physical verification. When physical verification is complete, TRISA will issue MainNet certificates. Requests for TestNet certificates do not require physical verification.","For identifiers other than LEI specify the registration authority from the following list. See":"For identifiers other than LEI specify the registration authority from the following list. See","Foreign Investment Identity Number":"Foreign Investment Identity Number","Forgot password?":"Forgot password?","Full Name":"Full Name","GLEIF Registration Authorities":"GLEIF Registration Authorities","Geographic":"Geographic","Getting Started Help Guide":"Getting Started Help Guide","Git Revision":"Git Revision","GitHub repository":"GitHub repository","Global Directory Service":"Global Directory Service","Guest":"Guest","Home":"Home","How to set up your own node?":"How to set up your own node?","I acknowledge that requesting a new X.509 Identity Certificate will invalidate and revoke my organization’s current X.509 Identity Certificate.":"I acknowledge that requesting a new X.509 Identity Certificate will invalidate and revoke my organization’s current X.509 Identity Certificate.","I have a bad feeling about tomorrow.":"I have a bad feeling about tomorrow.","ID":"ID","ID:":"ID:","IVMS 101 data structure":"IVMS 101 data structure","Identification Number":"Identification Number","Identification Type":"Identification Type","Identity Card Number":"Identity Card Number","Identity Certificates":"Identity Certificates","If supplied, use full phone number with country code":"If supplied, use full phone number with country code","If you lose the PKCS12 password, you will have to the start the registration process from the beginning.":"If you lose the PKCS12 password, you will have to the start the registration process from the beginning.","If you would like to edit your registration form before submitting, please return to the":"If you would like to edit your registration form before submitting, please return to the","Import File":"Import File","Incomplete":"Incomplete","Incorporation Date":"Incorporation Date","Information about the VASP such as website, incorporation date, business and VASP category.":"Information about the VASP such as website, incorporation date, business and VASP category.","Information that identifies your organization as a Legal Person. This section represents the IVMS 101 data structure for legal persons and is strongly suggested for use as KYC information exchanged in TRISA transfers.":"Information that identifies your organization as a Legal Person. This section represents the IVMS 101 data structure for legal persons and is strongly suggested for use as KYC information exchanged in TRISA transfers.","Information to ensure that required compliance information exchanges are conducted correctly and safely. This includes information about jurisdiction and national regulator, Customer Due Diligence(CDD) and Travel Rule policies, and data protection policies.":"Information to ensure that required compliance information exchanges are conducted correctly and safely. This includes information about jurisdiction and national regulator, Customer Due Diligence(CDD) and Travel Rule policies, and data protection policies.","Integrate and Comply":"Integrate and Comply","Integrate with TRISA.":"Integrate with TRISA.","Interoperable":"Interoperable","Invalid date":"Invalid date","Invalid date / year must be 4 digit":"Invalid date / year must be 4 digit","Is your organization permitted to send and/or receive transfers of virtual assets in the jurisdictions in which it operates?":"Is your organization permitted to send and/or receive transfers of virtual assets in the jurisdictions in which it operates?","Is your organization required by law to safeguard PII?":"Is your organization required by law to safeguard PII?","Is your organization required to comply with the application of the Travel Rule standards in the jurisdiction(s) where it is licensed/approved/registered?":"Is your organization required to comply with the application of the Travel Rule standards in the jurisdiction(s) where it is licensed/approved/registered?","Issue Date":"Issue Date","Issue Date:":"Issue Date:","Join Today":"Join Today","Join the TRISA network today.":"Join the TRISA network today.","Join us on Thursday Apr 28 for the TRISA Working Group.":"Join us on Thursday Apr 28 for the TRISA Working Group.","Last Login:":"Last Login:","Last Updated":"Last Updated","Learn How TRISA Works":"Learn How TRISA Works","Learn More":"Learn More","Learn about the three-step process to become a member and verified VASP.":"Learn about the three-step process to become a member and verified VASP.","Learn how TRISA works.":"Learn how TRISA works.","Legal":"Legal","Legal Entity Identifier (LEI)":"Legal Entity Identifier (LEI)","Legal Person":"Legal Person","Legal name is required":"Legal name is required","Legal/ Compliance Contact (required)":"Legal/ Compliance Contact (required)","Local Name Identifiers":"Local Name Identifiers","Log In":"Log In","Log in":"Log in","Log in to TRISA’s Global Directory Service":"Log in to TRISA’s Global Directory Service","Log in.":"Log in.","Log into your TRISA account.":"Log into your TRISA account.","Login":"Login","MAINNET DIRECTORY RECORD":"MAINNET DIRECTORY RECORD","MAINNET SUBMISSION":"MAINNET SUBMISSION","MainNet":"MainNet","MainNet Certificate Common Name":"MainNet Certificate Common Name","MainNet Certificates":"MainNet Certificates","MainNet Network Metrics":"MainNet Network Metrics","MainNet TRISA Endpoint":"MainNet TRISA Endpoint","Max file size 10mb":"Max file size 10mb","Meet Alice VASP, Bob VASP and Evil VASP":"Meet Alice VASP, Bob VASP and Evil VASP","Meet Alice VASP, Bob VASP, and “Evil” VASP":"Meet Alice VASP, Bob VASP, and “Evil” VASP","Message from server:":"Message from server:","Misc":"Misc","Missing required element":"Missing required element","Must comply with Travel Rule":"Must comply with Travel Rule","Must safeguard PII":"Must safeguard PII","NO":"NO","Name":"Name","Name Identifier Type is required":"Name Identifier Type is required","Name Identifiers":"Name Identifiers","Name identifiers":"Name identifiers","Name of Primary Regulator":"Name of Primary Regulator","Name, Addresss, Country, National Identifier":"Name, Addresss, Country, National Identifier","National Identification":"National Identification","National Jurisdiction":"National Jurisdiction","Need to Learn More?":"Need to Learn More?","Network Announcement":"Network Announcement","Network Status":"Network Status","New Members":"New Members","New X.509 Identity Certificate Request":"New X.509 Identity Certificate Request","Next":"Next","No":"No","No information is sent until you complete Section 6 - Review & Submit":"No information is sent until you complete Section 6 - Review & Submit","Not Saved":"Not Saved","Not a TRISA Member?":"Not a TRISA Member?","Note:":"Note:","Open Source":"Open Source","Open Source Resources":"Open Source Resources","Option 1. Set Up Your Own TRISA Node":"Option 1. Set Up Your Own TRISA Node","Option 2. Use a 3rd-party Solution":"Option 2. Use a 3rd-party Solution","Organization Collaborators":"Organization Collaborators","Organization Name":"Organization Name","Organization Type":"Organization Type","Organization name is required":"Organization name is required","Organization:":"Organization:","Organizational Details":"Organizational Details","Other Jurisdictions":"Other Jurisdictions","Overview":"Overview","Page Not Found":"Page Not Found","Partially":"Partially","Participate in verified VASP-to-VASP Travel Rule exchanges.":"Participate in verified VASP-to-VASP Travel Rule exchanges.","Passport Number":"Passport Number","Password":"Password","Peer-to-Peer":"Peer-to-Peer","Permission":"Permission","Permission:":"Permission:","Phone Number":"Phone Number","Phonetic Name Identifiers":"Phonetic Name Identifiers","Please add any other regulatory jurisdictions your organization complies with.":"Please add any other regulatory jurisdictions your organization complies with.","Please complete all details":"Please complete all details","Please copy and paste this password and store somewhere safe!":"Please copy and paste this password and store somewhere safe!","Please enter the information that identifies your organization as a Legal Person. This form represents the":"Please enter the information that identifies your organization as a Legal Person. This form represents the","Please enter the information that identifies your organization as a Legal Person. This form represents the {0} data structure for legal persons and is strongly suggested for use as KYC or CDD information exchanged in TRISA transfers.":["Please enter the information that identifies your organization as a Legal Person. This form represents the ",["0"]," data structure for legal persons and is strongly suggested for use as KYC or CDD information exchanged in TRISA transfers."],"Please review the information provided, edit as needed, and submit to complete the registration form. After the information is reviewed, emails will be sent to the provided contacts for verification. Once verified, your TestNet certificate will be issued.":"Please review the information provided, edit as needed, and submit to complete the registration form. After the information is reviewed, emails will be sent to the provided contacts for verification. Once verified, your TestNet certificate will be issued.","Please review the information provided, edit as needed, and submit to complete the registration form. After the information is reviewed, you will be contacted to verify details. Once verified, your TestNet certificate will be issued.":"Please review the information provided, edit as needed, and submit to complete the registration form. After the information is reviewed, you will be contacted to verify details. Once verified, your TestNet certificate will be issued.","Please select as many categories needed to represent the types of virtual asset services your organization provides.":"Please select as many categories needed to represent the types of virtual asset services your organization provides.","Please specify the applicable regulation(s) for Travel Rule standards compliance, e.g.\"FATF Recommendation 16\"":"Please specify the applicable regulation(s) for Travel Rule standards compliance, e.g.\"FATF Recommendation 16\"","Please supply a valid national identification number. TRISA recommends the use of LEI numbers. For more information, please visit":"Please supply a valid national identification number. TRISA recommends the use of LEI numbers. For more information, please visit","Please supply contact information for representatives of your organization. All contacts will receive an email verification token and the contact emails must be verified before the registration can proceed.":"Please supply contact information for representatives of your organization. All contacts will receive an email verification token and the contact emails must be verified before the registration can proceed.","Please use the email address associated with your organization.":"Please use the email address associated with your organization.","Postal Code / Postcode / ZIP Code":"Postal Code / Postcode / ZIP Code","Preferred name for email communication.":"Preferred name for email communication.","Previous":"Previous","Primary National Jurisdiction":"Primary National Jurisdiction","Primary contact for handling technical queries about the operation and status of your service participating in the TRISA network. Can be a group or admin email.":"Primary contact for handling technical queries about the operation and status of your service participating in the TRISA network. Can be a group or admin email.","Profile Created:":"Profile Created:","Reference implementation":"Reference implementation","Reg Authority":"Reg Authority","Region / Province / State (required)":"Region / Province / State (required)","Registered Directory":"Registered Directory","Registration Authority":"Registration Authority","Registration Authority Identifier":"Registration Authority Identifier","Registration Authority cannot be left empty":"Registration Authority cannot be left empty","Registration Submission":"Registration Submission","Regulator Name":"Regulator Name","Remove line":"Remove line","Request New Identity Certificate":"Request New Identity Certificate","Requesting a new X.509 Identity Certificate will invalidate and revoke your current X.509 Identity Certificate.":"Requesting a new X.509 Identity Certificate will invalidate and revoke your current X.509 Identity Certificate.","Reset":"Reset","Residential":"Residential","Return to vaspdirectory.net":"Return to vaspdirectory.net","Review":"Review","Review page":"Review page","Role":"Role","Routine Maintenance Scheduled":"Routine Maintenance Scheduled","Safeguards PII":"Safeguards PII","Save & Next":"Save & Next","Save & Previous":"Save & Previous","Sealing Certificate Inventory":"Sealing Certificate Inventory","Search the Directory Service":"Search the Directory Service","Section":"Section","Section 1: Basic Details":"Section 1: Basic Details","Section 2: Legal Person":"Section 2: Legal Person","Section 3: Contacts":"Section 3: Contacts","Section 4: TRISA Implementation":"Section 4: TRISA Implementation","Section 5: TRIXO Questionnaire":"Section 5: TRIXO Questionnaire","Section 6: Review & Submit":"Section 6: Review & Submit","Sections & Details":"Sections & Details","Secure":"Secure","Select VASP category":"Select VASP category","Select a country":"Select a country","Select business category":"Select business category","Set up your TRISA node or integrate with a 3rd-party Travel Rule solution. Complete\n testing and move to production.":"Set up your TRISA node or integrate with a 3rd-party Travel Rule solution. Complete\n testing and move to production.","Set up your TRISA node or integrate with a 3rd-party Travel Rule solution. Complete testing and move to production.":"Set up your TRISA node or integrate with a 3rd-party Travel Rule solution. Complete testing and move to production.","Short":"Short","Sign out":"Sign out","Signature ID":"Signature ID","Since TRISA is an open source, peer-to-peer Travel Rule solution, VASPs can set\n up and maintain their own TRISA server to exhange encrypted Travel Rule\n compliance data. TRISA maintains an":"Since TRISA is an open source, peer-to-peer Travel Rule solution, VASPs can set\n up and maintain their own TRISA server to exhange encrypted Travel Rule\n compliance data. TRISA maintains an","Since TRISA is an open source, peer-to-peer Travel Rule solution, VASPs can set up and maintain their own TRISA server to exhange encrypted Travel Rule compliance data. At the same time, TRISA is designed to be interoperable. There are several Travel Rule solutions providers available on the market. If you are a customer, work with your Travel Ruie provider to integrate TRISA into your Travel Rule compliance workflow.":"Since TRISA is an open source, peer-to-peer Travel Rule solution, VASPs can set up and maintain their own TRISA server to exhange encrypted Travel Rule compliance data. At the same time, TRISA is designed to be interoperable. There are several Travel Rule solutions providers available on the market. If you are a customer, work with your Travel Ruie provider to integrate TRISA into your Travel Rule compliance workflow.","Social Security Number":"Social Security Number","Something went wrong. Please try again later.":"Something went wrong. Please try again later.","Sorry, the page you are looking for doesn't exist or has been moved":"Sorry, the page you are looking for doesn't exist or has been moved","Sorry. We could not find a user account with the email address":"Sorry. We could not find a user account with the email address","Start Certificate Registration":"Start Certificate Registration","Start Registration":"Start Registration","Start trial":"Start trial","Status":"Status","Status:":"Status:","Step 1":"Step 1","Submit":"Submit","Submit MainNet Registration":"Submit MainNet Registration","Submit TestNet Registration":"Submit TestNet Registration","Submitted":"Submitted","Support":"Support","Synga Bridge":"Synga Bridge","TESTNET DIRECTORY RECORD":"TESTNET DIRECTORY RECORD","TESTNET SUBMISSION":"TESTNET SUBMISSION","TRISA Certificates":"TRISA Certificates","TRISA Details":"TRISA Details","TRISA Endpoint":"TRISA Endpoint","TRISA Endpoint: MainNet":"TRISA Endpoint: MainNet","TRISA Endpoint: TestNet":"TRISA Endpoint: TestNet","TRISA Githubs repo":"TRISA Githubs repo","TRISA Global Directory Service":"TRISA Global Directory Service","TRISA Identity Signature:":"TRISA Identity Signature:","TRISA Implementation":"TRISA Implementation","TRISA Implementations":"TRISA Implementations","TRISA Member ID":"TRISA Member ID","TRISA Member ID:":"TRISA Member ID:","TRISA Organization Profile":"TRISA Organization Profile","TRISA Registration Request Submitted!":"TRISA Registration Request Submitted!","TRISA Service Endpoint":"TRISA Service Endpoint","TRISA Verification":"TRISA Verification","TRISA Verification:":"TRISA Verification:","TRISA Verified Logo":"TRISA Verified Logo","TRISA endpoint for communication":"TRISA endpoint for communication","TRISA endpoint is not valid":"TRISA endpoint is not valid","TRISA implementation":"TRISA implementation","TRISA is a decentralized network where VASPs communicate directly with each other.":"TRISA is a decentralized network where VASPs communicate directly with each other.","TRISA is a global, open source, peer-to-peer and secure Travel Rule architecture and network designed to be accessible and interoperable. Become a TRISA-certified VASP today.":"TRISA is a global, open source, peer-to-peer and secure Travel Rule architecture and network designed to be accessible and interoperable. Become a TRISA-certified VASP today.","TRISA is designed to be interoperable with other Travel Rule solutions.":"TRISA is designed to be interoperable with other Travel Rule solutions.","TRISA is designed to be interoperable. There are several Travel Rule solutions\n providers available on the market. If you are a customer, work with them to\n integrate TRISA into your Travel Rule compliance workflow.":"TRISA is designed to be interoperable. There are several Travel Rule solutions\n providers available on the market. If you are a customer, work with them to\n integrate TRISA into your Travel Rule compliance workflow.","TRISA is open source and available to implement by any VASP.":"TRISA is open source and available to implement by any VASP.","TRISA issues two types of certificates:":"TRISA issues two types of certificates:","TRISA members must complete a comprehensive multi-part verification form and due diligence process. Once verified, TRISA will issue TestNet and MainNet certificates for secure Travel Rule compliance.":"TRISA members must complete a comprehensive multi-part verification form and due diligence process. Once verified, TRISA will issue TestNet and MainNet certificates for secure Travel Rule compliance.","TRISA specific identity number (UUID), only supplied if you're updating an existing registration request":"TRISA specific identity number (UUID), only supplied if you're updating an existing registration request","TRISA uses public-key cryptography for encrypting data in flight and at rest.":"TRISA uses public-key cryptography for encrypting data in flight and at rest.","TRISA verified members may download and display a “TRISA Verified VASP” logo on their website. The logo is unique to your VASP and non-reproducible. Members may download their logo after verification is complete and their certificate has been issued. The logo is in .svg fotmat":"TRISA verified members may download and display a “TRISA Verified VASP” logo on their website. The logo is unique to your VASP and non-reproducible. Members may download their logo after verification is complete and their certificate has been issued. The logo is in .svg fotmat","TRISA’s Github repo":"TRISA’s Github repo","TRISA’s Global Directory Service (GDS) is a network of vetted VASPs that can securely exchange Travel Rule compliance data with each other.":"TRISA’s Global Directory Service (GDS) is a network of vetted VASPs that can securely exchange Travel Rule compliance data with each other.","TRISA’s verification form includes five sections and may require information from several parties in your organization.":"TRISA’s verification form includes five sections and may require information from several parties in your organization.","TRIXO Questionnaire":"TRIXO Questionnaire","Talk to a member of your technical team to determine the requirements and\n resources to integrate TRISA with your system. Have members of your technical\n team integrate your systems with TRISA. Or work with a solutions provider that\n can help your VASP set up your TRISA server and maintain it.":"Talk to a member of your technical team to determine the requirements and\n resources to integrate TRISA with your system. Have members of your technical\n team integrate your systems with TRISA. Or work with a solutions provider that\n can help your VASP set up your TRISA server and maintain it.","Tax Identification Number":"Tax Identification Number","Technical Contact (required)":"Technical Contact (required)","Technical Officer":"Technical Officer","Technical Resources":"Technical Resources","Technical information about your endpoint for certificate issuance. Each VASP is required to establish a TRISA endpoint for inter-VASP communication.":"Technical information about your endpoint for certificate issuance. Each VASP is required to establish a TRISA endpoint for inter-VASP communication.","TestNet":"TestNet","TestNet Certificate Common Name":"TestNet Certificate Common Name","TestNet Certificates":"TestNet Certificates","TestNet Network Metrics":"TestNet Network Metrics","TestNet TRISA Endpoint":"TestNet TRISA Endpoint","TestNet and MainNet endpoints should not be the same":"TestNet and MainNet endpoints should not be the same","Thank you for creating your TRISA account.":"Thank you for creating your TRISA account.","Thank you for creating your TRISA account. You must verify your email address. An email with verification instructions has been sent to your email address. Please complete the email verification process in 24 hours. The email verification link will expire in 24 hours.":"Thank you for creating your TRISA account. You must verify your email address. An email with verification instructions has been sent to your email address. Please complete the email verification process in 24 hours. The email verification link will expire in 24 hours.","Thank you. We have sent instructions to reset your password to":"Thank you. We have sent instructions to reset your password to","Thank you. We have sent instructions to reset your password to {0}. The link to reset your password expires in 24 hours.":["Thank you. We have sent instructions to reset your password to ",["0"],". The link to reset your password expires in 24 hours."],"The Common Name typically matches the Endpoint, without the port number\n at the end (e.g. trisa.myvasp.com) and is used to identify the subject\n in the X.509 certificate.":"The Common Name typically matches the Endpoint, without the port number\n at the end (e.g. trisa.myvasp.com) and is used to identify the subject\n in the X.509 certificate.","The GDS will be undergoing routine maintenance on Apr 7.":"The GDS will be undergoing routine maintenance on Apr 7.","The Travel Rule Information Sharing Architecture (TRISA)":"The Travel Rule Information Sharing Architecture (TRISA)","The address and port of the TRISA endpoint for partner VASPs to connect on via gRPC.":"The address and port of the TRISA endpoint for partner VASPs to connect on via gRPC.","The common name for the mTLS certificate. This should match the TRISA endpoint without the port in most cases.":"The common name for the mTLS certificate. This should match the TRISA endpoint without the port in most cases.","The link to reset your password expires in 24 hours.":"The link to reset your password expires in 24 hours.","The minimum threshold above which your organization is required to collect/send Travel Rule information.":"The minimum threshold above which your organization is required to collect/send Travel Rule information.","The name and type of name by which the legal person is known.":"The name and type of name by which the legal person is known.","The name of primary regulator or supervisory authority for your national jurisdiction":"The name of primary regulator or supervisory authority for your national jurisdiction","This is the only time the PKCS12 password is shown during the registration process.":"This is the only time the PKCS12 password is shown during the registration process.","This multi-section form is an important step in the registration and certificate issuance process. The information you provide will be used to verify the legal entity that you represent and, where appropriate, will be available to verified TRISA members to facilitate compliance decisions. If you need guidance, see the":"This multi-section form is an important step in the registration and certificate issuance process. The information you provide will be used to verify the legal entity that you represent and, where appropriate, will be available to verified TRISA members to facilitate compliance decisions. If you need guidance, see the","This questionnaire is designed to help TRISA members understand the regulatory regime of your organization. The information provided will help ensure that required compliance information exchanges are conducted correctly and safely. All verified TRISA members will have access to this information.":"This questionnaire is designed to help TRISA members understand the regulatory regime of your organization. The information provided will help ensure that required compliance information exchanges are conducted correctly and safely. All verified TRISA members will have access to this information.","Threshold to conduct KYC before permitting the customer to send/receive virtual asset transfers":"Threshold to conduct KYC before permitting the customer to send/receive virtual asset transfers","To assist in completing the registration form, the form is divided into multiple sections":"To assist in completing the registration form, the form is divided into multiple sections","Trading":"Trading","Understood":"Understood","Unspecified":"Unspecified","Upcoming TRISA Working Group Call":"Upcoming TRISA Working Group Call","Upon verification, integrate with TRISA to begin exchanging Travel Rule compliance data.":"Upon verification, integrate with TRISA to begin exchanging Travel Rule compliance data.","User Details":"User Details","User ID":"User ID","User ID:":"User ID:","VASP Category":"VASP Category","VASPs have two options to integrate with TRISA.":"VASPs have two options to integrate with TRISA.","VERIFIED ON":"VERIFIED ON","Verification Status:":"Verification Status:","Verified":"Verified","Verified On":"Verified On","Verified VASPs":"Verified VASPs","Visit Getting Started with TRISA":"Visit Getting Started with TRISA","We recommend that a senior compliance officer initially creates the account for the VASP. Additional accounts can be created later.":"We recommend that a senior compliance officer initially creates the account for the VASP. Additional accounts can be created later.","Website":"Website","Website is a required field":"Website is a required field","Website, incorporation Date, VASP Category":"Website, incorporation Date, VASP Category","Welcome to TRISA’s network of Certified VASPs.":"Welcome to TRISA’s network of Certified VASPs.","What is IVMS101?":"What is IVMS101?","What is the minimum threshold for Travel Rule compliance?":"What is the minimum threshold for Travel Rule compliance?","What’s a Common name or VASP ID?":"What’s a Common name or VASP ID?","Who to Ask":"Who to Ask","Who to ask":"Who to ask","Why Join TRISA":"Why Join TRISA","X.509 Identity Certificate Inventory":"X.509 Identity Certificate Inventory","X.509 Identity Certificates":"X.509 Identity Certificates","YES":"YES","Yes":"Yes","You must request a new X.509 Identity Certificate to change your Endpoint and Common Name.":"You must request a new X.509 Identity Certificate to change your Endpoint and Common Name.","You must submit your registration for TestNet and MainNet separately.":"You must submit your registration for TestNet and MainNet separately.","You must verify your email address. An email with verification instructions has been sent to your email address. Please complete the email verification process in 24 hours. The email verification link will expire in 24 hours.":"You must verify your email address. An email with verification instructions has been sent to your email address. Please complete the email verification process in 24 hours. The email verification link will expire in 24 hours.","You will receive two separate emails with confirmation links for each registration. You must click on each confirmation link to complete the registration process.":"You will receive two separate emails with confirmation links for each registration. You must click on each confirmation link to complete the registration process.","Your TRISA Implementation":"Your TRISA Implementation","Your account has not been verified. Please check your email to verify your account.":"Your account has not been verified. Please check your email to verify your account.","Your dashboard":"Your dashboard","Your registration form has been successfully submitted. You will receive a confirmation email from admin@trisa.io. In the email, you will receive instructions on next steps. Return to your dashboard to monitor the status of your registration and certificate.":"Your registration form has been successfully submitted. You will receive a confirmation email from admin@trisa.io. In the email, you will receive instructions on next steps. Return to your dashboard to monitor the status of your registration and certificate.","Your registration request has been successfully received by the Directory Service. Verification emails have been sent to all contacts listed. Once your contact information has been verified, the registration form will be sent to the TRISA review board to verify your membership in the TRISA network.":"Your registration request has been successfully received by the Directory Service. Verification emails have been sent to all contacts listed. Once your contact information has been verified, the registration form will be sent to the TRISA review board to verify your membership in the TRISA network.","about us":"about us","common name should match the TRISA endpoint without the port":"common name should match the TRISA endpoint without the port","complete VASP verification":"complete VASP verification","compliance. TRISA helps Virtual Asset Service Providers (VASPs) comply with the Travel Rule for cross-border cryptocurrency transactions. TRISA is designed to be interoperable.":"compliance. TRISA helps Virtual Asset Service Providers (VASPs) comply with the Travel Rule for cross-border cryptocurrency transactions. TRISA is designed to be interoperable.","create account":"create account","create your account":"create your account","for Cryptocurrency Travel Rule compliance.":"for Cryptocurrency Travel Rule compliance.","for TestNet registration so your TestNet certificate will be issued upon review by the validation team":"for TestNet registration so your TestNet certificate will be issued upon review by the validation team","for legal persons and is strongly suggested for use as KYC or CDD information exchanged in TRISA transfers.":"for legal persons and is strongly suggested for use as KYC or CDD information exchanged in TRISA transfers.","in partnership with":"in partnership with","is a global, open source, secure, and peer-to-peer protocol for":"is a global, open source, secure, and peer-to-peer protocol for","is not required":"is not required","is required":"is required","legal":"legal","lower case letters (a-z)":"lower case letters (a-z)","numbers (i.e. 0-9)":"numbers (i.e. 0-9)","on behalf of":"on behalf of","registration. Upon submission, you will receive an email with a confirmation link. You must click the confirmation link to complete the registration process. Failure to click the confirmation link will result in an incomplete registration":"registration. Upon submission, you will receive an email with a confirmation link. You must click the confirmation link to complete the registration process. Failure to click the confirmation link will result in an incomplete registration","special characters (e.g. !@#$%^&*)":"special characters (e.g. !@#$%^&*)","the TRISA architecture":"the TRISA architecture","upper case letters (A-Z)":"upper case letters (A-Z)","with detailed documentation, a reference implemenation, and “robot” VASPs for\n testing purposes.":"with detailed documentation, a reference implemenation, and “robot” VASPs for\n testing purposes.","{0}":[["0"]],"{0} Contact":[["0"]," Contact"]}};
\ No newline at end of file
diff --git a/web/gds-user-ui/src/locales/zh/messages.po b/web/gds-user-ui/src/locales/zh/messages.po
index 3fae32646..4d86639b1 100644
--- a/web/gds-user-ui/src/locales/zh/messages.po
+++ b/web/gds-user-ui/src/locales/zh/messages.po
@@ -113,8 +113,8 @@ msgstr ""
msgid "A physical verification check in the form of a phone call"
msgstr ""
-#: src/components/Header/LandingHeader.tsx:83
-#: src/components/Header/LandingHeader.tsx:123
+#: src/components/Header/LandingHeader.tsx:85
+#: src/components/Header/LandingHeader.tsx:133
#: src/components/Section/AboutUs.tsx:29
msgid "About TRISA"
msgstr ""
@@ -175,7 +175,7 @@ msgid "Address line 2 e.g. apartment or suite number"
msgstr ""
#: src/components/Addresses/index.tsx:11
-#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:120
+#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:116
#: src/components/MemberDetails/index.tsx:244
msgid "Addresses"
msgstr ""
@@ -210,7 +210,7 @@ msgstr ""
msgid "An error has occurred to load attention data"
msgstr ""
-#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:21
+#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:19
msgid "An error has occurred to load legal person data"
msgstr ""
@@ -290,8 +290,8 @@ msgstr ""
msgid "Business Address"
msgstr ""
-#: src/components/BasicDetailsForm/index.tsx:64
-#: src/components/CertificateReview/BasicDetailsReviewDataTable.tsx:49
+#: src/components/BasicDetailsForm/index.tsx:72
+#: src/components/CertificateReview/BasicDetailsReviewDataTable.tsx:56
#: src/components/MemberDetails/index.tsx:125
msgid "Business Category"
msgstr ""
@@ -504,8 +504,8 @@ msgstr ""
msgid "Country of Issue is reserved for National Identifiers of Natural Persons"
msgstr ""
-#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:147
-#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:192
+#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:143
+#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:188
#: src/components/CountryOfRegistration/index.tsx:19
#: src/components/MemberDetails/index.tsx:271
#: src/components/MemberDetails/index.tsx:331
@@ -564,8 +564,8 @@ msgstr ""
msgid "Data Protection Policies"
msgstr ""
-#: src/components/BasicDetailsForm/index.tsx:50
-#: src/components/CertificateReview/BasicDetailsReviewDataTable.tsx:56
+#: src/components/BasicDetailsForm/index.tsx:52
+#: src/components/CertificateReview/BasicDetailsReviewDataTable.tsx:63
#: src/components/MemberDetails/index.tsx:117
msgid "Date of Incorporation / Establishment"
msgstr ""
@@ -596,8 +596,8 @@ msgstr ""
msgid "Directory Lookup"
msgstr ""
-#: src/components/Header/LandingHeader.tsx:86
-#: src/components/Header/LandingHeader.tsx:126
+#: src/components/Header/LandingHeader.tsx:88
+#: src/components/Header/LandingHeader.tsx:136
#: src/components/Navbar/Landing/MobileNav.tsx:73
#: src/components/Navbar/Landing/Nav.tsx:22
#: src/components/OpenSourceResources/index.tsx:20
@@ -794,14 +794,14 @@ msgstr ""
msgid "IVMS 101 data structure"
msgstr ""
-#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:174
+#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:170
#: src/components/MemberDetails/index.tsx:303
#: src/components/NameIdentification/index.tsx:130
#: src/components/OrganizationProfile/OrganizationalDetail.tsx:122
msgid "Identification Number"
msgstr ""
-#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:180
+#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:176
#: src/components/MemberDetails/index.tsx:311
#: src/components/NameIdentification/index.tsx:159
#: src/components/OrganizationProfile/OrganizationalDetail.tsx:130
@@ -992,8 +992,8 @@ msgstr ""
msgid "Log into your TRISA account."
msgstr ""
-#: src/components/Header/LandingHeader.tsx:91
-#: src/components/Header/LandingHeader.tsx:129
+#: src/components/Header/LandingHeader.tsx:94
+#: src/components/Header/LandingHeader.tsx:140
msgid "Login"
msgstr ""
@@ -1077,7 +1077,7 @@ msgstr ""
msgid "Name Identifier Type is required"
msgstr ""
-#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:45
+#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:43
#: src/components/MemberDetails/index.tsx:172
#: src/components/OrganizationProfile/OrganizationalDetail.tsx:77
msgid "Name Identifiers"
@@ -1096,7 +1096,7 @@ msgstr ""
msgid "Name, Addresss, Country, National Identifier"
msgstr ""
-#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:165
+#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:161
#: src/components/MemberDetails/index.tsx:298
#: src/components/NameIdentification/index.tsx:118
msgid "National Identification"
@@ -1180,7 +1180,8 @@ msgstr ""
msgid "Organization Collaborators"
msgstr ""
-#: src/components/BasicDetailsForm/index.tsx:27
+#: src/components/BasicDetailsForm/index.tsx:29
+#: src/components/CertificateReview/BasicDetailsReviewDataTable.tsx:34
#: src/components/Section/SearchDirectory.tsx:180
#: src/components/Section/SearchDirectory.tsx:248
msgid "Organization Name"
@@ -1282,7 +1283,7 @@ msgstr ""
msgid "Please review the information provided, edit as needed, and submit to complete the registration form. After the information is reviewed, you will be contacted to verify details. Once verified, your TestNet certificate will be issued."
msgstr ""
-#: src/components/BasicDetailsForm/index.tsx:89
+#: src/components/BasicDetailsForm/index.tsx:97
msgid "Please select as many categories needed to represent the types of virtual asset services your organization provides."
msgstr ""
@@ -1333,7 +1334,7 @@ msgstr ""
msgid "Reference implementation"
msgstr ""
-#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:198
+#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:194
#: src/components/MemberDetails/index.tsx:337
msgid "Reg Authority"
msgstr ""
@@ -1439,7 +1440,7 @@ msgid "Section"
msgstr ""
#: src/components/BasicDetail/index.tsx:73
-#: src/components/CertificateReview/BasicDetailsReview.tsx:26
+#: src/components/CertificateReview/BasicDetailsReview.tsx:27
#: src/components/CertificateSection/index.tsx:23
#: src/components/CertificateSection/index.tsx:65
msgid "Section 1: Basic Details"
@@ -1482,7 +1483,7 @@ msgstr ""
msgid "Secure"
msgstr ""
-#: src/components/BasicDetailsForm/index.tsx:81
+#: src/components/BasicDetailsForm/index.tsx:89
msgid "Select VASP category"
msgstr ""
@@ -1490,7 +1491,7 @@ msgstr ""
msgid "Select a country"
msgstr ""
-#: src/components/BasicDetailsForm/index.tsx:65
+#: src/components/BasicDetailsForm/index.tsx:73
msgid "Select business category"
msgstr ""
@@ -1575,7 +1576,7 @@ msgid "Step 1"
msgstr ""
#: src/components/CertificateRegistration/CertificateRegistrationTable.tsx:39
-#: src/components/NeedsAttention/AttentionAlert.tsx:111
+#: src/components/NeedsAttention/AttentionAlert.tsx:112
#: src/components/Section/PasswordResetForm.tsx:48
#: src/hoc/withRHF.tsx:117
msgid "Submit"
@@ -1860,7 +1861,7 @@ msgstr ""
msgid "The minimum threshold above which your organization is required to collect/send Travel Rule information."
msgstr ""
-#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:50
+#: src/components/CertificateReview/LegalPersonReviewDataTable.tsx:48
#: src/components/MemberDetails/index.tsx:177
#: src/components/NameIdentifiers/index.tsx:38
#: src/components/NameIdentifiers/index.tsx:45
@@ -1924,8 +1925,8 @@ msgstr ""
msgid "User ID:"
msgstr ""
-#: src/components/BasicDetailsForm/index.tsx:80
-#: src/components/CertificateReview/BasicDetailsReviewDataTable.tsx:65
+#: src/components/BasicDetailsForm/index.tsx:88
+#: src/components/CertificateReview/BasicDetailsReviewDataTable.tsx:72
#: src/components/MemberDetails/index.tsx:131
#: src/components/OrganizationProfile/OrganizationalDetail.tsx:91
msgid "VASP Category"
@@ -1965,8 +1966,8 @@ msgstr ""
msgid "We recommend that a senior compliance officer initially creates the account for the VASP. Additional accounts can be created later."
msgstr ""
-#: src/components/BasicDetailsForm/index.tsx:38
-#: src/components/CertificateReview/BasicDetailsReviewDataTable.tsx:34
+#: src/components/BasicDetailsForm/index.tsx:40
+#: src/components/CertificateReview/BasicDetailsReviewDataTable.tsx:41
#: src/components/MemberDetails/index.tsx:111
msgid "Website"
msgstr ""
@@ -2059,6 +2060,11 @@ msgstr ""
msgid "Your account has not been verified. Please check your email to verify your account."
msgstr ""
+#: src/components/Header/LandingHeader.tsx:100
+#: src/components/Header/LandingHeader.tsx:144
+msgid "Your dashboard"
+msgstr ""
+
#: src/components/CertificateSection/index.tsx:61
msgid "Your registration form has been successfully submitted. You will receive a confirmation email from admin@trisa.io. In the email, you will receive instructions on next steps. Return to your dashboard to monitor the status of your registration and certificate."
msgstr ""
diff --git a/web/gds-user-ui/src/modules/dashboard/certificate/registration.tsx b/web/gds-user-ui/src/modules/dashboard/certificate/registration.tsx
index 99632b98c..6ca0e5c89 100644
--- a/web/gds-user-ui/src/modules/dashboard/certificate/registration.tsx
+++ b/web/gds-user-ui/src/modules/dashboard/certificate/registration.tsx
@@ -46,7 +46,8 @@ import {
getCurrentState,
getLastStep,
getTestNetSubmittedStatus,
- getMainNetSubmittedStatus
+ getMainNetSubmittedStatus,
+ getHasReachedReviewStep
} from 'application/store/selectors/stepper';
import MinusLoader from 'components/Loader/MinusLoader';
const Certificate: React.FC = () => {
@@ -60,6 +61,7 @@ const Certificate: React.FC = () => {
nextStep,
previousStep,
setInitialState,
+ jumpToStep,
setRegistrationValue: setRegistrationStore
} = useCertificateStepper();
const { isOpen, onOpen, onClose } = useDisclosure();
@@ -69,6 +71,7 @@ const Certificate: React.FC = () => {
const steps: number = useSelector(getSteps);
const isTestNetSubmitted: boolean = useSelector(getTestNetSubmittedStatus);
const isMainNetSubmitted: boolean = useSelector(getMainNetSubmittedStatus);
+ const hasReachedReviewStep: boolean = useSelector(getHasReachedReviewStep);
const [isResetModalOpen, setIsResetModalOpen] = useState(false);
const [registrationData, setRegistrationData] = useState([]);
const [isLoadingDefaultValue, setIsLoadingDefaultValue] = useState(false);
@@ -186,6 +189,11 @@ const Certificate: React.FC = () => {
return _.isEqual(registrationData, getRegistrationDefaultValues());
};
+ // has reach review step and not on the review step
+ const hasReachReviewStep = () => {
+ return hasReachedReviewStep && currentStep <= lastStep - 1;
+ };
+
const handleResetForm = () => {
// open confirmation modal
setIsResetModalOpen(true);
@@ -201,6 +209,11 @@ const Certificate: React.FC = () => {
reset(getRegistrationDefaultValues());
};
+ // jump to review page
+ const jumpToReview = () => {
+ jumpToStep(lastStep);
+ };
+
useEffect(() => {
resetForm();
setIsResetForm(false);
@@ -314,6 +327,12 @@ const Certificate: React.FC = () => {
{/* add review button when reach to final step */}
+ {hasReachReviewStep() && (
+
+ )}
+
{!isFormSubmitted() && (