-
Notifications
You must be signed in to change notification settings - Fork 1
/
replace.py
409 lines (409 loc) · 12.3 KB
/
replace.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
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
# -*- coding: utf-8 -*-
msg = {
'en': {
'replace-replacing': u'Robot: Automated text replacement %(description)s',
},
# Author: Csisc
# Author: Xqt
'qqq': {
'replace-replacing': u'Default edit summary when the bot does text replacements. <code>%(descriptions)s</code> gives further informations like the source and target strings or regex of the replacement.',
},
# Author: Csisc
'aeb': {
'replace-replacing': u'%(description)s بوت: استبدال تلقائي للنص',
},
# Author: Naudefj
'af': {
'replace-replacing': u'Robot: geoutomatiseerde teks vervanging %(description)s',
},
# Author: Xqt
'als': {
'replace-replacing': u'Bötli: het dr Text automatisch uustuscht: %(description)s',
},
# Author: Meno25
'ar': {
'replace-replacing': u'%(description)s بوت: استبدال تلقائي للنص',
},
# Author: Esbardu
# Author: Xuacu
'ast': {
'replace-replacing': u'Robó: Troquéu automáticu de testu %(description)s',
},
# Author: Khutuck
'az': {
'replace-replacing': u'Bot: Avtomatik mətn dəyişdirmə %(description)s',
},
# Author: Amir a57
'azb': {
'replace-replacing': u'بوت: آوتوماتیک متن دییشدیرمه %(description)s',
},
# Author: Sagan
'ba': {
'replace-replacing': u'Робот: %(description)s текстын автоматик рәүештә алыштырыу',
},
# Author: Mucalexx
'bar': {
'replace-replacing': u'Bot: Autómaatisirde Textersétzung %(description)s',
},
# Author: Jim-by
'be-x-old': {
'replace-replacing': u'Робат: аўтаматызаваная замена тэксту %(description)s',
},
# Author: Riemogerz
'bjn': {
'replace-replacing': u'Bot: Panggantian tiks utumatis %(description)s',
},
# Author: Fulup
'br': {
'replace-replacing': u'Robot : Erlec\'hiañ testenn emgefre %(description)s',
},
# Author: CERminator
# Author: Edinwiki
'bs': {
'replace-replacing': u'Bot: Automatska zamijena teksta %(description)s',
},
'ca': {
'replace-replacing': u'Robot: Reemplaçament automàtic de text %(description)s',
},
# Author: Asoxor
'ckb': {
'replace-replacing': u'ڕۆبۆت: لەجێدانانی خۆگەڕی دەق %(description)s',
},
'cs': {
'replace-replacing': u'Robot automaticky nahradil text: %(description)s',
},
# Author: Lloffiwr
# Author: Xxglennxx
'cy': {
'replace-replacing': u'Bot: Yn amnewid testun yn awtomatig %(description)s',
},
# Author: Christian List
# Author: Sarrus
'da': {
'replace-replacing': u'Robot: Automatisk erstatning af tekst: %(description)s',
},
'de': {
'replace-replacing': u'Bot: Automatisierte Textersetzung %(description)s',
},
# Author: Eruedin
'de-ch': {
'replace-replacing': u'Bot: Automatisierte Textersetzung %(description)s',
},
# Author: Erdemaslancan
'diq': {
'replace-replacing': u'Boti metne %(description)s xob xo vurna',
},
'el': {
'replace-replacing': u'Ρομπότ: Αυτόματη αντικατάσταση κειμένου %(description)s',
},
# Author: Mihxil
'eo': {
'replace-replacing': u'Roboto: Automata tekst-anstataŭigo: %(description)s',
},
# Author: Xqt
'es': {
'replace-replacing': u'Bot: Reemplazo automático de texto %(description)s',
},
# Author: AivoK
# Author: Pikne
'et': {
'replace-replacing': u'Robot: automaatselt asendatud tekst %(description)s',
},
# Author: An13sa
'eu': {
'replace-replacing': u'Robota: Testu aldaketa automatikoa %(description)s',
},
# Author: ZxxZxxZ
'fa': {
'replace-replacing': u'ربات: جایگزینی خودکار متن %(description)s',
},
'fi': {
'replace-replacing': u'Botti korvasi automaattisesti tekstin %(description)s',
},
# Author: EileenSanda
'fo': {
'replace-replacing': u'Bottur: Sjálvvirkandi tekst umbýtan %(description)s',
},
'fr': {
'replace-replacing': u'Robot : Remplacement de texte automatisé %(description)s',
},
# Author: ChrisPtDe
'frp': {
'replace-replacing': u'Robot : remplacement de tèxto ôtomatisâ %(description)s',
},
'frr': {
'replace-replacing': u'Bot: Automatisiaret ütjwakselt tekst %(description)s',
},
# Author: Klenje
'fur': {
'replace-replacing': u'Robot: Sostituzion automatiche di test %(description)s',
},
# Author: Toliño
'gl': {
'replace-replacing': u'Bot: Substitución automática de texto %(description)s',
},
# Author: Jetlag
'hak': {
'replace-replacing': u'機械人:自動替換文字%(description)s',
},
'he': {
'replace-replacing': u'בוט: החלפת טקסט אוטומטית %(description)s',
},
# Author: Ex13
'hr': {
'replace-replacing': u'Bot: Automatska zamjena teksta %(description)s',
},
# Author: Michawiki
'hsb': {
'replace-replacing': u'Boćik: Awtomatiske narunanje teksta %(description)s',
},
# Author: Dj
'hu': {
'replace-replacing': u'Bot: Automatikus szövegcsere %(description)s',
},
# Author: Xelgen
'hy': {
'replace-replacing': u'Ռոբոտ․ Տեքստի ավտոմատ փոխարինում %(description)s',
},
'ia': {
'replace-replacing': u'Robot: Reimplaciamento automatic de texto %(description)s',
},
'id': {
'replace-replacing': u'Bot: Penggantian teks otomatis %(description)s',
},
# Author: Renan
'ie': {
'replace-replacing': u'Machine: Substituition de textu automatizat %(description)s',
},
# Author: Lam-ang
'ilo': {
'replace-replacing': u'Robot: Automatiko a panagsukat ti teksto %(description)s',
},
'is': {
'replace-replacing': u'Vélmenni: breyti texta %(description)s',
},
'it': {
'replace-replacing': u'Bot: Sostituzione automatica %(description)s',
},
'ja': {
'replace-replacing': u'ロボットによる: 文字置き換え %(description)s',
},
# Author: NoiX180
'jv': {
'replace-replacing': u'Bot: Panggantèn teks otomatis %(description)s',
},
'ka': {
'replace-replacing': u'რობოტი: ტექსტის ავტომატური შეცვლა %(description)s',
},
'kk': {
'replace-replacing': u'Бот: Мәтінді өздікті алмастырды: %(description)s',
},
# Author: Cwt96
# Author: 아라
'ko': {
'replace-replacing': u'로봇: 자동으로 텍스트 교체 %(description)s',
},
'ksh': {
'replace-replacing': u'Bot: hät outomatesch Täx jetuusch: %(description)s',
},
# Author: Ghybu
'ku': {
'replace-replacing': u'Bot: Otomatîk nivîs guherandin %(description)s',
},
# Author: UV
'la': {
'replace-replacing': u'automaton: mutans textum automatice: %(description)s',
},
# Author: Robby
'lb': {
'replace-replacing': u'Bot: Automatescht Ersetze vun Text %(description)s',
},
# Author: Pahles
'li': {
'replace-replacing': u'Robot: autematis teks vervange %(description)s',
},
'lt': {
'replace-replacing': u'robotas: Automatinis teksto keitimas %(description)s',
},
# Author: Karlis
'lv': {
'replace-replacing': u'Bots: Automātisks teksta aizvietojums %(description)s',
},
# Author: StefanusRA
'map-bms': {
'replace-replacing': u'Bot: Ngganti teks otomatis %(description)s',
},
# Author: Jagwar
'mg': {
'replace-replacing': u'Rôbô : Fanoloana soratra ho azy %(description)s',
},
# Author: Luthfi94
'min': {
'replace-replacing': u'Bot: Panggantian teks otomatis %(description)s',
},
# Author: Bjankuloski06
# Author: Rancher
'mk': {
'replace-replacing': u'Робот: Автоматизирана замена на текст %(description)s',
},
# Author: Praveenp
'ml': {
'replace-replacing': u'യന്ത്രം: സ്വയം പ്രവർത്തിത എഴുത്ത് മാറ്റിച്ചേർക്കലുകൾ %(description)s',
},
# Author: Kurniasan
'ms': {
'replace-replacing': u'Bot: Penggantian teks automatik %(description)s',
},
# Author: Chrisportelli
'mt': {
'replace-replacing': u'Bot: Sostituzzjoni awtomatika %(description)s',
},
# Author: Lionslayer
'my': {
'replace-replacing': u'ဘော့ - စာသားများကို အလိုအလျောက် အစားထိုးခြင်း %(description)s',
},
# Author: محک
'mzn': {
'replace-replacing': u'ربوت: بنویشتهئون خادکار عوض-بدل بیّن %(description)s',
},
'nds': {
'replace-replacing': u'Bot: Text automaatsch utwesselt: %(description)s',
},
# Author: Servien
'nds-nl': {
'replace-replacing': u'Bot: automatiese tekste vervöngen %(description)s',
},
# Author: RajeshPandey
'ne': {
'replace-replacing': u'बोट: स्वचालित रुपमा हरफहरु परिवर्तन गरिएको %(description)s',
},
# Author: Siebrand
'nl': {
'replace-replacing': u'Robot: automatisch tekst vervangen %(description)s',
},
# Author: Harald Khan
# Author: Njardarlogar
'nn': {
'replace-replacing': u'robot: automatisk tekstbyte: %(description)s',
},
'no': {
'replace-replacing': u'robot: automatisk teksterstatning: %(description)s',
},
# Author: Sp5uhe
'pl': {
'replace-replacing': u'Robot automatycznie zastąpił tekst %(description)s',
},
# Author: Dragonòt
'pms': {
'replace-replacing': u'Trigomiro: Rimpiassament automàtich ëd test %(description)s',
},
# Author: Hamilton Abreu
'pt': {
'replace-replacing': u'Robô: Substituição de texto automática %(description)s',
},
# Author: Raylton P. Sousa
# Author: 555
'pt-br': {
'replace-replacing': u'Bot: Substituição automática de texto %(description)s',
},
# Author: Minisarm
'ro': {
'replace-replacing': u'Robot. Înlocuire automată de text %(description)s',
},
# Author: Volkov
'ru': {
'replace-replacing': u'бот: автоматизированная замена текста %(description)s',
},
# Author: Gazeb
'rue': {
'replace-replacing': u'Робот: Автоматізована заміна тексту: %(description)s',
},
# Author: Avicennasis
'sco': {
'replace-replacing': u'Bot: Automated text replacement %(description)s',
},
# Author: Teslaton
'sk': {
'replace-replacing': u'Robot automaticky nahradil text: %(description)s',
},
# Author: Dbc334
'sl': {
'replace-replacing': u'Bot: Samodejna zamenjava besedila %(description)s',
},
# Author: Abshirdheere
'so': {
'replace-replacing': u'Bot: Qoraallo la isku badalay %(description)s',
},
# Author: Vinie007
'sq': {
'replace-replacing': u'Bot: Automated text replacement %(description)s',
},
# Author: Rancher
'sr': {
'replace-replacing': u'Робот: самозамењивање текста %(description)s',
},
# Author: Rancher
'sr-el': {
'replace-replacing': u'Robot: samozamenjivanje teksta %(description)s',
},
'sv': {
'replace-replacing': u'Bot: Automatisk textersättning: %(description)s',
},
# Author: செல்வா
'ta': {
'replace-replacing': u'தானியங்கி: தானியக்கமாய் உரை மாற்றம் %(description)s',
},
# Author: Nullzero
'th': {
'replace-replacing': u'โรบอต: แทนที่ข้อความโดยอัตโนมัติ %(description)s',
},
# Author: AnakngAraw
'tl': {
'replace-replacing': u'Bot: Kusang pagpapalit ng teksto %(description)s',
},
# Author: Гусейн
'tly': {
'replace-replacing': u'Робот: Мәтни автоматик дәгиш кардеј %(description)s',
},
# Author: Emperyan
'tr': {
'replace-replacing': u'Bot: Otomatik metin değiştirme %(description)s',
},
# Author: Zahidulla
'tt': {
'replace-replacing': u'Робот: %(description)s текстын автоматик рәвештә алмаштыру',
},
'uk': {
'replace-replacing': u'Бот: Автоматизована заміна тексту: %(description)s',
},
# Author: Alunardon90
# Author: Candalua
'vec': {
'replace-replacing': u'Robot: Sostitusion automatega %(description)s',
},
# Author: Minh Nguyen
'vi': {
'replace-replacing': u'Bot: Tự động thay thế văn bản %(description)s',
},
# Author: פוילישער
'yi': {
'replace-replacing': u'באט: אויטאמאטישער טעקסט טויש %(description)s',
},
# Author: Demmy
'yo': {
'replace-replacing': u'Bot: Ìdípò ìkọ̀rọ̀ oníaraẹni %(description)s',
},
# Author: 阿pp
'zh': {
'replace-replacing': u'机器人:自动文本替换%(description)s',
},
# Author: Andrew971218
# Author: Justincheng12345
'zh-hant': {
'replace-replacing': u'機械人:自動替換文字%(description)s',
},
# Author: Justincheng12345
'zh-hk': {
'replace-replacing': u'機械人自動替換文字%(description)s',
},
};