{
  "plugin.name": "Update Static Content",
  "settings.title": "Update Static Content",
  "permission.guard": "You do not have permission to access the page.",
  "permission.toast.title": "Access denied",
  "permission.toast.message": "You do NOT have permission to do this action.",
  "settings.pagetitle": "Update Static Content Configuration",
  "settings.headers.title": "Configuration",
  "settings.headers.subtitle": "Here you can see your Update Static Content Configuration",
  "loadingMsg": "Loading....",

  "settings.fields.githubtoken": "Github Personal Access Token",
  "settings.fields.owner": "Github Owner Account",
  "settings.fields.repo": "Github Repository",
  "settings.fields.workflowid": "Workflow Id OR Filename",
  "settings.fields.branch": "Branch",
  "settings.fields.roles": "Roles",

  "settings.fields.hint.githubtoken": "Enter your `Github Personal Access Token` if you do not have create one from here",
  "settings.fields.hint.owner": "Enter your `Github Username (owner of the account)`",
  "settings.fields.hint.repo": "Enter your `Github Repository`",
  "settings.fields.hint.workflowid": "Enter your `workflowId` or `filename`",
  "settings.fields.hint.branch": "Enter the desired `branch`",
  "settings.fields.hint.roles": "Roles that have access to the plugin",

  "settings.fields.placeholder.githubtoken": "ghp_*******",
  "settings.fields.placeholder.owner": "evrythinginjs",
  "settings.fields.placeholder.repo": "my-static-website",
  "settings.fields.placeholder.branch": "main",
  "settings.fields.placeholder.workflowid": "deploy.yaml",

  "plugin.title": "Update Static Content Page",
  "plugin.headers.title": "Update Static Content",
  "plugin.headers.subtitle": "Rebuild and deploy your site manually",

  "settings.table.footer.label": "Add another workflow",
  
  "plugin.buttons.secondary": "Visit",
  "plugin.buttons.primary": "Trigger",
  "plugin.buttons.triggerAllWorkflows": "Trigger All Workflows",
  "plugin.missingConfig.message": "Please, setup the following plugin configuration → ",
  "plugin.missingConfig.button": "Plugin Settings",
  
  "plugin.toast.success.title": "Successfully Triggered",
  "plugin.toast.success.description": "Your workflow_dispatch event already started to progress.",
  
  "plugin.toast.failure.unknown.title": "Unknown Error",
  "plugin.toast.failure.unknown.description": "Something goes wrong try later",
  
  "plugin.toast.failure.unprocessableEntity.title": "Event Error",
  "plugin.toast.failure.unprocessableEntity.description": "Your workflow_dispatch event is disabled.",
  
  
  "settings.table.confirmDelete.title": "Delete workflow configuration?",
  "settings.table.confirmDelete.message": "Are you sure you want to delete this config?",
  "settings.table.confirmDelete.confirm": "Yes, delete",

  "configModal.title": "Confirm Action",
  "configModal.cancel": "Cancel",
  "configModal.confirm": "Confirm",

  "pagination.prev": "Previous",
  "pagination.next": "Next",

  "button.seeMore": "See More",
  "button.refresh": "Refresh",
  "button.back": "Back",
  "button.save": "Save",
  "button.details": "Details",
  "confirm.message": "Do you confirm to trigger this action ?"
  
}
