git ssb

30+

cel / git-ssb-web



Tree: b4ebc518897addfccafcbb7b6dd3c9b653767b78

Files: b4ebc518897addfccafcbb7b6dd3c9b653767b78 / locale / en.json

4759 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 "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 "UsersRepos": "%{name}'s repos",
37 "UpdatedOnDate": "Updated %{date}",
38 "CreatedOnDate": "Created %{date}",
39 "Dig": "Dig",
40 "Undig": "Undig",
41 "Fork": "Fork",
42 "Forks": "Forks",
43 "Rename": "Rename",
44 "repo": {
45 "Rename": "Rename the repo"
46 },
47 "ForkedFrom": "forked from %{repo}",
48 "Code": "Code",
49 "Commits": "Commits",
50 "Issues": "Issues",
51 "PullRequests": "Pull Requests",
52 "initRepo": {
53 "GettingStarted": "Getting started",
54 "CreateNew": "Create a new repository",
55 "README": "README",
56 "InitialCommit": "Initial commit",
57 "PushExisting": "Push an existing repository"
58 },
59 "EmptyRepo": "Empty repository",
60 "Tree": "Tree",
61 "Branch": "Branch",
62 "Search": "Search",
63 "PushedObjects": "Pushed %{smart_count} object |||| Pushed %{smart_count} objects",
64 "AuthoredOn": "%{name} authored on %{date}",
65 "CommittedOn": "%{name} committed on %{date}",
66 "TaggedOn": "%{name} tagged on %{date}",
67 "Branches": "Branches",
68 "Tags": "Tags",
69 "Go": "Go",
70 "Latest": "Latest",
71 "Files": "Files",
72 "gitCommitLink": "git commit link",
73 "NoReadme": "No readme",
74 "CommitRev": "Commit %{rev}",
75 "BrowseFiles": "Browse Files",
76 "Parent": "Parent",
77 "FilesChanged": "Files changed",
78 "action": {
79 "added": "added",
80 "deleted": "deleted",
81 "changedMode": "changed mode from %{old} to %{new}",
82 "changed": "changed"
83 },
84 "TagName": "Tag %{tag}",
85 "View": "View",
86 "Info": "Info",
87 "Update": "Update",
88 "Data": "Data",
89 "NumBytes": "%{smart_count} byte |||| %{smart_count} bytes",
90 "Pack": "Pack",
91 "Packs": "Packs",
92 "Index": "Index",
93 "Raw": "Raw",
94 "Digs": "Digs",
95 "Total": "Total",
96 "NoForks": "No forks",
97 "ForkRepoPrompt": "Fork this repo?",
98 "Cancel": "Cancel",
99 "issues": {
100 "Open": "Open",
101 "Closed": "Closed",
102 "All": "All"
103 },
104 "pull request": "pull request",
105 "NoIssues": "No Issues",
106 "NoPullRequests": "No pull requests",
107 "Create": "Create",
108 "Title": "Title",
109 "issue": {
110 "": "issue",
111 "state": {
112 "Open": "Open",
113 "Closed": "Closed"
114 },
115 "New": "New Issue",
116 "Title": "Issue Title",
117 "Description": "Description",
118 "Rename": "Rename the issue",
119 "Opened": "%{name} opened this issue on %{datetime}",
120 "Reopened": "%{name} reopened this %{type}",
121 "Closed": "%{name} closed this %{type}",
122 "Mentioned": "%{name} mentioned this %{type}",
123 "MentionedIn": "%{name} mentioned this %{type} in %{post}",
124 "Renamed": "%{author} renamed this %{type} to %{name}",
125 "Comment": "Comment",
126 "Close": "Close %{type}",
127 "Reopen": "Reopen %{type}"
128 },
129 "pullRequest": {
130 "Rename": "Rename the pull request",
131 "WantToMerge": "%{name} wants to merge commits into %{base} from %{head}",
132 "Discussion": "Discussion",
133 "New": "New Pull Request"
134 },
135 "NameDeletedBranch": "%{name} deleted the %{branch} branch",
136 "NameUpdatedBranch": "%{name} updated the branch to %{rev}",
137 "CompareChanges": "Compare changes",
138 "BaseBranch": "Base branch",
139 "ComparisonRepoBranch": "Comparison repo/branch",
140 "NoBranches": "No branches to compare!",
141 "Compare": "Compare",
142 "OpenPullRequest": "Open a pull request",
143 "CreatePullRequest": "Create pull request",
144 "ComparingChanges": "Comparing changes",
145 "Base": "Base",
146 "Head": "Head",
147 "Back": "Back",
148 "mergeInstructions": {
149 "MergeViaCmdLine": "Merge via command line…",
150 "CheckOut": "Check out the branch and test the changes:",
151 "MergeAndPush": "Merge the changes and push to update the base branch:"
152 }
153}
154

Built with git-ssb-web