From d5e19618902267171feb387b477696205b9d71bf Mon Sep 17 00:00:00 2001 From: Emmanuel Darnis Date: Mon, 5 Feb 2018 17:41:34 +0000 Subject: [PATCH] Update translations --- core/config/locales/templates/components/en.yml | 2 ++ core/config/locales/templates/impac/dock/en.yml | 11 ++++++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/core/config/locales/templates/components/en.yml b/core/config/locales/templates/components/en.yml index efd7114fe..ca8351f45 100644 --- a/core/config/locales/templates/components/en.yml +++ b/core/config/locales/templates/components/en.yml @@ -80,6 +80,8 @@ en: addon_connect: title: "Connect to {appname}" + next: Next + back: Back link_account: title: Link your account link: "Link your {appname} account to Maestrano to get your business in sync." diff --git a/core/config/locales/templates/impac/dock/en.yml b/core/config/locales/templates/impac/dock/en.yml index 0bdecc7da..a43cfb47d 100644 --- a/core/config/locales/templates/impac/dock/en.yml +++ b/core/config/locales/templates/impac/dock/en.yml @@ -57,7 +57,12 @@ en: title: "Data" name: "Name" type: "Type" - in_maestrano: "In Maestrano" - in_app: "In {app}" + status: "Status" disconnect_app: Disconnect - + disconnect: + modal: + cancel: "Cancel" + action: "Disconnect app" + header: "Disconnect {appname}?" + body: "Are you sure you want to disconnect {appname} and Maestrano?" + success: "Your application has been disconnected"