git ssb

30+

cel / git-ssb-web



Tree: 660e744402511255c315a77560d14d0f5a089b7e

Files: 660e744402511255c315a77560d14d0f5a089b7e / locale / en.json

5032 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 "TaggedOn": "%{name} tagged on %{date}",
70 "Branches": "Branches",
71 "Tags": "Tags",
72 "Go": "Go",
73 "Latest": "Latest",
74 "Files": "Files",
75 "gitCommitLink": "git commit link",
76 "NoReadme": "No readme",
77 "CommitRev": "Commit %{rev}",
78 "BrowseFiles": "Browse Files",
79 "Parent": "Parent",
80 "FilesChanged": "Files changed",
81 "action": {
82 "added": "added",
83 "deleted": "deleted",
84 "changedMode": "changed mode from %{old} to %{new}",
85 "changed": "changed"
86 },
87 "TagName": "Tag %{tag}",
88 "View": "View",
89 "Info": "Info",
90 "Update": "Update",
91 "Data": "Data",
92 "NumBytes": "%{smart_count} byte |||| %{smart_count} bytes",
93 "Pack": "Pack",
94 "Packs": "Packs",
95 "Index": "Index",
96 "Raw": "Raw",
97 "Digs": "Digs",
98 "Total": "Total",
99 "NoForks": "No forks",
100 "ForkRepoPrompt": "Fork this repo?",
101 "Cancel": "Cancel",
102 "issues": {
103 "Open": "Open",
104 "Closed": "Closed",
105 "All": "All"
106 },
107 "pull request": "pull request",
108 "NoIssues": "No Issues",
109 "NoPullRequests": "No pull requests",
110 "Create": "Create",
111 "Title": "Title",
112 "issue": {
113 "": "issue",
114 "state": {
115 "Open": "Open",
116 "Closed": "Closed"
117 },
118 "New": "New 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 "CommentAndClose": "Comment and Close",
128 "Reopen": "Reopen %{type}",
129 "CommentAndReopen": "Comment and Reopen"
130 },
131 "pullRequest": {
132 "WantToMerge": "%{name} wants to merge commits into %{base} from %{head}",
133 "Discussion": "Discussion",
134 "New": "New Pull Request"
135 },
136 "NameDeletedBranch": "%{name} deleted the %{branch} branch",
137 "NameUpdatedBranch": "%{name} updated the branch to %{rev}",
138 "CompareChanges": "Compare changes",
139 "BaseBranch": "Base branch",
140 "ComparisonRepoBranch": "Comparison repo/branch",
141 "NoBranches": "No branches to compare!",
142 "Compare": "Compare",
143 "OpenPullRequest": "Open a pull request",
144 "CreatePullRequest": "Create pull request",
145 "ComparingChanges": "Comparing changes",
146 "Base": "Base",
147 "Head": "Head",
148 "Back": "Back",
149 "mergeInstructions": {
150 "MergeViaCmdLine": "Merge via command line…",
151 "CheckOut": "Check out the branch and test the changes:",
152 "MergeAndPush": "Merge the changes and push to update the base branch:"
153 },
154 "diff": {
155 "TooLarge": "The diff is too large to show. Use a local git client to view these changes.",
156 "OldFileSize": "Old file size: %{bytes} bytes",
157 "NewFileSize": "New file size: %{bytes} bytes"
158 }
159}
160

Built with git-ssb-web