Files: f4de6185a9ab8d859093c6270327cf70d43533c7 / locale / en.json
5696 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 | "Next": "Next", |
25 | "Previous": "Previous", |
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 | "ReopenedIssue": "%{name} reopened %{type} %{title}", |
31 | "ClosedIssue": "%{name} closed %{type} %{title}", |
32 | "Named": "%{author} named %{target} %{name}", |
33 | "CommentedOn": "%{name} commented on %{type} %{title}", |
34 | "Activity": "Activity", |
35 | "Repos": "Repos", |
36 | "ReposDug": "Repos dug", |
37 | "UsersRepos": "%{name}'s repos", |
38 | "UsersReposDug": "Repos dug by %{name}", |
39 | "UpdatedOnDate": "Updated %{date}", |
40 | "CreatedOnDate": "Created %{date}", |
41 | "DugOnDate": "Dug %{date}", |
42 | "Dig": "Dig", |
43 | "Undig": "Undig", |
44 | "Fork": "Fork", |
45 | "Forks": "Forks", |
46 | "Rename": "Rename", |
47 | "repo": { |
48 | "Rename": "Rename the repo", |
49 | "Private": "Private", |
50 | "RepoIsPrivate": "This repo is private", |
51 | "Recipients": "Recipients:" |
52 | }, |
53 | "ForkedFrom": "forked from %{repo}", |
54 | "Code": "Code", |
55 | "Commits": "Commits", |
56 | "Issues": "Issues", |
57 | "IssuesN": "Issues (%{count})", |
58 | "PullRequests": "Pull Requests", |
59 | "PullRequestsN": "Pull Requests (%{count})", |
60 | "initRepo": { |
61 | "GettingStarted": "Getting started", |
62 | "CreateNew": "Create a new repository", |
63 | "README": "README", |
64 | "InitialCommit": "Initial commit", |
65 | "PushExisting": "Push an existing repository" |
66 | }, |
67 | "EmptyRepo": "Empty repository", |
68 | "Tree": "Tree", |
69 | "Branch": "Branch", |
70 | "Search": "Search", |
71 | "PushedObjects": "Pushed %{smart_count} object |||| Pushed %{smart_count} objects", |
72 | "AuthoredOn": "%{name} authored on %{date}", |
73 | "CommittedOn": "%{name} committed on %{date}", |
74 | "AuthorReleasedCommit": "%{name} authored %{commitName}", |
75 | "CommitterReleasedCommit": "%{name} committed %{commitName}", |
76 | "TaggedOn": "%{name} tagged on %{date}", |
77 | "Branches": "Branches", |
78 | "Tags": "Tags", |
79 | "Remotes": "Remotes", |
80 | "Go": "Go", |
81 | "Latest": "Latest", |
82 | "LatestOn": "Latest: %{commitId} on %{date}", |
83 | "Files": "Files", |
84 | "gitCommitLink": "git commit link", |
85 | "NoReadme": "No readme", |
86 | "CommitRev": "Commit %{rev}", |
87 | "BrowseFiles": "Browse Files", |
88 | "Parent": "Parent", |
89 | "FilesChanged": "Files changed", |
90 | "action": { |
91 | "added": "added", |
92 | "deleted": "deleted", |
93 | "changedMode": "changed mode from %{old} to %{new}", |
94 | "changed": "changed" |
95 | }, |
96 | "TagName": "Tag %{tag}", |
97 | "View": "View", |
98 | "Info": "Info", |
99 | "Update": "Update", |
100 | "Data": "Data", |
101 | "NumBytes": "%{smart_count} byte |||| %{smart_count} bytes", |
102 | "Pack": "Pack", |
103 | "Packs": "Packs", |
104 | "Index": "Index", |
105 | "Raw": "Raw", |
106 | "Digs": "Digs", |
107 | "Total": "Total", |
108 | "NoForks": "No forks", |
109 | "ForkRepoPrompt": "Fork this repo?", |
110 | "Cancel": "Cancel", |
111 | "issues": { |
112 | "Open": "Open", |
113 | "Closed": "Closed", |
114 | "All": "All" |
115 | }, |
116 | "pull request": "pull request", |
117 | "NoIssues": "No Issues", |
118 | "NoPullRequests": "No pull requests", |
119 | "Create": "Create", |
120 | "Title": "Title", |
121 | "issue": { |
122 | "": "issue", |
123 | "state": { |
124 | "Open": "Open", |
125 | "Closed": "Closed" |
126 | }, |
127 | "New": "New Issue", |
128 | "Opened": "%{name} opened this issue on %{datetime}", |
129 | "Reopened": "%{name} reopened this %{type}", |
130 | "Closed": "%{name} closed this %{type}", |
131 | "Mentioned": "%{name} mentioned this %{type}", |
132 | "MentionedIn": "%{name} mentioned this %{type} in %{post}", |
133 | "Renamed": "%{author} renamed this %{type} to %{name}", |
134 | "Comment": "Comment", |
135 | "LineComment": "Line Comment", |
136 | "Close": "Close %{type}", |
137 | "CommentAndClose": "Comment and Close", |
138 | "Reopen": "Reopen %{type}", |
139 | "CommentAndReopen": "Comment and Reopen" |
140 | }, |
141 | "Reply": "Reply", |
142 | "pullRequest": { |
143 | "WantToMerge": "%{name} wants to merge commits into %{base} from %{head}", |
144 | "Discussion": "Discussion", |
145 | "New": "New Pull Request", |
146 | "NoCommits": "No commits", |
147 | "NoChanges": "No changes" |
148 | }, |
149 | "NameDeletedBranch": "%{name} deleted the %{branch} branch", |
150 | "NameUpdatedBranch": "%{name} updated the branch to %{rev}", |
151 | "CompareChanges": "Compare changes", |
152 | "BaseBranch": "Base branch", |
153 | "ComparisonRepoBranch": "Comparison repo/branch", |
154 | "NoBranches": "No branches to compare!", |
155 | "Compare": "Compare", |
156 | "OpenPullRequest": "Open a pull request", |
157 | "CreatePullRequest": "Create pull request", |
158 | "ComparingChanges": "Comparing changes", |
159 | "Base": "Base", |
160 | "Head": "Head", |
161 | "Back": "Back", |
162 | "mergeInstructions": { |
163 | "MergeViaCmdLine": "Merge via command line…", |
164 | "CheckOut": "Check out the branch and test the changes:", |
165 | "MergeAndPush": "Merge the changes and push to update the base branch:" |
166 | }, |
167 | "diff": { |
168 | "TooLarge": "The diff is too large to show. Use a local git client to view these changes.", |
169 | "OldFileSize": "Old file size: %{bytes} bytes", |
170 | "NewFileSize": "New file size: %{bytes} bytes" |
171 | }, |
172 | "missingBlobsWarning": "Missing blobs for latest %{smart_count} update. Showing old state |||| Missing blobs for latest %{smart_count} updates. Showing old state" |
173 | } |
174 |
Built with git-ssb-web