teableio/teable

View on GitHub
packages/common-i18n/src/locales/en/token.json

Summary

Maintainability
Test Coverage
{
  "access": "Access",
  "name": "Name",
  "description": "Description",
  "scopes": "Scopes",
  "expiration": "Expiration",
  "createdTime": "Created",
  "lastUse": "Last use",
  "allSpace": "The space, all current and future bases in this space",
  "formLabelTips": {
    "name": "Provide a token name",
    "description": "What is this token for?",
    "scopes": "With this token, you will be able to:",
    "access": "This token can access the following bases and spaces. You can only grant access to bases and spaces you have access to."
  },
  "new": {
    "headerTitle": "Create new token",
    "title": "Personal access tokens are required to use the Teable API.",
    "description": "This token will grant access to the data in the selected spaces and bases. This token will also allow usage of other, non-space/base API endpoints. Only use this token for your own development. Don’t share it with third-party services and applications.",
    "button": "Create new token",
    "success": {
      "title": "Token successfully generated",
      "description": "Make sure to copy your token. It will never be displayed again."
    },
    "expirationList": {
      "days": "days",
      "custom": "Custom",
      "pick": "Pick a date"
    }
  },
  "edit": {
    "title": "Edit token",
    "name": "Name",
    "scopes": "Scopes"
  },
  "refresh": {
    "title": "Regenerate personal access token",
    "description": "Submitting this form will generate a new token. Be aware that any scripts or applications using this token will need to be updated",
    "button": "Regenerate token"
  },
  "accessSelect": {
    "button": "Add base or space",
    "empty": "No access found.",
    "spaceSelectItem": "All base in space",
    "inputPlaceholder": "Find space or base..."
  },
  "moreScopes": "and {{len}} more",
  "empty": {
    "list": "No personal access tokens found.",
    "access": "No access"
  },
  "deleteConfirm": {
    "title": "Are you sure you want to delete this token?",
    "description": "Any applications or scripts using this token will no longer be able to access the Teable API. You cannot undo this action."
  }
}