git ssb

30+

cel / git-ssb-web



Commit ac48d76d0d102b7231266f1594c6e95464e4eef4

Add Esperanto translation

Charles Lehner committed on 4/15/2016, 5:36:24 PM
Parent: c9dd948afd58832c8382fb3be35c2ef7eaf78681

Files changed

locale/eo.jsonadded
locale/eo.jsonView
@@ -1,0 +1,142 @@
1 +{
2 + "post": {
3 + "Write": "Skribi",
4 + "Preview": "Antaŭmontro"
5 + },
6 + "error": {
7 + "POSTNotAllowed": "POST malpermesatas en publika retejo",
8 + "MissingData": "mankas datenoj",
9 + "MissingId": "mankas identigo",
10 + "MissingName": "mankas noma",
11 + "UnknownAction": "Nekonata ago '%{action}'",
12 + "403Forbidden": "403 Malpermesita",
13 + "404NotFound": "404 Ne Trovita",
14 + "DirectoryNotListable": "Dosierujo ne listebla",
15 + "RepoNotFound": "Deponeja ne troviĝas",
16 + "RepoIdNotFound": "Deponeja %{id} ne estis trovita",
17 + "BlobNotFound": "Blob ne trovita",
18 + "BlobNotFoundInRepo": "Blob en deponejo %{repo} ne troviĝis",
19 + "MissingBlob": "Mankas blob '%{key}'"
20 + },
21 + "Redirect": "Alidirekti",
22 + "Continue": "Daŭrigu",
23 + "git ssb": "git ssb",
24 + "Newer": "Pli nova",
25 + "Older": "Pli malnova",
26 + "Forked": "%{name} forkis %{upstream} al %{repo}",
27 + "CreatedRepo": "%{name} kreis deponejon %{repo}",
28 + "Pushed": "%{name} puŝis al %{repo}",
29 + "OpenedIssue": "%{name} malfermiĝis %{type} %{title} sur %{project}",
30 + "Named": "%{author} nomis %{target} %{name}",
31 + "Activity": "Aktivaĵo",
32 + "Repos": "Deponejoj",
33 + "Dig": "Digi",
34 + "Undig": "Maldigi",
35 + "Fork": "Forki",
36 + "Forks": "Forkoj",
37 + "Rename": "Renomigi",
38 + "repo": {
39 + "Rename": "Alinomi la deponejon"
40 + },
41 + "ForkedFrom": "forkis el %{repo}",
42 + "Code": "Kodo",
43 + "Commits": "Enmetoj",
44 + "Issues": "Temoj",
45 + "PullRequests": "Tiro-petoj",
46 + "initRepo": {
47 + "GettingStarted": "Rudimentoj",
48 + "CreateNew": "Krei novan deponejon",
49 + "README": "README",
50 + "InitialCommit": "Komenca enmeto",
51 + "PushExisting": "Puŝi ekzistantan deponejon"
52 + },
53 + "EmptyRepo": "Malplena deponejo",
54 + "Tree": "Arbo",
55 + "Branch": "Branĉo",
56 + "Search": "Serĉi",
57 + "PushedObjects": "Puŝis %{smart_count} objektoj |||| Puŝis %{smart_count} objekto",
58 + "DeletedBranch": "Forviis {branch}",
59 + "AuthoredOn": "%{name} aŭtoris je %{date}",
60 + "CommittedOn": "%{name} enmetis je %{date}",
61 + "Branches": "Branĉoj",
62 + "Tags": "Etikedo",
63 + "Go": "Iri",
64 + "Latest": "Aktuala",
65 + "Files": "Dosieroj",
66 + "NoReadme": "Sen 'readme'",
67 + "CommitRev": "Enmeto %{rev}",
68 + "BrowseFiles": "Foliumi dosierojn",
69 + "Parent": "Gepatro",
70 + "FilesChanged": "Dosieroj ŝanĝis",
71 + "action": {
72 + "added": "aldonis",
73 + "deleted": "forviis",
74 + "changedMode": "ŝanĝis reĝimon de %{old} al %{new}",
75 + "changed": "ŝanĝis"
76 + },
77 + "View": "Vidu",
78 + "Info": "Informo",
79 + "Update": "Ĝisdatigo",
80 + "Data": "Datumojn",
81 + "Objects": "objektoj",
82 + "NumBytes": "%{smart_count} bajto |||| %{smart_count} bajtojn",
83 + "Pack": "Pako",
84 + "Packs": "Pakoj",
85 + "Index": "Indekso",
86 + "Raw": "Kruda",
87 + "Digs": "Dig-oj",
88 + "Total": "Tuta",
89 + "NoForks": "Neniu forkoj",
90 + "ForkRepoPrompt": "Forki ĉi tiun deponejon?",
91 + "Cancel": "Nuligi",
92 + "state": {
93 + "Open": "Malfermitaj",
94 + "Closed": "Fermitaj",
95 + "All": "Ċiuj"
96 + },
97 + "pull request": "tiro-petojn",
98 + "NoIssues": "Neniu temoj",
99 + "NoPullRequests": "Neniu tiro-petojn",
100 + "Create": "Krei",
101 + "Title": "Titolo",
102 + "issue": {
103 + "": "temon",
104 + "New": "Nova Temo",
105 + "Title": "Temo titolo",
106 + "Description": "Priskribo",
107 + "Rename": "Renomiĝi la temon",
108 + "Opened": "%{name} malfermis opened this issue on %{datetime}",
109 + "Reopened": "%{name} remalfermis tiun %{type}",
110 + "Closed": "%{name} fermis tiun %{type}",
111 + "Mentioned": "%{name} menciis tiun %{type}",
112 + "MentionedIn": "%{name} menciis tiun %{type} en %{post}",
113 + "Renamed": "%{name} renomiĝis tiun %{type} al %{name}",
114 + "Comment": "Komenti",
115 + "Close": "Fermi %{type}",
116 + "Reopen": "Remalfermi %{type}"
117 + },
118 + "pullRequest": {
119 + "Rename": "Alinomigado el tiro-petojn",
120 + "WantToMerge": "%{name} volas kunfandi enmetoj en %{base} de %{head}",
121 + "Discussion": "Priparolado",
122 + "New": "Nova Tiro-peto"
123 + },
124 + "NameDeletedBranch": "%{name} fermiĝis la %{branch} branĉon",
125 + "NameUpdatedBranch": "%{name} ĝisdatigis la branĉon al %{rev}",
126 + "CompareChanges": "Kompari ŝanĝojn",
127 + "BaseBranch": "Bazo branĉo",
128 + "ComparisonRepoBranch": "Komparo deponejo/branĉo",
129 + "NoBranches": "Neniu komparo branĉoj!",
130 + "Compare": "Compare",
131 + "OpenPullRequest": "Malfermi tiro-petojn",
132 + "CreatePullRequest": "Krei tiro-petojn",
133 + "ComparingChanges": "Komparo de ŝanĝoj",
134 + "Base": "Bazo",
135 + "Head": "Kapo",
136 + "Back": "Retroiri",
137 + "mergeInstructions": {
138 + "MergeViaCmdLine": "Kunfandu laŭ komandlinio…",
139 + "CheckOut": "Elŝuti la branĉo kaj testu ŝanĝojn:",
140 + "MergeAndPush": "Kunfandu ŝanĝojn kaj tiru por ĝisdatigi la bazo branĉo:"
141 + }
142 +}

Built with git-ssb-web