git ssb

30+

cel / git-ssb-web



Tree: c41b8297c7ac5978b6a4bc7b4115c2302c128e6e

Files: c41b8297c7ac5978b6a4bc7b4115c2302c128e6e / locale / en.json

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

Built with git-ssb-web