git ssb

30+

cel / git-ssb-web



Tree: 8acc1d1aa35122646294a41cd1ec6fa54f18baad

Files: 8acc1d1aa35122646294a41cd1ec6fa54f18baad / locale / en.json

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

Built with git-ssb-web