{
  "close": "Close",
  "back": "Go back",
  "badges": {
    "warning": "Warning"
  },
  "accountForm": {
    "submit": {
      "label": "Connect"
    },
    "fields": {
      "optional": "(optional)"
    },
    "password": {
      "show": "Show",
      "hide": "Hide"
    },
    "disconnect": {
      "button": "Disconnect this account"
    },
    "installFlagship": {
      "label": "Install Twake on mobile"
    },
    "cannotConnectModal": {
      "title": "You can't connect?",
      "content": "You can check your login or reset your password on the [%{vendorName}](%{vendorLink})'s website.",
      "noAccount": "If you do not have an account you will need to create one on the [%{vendorName}](%{vendorLink})'s website."
    },
    "cannotConnectLink": "I can't connect",
    "notClientSide": "To synchronize your %{name} data in your Twake you must use the Twake app on your phone or tablet.",
    "clientSide": {
      "title": "Connect to your Twake",
      "submit": "Connect",
      "description": "Connect %{name} to your Twake to synchronize your account and retrieve all your data. "
    }
  },
  "contracts": {
    "headers": {
      "bankAccounts": "Bank accounts",
      "default": "Contracts"
    },
    "deleted": "Deleted",
    "no-contracts": "No contracts anymore",
    "handle-synchronization": "Handle my synchronizations",
    "desynchronized": {
      "message": "you have desynchronized this account on %{date}",
      "dateFormat": "LL/dd/yy"
    }
  },
  "contractForm": {
    "details": "Details",
    "sharing": "Sharing",
    "back-to-accounts": "Back to accounts",
    "update": "Update",
    "delete": "Reset",
    "deleting": "Resetting...",
    "confirm-deletion": {
      "description": "This will also delete your transactions along with bill links. If you do not wish to reimport your banking data at the next scheduled synchronization, you'll have to remove the connection.",
      "confirm": "Confirm account deletion",
      "title": "Are you definitive ?"
    },
    "deletion_error": "An error occurred while group deletion.",
    "label": "Label",
    "owner": "Owner",
    "addOwnerBtn": "Add an owner",
    "removeOwnerBtn": "Remove this owner",
    "ownerPlaceholder": "Select an owner",
    "bank": "Bank",
    "number": "Number",
    "type": "Type",
    "apply": "Apply",
    "success": "Account updated successfully",
    "failure": "Error while updating the account",
    "removeAccountBtn": "Remove the account",
    "listPlaceholder": "Search a contact",
    "listEmptyMessage": "No contact found",
    "addContactLabel": "Add a contact",
    "cancel": "Cancel",
    "imported": "Synchronized account"
  },
  "card": {
    "launchTrigger": {
      "button": {
        "label": "Synchronize"
      },
      "configure": "Configure",
      "connect": "Connect",
      "success": "Successful synchronization",
      "error": "An error occured.",
      "frequency": {
        "label": "Frequency:",
        "hourly": "Each hour",
        "daily": "Once a day",
        "weekly": "Once a week",
        "monthly": "Once a month",
        "undefined": "Manually"
      },
      "lastSync": {
        "label": "Update:",
        "syncing": "Data recovery…",
        "unknown": "Last sync. unknown",
        "afterSomeTimes": "Sync. %{times} ago",
        "format": "LL/dd/yyyy",
        "disconnected": "Disconnected",
        "justNow": "Sync. just now"
      },
      "runningAlert": {
        "title": "Don't Close Your App!",
        "body": "For the data recovery to be complete, the phone must remain turned on. However, you can continue to browse within the mobile app as long as it stays active in the foreground.",
        "button": "I understand"
      }
    },
    "appLink": {
      "drive": {
        "title": "Your documents",
        "description": "This service retrieves your latest documents and keeps a complete back-up for you.",
        "button": "Open the documents",
        "install": "Discover Twake Drive"
      },
      "contacts": {
        "title": "Your contacts",
        "description": "This service synchronizes all your contacts for you.",
        "button": "Open contacts",
        "install": "Discover Twake Contacts"
      },
      "banks": {
        "title": "Your banking data",
        "description": "This service retrieves and keeps a complete record of your latest banking operations for you.",
        "button": "Access bank accounts",
        "install": "Discover Twake Banks"
      },
      "coachco2": {
        "title": "Apps to go further",
        "description": "The following apps are able to use privately this kind of data inside your Twake.",
        "button": "Coach CO2",
        "install": "Discover CoachCO2"
      }
    },
    "information": {
      "title": "Useful information",
      "websiteLink": "Open the website",
      "store": "See in Twake Workplace Store",
      "storeDescription": "Access the description of this app"
    }
  },
  "default": {
    "dateFormat": "LL/dd/yyyy",
    "baseDir": "/Administrative"
  },
  "error": {
    "application-not-found": "This app doesn't exist",
    "reconnect-via-form": "Reconnect",
    "job": {
      "DISK_QUOTA_EXCEEDED": {
        "title": "Storage full",
        "description": "This service cannot fetch your documents now. Please remove some files or go to **Settings > Storage** to get more free space."
      },
      "CHALLENGE_ASKED": {
        "title": "Challenge required",
        "description": "The website requires a second authentification factor. You may re-run the connector manually to provide the code and continue to retrieve your data."
      },
      "OAUTH_CANCELED": {
        "title": "Canceled",
        "description": "We could not add your bank since you canceled the connection. Click \"Add your bank\" one more time to try again."
      },
      "LOGIN_FAILED": {
        "title": "Incorrect or expired credentials",
        "description": "Sorry, your login or password are invalid or are expired. You may check your credentials on [%{name}](%{link}) website before updating."
      },
      "LOGIN_FAILED.NEEDS_SECRET": {
        "title": "Additional information needed",
        "description": "An additional field must be filled in to connect your service. You may re-run the connector manually to provide the information."
      },
      "LOGIN_FAILED.TOO_MANY_ATTEMPTS": {
        "title": "Temporarily blocked",
        "description": "Too many attempts occured. Please update your credentials on [%{name}](%{link}) website and update the konnector later on."
      },
      "MAINTENANCE": {
        "title": "Unavailable website",
        "description": "It seems that the [%{name}](%{link}) website is unavailable or the konnector must be updated. Please rerun the connector later or visit our online help."
      },
      "NOT_EXISTING_DIRECTORY": {
        "title": "Missing destination folder",
        "description": "It seems that this account's destination folder has been deleted. Please restore it by disconnecting this account and then reconnect again."
      },
      "TERMS_VERSION_MISMATCH": {
        "title": "Latest Terms of Service non accepted",
        "description": "%{name} seems to have updated its Terms Of Service. Please check that the service is up to date. It this error still occurs, please contact us at [%{supportMail}](mailto:%{supportMail})."
      },
      "UNKNOWN_ERROR": {
        "title": "Connection error",
        "description": "An unknown error has occurred. You can try to update your data. If the problem persists, please contact us at [%{supportMail}](mailto:%{supportMail})."
      },
      "UNKNOWN_ERROR.PARTIAL_SYNC": {
        "title": "Connection error",
        "description": "The synchronization is complete but some elements may be missing"
      },
      "USER_ACTION_NEEDED": {
        "title": "Action needed on the provider's website",
        "description": "It seems that the [%{name}](%{link}) website requires you to log in and to complete a specific action. Please re-run the connector once you have settled the issue on the website."
      },
      "USER_ACTION_NEEDED.OAUTH_OUTDATED": {
        "title": "Access renewal required",
        "description": "The [%{name}](%{link}) service requires you to renew your authentication. Please disconnect and reconnect your account %{name} to this application. No data will be lost."
      },
      "USER_ACTION_NEEDED.ACCOUNT_REMOVED": {
        "title": "Unavailable account",
        "description": "It seems that your account is no longer active. Please check your account on [%{name}](%{link}) before retry."
      },
      "USER_ACTION_NEEDED.CHANGE_PASSWORD": {
        "title": "Password update required",
        "description": "It seems that the [%{name}](%{link}) website requires you to log in and update your password. Please rerun the connector once you have settled the issue on the website."
      },
      "USER_ACTION_NEEDED.PERMISSIONS_CHANGED": {
        "title": "New permissions needed",
        "description": "You connector was updated and the permissions changed. Please validate them before launching the connector again."
      },
      "USER_ACTION_NEEDED.SCA_REQUIRED": {
        "title": "Renewal of authentication  required",
        "description": "It seems that %{name} requires a login recheck for the synchronisation to work. Please re-run the connector to start the verification process. You will receive a one-time password or a validation process on your bank application or website."
      },
      "USER_ACTION_NEEDED.TWOFA_EXPIRED": {
        "title": "Authentication renewal required",
        "description": "The last connexion to the service failed; please launch it again. You may have to provide a validation code."
      },
      "USER_ACTION_NEEDED.WEBAUTH_REQUIRED": {
        "title": "Authentication on vendor website required",
        "description": "It seems that [%{name}](%{link}) requires you to log in on their website for the synchronisation to work. Please re-run the connector once you have settled the issue on the website."
      },
      "USER_ACTION_NEEDED.WRONG_TWOFA_CODE": {
        "title": "Incorrect strong authentication code",
        "description": "The second-factor code provided is incorrect, please start again."
      },
      "USER_ACTION_NEEDED.CGU_FORM": {
        "title": "New terms of service validation needed",
        "description": "It seems that a new validation of terms of service is needed. Please validate them on the [%{name}](%{link}) website and synchronize again."
      },
      "VENDOR_DOWN": {
        "title": "Unavailable service",
        "description": "It seems that the [%{name}](%{link}) service is unavailable at the moment. Please rerun the connector later."
      },
      "VENDOR_DOWN.BANK_DOWN": {
        "title": "Unavailable bank website",
        "description": "Access to the [%{name}](%{link}) customer area is currently unavailable. Please rerun the connector later"
      },
      "VENDOR_DOWN.LINXO_DOWN": {
        "title": "Unavailable service",
        "description": "It seems that we are experiencing overload with our bank konnectors at the moment. Please rerun the connector later."
      },
      "ACCOUNT_WITH_SAME_IDENTIFIER_ALREADY_DEFINED": {
        "title": "This account already exists",
        "description": "Your possible modification of the list of synchronized accounts will be taken into account within a few minutes."
      },
      "WRONG_ACCOUNT_IDENTIFIER": {
        "title": "These are the wrong identifiers",
        "description": "You submitted the wrong identifier which are not associated to this account"
      }
    }
  },
  "fields": {
    "answer": {
      "label": "Secret answer"
    },
    "birthdate": {
      "label": "Birth date",
      "placeholder": "mm/dd/yyyy"
    },
    "code": {
      "label": "Confidential code"
    },
    "date": {
      "label": "Date",
      "placeholder": "mm/dd/yyyy"
    },
    "email": {
      "label": "Email address"
    },
    "firstname": {
      "label": "First name"
    },
    "lastname": {
      "label": "Last name"
    },
    "login": {
      "label": "Login"
    },
    "password": {
      "label": "Password"
    },
    "phone": {
      "label": "Phone number"
    },
    "two_fa_code": {
      "label": "Strong authentication code"
    }
  },
  "folder": {
    "administrative": "Administrative",
    "photos": "Photos"
  },
  "infos": {
    "konnectorUpdate": {
      "title": "An update is available for this service.",
      "body": {
        "regular": "Perform this update to keep fetching your data and to have the latest features:",
        "blocking": "Update it to keep fetching your data:"
      },
      "button": {
        "label": "See update"
      }
    }
  },
  "legacy": {
    "fields": {
      "access_token": {
        "label": "Access token"
      },
      "accessTokenSecret": {
        "label": "Access token secret"
      },
      "accountName": {
        "label": "Account name"
      },
      "agreement": {
        "label": "I agree"
      },
      "apikey": {
        "label": "Api key"
      },
      "appKey": {
        "label": "Application Key"
      },
      "appSecret": {
        "label": "Application Secret"
      },
      "authCode": {
        "label": "Auth code"
      },
      "bank_identifier": {
        "label": "Bank identifier (optional)"
      },
      "branchName": {
        "label": "Branch"
      },
      "cardNumber": {
        "label": "Card Number"
      },
      "consumerKey": {
        "label": "Consumer Key"
      },
      "consumerSecret": {
        "label": "Consumer Secret"
      },
      "dob": {
        "label": "Date of birth"
      },
      "folderPath": {
        "label": "Folder path"
      },
      "identifier": {
        "label": "Identifier"
      },
      "loginUrl": {
        "label": "Login URL"
      },
      "namePath": {
        "label": "Folder name"
      },
      "new_identifier": {
        "label": "Identifier"
      },
      "phoneNumber": {
        "label": "Phone number"
      },
      "profileName": {
        "label": "Profile Name"
      },
      "refreshToken": {
        "label": "Refresh Token"
      },
      "secret": {
        "label": "Password"
      },
      "timeout": {
        "label": "Delay (ms)"
      },
      "token": {
        "label": "Token"
      },
      "tricountUrl": {
        "label": "Tricount URL"
      }
    }
  },
  "modal": {
    "aria-label": "Connector configuration",
    "konnector": {
      "error": {
        "title": "Unable to retrieve your account",
        "description": "The account cannot be retrieved (%{message}).",
        "button": "Close"
      }
    },
    "accounts": {
      "title": "Select a %{name} account",
      "error": {
        "title": "Error",
        "description": "Unable to retrieve your account(s)",
        "retry": "Retry"
      }
    },
    "tabs": {
      "data": "Data",
      "configuration": "Configuration"
    },
    "addAccount": {
      "title": "Connect to %{name}",
      "button": "Add an account"
    },
    "deleteBIConnection": {
      "title": "Bank disconnect",
      "description": "Your request has been recorded. It will be effective in a short moment. Previously imported data will not be deleted.",
      "confirm-deletion": "Close"
    },
    "deleteAccount": {
      "title": "Disconnection",
      "description": "Your account will be disconnected, but already imported data will be kept.",
      "confirm": "Disconnect",
      "cancel": "Cancel"
    },
    "updateAccount": {
      "general-subheader": "General",
      "identifiers": "Identifiers",
      "delete-account-success": "Account has been disconnected",
      "delete-account-error": "Account could not be disconnected, please retry later or contact our support."
    }
  },
  "oauth": {
    "banking": {
      "connect": {
        "label": "Add your bank"
      },
      "reconnect": {
        "label": "Reconnect"
      }
    },
    "reconnect": {
      "label": "Reconnect"
    },
    "connect": {
      "description": "Connect %{name} to your Twake to synchronize your account and automatically retrieve all your data.",
      "label": "Connect",
      "submit": "Connect",
      "title": "Connect to your Twake"
    },
    "window": {
      "title": "OAuth"
    }
  },
  "triggerSuccessMessage": {
    "button": {
      "label": "Close"
    },
    "description": "Your data will be available in a few minutes and the next ones will follow automatically.",
    "figure": {
      "alt": "connected"
    },
    "title": "Successful configuration!"
  },
  "twoFAForm": {
    "modal-label": "Two factor authentication form",
    "providers": {
      "default": "Enter the code sent to you by e-mail or SMS",
      "email": "Enter the code sent to you by e-mail",
      "sms": "Enter the code sent to you by SMS",
      "app_code": "Enter the one-time code to generate in ${name} mobile app",
      "app": "Use your provider's app to continue authentication"
    },
    "desc-2fa": "You need to open your provider's app to confirm your authentication. In some cases, you will have to validate two times.",
    "desc_1": "This code enables you to finish your connexion.",
    "desc_2": "The second code received on your mobile phone or by email enables you to finalize your connexion.",
    "code": {
      "label_1": "code",
      "label_2": "Second code"
    },
    "retry": "Invalid code, please re-enter.",
    "CTA": "Validate"
  },
  "account": {
    "success": {
      "title": "Successful configuration!",
      "connect": "Your data will be available in a few minutes and the next ones will follow automatically.",
      "banksLinkText": "See my accounts in %{appName}",
      "driveLinkText": "Open the folder in Twake Drive",
      "button": "Close"
    }
  },
  "maintenance": {
    "noService": "Service interrupted",
    "explanationTitle": "What is going on?"
  },
  "suggestions": {
    "title": "Import your data from %{name}",
    "data": "Installing %{name} will automatically import the following data:",
    "why": "Why is %{name} suggested to me?",
    "reason_bank": "%{name} has been detected in one of your bank transactions. Don't worry, no one else can access this information",
    "install": "Install",
    "silence": "Don't suggest it again"
  },
  "dataType": {
    "none": "%{name} won't access any of your personal data",
    "activity": "Your activities",
    "appointment": "Your appointments",
    "bankTransactions": "Your bank transactions",
    "bankAccounts": "Your bank accounts",
    "bill": "Your bills",
    "bloodPressure": "Your blood pressure",
    "calendar": "Your calendars",
    "certificate": "Your certificates",
    "commit": "Your commits",
    "consumption": "Your consumption",
    "contact": "Your contacts",
    "contract": "Your contracts",
    "courseMaterial": "Your course materials",
    "document": "Your documents",
    "event": "Your events",
    "family": "Your family informations",
    "geopoint": "Your geolocations",
    "heartbeat": "Your heartbeats",
    "home": "Your home informations",
    "phonecommunicationlog": "Your phone communications log",
    "picture": "Your pictures",
    "podcast": "Your podcasts",
    "profile": "Your client profile",
    "refund": "Your refunds",
    "sinister": "Your sinisters",
    "sleepTime": "Your sleep time",
    "stepsNumber": "Your number of steps",
    "temperature": "Your temperature data",
    "travelDate": "Your travel dates",
    "tweet": "Your tweets",
    "videostream": "Your videos",
    "weight": "Your weights"
  },
  "vaultCiphersList": {
    "title": "From which account do you want to import your data?",
    "otherAccount": "From another account…"
  },
  "triggerManager": {
    "confirmationModal": {
      "title": "Update credentials?",
      "description": "Your previous credentials will be definitively lost. Add a new account to keep them.",
      "primaryText": "Update",
      "secondaryText": "Cancel"
    }
  },
  "connectionBackdrop": {
    "connecting": "Connection in progress",
    "progress": "Establishing a connection to %{name} can take up to 30 seconds..."
  },
  "disconnectedAccountModal": {
    "disconnected-help": "This account is disconnected. Your data has been kept. If you want to restart the synchronisation, please reconfigure your account with the \"Add a bank\" button."
  },
  "konnectorBlock": {
    "open": "Open the website",
    "store": {
      "primary": "See in Twake Workplace store",
      "secondary": "Access the description of this app"
    },
    "disconnected": "Disconnected",
    "inMaintenance": "In maintenance",
    "hasNewVersionAvailable": "New version available",
    "fatalError": "An error occurred while recovering the service. If this problem persists, do not hesitate to contact us at [%{name}](%{link})"
  },
  "datacards": {
    "trips": {
      "title": "Last trips",
      "caption": "See your 5 most recent trips retrieved on %{konnectorName}",
      "modes": {
        "AIR_OR_HSR": "Plane",
        "BICYCLING": "Bike",
        "BUS": "Bus",
        "CAR": "Car",
        "IN_VEHICLE": "Vehicle",
        "TRAIN": "Train",
        "UNKNOWN": "Unknown",
        "WALKING": "Walking",
        "ON_FOOT": "Walking",
        "RUNNING": "Running"
      }
    },
    "files": {
      "title": "Your documents",
      "imported": "Imported on %{date}",
      "caption": "This service retrieves your latest documents and keeps a complete back-up for you."
    }
  }
}
