WebHooker/server/lib/lib/locales/en.ts

208 lines
5.3 KiB
TypeScript

export const en = {
actions: {
opened: "Opened",
closed: "Closed",
reopened: "Reopened",
synchronized: "Synchronized",
edited: "Edited",
labeled: "Labeled",
unlabeled: "Unlabeled",
assigned: "Assigned",
unassigned: "Unassigned",
converted_to_draft: "Converted to Draft",
ready_for_review: "Ready for Review",
completed: "Completed",
published: "Published",
created: "Created",
deleted: "Deleted",
started: "Started",
added: "Added",
removed: "Removed",
submitted: "Submitted",
dismissed: "Dismissed",
approved: "Approved",
changes_requested: "Changes Requested",
answered: "Answered",
unanswered: "Unanswered",
pinned: "Pinned",
unpinned: "Unpinned",
transferred: "Transferred",
publicized: "made public",
privatized: "made private",
locked: "Locked",
unlocked: "Unlocked",
renamed: "Renamed",
archived: "Archived",
unarchived: "Unarchived",
fixed: "Fixed",
appeared_in_branch: "Appeared in Branch",
reopened_by_user: "Reopened by User",
closed_by_user: "Closed by User",
},
fields: {
branch: "Branch",
changes: "Changes",
labels: "Labels",
assignees: "Assignees",
milestone: "Milestone",
status: "Status",
run: "Run",
job: "Job",
workflow: "Workflow",
context: "Context",
duration: "Duration",
type: "Type",
name: "Name",
description: "Description",
file: "File",
commit: "Commit",
environment: "Environment",
url: "URL",
service: "Service",
severity: "Severity",
rule: "Rule",
package: "Package",
vulnerable_range: "Vulnerable Range",
summary: "Summary",
progress: "Progress",
due: "Due",
number: "Number",
color: "Color",
label: "Label",
transferred: "Transferred",
renamed: "Renamed",
details: "Details",
branch_tag: "Branch/Tag",
},
common: {
footer: "{repo}",
unknown: "unknown",
no_message: "no message",
repository: "repository",
untitled: "Untitled",
github: "GitHub",
and_n_more: "... and {count} more commits",
n_files: "{count} files",
},
events: {
push: {
force_push: "**Force push**",
branch_created: "Branch created",
commits_pushed: "**{count}** commit{s} pushed to {ref}",
view_comparison: "[View comparison]({url})",
added: "+{count} added",
removed: "-{count} removed",
modified: "~{count} modified",
title: "{repo}: Pushed {count} commit{s}",
},
pr: {
action_pr: "{emoji}**{action}** pull request",
title: "{repo}#{number}: {title}",
},
issues: {
action_issue: "{emoji}**{action}** issue",
title: "{repo}#{number}: {title}",
},
issue_comment: {
title: "{repo}#{number}: {title}",
action_comment: "{emoji}**{action}** comment",
},
workflow_run: {
title: "{repo}: {name} — {conclusion}",
},
workflow_job: {
title: "{repo}: Job {name} — {conclusion}",
},
status: {
title: "{repo}: {context} — {state}",
},
ping: {
title: "{repo}: Webhook ping",
},
release: {
action_release: "{emoji}**{action}** release `{tag}`",
title: "{repo}: {name}",
},
create: {
title: "{repo}: {emoji}Created {type} {ref}",
},
delete: {
title: "{repo}: {emoji}Deleted {type} {ref}",
},
star: {
starred: "Starred",
unstarred: "Unstarred",
title: "{repo}: {emoji}{label}",
},
fork: {
title: "{repo}: {emoji}Forked to {forkee}",
},
check_run: {
title: "{repo}: {name} — {conclusion}",
},
check_suite: {
title: "{repo}: Check suite {conclusion}",
},
pr_review: {
action_review: "{emoji}**{action}** review",
title: "{repo}#{number}: {title}",
},
pr_review_comment: {
action_inline: "{emoji}**{action}** inline comment",
title: "{repo}#{number}: {title}",
line: " (line {position})",
},
commit_comment: {
action_comment: "{emoji}**{action}**",
title: "{repo}: Comment on commit {sha}",
},
deployment: {
title: "{repo}: Deployment to `{env}` — {state}",
},
member: {
title: "{repo}: {emoji}{action} collaborator: {name}",
},
label: {
title: "{repo}: {emoji}Label {action}: {name}",
},
milestone: {
title: "{repo}: {emoji}Milestone {action}: {title}",
},
discussion: {
title: "{repo}#{number}: {title}",
action_discussion: "{emoji}{action} discussion{category}",
},
discussion_comment: {
title: "{repo}#{number}: {title}",
action_comment: "{emoji}**{action}** comment",
},
repository: {
title: "{repo}: {emoji}Repository {action}",
open: "Open repository",
public: "public",
private: "private",
internal: "internal",
is_fork: "This is a fork",
visibility: "Visibility",
},
code_scanning: {
title: "{repo}: Code Scanning {action}",
},
dependabot: {
title: "{repo}: Dependabot {action}",
},
generic: {
title: "{repo}: {event}{action}",
},
},
custom: {
title_fallback: "Custom message",
},
log: {
title: "{repo}: {event}{action}",
routes: "Routes",
delivery: "Delivery",
route_ok: "✅ {route} → {target}",
route_fail: "❌ {route} → {target}: {error}",
},
};