﻿{
  "bitwarden": {
    "message": "Bitwarden"
  },
  "authenticatorAppTitle": {
    "message": "Authenticator App"
  },
  "yubiKeyTitleV2": {
    "message": "Yubico OTP Security Key"
  },
  "emailTitle": {
    "message": "Email"
  },
  "noneFolder": {
    "message": "No Folder"
  },
  "importEncKeyError": {
    "message": "Error decrypting the exported file. Your encryption key does not match the encryption key used export the data."
  },
  "invalidFilePassword": {
    "message": "Invalid file password, please use the password you entered when you created the export file."
  },
  "importPasswordRequired": {
    "message": "File is password protected, please provide a decryption password."
  },
  "importFormatError": {
    "message": "Data is not formatted correctly. Please check your import file and try again."
  },
  "importNothingError": {
    "message": "Nothing was imported."
  },
  "verificationCodeRequired": {
    "message": "Verification code is required."
  },
  "invalidVerificationCode": {
    "message": "Invalid verification code."
  },
  "invalidEmailOrVerificationCode": {
    "message": "Invalid email or verification code"
  },
  "masterPassRequired": {
    "message": "Master password is required."
  },
  "invalidMasterPassword": {
    "message": "Invalid master password."
  },
  "invalidMasterPasswordConfirmEmailAndHost": {
    "message": "Invalid master password. Confirm your email is correct and your account was created on $HOST$.",
    "placeholders": {
      "host": {
        "content": "$1",
        "example": "vault.bitwarden.com"
      }
    }
  },
  "sessionTimeout": {
    "message": "Your session has timed out. Please go back and try logging in again."
  },
  "ssoKeyConnectorError": {
    "message": "Key Connector error: make sure Key Connector is available and working correctly."
  },
  "unsupportedEncryptedImport": {
    "message": "Importing encrypted files is currently not supported."
  },
  "importUnassignedItemsError": {
    "message": "File contains unassigned items."
  },
  "errorAssigningTargetCollection": {
    "message": "Error assigning target collection."
  },
  "errorAssigningTargetFolder": {
    "message": "Error assigning target folder."
  },
  "forwarderError": {
    "message": "$SERVICENAME$ error: $ERRORMESSAGE$",
    "description": "Reports an error returned by a forwarding service to the user.",
    "placeholders": {
      "servicename": {
        "content": "$1",
        "example": "SimpleLogin"
      },
      "errormessage": {
        "content": "$2",
        "example": "Invalid characters in domain name."
      }
    }
  },
  "forwarderGeneratedBy": {
    "message": "Generated by Bitwarden.",
    "description": "Displayed with the address on the forwarding service's configuration screen."
  },
  "forwarderGeneratedByWithWebsite": {
    "message": "Website: $WEBSITE$. Generated by Bitwarden.",
    "description": "Displayed with the address on the forwarding service's configuration screen.",
    "placeholders": {
      "WEBSITE": {
        "content": "$1",
        "example": "www.example.com"
      }
    }
  },
  "forwaderInvalidToken": {
    "message": "Invalid $SERVICENAME$ API token",
    "description": "Displayed when the user's API token is empty or rejected by the forwarding service.",
    "placeholders": {
      "servicename": {
        "content": "$1",
        "example": "SimpleLogin"
      }
    }
  },
  "forwaderInvalidTokenWithMessage": {
    "message": "Invalid $SERVICENAME$ API token: $ERRORMESSAGE$",
    "description": "Displayed when the user's API token is rejected by the forwarding service with an error message.",
    "placeholders": {
      "servicename": {
        "content": "$1",
        "example": "SimpleLogin"
      },
      "errormessage": {
        "content": "$2",
        "example": "Please verify your email address to continue."
      }
    }
  },
  "forwaderInvalidOperation": {
    "message": "$SERVICENAME$ refused your request. Please contact your service provider for assistance.",
    "description": "Displayed when the user is forbidden from using the API by the forwarding service.",
    "placeholders": {
      "servicename": {
        "content": "$1",
        "example": "SimpleLogin"
      }
    }
  },
  "forwaderInvalidOperationWithMessage": {
    "message": "$SERVICENAME$ refused your request: $ERRORMESSAGE$",
    "description": "Displayed when the user is forbidden from using the API by the forwarding service with an error message.",
    "placeholders": {
      "servicename": {
        "content": "$1",
        "example": "SimpleLogin"
      },
      "errormessage": {
        "content": "$2",
        "example": "Please verify your email address to continue."
      }
    }
  },
  "forwarderNoAccountId": {
    "message": "Unable to obtain $SERVICENAME$ masked email account ID.",
    "description": "Displayed when the forwarding service fails to return an account ID.",
    "placeholders": {
      "servicename": {
        "content": "$1",
        "example": "SimpleLogin"
      }
    }
  },
  "forwarderNoDomain": {
    "message": "Invalid $SERVICENAME$ domain.",
    "description": "Displayed when the domain is empty or domain authorization failed at the forwarding service.",
    "placeholders": {
      "servicename": {
        "content": "$1",
        "example": "SimpleLogin"
      }
    }
  },
  "forwarderNoUrl": {
    "message": "Invalid $SERVICENAME$ url.",
    "description": "Displayed when the url of the forwarding service wasn't supplied.",
    "placeholders": {
      "servicename": {
        "content": "$1",
        "example": "SimpleLogin"
      }
    }
  },
  "forwarderUnknownError": {
    "message": "Unknown $SERVICENAME$ error occurred.",
    "description": "Displayed when the forwarding service failed due to an unknown error.",
    "placeholders": {
      "servicename": {
        "content": "$1",
        "example": "SimpleLogin"
      }
    }
  },
  "forwarderUnknownForwarder": {
    "message": "Unknown forwarder: '$SERVICENAME$'.",
    "description": "Displayed when the forwarding service is not supported.",
    "placeholders": {
      "servicename": {
        "content": "$1",
        "example": "JustTrust.us"
      }
    }
  },
  "legacyEncryptionUnsupported": {
    "message": "Legacy encryption is no longer supported. Please contact support to recover your account."
  },
  "organizationUsingKeyConnectorOptInLoggedOut": {
    "message": "An organization you are a member of is using Key Connector. In order to access the vault, you must opt-in to Key Connector now via the web vault. You have been logged out."
  },
  "removeMasterPasswordForOrganizationUserKeyConnector": {
    "message": "A master password is no longer required for members of the following organization. Please confirm the domain below with your organization administrator. Organization name: $ORGANIZATION$. Key Connector domain: $KEYCONNECTORDOMAIN$",
    "placeholders": {
      "organization": {
        "content": "$1",
        "example": "My Org Name"
      },
      "keyConnectorDomain": {
        "content": "$2",
        "example": "Key Connector domain"
      }
    }
  },
  "removeMasterPasswordAndUnlock": {
    "message": "Remove master password and unlock"
  },
  "leaveOrganizationAndUnlock": {
    "message": "Leave organization and unlock"
  },
  "logOut": {
    "message": "Log out"
  },
  "youHaveBeenLoggedOut": {
    "message": "You have been logged out."
  },
  "myItems": {
    "message": "My Items"
  },
  "organizationUsingKeyConnectorConfirmLoggedOut": {
    "message": "An organization you are a member of is using Key Connector. In order to access the vault, you must confirm the Key Connector domain now via the web vault. You have been logged out."
  },
  "confirmKeyConnectorDomain": {
    "message": "Please confirm the domain below with your organization administrator. Key Connector domain: $KEYCONNECTORDOMAIN$",
    "placeholders": {
      "keyConnectorDomain": {
        "content": "$1",
        "example": "Key Connector domain"
      }
    }
  },
  "confirm": {
    "message": "Confirm"
  }
}
