From 12d567be4a2a2858b2ecf748bfd241a23abe2e45 Mon Sep 17 00:00:00 2001 From: Emmanuel Darnis Date: Thu, 2 Nov 2017 19:28:58 +0000 Subject: [PATCH] Add translation values for historical data --- .../components/connect-addon-modal/connect-addon-modal.html | 4 ++-- src/locales/en.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/components/connect-addon-modal/connect-addon-modal.html b/src/app/components/connect-addon-modal/connect-addon-modal.html index 3c87ce97..4c01c979 100644 --- a/src/app/components/connect-addon-modal/connect-addon-modal.html +++ b/src/app/components/connect-addon-modal/connect-addon-modal.html @@ -62,12 +62,12 @@

{{"mno_enterprise.templates.components.addon_connect.ent

Chose wether to synchronize historical data

-

mno_enterprise.templates.components.addon_connect.sync.warning_hisorical_html

+

- mno_enterprise.templates.components.addon_connect.sync.historical_checked +
diff --git a/src/locales/en.json b/src/locales/en.json index 02402050..a6caa4ca 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -942,9 +942,9 @@ "mno_enterprise.templates.components.addon_connect.sync.sync_launched": "Congratulations, your data is now being synced!", "mno_enterprise.templates.components.addon_connect.sync.start_sync": "Start synchronizing", "mno_enterprise.templates.components.addon_connect.sync.chose_historical": "Chose wether to synchronize historical data", - "mno_enterprise.templates.components.addon_connect.sync.warning_hisorical_html": "

All data created prior to the date you linked Neto will be synchronized both ways

It means that:
- all data from applications you already have linked to the platform will be sent to your Neto account
- all exisiting data from Neto will be sent to your other applications

If you have been manually copying records in multiple applications, you risk seeing duplicates arising!

This action cannot be undone at any time!

Synchronize my historical data:", + "mno_enterprise.templates.components.addon_connect.sync.warning_hisorical_html": "

All data created prior to the date you linked {appname} will be synchronized both ways

It means that:
- all data from applications you already have linked to the platform will be sent to your {appname} account
- all exisiting data from {appname} will be sent to your other applications

If you have been manually copying records in multiple applications, you risk seeing duplicates arising!

This action cannot be undone at any time!

Synchronize my historical data:", "mno_enterprise.templates.components.addon_connect.sync.historical_unchecked": "Only data created after {date} will be synchronized", - "mno_enterprise.templates.components.addon_connect.sync.historical_checked": "Synchronizing your historical data will share all data in Neto. This action is not reversible. Want to know more? Check here", + "mno_enterprise.templates.components.addon_connect.sync.historical_checked": "Synchronizing your historical data will share all data in {appname}. This action is not reversible. Want to know more? Check here", "mno_enterprise.templates.components.app_install_btn.conflicting_app": "You cannot install this App as it is incompatible with:", "mno_enterprise.templates.components.app_install_btn.start_app": "Start Now!", "mno_enterprise.templates.components.app_install_btn.launch_app": "Launch App",