richie-education 3.2.2-dev60 → 3.2.2-dev62
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/i18n/locales/ar-SA.json +28 -0
- package/i18n/locales/es-ES.json +28 -0
- package/i18n/locales/fa-IR.json +28 -0
- package/i18n/locales/fr-CA.json +28 -0
- package/i18n/locales/fr-FR.json +30 -2
- package/i18n/locales/ko-KR.json +28 -0
- package/i18n/locales/pt-PT.json +28 -0
- package/i18n/locales/ru-RU.json +28 -0
- package/i18n/locales/vi-VN.json +28 -0
- package/js/translations/ar-SA.json +1 -1
- package/js/translations/es-ES.json +1 -1
- package/js/translations/fa-IR.json +1 -1
- package/js/translations/fr-CA.json +1 -1
- package/js/translations/fr-FR.json +1 -1
- package/js/translations/ko-KR.json +1 -1
- package/js/translations/pt-PT.json +1 -1
- package/js/translations/ru-RU.json +1 -1
- package/js/translations/vi-VN.json +1 -1
- package/package.json +1 -1
package/i18n/locales/ar-SA.json
CHANGED
|
@@ -1899,6 +1899,34 @@
|
|
|
1899
1899
|
"description": "Label for the email",
|
|
1900
1900
|
"message": "Account email"
|
|
1901
1901
|
},
|
|
1902
|
+
"components.SaleTunnel.Information.keycloak.account.info": {
|
|
1903
|
+
"description": "Info for the name",
|
|
1904
|
+
"message": "This name will be used in legal documents."
|
|
1905
|
+
},
|
|
1906
|
+
"components.SaleTunnel.Information.keycloak.account.label": {
|
|
1907
|
+
"description": "Label for the name",
|
|
1908
|
+
"message": "Account name"
|
|
1909
|
+
},
|
|
1910
|
+
"components.SaleTunnel.Information.keycloak.email.info": {
|
|
1911
|
+
"description": "Info for the email",
|
|
1912
|
+
"message": "This email will be used to send you confirmation mails."
|
|
1913
|
+
},
|
|
1914
|
+
"components.SaleTunnel.Information.keycloak.updateLinkInfo": {
|
|
1915
|
+
"description": "Text before the keycloak account update link",
|
|
1916
|
+
"message": "If any of the information above is incorrect,"
|
|
1917
|
+
},
|
|
1918
|
+
"components.SaleTunnel.Information.keycloak.updateLinkLabel": {
|
|
1919
|
+
"description": "Label of the keycloak link to update account",
|
|
1920
|
+
"message": "please update your account"
|
|
1921
|
+
},
|
|
1922
|
+
"components.SaleTunnel.Information.noBillingInformation": {
|
|
1923
|
+
"description": "Message displayed when the order is part of a batch order",
|
|
1924
|
+
"message": "No billing information required. This order is covered by your organization."
|
|
1925
|
+
},
|
|
1926
|
+
"components.SaleTunnel.Information.noPaymentSchedule": {
|
|
1927
|
+
"description": "Message displayed representing the payment schedule when the order is free.",
|
|
1928
|
+
"message": "No payment required. This order is fully covered."
|
|
1929
|
+
},
|
|
1902
1930
|
"components.SaleTunnel.Information.paymentSchedule": {
|
|
1903
1931
|
"description": "Title for the payment schedule section",
|
|
1904
1932
|
"message": "Payment schedule"
|
package/i18n/locales/es-ES.json
CHANGED
|
@@ -1899,6 +1899,34 @@
|
|
|
1899
1899
|
"description": "Label for the email",
|
|
1900
1900
|
"message": "Account email"
|
|
1901
1901
|
},
|
|
1902
|
+
"components.SaleTunnel.Information.keycloak.account.info": {
|
|
1903
|
+
"description": "Info for the name",
|
|
1904
|
+
"message": "This name will be used in legal documents."
|
|
1905
|
+
},
|
|
1906
|
+
"components.SaleTunnel.Information.keycloak.account.label": {
|
|
1907
|
+
"description": "Label for the name",
|
|
1908
|
+
"message": "Account name"
|
|
1909
|
+
},
|
|
1910
|
+
"components.SaleTunnel.Information.keycloak.email.info": {
|
|
1911
|
+
"description": "Info for the email",
|
|
1912
|
+
"message": "This email will be used to send you confirmation mails."
|
|
1913
|
+
},
|
|
1914
|
+
"components.SaleTunnel.Information.keycloak.updateLinkInfo": {
|
|
1915
|
+
"description": "Text before the keycloak account update link",
|
|
1916
|
+
"message": "If any of the information above is incorrect,"
|
|
1917
|
+
},
|
|
1918
|
+
"components.SaleTunnel.Information.keycloak.updateLinkLabel": {
|
|
1919
|
+
"description": "Label of the keycloak link to update account",
|
|
1920
|
+
"message": "please update your account"
|
|
1921
|
+
},
|
|
1922
|
+
"components.SaleTunnel.Information.noBillingInformation": {
|
|
1923
|
+
"description": "Message displayed when the order is part of a batch order",
|
|
1924
|
+
"message": "No billing information required. This order is covered by your organization."
|
|
1925
|
+
},
|
|
1926
|
+
"components.SaleTunnel.Information.noPaymentSchedule": {
|
|
1927
|
+
"description": "Message displayed representing the payment schedule when the order is free.",
|
|
1928
|
+
"message": "No payment required. This order is fully covered."
|
|
1929
|
+
},
|
|
1902
1930
|
"components.SaleTunnel.Information.paymentSchedule": {
|
|
1903
1931
|
"description": "Title for the payment schedule section",
|
|
1904
1932
|
"message": "Payment schedule"
|
package/i18n/locales/fa-IR.json
CHANGED
|
@@ -1899,6 +1899,34 @@
|
|
|
1899
1899
|
"description": "Label for the email",
|
|
1900
1900
|
"message": "Account email"
|
|
1901
1901
|
},
|
|
1902
|
+
"components.SaleTunnel.Information.keycloak.account.info": {
|
|
1903
|
+
"description": "Info for the name",
|
|
1904
|
+
"message": "This name will be used in legal documents."
|
|
1905
|
+
},
|
|
1906
|
+
"components.SaleTunnel.Information.keycloak.account.label": {
|
|
1907
|
+
"description": "Label for the name",
|
|
1908
|
+
"message": "Account name"
|
|
1909
|
+
},
|
|
1910
|
+
"components.SaleTunnel.Information.keycloak.email.info": {
|
|
1911
|
+
"description": "Info for the email",
|
|
1912
|
+
"message": "This email will be used to send you confirmation mails."
|
|
1913
|
+
},
|
|
1914
|
+
"components.SaleTunnel.Information.keycloak.updateLinkInfo": {
|
|
1915
|
+
"description": "Text before the keycloak account update link",
|
|
1916
|
+
"message": "If any of the information above is incorrect,"
|
|
1917
|
+
},
|
|
1918
|
+
"components.SaleTunnel.Information.keycloak.updateLinkLabel": {
|
|
1919
|
+
"description": "Label of the keycloak link to update account",
|
|
1920
|
+
"message": "please update your account"
|
|
1921
|
+
},
|
|
1922
|
+
"components.SaleTunnel.Information.noBillingInformation": {
|
|
1923
|
+
"description": "Message displayed when the order is part of a batch order",
|
|
1924
|
+
"message": "No billing information required. This order is covered by your organization."
|
|
1925
|
+
},
|
|
1926
|
+
"components.SaleTunnel.Information.noPaymentSchedule": {
|
|
1927
|
+
"description": "Message displayed representing the payment schedule when the order is free.",
|
|
1928
|
+
"message": "No payment required. This order is fully covered."
|
|
1929
|
+
},
|
|
1902
1930
|
"components.SaleTunnel.Information.paymentSchedule": {
|
|
1903
1931
|
"description": "Title for the payment schedule section",
|
|
1904
1932
|
"message": "Payment schedule"
|
package/i18n/locales/fr-CA.json
CHANGED
|
@@ -1899,6 +1899,34 @@
|
|
|
1899
1899
|
"description": "Label for the email",
|
|
1900
1900
|
"message": "Account email"
|
|
1901
1901
|
},
|
|
1902
|
+
"components.SaleTunnel.Information.keycloak.account.info": {
|
|
1903
|
+
"description": "Info for the name",
|
|
1904
|
+
"message": "This name will be used in legal documents."
|
|
1905
|
+
},
|
|
1906
|
+
"components.SaleTunnel.Information.keycloak.account.label": {
|
|
1907
|
+
"description": "Label for the name",
|
|
1908
|
+
"message": "Account name"
|
|
1909
|
+
},
|
|
1910
|
+
"components.SaleTunnel.Information.keycloak.email.info": {
|
|
1911
|
+
"description": "Info for the email",
|
|
1912
|
+
"message": "This email will be used to send you confirmation mails."
|
|
1913
|
+
},
|
|
1914
|
+
"components.SaleTunnel.Information.keycloak.updateLinkInfo": {
|
|
1915
|
+
"description": "Text before the keycloak account update link",
|
|
1916
|
+
"message": "If any of the information above is incorrect,"
|
|
1917
|
+
},
|
|
1918
|
+
"components.SaleTunnel.Information.keycloak.updateLinkLabel": {
|
|
1919
|
+
"description": "Label of the keycloak link to update account",
|
|
1920
|
+
"message": "please update your account"
|
|
1921
|
+
},
|
|
1922
|
+
"components.SaleTunnel.Information.noBillingInformation": {
|
|
1923
|
+
"description": "Message displayed when the order is part of a batch order",
|
|
1924
|
+
"message": "No billing information required. This order is covered by your organization."
|
|
1925
|
+
},
|
|
1926
|
+
"components.SaleTunnel.Information.noPaymentSchedule": {
|
|
1927
|
+
"description": "Message displayed representing the payment schedule when the order is free.",
|
|
1928
|
+
"message": "No payment required. This order is fully covered."
|
|
1929
|
+
},
|
|
1902
1930
|
"components.SaleTunnel.Information.paymentSchedule": {
|
|
1903
1931
|
"description": "Title for the payment schedule section",
|
|
1904
1932
|
"message": "Payment schedule"
|
package/i18n/locales/fr-FR.json
CHANGED
|
@@ -1821,7 +1821,7 @@
|
|
|
1821
1821
|
},
|
|
1822
1822
|
"components.SaleTunnel.BatchOrderForm.stepCompanyTitle": {
|
|
1823
1823
|
"description": "Title of the section with company/organization details",
|
|
1824
|
-
"message": "Informations sur votre entreprise /
|
|
1824
|
+
"message": "Informations sur votre entreprise / organisme"
|
|
1825
1825
|
},
|
|
1826
1826
|
"components.SaleTunnel.BatchOrderForm.stepFinancing": {
|
|
1827
1827
|
"description": "Step label for financing/payment in the batch order form",
|
|
@@ -1899,6 +1899,34 @@
|
|
|
1899
1899
|
"description": "Label for the email",
|
|
1900
1900
|
"message": "Courriel du compte"
|
|
1901
1901
|
},
|
|
1902
|
+
"components.SaleTunnel.Information.keycloak.account.info": {
|
|
1903
|
+
"description": "Info for the name",
|
|
1904
|
+
"message": "Ce nom sera utilisé dans les documents légaux."
|
|
1905
|
+
},
|
|
1906
|
+
"components.SaleTunnel.Information.keycloak.account.label": {
|
|
1907
|
+
"description": "Label for the name",
|
|
1908
|
+
"message": "Nom du compte"
|
|
1909
|
+
},
|
|
1910
|
+
"components.SaleTunnel.Information.keycloak.email.info": {
|
|
1911
|
+
"description": "Info for the email",
|
|
1912
|
+
"message": "Ce courriel sera utilisé pour vous envoyer des messages de confirmation."
|
|
1913
|
+
},
|
|
1914
|
+
"components.SaleTunnel.Information.keycloak.updateLinkInfo": {
|
|
1915
|
+
"description": "Text before the keycloak account update link",
|
|
1916
|
+
"message": "Si l'une des informations ci-dessus est incorrecte,"
|
|
1917
|
+
},
|
|
1918
|
+
"components.SaleTunnel.Information.keycloak.updateLinkLabel": {
|
|
1919
|
+
"description": "Label of the keycloak link to update account",
|
|
1920
|
+
"message": "veuillez mettre à jour votre compte"
|
|
1921
|
+
},
|
|
1922
|
+
"components.SaleTunnel.Information.noBillingInformation": {
|
|
1923
|
+
"description": "Message displayed when the order is part of a batch order",
|
|
1924
|
+
"message": "Aucune information de facturation requise. Cette commande est prise en charge par votre organisme."
|
|
1925
|
+
},
|
|
1926
|
+
"components.SaleTunnel.Information.noPaymentSchedule": {
|
|
1927
|
+
"description": "Message displayed representing the payment schedule when the order is free.",
|
|
1928
|
+
"message": "Aucun paiement requis. Cette commande est entièrement prise en charge."
|
|
1929
|
+
},
|
|
1902
1930
|
"components.SaleTunnel.Information.paymentSchedule": {
|
|
1903
1931
|
"description": "Title for the payment schedule section",
|
|
1904
1932
|
"message": "Échéancier"
|
|
@@ -2065,7 +2093,7 @@
|
|
|
2065
2093
|
},
|
|
2066
2094
|
"components.SaleTunnelSuccess.successDetailMessage": {
|
|
2067
2095
|
"description": "Text to explain when the user will be able to start its training.",
|
|
2068
|
-
"message": "Vous pourrez débuter votre formation dès
|
|
2096
|
+
"message": "Vous pourrez débuter votre formation dès le règlement de la première échéance, ou dès l’ouverture de l’accès si aucun paiement n’est requis."
|
|
2069
2097
|
},
|
|
2070
2098
|
"components.SaleTunnelSuccess.successMessage": {
|
|
2071
2099
|
"description": "Message to confirm that order has been created",
|
package/i18n/locales/ko-KR.json
CHANGED
|
@@ -1899,6 +1899,34 @@
|
|
|
1899
1899
|
"description": "Label for the email",
|
|
1900
1900
|
"message": "Account email"
|
|
1901
1901
|
},
|
|
1902
|
+
"components.SaleTunnel.Information.keycloak.account.info": {
|
|
1903
|
+
"description": "Info for the name",
|
|
1904
|
+
"message": "This name will be used in legal documents."
|
|
1905
|
+
},
|
|
1906
|
+
"components.SaleTunnel.Information.keycloak.account.label": {
|
|
1907
|
+
"description": "Label for the name",
|
|
1908
|
+
"message": "Account name"
|
|
1909
|
+
},
|
|
1910
|
+
"components.SaleTunnel.Information.keycloak.email.info": {
|
|
1911
|
+
"description": "Info for the email",
|
|
1912
|
+
"message": "This email will be used to send you confirmation mails."
|
|
1913
|
+
},
|
|
1914
|
+
"components.SaleTunnel.Information.keycloak.updateLinkInfo": {
|
|
1915
|
+
"description": "Text before the keycloak account update link",
|
|
1916
|
+
"message": "If any of the information above is incorrect,"
|
|
1917
|
+
},
|
|
1918
|
+
"components.SaleTunnel.Information.keycloak.updateLinkLabel": {
|
|
1919
|
+
"description": "Label of the keycloak link to update account",
|
|
1920
|
+
"message": "please update your account"
|
|
1921
|
+
},
|
|
1922
|
+
"components.SaleTunnel.Information.noBillingInformation": {
|
|
1923
|
+
"description": "Message displayed when the order is part of a batch order",
|
|
1924
|
+
"message": "No billing information required. This order is covered by your organization."
|
|
1925
|
+
},
|
|
1926
|
+
"components.SaleTunnel.Information.noPaymentSchedule": {
|
|
1927
|
+
"description": "Message displayed representing the payment schedule when the order is free.",
|
|
1928
|
+
"message": "No payment required. This order is fully covered."
|
|
1929
|
+
},
|
|
1902
1930
|
"components.SaleTunnel.Information.paymentSchedule": {
|
|
1903
1931
|
"description": "Title for the payment schedule section",
|
|
1904
1932
|
"message": "Payment schedule"
|
package/i18n/locales/pt-PT.json
CHANGED
|
@@ -1899,6 +1899,34 @@
|
|
|
1899
1899
|
"description": "Label for the email",
|
|
1900
1900
|
"message": "Correio eletrónico da conta"
|
|
1901
1901
|
},
|
|
1902
|
+
"components.SaleTunnel.Information.keycloak.account.info": {
|
|
1903
|
+
"description": "Info for the name",
|
|
1904
|
+
"message": "This name will be used in legal documents."
|
|
1905
|
+
},
|
|
1906
|
+
"components.SaleTunnel.Information.keycloak.account.label": {
|
|
1907
|
+
"description": "Label for the name",
|
|
1908
|
+
"message": "Account name"
|
|
1909
|
+
},
|
|
1910
|
+
"components.SaleTunnel.Information.keycloak.email.info": {
|
|
1911
|
+
"description": "Info for the email",
|
|
1912
|
+
"message": "This email will be used to send you confirmation mails."
|
|
1913
|
+
},
|
|
1914
|
+
"components.SaleTunnel.Information.keycloak.updateLinkInfo": {
|
|
1915
|
+
"description": "Text before the keycloak account update link",
|
|
1916
|
+
"message": "If any of the information above is incorrect,"
|
|
1917
|
+
},
|
|
1918
|
+
"components.SaleTunnel.Information.keycloak.updateLinkLabel": {
|
|
1919
|
+
"description": "Label of the keycloak link to update account",
|
|
1920
|
+
"message": "please update your account"
|
|
1921
|
+
},
|
|
1922
|
+
"components.SaleTunnel.Information.noBillingInformation": {
|
|
1923
|
+
"description": "Message displayed when the order is part of a batch order",
|
|
1924
|
+
"message": "No billing information required. This order is covered by your organization."
|
|
1925
|
+
},
|
|
1926
|
+
"components.SaleTunnel.Information.noPaymentSchedule": {
|
|
1927
|
+
"description": "Message displayed representing the payment schedule when the order is free.",
|
|
1928
|
+
"message": "No payment required. This order is fully covered."
|
|
1929
|
+
},
|
|
1902
1930
|
"components.SaleTunnel.Information.paymentSchedule": {
|
|
1903
1931
|
"description": "Title for the payment schedule section",
|
|
1904
1932
|
"message": "Calendário de pagamento"
|
package/i18n/locales/ru-RU.json
CHANGED
|
@@ -1899,6 +1899,34 @@
|
|
|
1899
1899
|
"description": "Label for the email",
|
|
1900
1900
|
"message": "Account email"
|
|
1901
1901
|
},
|
|
1902
|
+
"components.SaleTunnel.Information.keycloak.account.info": {
|
|
1903
|
+
"description": "Info for the name",
|
|
1904
|
+
"message": "This name will be used in legal documents."
|
|
1905
|
+
},
|
|
1906
|
+
"components.SaleTunnel.Information.keycloak.account.label": {
|
|
1907
|
+
"description": "Label for the name",
|
|
1908
|
+
"message": "Account name"
|
|
1909
|
+
},
|
|
1910
|
+
"components.SaleTunnel.Information.keycloak.email.info": {
|
|
1911
|
+
"description": "Info for the email",
|
|
1912
|
+
"message": "This email will be used to send you confirmation mails."
|
|
1913
|
+
},
|
|
1914
|
+
"components.SaleTunnel.Information.keycloak.updateLinkInfo": {
|
|
1915
|
+
"description": "Text before the keycloak account update link",
|
|
1916
|
+
"message": "If any of the information above is incorrect,"
|
|
1917
|
+
},
|
|
1918
|
+
"components.SaleTunnel.Information.keycloak.updateLinkLabel": {
|
|
1919
|
+
"description": "Label of the keycloak link to update account",
|
|
1920
|
+
"message": "please update your account"
|
|
1921
|
+
},
|
|
1922
|
+
"components.SaleTunnel.Information.noBillingInformation": {
|
|
1923
|
+
"description": "Message displayed when the order is part of a batch order",
|
|
1924
|
+
"message": "No billing information required. This order is covered by your organization."
|
|
1925
|
+
},
|
|
1926
|
+
"components.SaleTunnel.Information.noPaymentSchedule": {
|
|
1927
|
+
"description": "Message displayed representing the payment schedule when the order is free.",
|
|
1928
|
+
"message": "No payment required. This order is fully covered."
|
|
1929
|
+
},
|
|
1902
1930
|
"components.SaleTunnel.Information.paymentSchedule": {
|
|
1903
1931
|
"description": "Title for the payment schedule section",
|
|
1904
1932
|
"message": "Payment schedule"
|
package/i18n/locales/vi-VN.json
CHANGED
|
@@ -1899,6 +1899,34 @@
|
|
|
1899
1899
|
"description": "Label for the email",
|
|
1900
1900
|
"message": "Account email"
|
|
1901
1901
|
},
|
|
1902
|
+
"components.SaleTunnel.Information.keycloak.account.info": {
|
|
1903
|
+
"description": "Info for the name",
|
|
1904
|
+
"message": "This name will be used in legal documents."
|
|
1905
|
+
},
|
|
1906
|
+
"components.SaleTunnel.Information.keycloak.account.label": {
|
|
1907
|
+
"description": "Label for the name",
|
|
1908
|
+
"message": "Account name"
|
|
1909
|
+
},
|
|
1910
|
+
"components.SaleTunnel.Information.keycloak.email.info": {
|
|
1911
|
+
"description": "Info for the email",
|
|
1912
|
+
"message": "This email will be used to send you confirmation mails."
|
|
1913
|
+
},
|
|
1914
|
+
"components.SaleTunnel.Information.keycloak.updateLinkInfo": {
|
|
1915
|
+
"description": "Text before the keycloak account update link",
|
|
1916
|
+
"message": "If any of the information above is incorrect,"
|
|
1917
|
+
},
|
|
1918
|
+
"components.SaleTunnel.Information.keycloak.updateLinkLabel": {
|
|
1919
|
+
"description": "Label of the keycloak link to update account",
|
|
1920
|
+
"message": "please update your account"
|
|
1921
|
+
},
|
|
1922
|
+
"components.SaleTunnel.Information.noBillingInformation": {
|
|
1923
|
+
"description": "Message displayed when the order is part of a batch order",
|
|
1924
|
+
"message": "No billing information required. This order is covered by your organization."
|
|
1925
|
+
},
|
|
1926
|
+
"components.SaleTunnel.Information.noPaymentSchedule": {
|
|
1927
|
+
"description": "Message displayed representing the payment schedule when the order is free.",
|
|
1928
|
+
"message": "No payment required. This order is fully covered."
|
|
1929
|
+
},
|
|
1902
1930
|
"components.SaleTunnel.Information.paymentSchedule": {
|
|
1903
1931
|
"description": "Title for the payment schedule section",
|
|
1904
1932
|
"message": "Payment schedule"
|