Files: b8aa0f8352d62cc90e2ab57a3b56f4925e06ed9b / locale / en.json
4646 bytesRaw
1 | { |
2 | "post": { |
3 | "Write": "Write", |
4 | "Preview": "Preview" |
5 | }, |
6 | "error": { |
7 | "POSTNotAllowed": "POST not allowed on public site", |
8 | "MissingData": "missing data", |
9 | "MissingId": "missing id", |
10 | "MissingName": "missing name", |
11 | "UnknownAction": "Unknown action %{action}", |
12 | "403Forbidden": "403 Forbidden", |
13 | "404NotFound": "404 Not Found", |
14 | "DirectoryNotListable": "Directory not listable", |
15 | "RepoNotFound": "Repo not found", |
16 | "RepoIdNotFound": "Repo %{id} was not found", |
17 | "BlobNotFound": "Blob not found", |
18 | "BlobNotFoundInRepo": "Blob in repo %{repo} was not found", |
19 | "MissingBlob": "Missing blob %{key}" |
20 | }, |
21 | "Redirect": "Redirect", |
22 | "Continue": "Continue", |
23 | "git ssb": "git ssb", |
24 | "Newer": "Newer", |
25 | "Older": "Older", |
26 | "Forked": "%{name} forked %{upstream} to %{repo}", |
27 | "CreatedRepo": "%{name} created repo %{repo}", |
28 | "Pushed": "%{name} pushed to %{repo}", |
29 | "OpenedIssue": "%{name} opened %{type} %{title} on %{project}", |
30 | "Named": "%{author} named %{target} %{name}", |
31 | "CommentedOn": "%{author} commented on %{target}", |
32 | "Activity": "Activity", |
33 | "Repos": "Repos", |
34 | "UsersRepos": "%{name}'s repos", |
35 | "UpdatedOnDate": "Updated %{date}", |
36 | "CreatedOnDate": "Created %{date}", |
37 | "Dig": "Dig", |
38 | "Undig": "Undig", |
39 | "Fork": "Fork", |
40 | "Forks": "Forks", |
41 | "Rename": "Rename", |
42 | "repo": { |
43 | "Rename": "Rename the repo" |
44 | }, |
45 | "ForkedFrom": "forked from %{repo}", |
46 | "Code": "Code", |
47 | "Commits": "Commits", |
48 | "Issues": "Issues", |
49 | "PullRequests": "Pull Requests", |
50 | "initRepo": { |
51 | "GettingStarted": "Getting started", |
52 | "CreateNew": "Create a new repository", |
53 | "README": "README", |
54 | "InitialCommit": "Initial commit", |
55 | "PushExisting": "Push an existing repository" |
56 | }, |
57 | "EmptyRepo": "Empty repository", |
58 | "Tree": "Tree", |
59 | "Branch": "Branch", |
60 | "Search": "Search", |
61 | "PushedObjects": "Pushed %{smart_count} object |||| Pushed %{smart_count} objects", |
62 | "AuthoredOn": "%{name} authored on %{date}", |
63 | "CommittedOn": "%{name} committed on %{date}", |
64 | "TaggedOn": "%{name} tagged on %{date}", |
65 | "Branches": "Branches", |
66 | "Tags": "Tags", |
67 | "Go": "Go", |
68 | "Latest": "Latest", |
69 | "Files": "Files", |
70 | "gitCommitLink": "git commit link", |
71 | "NoReadme": "No readme", |
72 | "CommitRev": "Commit %{rev}", |
73 | "BrowseFiles": "Browse Files", |
74 | "Parent": "Parent", |
75 | "FilesChanged": "Files changed", |
76 | "action": { |
77 | "added": "added", |
78 | "deleted": "deleted", |
79 | "changedMode": "changed mode from %{old} to %{new}", |
80 | "changed": "changed" |
81 | }, |
82 | "TagName": "Tag %{tag}", |
83 | "View": "View", |
84 | "Info": "Info", |
85 | "Update": "Update", |
86 | "Data": "Data", |
87 | "NumBytes": "%{smart_count} byte |||| %{smart_count} bytes", |
88 | "Pack": "Pack", |
89 | "Packs": "Packs", |
90 | "Index": "Index", |
91 | "Raw": "Raw", |
92 | "Digs": "Digs", |
93 | "Total": "Total", |
94 | "NoForks": "No forks", |
95 | "ForkRepoPrompt": "Fork this repo?", |
96 | "Cancel": "Cancel", |
97 | "issues": { |
98 | "Open": "Open", |
99 | "Closed": "Closed", |
100 | "All": "All" |
101 | }, |
102 | "pull request": "pull request", |
103 | "NoIssues": "No Issues", |
104 | "NoPullRequests": "No pull requests", |
105 | "Create": "Create", |
106 | "Title": "Title", |
107 | "issue": { |
108 | "": "issue", |
109 | "state": { |
110 | "Open": "Open", |
111 | "Closed": "Closed" |
112 | }, |
113 | "New": "New Issue", |
114 | "Title": "Issue Title", |
115 | "Description": "Description", |
116 | "Rename": "Rename the issue", |
117 | "Opened": "%{name} opened this issue on %{datetime}", |
118 | "Reopened": "%{name} reopened this %{type}", |
119 | "Closed": "%{name} closed this %{type}", |
120 | "Mentioned": "%{name} mentioned this %{type}", |
121 | "MentionedIn": "%{name} mentioned this %{type} in %{post}", |
122 | "Renamed": "%{author} renamed this %{type} to %{name}", |
123 | "Comment": "Comment", |
124 | "Close": "Close %{type}", |
125 | "Reopen": "Reopen %{type}" |
126 | }, |
127 | "pullRequest": { |
128 | "Rename": "Rename the pull request", |
129 | "WantToMerge": "%{name} wants to merge commits into %{base} from %{head}", |
130 | "Discussion": "Discussion", |
131 | "New": "New Pull Request" |
132 | }, |
133 | "NameDeletedBranch": "%{name} deleted the %{branch} branch", |
134 | "NameUpdatedBranch": "%{name} updated the branch to %{rev}", |
135 | "CompareChanges": "Compare changes", |
136 | "BaseBranch": "Base branch", |
137 | "ComparisonRepoBranch": "Comparison repo/branch", |
138 | "NoBranches": "No branches to compare!", |
139 | "Compare": "Compare", |
140 | "OpenPullRequest": "Open a pull request", |
141 | "CreatePullRequest": "Create pull request", |
142 | "ComparingChanges": "Comparing changes", |
143 | "Base": "Base", |
144 | "Head": "Head", |
145 | "Back": "Back", |
146 | "mergeInstructions": { |
147 | "MergeViaCmdLine": "Merge via command line…", |
148 | "CheckOut": "Check out the branch and test the changes:", |
149 | "MergeAndPush": "Merge the changes and push to update the base branch:" |
150 | } |
151 | } |
152 |
Built with git-ssb-web