git ssb

30+

cel / git-ssb-web



Tree: bcc4c3555e43a5f9cb02b98de559a806dce9b933

Files: bcc4c3555e43a5f9cb02b98de559a806dce9b933 / locale / en.json

4603 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 "DeletedBranch": "Deleted %{branch}",
62 "AuthoredOn": "%{name} authored on %{date}",
63 "CommittedOn": "%{name} committed 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 "Objects": "Objects",
86 "NumBytes": "%{smart_count} byte |||| %{smart_count} bytes",
87 "Pack": "Pack",
88 "Packs": "Packs",
89 "Index": "Index",
90 "Raw": "Raw",
91 "Digs": "Digs",
92 "Total": "Total",
93 "NoForks": "No forks",
94 "ForkRepoPrompt": "Fork this repo?",
95 "Cancel": "Cancel",
96 "issues": {
97 "Open": "Open",
98 "Closed": "Closed",
99 "All": "All"
100 },
101 "pull request": "pull request",
102 "NoIssues": "No Issues",
103 "NoPullRequests": "No pull requests",
104 "Create": "Create",
105 "Title": "Title",
106 "issue": {
107 "": "issue",
108 "state": {
109 "Open": "Open",
110 "Closed": "Closed"
111 },
112 "New": "New Issue",
113 "Title": "Issue Title",
114 "Description": "Description",
115 "Rename": "Rename the issue",
116 "Opened": "%{name} opened this issue on %{datetime}",
117 "Reopened": "%{name} reopened this %{type}",
118 "Closed": "%{name} closed this %{type}",
119 "Mentioned": "%{name} mentioned this %{type}",
120 "MentionedIn": "%{name} mentioned this %{type} in %{post}",
121 "Renamed": "%{name} renamed this %{type} to %{name}",
122 "Comment": "Comment",
123 "Close": "Close %{type}",
124 "Reopen": "Reopen %{type}"
125 },
126 "pullRequest": {
127 "Rename": "Rename the pull request",
128 "WantToMerge": "%{name} wants to merge commits into %{base} from %{head}",
129 "Discussion": "Discussion",
130 "New": "New Pull Request"
131 },
132 "NameDeletedBranch": "%{name} deleted the %{branch} branch",
133 "NameUpdatedBranch": "%{name} updated the branch to %{rev}",
134 "CompareChanges": "Compare changes",
135 "BaseBranch": "Base branch",
136 "ComparisonRepoBranch": "Comparison repo/branch",
137 "NoBranches": "No branches to compare!",
138 "Compare": "Compare",
139 "OpenPullRequest": "Open a pull request",
140 "CreatePullRequest": "Create pull request",
141 "ComparingChanges": "Comparing changes",
142 "Base": "Base",
143 "Head": "Head",
144 "Back": "Back",
145 "mergeInstructions": {
146 "MergeViaCmdLine": "Merge via command line…",
147 "CheckOut": "Check out the branch and test the changes:",
148 "MergeAndPush": "Merge the changes and push to update the base branch:"
149 }
150}
151

Built with git-ssb-web