-
Notifications
You must be signed in to change notification settings - Fork 1
/
buildaur_translations.py
274 lines (274 loc) · 12.3 KB
/
buildaur_translations.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
trans={
"en" : {
"yes" : "y",
"no" : "n",
"cancel" : "c",
"conf_warning" : ":: %sWarning:\033[0m The config has errors in it.",
"downloading" : ":: Downloading package list...",
"downloading2" : "Downloading package list...",
"error_server" : ":: %sERROR:\033[0m Server is not reachable!",
"update_asp" : ":: Updating asp database...",
"collecting" : ":: Collecting package data...",
"checking" : ":: Checking for outdated packages...",
"checking1" : "Checking %s...",
"checking2" : ":: Checking packages...",
"warning_higher" : " %sWarning:\033[0m %s-%s is higher than AUR %s!",
"warning_out-of-date" : " %sWarning:\033[0m %s is flagged as out-of-date since: %s!",
"done" : ":: Done",
"nothing" : " Nothing to do",
"info_single" : {
"name" : "Name",
"pkgb" : "Package-base",
"ver" : "Version",
"lver" : "Local Version",
"desc" : "Description",
"main" : "Maintainer",
"url" : "URL",
"fsub" : "First submitted",
"lsub" : "Last modified",
"pop" : "Popularity",
"votes" : "Votes",
"oof" : "Pkg out-of-date",
},
"info_arrays" : {
"provides": "Provides",
"conflicts": "Conflicts",
"license" : "Licenses",
"key" : "Keywords",
"deps" : "Dependencies",
"makedeps" : "Make-dependencies",
"optdeps" : "Optional dependencies",
},
"reinstalling" : " %sInfo:\033[0m %s-%s is up to date -- reinstalling",
"updating" : " %sInfo:\033[0m %s-%s will be updated to %s",
"error_not_found" : ":: %sERROR:\033[0m %s not found!",
"packages" : "Packages (%s): ",
"continue" : "\n:: Continue installation? [Y/n] ",
"making" : "(%s/%s) Making packagebase %s%s\033[0m...",
"exporting" : ":: Exporting package...",
"cloning" : ":: Cloning git repository...",
"print_pkgb" : ":: Printing %s...",
"print_pkgdiff" : ":: Printing PKGDIFF...",
"edit" : "\n:: Edit %s? [y/c/N] ",
"goingon" : ":: Going on",
"exiting" : ":: Exiting",
"update_chroot" : ":: Updating chroot packages...",
"making1" : ":: Making the package...",
"installing" : ":: Installing packages...",
"created" : ":: Package(s) created in:",
"checking_deps" : ":: Checking for unresolved dependencies...",
"hooks_off" : ":: deactivated hooks:",
"hooks_on" : ":: Activated %s!",
"hooks_off1" : ":: Deactivated %s!",
"about" : "Buildaur %s -- An AUR helper with asp support\n\nThis package is submited and maintained by lxgr -- <[email protected]>\nThis software is licensed under the GPL3.\n\nThis software is made to help archlinux users to install and update packages from the AUR in a save and consistent way.",
"running_hook" : ":: Running %s...",
"error_root" : ":: %sERROR:\033[0m DON'T run this script as root, stupid!",
"error_no_opts" : ":: %sERROR:\033[0m No options given!",
"error_no_pkgs" : ":: %sERROR:\033[0m No packages given!",
"error_makepkg": ":: %sERROR:\033[0m An error happened while making %s!",
"error_search" : ":: %sERROR:\033[0m %s is not a valid search term!",
"cleaning" : ":: Cleaning build directory...",
"will_removed" : "B will be removed!",
"creating_chroot" : ":: Creating a chroot directory",
"error_pkgs_opts" : ":: %sERROR:\033[0m No package or other option is given!",
"error_opts" : ":: %sERROR:\033[0m %s is no valid option!",
"max_name_len" : 22,
"help_start" : "buildaur - An AUR helper with asp support\nUsage: %s <option> <string>",
"help" : {
"main" : {
"desc" : "General options:",
"content" : {
"-S" : "Installs a package",
"-Q" : "Lists installed packages or searches for ones in the AUR",
"-Qs" : "Searches the AUR",
"-Qi" : "Gives detailed package information",
"-Syu" : "Updates all AUR packages",
"-asp" : "Builds a package from source using asp (useful for archlinux arm)",
"-aspyu" : "Updates all asp packages (useful for archlinux arm)",
"--show" : "Shows the PKGBUILD of a given package",
"--clear" : "Cleans build dir",
"-v|--version" : "Displays version of this program",
"-l|--license" : "Displays license of this program",
"--make-chroot" : "Creates a chroot dir which can be used for building packages",
"--about" : "Displays an about text",
},
},
"add_main" : {
"desc" : "Additional options for -S,-R,-Syu,-asp,-aspyu:",
"content" : {
"n" : "Doesn't ask questions",
"spgp" : "Skips pgp checks of sourcecode",
"ch" : "Builds the package in a clean chroot (you may run into some problems using this on archlinux arm!)",
"di" : "Just builds the package",
"co" : "Toggles colored output on and off",
"dlf" : "Pulls dependencies from PKGBUILD",
"git" : "Updates all -git packages at updates",
},
},
"show" : {
"desc" : "Additional options for --show:",
"content" : {
"--diff" : "Outputs diff between current pkgbuildver and former pkgbuildver",
},
},
"Q" : {
"desc" : "Additional options for -Q,-Qs",
"content" : {
"q" : "Just outputs pknames and vers",
"qq" : "JUST outputs pknames",
"--by" : "Defines the value that should be searched by (values: name name-desc maintainer depends makedepends optdepends checkdepends)",
},
},
"hooks" : {
"desc" : "Hook options:",
"content" : {
"--listhooks" : "Lists all available and installed hooks",
"--hook-activate" : "Activates a hook",
"--hook-deactivate" : "Deactivates a hook",
},
},
"help" : {
"desc" : "Help options:",
"content" : {
"-h|--help" : "Displays this help-dialog",
},
},
},
},
"de": {
"yes" : "j",
"no" : "n",
"cancel" : "a",
"conf_warning" : ":: %sWarnung:\033[0m Die Konfigurationsdatei ist fehlerhaft!",
"downloading" : ":: Lade Packetliste herunter...",
"downloading2" : "Lade Packetliste herunter...",
"error_server" : ":: %sERROR:\033[0m Server nicht erreichbar!",
"update_asp" : ":: Aktualisiere asp Datenbank...",
"collecting" : ":: Sammle Packetdaten...",
"checking" : ":: Überprüfe alte Packete...",
"checking1" : "Überprüfe %s...",
"checking2" : ":: Überprüfe Packete...",
"warning_higher" : " %sWarnung:\033[0m %s-%s ist neuer als AUR %s!",
"warning_out-of-date" : " %sWarnung:\033[0m %s ist als out-of-date markiert seit: %s!",
"done" : ":: Fertig",
"nothing" : " Nichts zu tun",
"info_single" : {
"name" : "Name",
"pkgb" : "Packetbasis",
"ver" : "Version",
"lver" : "Lokale Version",
"desc" : "Beschreibung",
"main" : "Instandhalter",
"url" : "URL",
"fsub" : "Zuerst hinzugefügt",
"lsub" : "Zuletzt bearbeitet",
"pop" : "Bekanntheit",
"votes" : "Stimmen",
"oof" : "Pkg out-of-date",
},
"info_arrays" : {
"provides": "Stellt bereit",
"conflicts": "Konflikte",
"license" : "Lizenz",
"key" : "Schlüsselwörter",
"deps" : "Abhängigkeiten",
"makedeps" : "Erstellungs Abhängigkeiten",
"optdeps" : "Optionale Abhängigkeiten",
},
"reinstalling" : " %sInfo:\033[0m %s-%s ist schon auf neuester Version -- Reinstalliere!",
"updating" : " %sInfo:\033[0m %s-%s wird auf %s aktualisiert",
"error_not_found" : ":: %sFehler:\033[0m %s nicht gefunden!",
"packages" : "Packete (%s): ",
"continue" : "\n:: Installation fortsetzen? [J/n] ",
"making" : "(%s/%s) Erstelle Packetbasis %s%s\033[0m...",
"exporting" : ":: Exportiere Packet...",
"cloning" : ":: Klone git Repository...",
"print_pkgb" : ":: Gebe %s aus...",
"print_pkgdiff" : ":: Gebe PKGDIFF aus...",
"edit" : "\n:: %s bearbeiten? [j/a/N] ",
"goingon" : ":: Fahre fort",
"exiting" : ":: Verlasse",
"update_chroot" : ":: Update Chroot-Packete...",
"making1" : ":: Erstelle das Packet...",
"installing" : ":: Installiere Packete...",
"created" : ":: Packet(e) erstellt in:",
"checking_deps" : ":: Suche nach unerfüllten Abhängigkeiten...",
"hooks_off" : ":: Deaktivierte Hooks:",
"hooks_on" : ":: %s wurde aktiviert!",
"hooks_off1" : ":: %s wurde deaktiviert!",
"about" : "Buildaur %s -- Ein AUR Helper mit ASP Support\n\nDieses Packet wird von lxgr -- <[email protected]> übermittelt und in Stand gehalten\nDiese Software ist unter der GPL3 lizensiert.\n\nDiese Software wurde geschrieben um es Archlinux Benutzern zu ermöglichen sicher und verlässlich Packete aus dem AUR zu installieren.",
"running_hook" : ":: Laufe %s...",
"error_root" : ":: %sFehler:\033[0m Führe dieses Skript NIEMALS als root aus, Dummkopf!",
"error_no_opts" : ":: %sFehler:\033[0m Keine Optionen gegeben!",
"error_no_pkgs" : ":: %sFehler:\033[0m Keine Packete gegeben!",
"error_makepkg": ":: %sFehler:\033[0m Ein Fehler trat beim Erstellen von %s auf!",
"error_search" : ":: %sFehler:\033[0m %s ist keine gültige Suchoption!",
"cleaning" : ":: Räume Erstellungsordner auf...",
"will_removed" : "B werden entfernt!",
"creating_chroot" : ":: Erstelle Chroot-Ordner",
"error_pkgs_opts" : ":: %sFehler:\033[0m Keine Packete oder andere Optionen gegeben!",
"error_opts" : ":: %sFehler:\033[0m %s ist keine gültige Option!",
"max_name_len" : 27,
"help_start" : "buildaur - Ein AUR Helper mit ASP Support\nBenutzung: %s <option> <string>",
"help" : {
"main" : {
"desc" : "Generelle Optionen:",
"content" : {
"-S" : "Installiert Packete",
"-Q" : "Listet Packete auf",
"-Qs" : "Sucht Packete im AUR",
"-Qi" : "Gibt detaillierte Packetinformationen zurück",
"-Syu" : "Updatet alle AUR Packete",
"-asp" : "Erstellt Packete aus der Quelle",
"-aspyu" : "Updatet alle Packete, welche über asp erstellt wurden",
"--show" : "Gibt den Inhalt eines PKGBUILDs aus",
"--clear" : "Bereinigt Erstellungsordner",
"-v|--version" : "Gibt Version aus",
"-l|--license" : "Gibt Lizenz aus",
"--make-chroot" : "Erstellt chroot Ordner",
"--about" : "Gibt einen Übertext aus",
},
},
"add_main" : {
"desc" : "Weitere Optionen für -S,-R,-Syu,-asp,-aspyu:",
"content" : {
"n" : "Fragt keine Fragen",
"spgp" : "Überspringt pgp Check des Quellcodes",
"ch" : "Erstellt das Packet in einem sauberen chroot Ordner",
"di" : "Erstellt das Packet nur",
"co" : "Deaktiviert farbige Ausgabe",
"dlf" : "Holt Abhängigkeitsinformationen aus dem PKGBUILD",
"git" : "Aktualisiert alle -git Packete bei Aktualisierungen",
},
},
"show" : {
"desc" : "Weitere Optionen für --show:",
"content" : {
"--diff" : "Gibt Unterschied zwischen aktuellem und älterem PKGBUILD aus",
},
},
"Q" : {
"desc" : "Weitere Optionen für -Q,-Qs",
"content" : {
"q" : "Gibt nur Packetname und Version aus",
"qq" : "Gibt nur Packetnamen aus",
"--by" : "Suchoption nach der gesucht werden soll (Werte: name name-desc maintainer depends makedepends optdepends checkdepends)",
},
},
"hooks" : {
"desc" : "Hookoptionen:",
"content" : {
"--listhooks" : "Gibt alle Hooks aus",
"--hook-activate" : "Aktiviert eine Hook",
"--hook-deactivate" : "Deaktiviert eine Hook",
},
},
"help" : {
"desc" : "Hilfeoptionen:",
"content" : {
"-h|--help" : "Gibt diesen Hilfedialog aus",
},
},
},
},
}