git ssb

30+

cel / git-ssb-web



Tree: 6086011c37856d731385a00682e6f7fc4c01ed4b

Files: 6086011c37856d731385a00682e6f7fc4c01ed4b / locale / en.json

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

Built with git-ssb-web