diff --git a/dictation_client/src/translation/de.json b/dictation_client/src/translation/de.json index 9feb5ce..ecf5943 100644 --- a/dictation_client/src/translation/de.json +++ b/dictation_client/src/translation/de.json @@ -38,7 +38,7 @@ "countryExplanation": "(de) Please select your country or the nearest country.", "dealerExplanation": "(de)Please select the dealer to purchase a license.", "adminInfoTitle": "(de)Register primary administrator's information", - "passwordTerms": "(de)Please set a password or issue an initial password.\nThe password must be more than 8 or less than 25 letters,numbers and symbols." + "passwordTerms": "(de)Please set a password or issue an initial password.\nThe password must be more than 8 or less than 64 letters,numbers and symbols." }, "label": { "company": "(de)Company Name", @@ -66,7 +66,7 @@ "label": { "company": "(de)Company Name", "country": "(de)Country", - "dealer": "(de)Dealer (Optional)", + "dealer": "(de)Dealer", "adminName": "(de)Admin Name", "email": "(de)Email", "password": "(de)Password", @@ -94,4 +94,4 @@ "returnToSignIn": "(de)Return to Sign in" } } -} \ No newline at end of file +} diff --git a/dictation_client/src/translation/en.json b/dictation_client/src/translation/en.json index 9640421..c77d6e9 100644 --- a/dictation_client/src/translation/en.json +++ b/dictation_client/src/translation/en.json @@ -38,7 +38,7 @@ "countryExplanation": " Please select your country or the nearest country.", "dealerExplanation": "Please select the dealer to purchase a license.", "adminInfoTitle": "Register primary administrator's information", - "passwordTerms": "Please set a password or issue an initial password.\nThe password must be more than 8 or less than 25 letters,numbers and symbols." + "passwordTerms": "Please set a password or issue an initial password.\nThe password must be more than 8 or less than 64 letters,numbers and symbols." }, "label": { "company": "Company Name", @@ -66,7 +66,7 @@ "label": { "company": "Company Name", "country": "Country", - "dealer": "Dealer (Optional)", + "dealer": "Dealer", "adminName": "Admin Name", "email": "Email", "password": "Password", @@ -94,4 +94,4 @@ "returnToSignIn": "Return to Sign in" } } -} \ No newline at end of file +} diff --git a/dictation_client/src/translation/es.json b/dictation_client/src/translation/es.json index 7f62fba..11b01d3 100644 --- a/dictation_client/src/translation/es.json +++ b/dictation_client/src/translation/es.json @@ -38,7 +38,7 @@ "countryExplanation": "(es) Please select your country or the nearest country.", "dealerExplanation": "(es)Please select the dealer to purchase a license.", "adminInfoTitle": "(es)Register primary administrator's information", - "passwordTerms": "(es)Please set a password or issue an initial password.\nThe password must be more than 8 or less than 25 letters,numbers and symbols." + "passwordTerms": "(es)Please set a password or issue an initial password.\nThe password must be more than 8 or less than 64 letters,numbers and symbols." }, "label": { "company": "(es)Company Name", @@ -66,7 +66,7 @@ "label": { "company": "(es)Company Name", "country": "(es)Country", - "dealer": "(es)Dealer (Optional)", + "dealer": "(es)Dealer", "adminName": "(es)Admin Name", "email": "(es)Email", "password": "(es)Password", @@ -94,4 +94,4 @@ "returnToSignIn": "(es)Return to Sign in" } } -} \ No newline at end of file +} diff --git a/dictation_client/src/translation/fr.json b/dictation_client/src/translation/fr.json index 862cf50..50670a5 100644 --- a/dictation_client/src/translation/fr.json +++ b/dictation_client/src/translation/fr.json @@ -38,7 +38,7 @@ "countryExplanation": "(fr) Please select your country or the nearest country.", "dealerExplanation": "(fr)Please select the dealer to purchase a license.", "adminInfoTitle": "(fr)Register primary administrator's information", - "passwordTerms": "(fr)Please set a password or issue an initial password.\nThe password must be more than 8 or less than 25 letters,numbers and symbols." + "passwordTerms": "(fr)Please set a password or issue an initial password.\nThe password must be more than 8 or less than 64 letters,numbers and symbols." }, "label": { "company": "(fr)Company Name", @@ -66,7 +66,7 @@ "label": { "company": "(fr)Company Name", "country": "(fr)Country", - "dealer": "(fr)Dealer (Optional)", + "dealer": "(fr)Dealer", "adminName": "(fr)Admin Name", "email": "(fr)Email", "password": "(fr)Password", @@ -94,4 +94,4 @@ "returnToSignIn": "(fr)Return to Sign in" } } -} \ No newline at end of file +}