git ssb

30+

cel / git-ssb-web



Tree: 1b7253ee8c5a23c7ec17bd44c7a7753732087c88

Files: 1b7253ee8c5a23c7ec17bd44c7a7753732087c88 / locale / en.json

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

Built with git-ssb-web