-
-
Notifications
You must be signed in to change notification settings - Fork 47
/
Copy pathtranslations.json
executable file
·501 lines (501 loc) · 38.2 KB
/
translations.json
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
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
{
"info": "This file contains all kinds of different translations scattered throughout the API and is one of two files that contain translations - the other one being data/errorMessages.js",
"defaultLang": "en",
"languages": [
"en",
"de",
"ru",
"cs",
"it"
],
"tr": {
"test": {
"en": "Test. Hello, world!",
"de": "Test. Hallo, Welt!",
"ru": "Тест. Привет, мир!",
"cs": "Test. Ahoj, světe.",
"it": "Test. Ciao mondo!"
},
"messageOfTheDay": {
"en": "If you want to stay up to date on the status and future updates of %1 or need some help, consider joining my Discord server: https://dc.sv443.net/",
"de": "Wenn du über den Status und die zukünftigen Updates von %1 auf dem Laufenden bleiben willst oder Hilfe benötigst, kannst du auf meinen Discord-Server kommen: https://dc.sv443.net/",
"ru": "Если вы хотите быть в курсе состояния и будущих обновлений %1 или вам нужна помощь, вы можете прийти на мой Discord-сервер: https://dc.sv443.net/",
"cs": "Pokud chcete zůstat informováni o stavu a budoucích aktualizací %1 nebo potřebujete pomoc, zvažte připojení ke mému Discord serveru: https://dc.sv443.net/",
"it": "Se vuoi aggiornamenti sullo stato e migliorie future del %1 oppure hai bisogno di aiuto, considera di unirti al mio server Discord: https://dc.sv443.net/"
},
"generalInternalError": {
"en": "There was an internal error: %1",
"de": "Es gab einen internen Fehler: %1",
"ru": "Произошла внутренняя ошибка: %1",
"cs": "Došlo k interní chybě: %1",
"it": "C'è stato un errore interno: %1"
},
"invalidLangCode": {
"en": "The specified language code \"%1\" is invalid. Please see https://jokeapi.dev/#langcodes-endpoint for more info.",
"de": "Der angegebene Sprach-code \"%1\" ist nicht korrekt. Bitte besuche https://jokeapi.dev/#langcodes-endpoint für mehr Info.",
"ru": "Указанный код языка \"%1\" является недействительным. Дополнительную информацию можно получить на сайте https://jokeapi.dev/#langcodes-endpoint",
"cs": "Zadaný kód jazyka \"%1\" je neplatný. Další informace naleznete na adrese https://jokeapi.dev/#langcodes-endpoint",
"it": "Il codice di linguaggio specificato \"%1\" non è valido. Per favore visita https://jokeapi.dev/#langcodes-endpoint per maggiori informazioni"
},
"invalidLangCodeNoArg": {
"en": "The specified language code is invalid. Please see https://jokeapi.dev/#langcodes-endpoint for more info.",
"de": "Der angegebene Sprach-code ist nicht korrekt. Bitte besuche https://jokeapi.dev/#langcodes-endpoint für mehr Info.",
"ru": "Указанный код языка является недействительным. Дополнительную информацию можно получить на сайте https://jokeapi.dev/#langcodes-endpoint",
"cs": "Zadaný kód jazyka je neplatný. Další informace naleznete na adrese https://jokeapi.dev/#langcodes-endpoint",
"it": "Il codice di linguaggio specificato non è valido. Per favore visita https://jokeapi.dev/#langcodes-endpoint per maggiori informazioni"
},
"uriTooLong": {
"en": "The provided URI (%1 characters) exceeds the maximum allowed length of %2 characters.",
"de": "Der angegebene URI (%1 Zeichen) überschreitet die Maximallänge von %2 Zeichen.",
"ru": "Поставляемый URI (%1 символ) превышает максимально допустимую длину %2 символов.",
"cs": "Zadaná URI (%1 znaků) překračuje maximální povolenou délku %2 znaků.",
"it": "L'URI immesso (%1 znaků) eccede la lunghezza massima di %2 caratteri."
},
"ipBlacklisted": {
"en": "You were blacklisted by the API and cannot send any requests anymore. If you believe this was done in error, please contact me: %1",
"de": "Du wurdest von der API auf eine Blockierliste gesetzt und kannst keine Anfragen mehr senden. Wenn du glaubst, dass dies irrtümlicherweise geschehen ist, kontaktiere mich bitte: %1",
"ru": "Вы были помещены в список блоков API и больше не можете отправлять запросы. Если вы думаете, что это произошло по ошибке, пожалуйста, свяжитесь со мной: %1",
"cs": "Rozhraní API vám bylo zakázáno a už nemůžete odesílat žádné žádosti. Pokud se domníváte, že se to stalo omylem, kontaktujte mě: %1",
"it": "L'API ti ha aggiunto alla blacklist e non puoi più ricevere richieste. Se credi che sia stato un errore, per favore contattami: %1"
},
"errSetupHttpResponse": {
"en": "There was an internal error while setting up the HTTP response: %1",
"de": "Es gab einen internen Fehler während die HTTP-Antwort aufgebaut wurde: %1",
"ru": "При настройке ответа HTTP произошла внутренняя ошибка: %1",
"cs": "Při nastavování odpovědi HTTP došlo k interní chybě: %1",
"it": "C'è stato un errore interno nel settaggio della risposta HTTP: %1"
},
"rateLimited": {
"en": "You are being rate limited because you have sent too many requests. The maximum is %1 requests every %2 seconds.",
"de": "Deine Anfrage wurde blockiert, weil du zu viele Anfragen gesendet hast. Das Maximum sind %1 Anfragen innerhalb von %2 Sekunden.",
"ru": "Вы ограничены в тарифах, потому что отправили слишком много запросов. Максимальное значение составляет %1 запрос каждые %2 секунды.",
"cs": "Jste rate limited, protože jste odeslali příliš mnoho žádostí. Maximální počet žádostí: %1 každé %2 sekundy.",
"it": "Hai ricevuto una limitazione di frequenza per aver inoltrato troppe richieste. Il massimo è %1 richiesta ogni %2 secondi."
},
"rateLimitedShort": {
"en": "Blocked by rate limiting.",
"de": "Blockiert durch Ratenbegrenzung.",
"ru": "Блокировано ограничением скорости.",
"cs": "Blokováno omezením míry.",
"it": "Bloccata per limite di frequenza."
},
"endpointInternalError": {
"en": "Internal Error while calling Endpoint: %1",
"de": "Interner Error während des Aufrufs eines Endpunktes: %1",
"ru": "Внутренняя ошибка при вызове конечной точки: %1",
"cs": "Interní chyba při volání koncového bodu: %1",
"it": "Errore interno nel tentativo di chiamata Endpoint: %1"
},
"endpointNotFound": {
"en": "Endpoint \"%1\" not found - Please read the documentation at https://jokeapi.dev/#endpoints to see all available endpoints.",
"de": "Endpunkt \"%1\" nicht gefunden - Bitte lies die Dokumentation (https://jokeapi.dev/#endpoints) um alle verfügbaren Endpunkte zu sehen.",
"ru": "Конечная точка \"%1\" не найдена - с документацией на https://jokeapi.dev/#endpoints можно ознакомиться во всех доступных конечные точки.",
"cs": "Koncový bod \"%1\" nebyl nalezen - přečtěte si prosím dokumentaci https://jokeapi.dev/#endpoints a podívejte se na všechny dostupné koncové body.",
"it": "Endpoint \"%1\" non trovato - Per favore leggi la documentazione su https://jokeapi.dev/#endpoints per vedere tutti gli endpoint disponibili."
},
"payloadTooLarge": {
"en": "Payload too large (%1 Bytes - maximum is %2 Bytes).",
"de": "Anfrageinhalt zu groß (%1 Bytes - maximal erlaubt sind %2 Bytes).",
"ru": "Слишком большая грузоподъемность (%1 байт - максимум %2 байта).",
"cs": "Datový obsah je příliš velký (%1 Bytes - maximum je %2 Bytes).",
"it": "Payload troppo grande (%1 Bytes - massimo %2 Bytes)."
},
"requestEmptyOrTimedOut": {
"en": "Request body is empty or request timed out.",
"de": "Anfrageinhalt ist leer oder es gab eine Zeitüberschreitung.",
"ru": "Тело запроса пустое или запрос таймаут.",
"cs": "Tělo požadavku je prázdné nebo vypršel časový limit požadavku.",
"it": "La richiesta è vuota oppure è scaduta."
},
"invalidSubmissionOrWrongEndpoint": {
"en": "Request body is invalid or was sent to the wrong endpoint \"%1\", please refer to the documentation at https://jokeapi.dev/#submit-joke to see how to correctly structure a joke submission.",
"de": "Anfrageinhalt ist ungültig oder wurde an den falschen Endpunkt \"%1\" gesendet, lies bitte in der Dokumentation unter https://jokeapi.dev/#submit-joke nach, wie eine Witzeinreichung korrekt strukturiert wird.",
"ru": "Тело запроса является недействительным или было отправлено не на ту конечную точку \"%1\", смотрите документацию на https://jokeapi.dev/#submit-joke, чтобы узнать, как правильно структурировать шутку.",
"cs": "Tělo požadavku je neplatné nebo bylo odesláno na špatný koncový bod \"%1\", viz dokumentace na stránce https://jokeapi.dev/#submit-joke, kde najdete informace o tom, jak správně uspořádat podání vtipu.",
"it": "La richiesta non è valida o è stata inviata all'endpoint sbagliato \"%1\", per favore consulta la documentazione su https://jokeapi.dev/#submit-joke per vedere come strutturare correttamente la sottomissione di una barzelletta."
},
"requestBodyIsInvalid": {
"en": "Request body is empty.",
"de": "Anfrageinhalt ist leer.",
"ru": "Тело запроса пусто.",
"cs": "Tělo požadavku je prázdné.",
"it": "La richiesta è vuota."
},
"invalidCategory": {
"en": "The specified category/ies is/are invalid. Got: \"%1\" but possible categories are: \"%2\" (case insensitive).",
"de": "Die angegebene Kategorie/n ist/sind inkorrekt. Angefragt wurde \"%1\", möglich sind jedoch nur \"%2\" (Groß- und Kleinschreibung wird ignoriert).",
"ru": "Указанная категория/единицы являются/являются недействительными. Запрос был \"%1\", но возможен только \"%2\". (Верхний и нижний регистр игнорируются).",
"cs": "Zadaná/é kategorie je/jsou neplatná/é. Dostal: \"%1\", ale možné kategorie jsou: \"%2\" (nerozlišují velká a malá písmena).",
"it": "La categoria o le categorie specificate non sono valide. Ho ricevuto: \"%1\", ma le categorie possibili sono: \"%2\" (non tiene conto delle maiuscole o minuscole)."
},
"invalidType": {
"en": "The specified type is invalid. Got: \"%1\" but possible types are: \"%2\".",
"de": "Der angegebene Dateityp ist inkorrekt. Angefragt wurde \"%1\", möglich sind jedoch nur \"%2\".",
"ru": "Указанный тип файла неверен. Запрос был \"%1\", но возможен только \"%2\".",
"cs": "Zadaný typ je neplatný. Dostal: \"%1\" ale možné typy jsou: \"%2\".",
"it": "Il carattere specificato non è valido. Ho ricevuto: \"%1\" ma i caratteri possibili sono: \"%2\"."
},
"idRangeInvalid": {
"en": "The specified ID range is invalid. Got: \"%1 to %2\" but max possible ID range is: \"0-%3\".",
"de": "Der angegebene ID-Bereich ist inkorrekt. Angefragt wurde: \"%1 bis %2\" aber der maximal mögliche Bereich ist: \"0-%3\".",
"ru": "Указанный диапазон ID неверен. Запрос был сделан: \"%1 - %2\", но это максимально возможный диапазон: \"0-%3\".",
"cs": "Zadaný rozsah ID je neplatný. Dostal: \"%1 až %2\" ale maximální možný rozsah ID je: \"0-%3\".",
"it": "Il range ID specificato non è valido. Ho ricevuto: \"%1 - %2\" ma il massimo del range ID è: \"0-%3\"."
},
"idRangeInvalidSingle": {
"en": "The specified ID range is invalid. Got: \"%1\" but max possible ID range is: \"0-%2\".",
"de": "Der angegebene ID-Bereich ist inkorrekt. Angefragt wurde: \"%1\" aber der maximal mögliche Bereich ist: \"0-%2\".",
"ru": "Указанный диапазон ID неверен. Запрос был сделан: \"%1\", но это максимально возможный диапазон: \"0-%2\".",
"cs": "Zadaný rozsah ID je neplatný. Dostal: \"%1\" ale maximální možný rozsah ID je: \"0-%2\".",
"it": "L'ID specificato è in un range non valido. Ho ricevuto: \"%1\" ma il range massimo dell'ID è: \"0-%2\"."
},
"idRangeInvalidGeneric": {
"en": "The values in the \"idRange\" parameter are invalid or are not numbers. Error: %1",
"de": "Der angegebene ID-Bereich im URL-parameter \"idRange\" ist inkorrekt oder enthält keine Zahl/en. Error: %1",
"ru": "Значения в параметре \"idRange\" недействительны или не являются номерами. Ошибка: %1",
"cs": "Hodnoty v parametru \"idRange\" jsou neplatné nebo se nejedná o čísla. Chyba: %1",
"it": "I valori nel parametro \"idRange\" sono invalidi oppure non sono numeri. Errore: %1"
},
"invalidFlags": {
"en": "The specified flags are invalid. Got: \"%1\" - Possible flags are: \"%2\".",
"de": "Die angegebene/n Markierung/en ist/sind inkorrekt. Angefragt wurde: \"%1\" - Possible flags are: \"%2\".",
"ru": "Указанные флаги недействительны. Понял: \"%1\" - Возможные флаги: \"%2\".",
"cs": "Zadané flags jsou neplatné. Dostal: \"%1\" Možné flags jsou: \"%2\".",
"it": "I contrassegni specificati sono invalidi. Ho ricevuto: \"%1\" I contrassegni possibili sono: \"%2\"."
},
"amountInternalError": {
"en": "Internal error while setting joke amount: %1",
"de": "Interner Fehler bei der Einstellung der Witzanzahl: %1",
"ru": "Внутренняя ошибка при установке суммы шуток: %1",
"cs": "Interní chyba při nastavení množství vtipů : %1",
"it": "Errore interno nel settaggio del totale delle barzellette: %1"
},
"errorWhileFinalizing": {
"en": "Error while finalizing joke filtering: %1",
"de": "Fehler beim Abschließen der Witz-Filterung: %1",
"ru": "Ошибка при завершении фильтрации шуток: %1",
"cs": "Chyba při dokončení filtrování vtipů: %1",
"it": "Errore nella finalizzazione del filtro barzelletta: %1"
},
"invalidChars": {
"en": "These are the invalid characters: %1",
"de": "Dies sind die ungültigen Zeichen: %1",
"ru": "Это недопустимые символы: %1",
"cs": "Toto jsou neplatné znaky: %1",
"it": "Questi sono i caratteri non validi: %1"
},
"submittedJokeFormatInvalid": {
"en": "Submitted joke format is incorrect. Encountered error/s: %1",
"de": "Eingesandtes Witzformat ist falsch. Aufgetretene/r Fehler: %1",
"ru": "Отправленный формат шутки неверен. Ошибка/Ошибки при встрече: %1",
"cs": "Odeslaný vtip je špatně formátovaný. Došlo k chybě/chybám: %1",
"it": "Il formato della barzelletta inoltrata non è valido. Errore/i riscontrati: %1"
},
"errWhileSavingSubmission": {
"en": "Internal error while saving joke: %1",
"de": "Interner Fehler beim Speichern des Witzes: %1",
"ru": "Внутренняя ошибка при сохранении шутки: %1",
"cs": "Interní chyba při ukládání vtipu: %1",
"it": "Errore interno nel salvataggio della barzelletta: %1"
},
"wrongFormatVersion": {
"en": "Joke format version is incorrect. expected \"%1\" but got \"%2\".",
"de": "Die Format-Version des Witzes ist falsch. Erwartet wurde \"%1\", bekam stattdessen \"%2\".",
"ru": "Версия формата шуток некорректна. Ожидаемый \"%1\", получил \"%2\".",
"cs": "Verze formátu vtipu je nesprávná. Očekávaval \"%1\", ale dostal \"%2\".",
"it": "La formattazione della barzelletta è invalida. Mi aspettavo \"%1\" ma ho \"%2\"."
},
"invalidJSON": {
"en": "Request body contains invalid JSON: %1",
"de": "Anfrage enthält ungültiges JSON: %1",
"ru": "Тело запроса содержит недействительный JSON: %1",
"cs": "Tělo požadavku obsahuje neplatný JSON: %1",
"it": "Il corpo della richiesta contiene un formato JSON non valido: %1"
},
"noConversionMapping": {
"en": "Internal Error - no conversion mapping for data with keys \"%1\" - %2",
"de": "Interner Fehler - keine Konvertierungszuordnung für Daten mit Schlüsseln \"%1\" - %2",
"ru": "Внутренняя ошибка - нет отображения преобразования данных с помощью ключей \"%1\". - %2",
"cs": "Interní chyba - žádné mapování konverzí pro data s klíči \"%1\" - %2",
"it": "Errore interno - nessuna mappa di conversione per i dati con chiavi \"%1\" - %2"
},
"cantConvertToPlainText": {
"en": "Internal Error - could not convert data to plain text - %1",
"de": "Interner Fehler - konnte Daten nicht zu Text konvertieren - %1",
"ru": "Внутренняя ошибка - не удалось преобразовать данные в обычный текст - %1",
"cs": "Interní chyba - nelze převést data na prostý text - %1",
"it": "Errore interno - fallimento della conversione dei dati in testo - %1"
},
"conversionGeneralError": {
"en": "Error %1 - %2\nThis error is caused by:\n- %3\n\nAdditional info: %4",
"de": "Fehler %1 - %2\nDieser Fehler kann verursacht werden durch:\n- %3\n\nZusätzliche Informationen: %4",
"ru": "Ошибка %1 - %2\nЭта ошибка может быть вызвана:\n- %3\n\nДополнительная информация: %4",
"cs": "Chyba %1 -%2\nTato chyba je způsobena:\n- %3\n\nDalší informace: %4",
"it": "Errore %1 -%2\nQuesto errore è causato da:\n- %3\n\nUlteriori informazioni: %4"
},
"conversionInternalError": {
"en": "Internal Error %1 - %2\nThis error is caused by:\n- %3\n\nAdditional info: %4",
"de": "Interner Fehler %1 - %2\nDieser Fehler kann verursacht werden durch:\n- %3\n\nZusätzliche Informationen: %4",
"ru": "Внутренняя ошибка %1 - %2\nЭта ошибка может быть вызвана:\n- %3\n\nДополнительная информация: %4",
"cs": "Interní chyba %1 - %2\nTato chyba je způsobena:\n- %3\n\nDalší informace: %4",
"it": "Errore interno %1 - %2\nQuesto errore è causato da:\n- %3\n\nUlteriori informaizoni: %4"
},
"availableCategories": {
"en": "Available categories are:\n%1\n\nThese are the available category aliases:\n%2",
"de": "Verfügbare Kategorien sind:\n%1\n\nDas sind die verfügbaren Kategorie-Aliase:\n%2",
"ru": "Доступны следующие категории:\n%1\n\nЭто доступные псевдонимы категории:\n%2",
"cs": "Dostupné kategorie jsou:\n%1\n\nToto jsou dostupné zkratky kategorií:\n%2",
"it": "Le categorie disponibili sono:\n%1\n\nQuesti sono gli alias delle categorie disponibili:\n%2"
},
"availableFlags": {
"en": "Available flags are: \"%1\"",
"de": "Verfügbare Markierungen sind: \"%1\"",
"ru": "Доступны флаги: \"%1\"",
"cs": "Dostupné flags jsou: \"%1\".",
"it": "Le contrassegnazioni disponibili sono: \"%1\"."
},
"timestamp": {
"en": "Timestamp: %1",
"de": "Zeitstempel: %1",
"ru": "Таймштамп: %1",
"cs": "Časové razítko: %1",
"it": "Timestamp: %1"
},
"genericError": {
"en": "Error: %1",
"de": "Fehler: %1",
"ru": "Ошибка: %1",
"cs": "Chyba: %1",
"it": "Errore: %1"
},
"languageCode": {
"en": "Language Code: %1",
"de": "Sprach-Code: %1",
"ru": "Код языка: %1",
"cs": "Kód jazyka: %1",
"it": "Codice Lingua: %1"
},
"languagesEndpoint": {
"en": "Default Language: %1 [%2]\nJoke Languages (%3): %4\nSystem Languages (%5): %6\n\nPossible Language Values:\n%7",
"de": "Standardsprache: %1 [%2]\nWitz-Sprachen (%3): %4\nSystemsprachen (%5): %6\n\nMögliche Sprachwerte:\n%7",
"ru": "Язык по умолчанию: %1 [%2]\nЯзыки шуток (%3): %4\nСистемные языки (%5): %6\n\nВозможные значения языка:\n%7",
"cs": "Výchozí jazyk: %1 [%2]\nJazyk pro vtipy (%3): %4\nSystémové jazyky (%5): %6\n\nMožné jazykové hodnoty:\n%7",
"it": "Lingua predefinita: %1 [%2]\nLingue delle barzellette (%3): %4\nLingua di sistema (%5): %6\n\nPossibili valori di lingua:\n%7"
},
"infoEndpoint": {
"en": "%1 v%2 - Info:\n\nJoke count: %3\nCategories: \"%4\"\nFlags: \"%5\"\nResponse Formats: \"%6\"\nJoke Types: \"%7\"\nSubmission URL: %8\n\nID Ranges:\n%9\n\nJoke Languages (%10): %11\nSystem Languages (%12): %13\n\nAmount of safe jokes:\n%14\n\nMessage of the Day: %15",
"de": "%1 v%2 - Info:\n\nAnzahl der Witze: %3\nKategorien: \"%4\"\nMerkmale (Flags): \"%5\"\nAntwort-Dateiformate: \"%6\"\nWitz-Typen: \"%7\"\nEinreichungs-URL: %8\n\nID-Begrenzungen:\n%9\n\nWitz-Sprachen (%10): %11\nSystemsprachen (%12): %13\n\nAnzahl der sicheren Witze:\n%14\n\nNachricht des Tages: %15",
"ru": "%1 v%2 - Информация:\n\nКоличество шуток: %3\nКатегории: \"%4\"\nФлаги: \"%5\"\nФорматы ответов: \"%6\"\nТипы шуток: \"%7\"\nАдрес отправки: %8\n\nID Диапазоны:\n%9\n\nЯзыки шуток (%10): %11\nСистемные языки (%12): %13\n\nКоличество безопасных шуток:\n%14\n\nПослание дня: %15",
"cs": "%1 v%2 - Informace:\n\nPočet vtipů: %3\nKategorie: \"%4\"\nVlajky: \"%5\"\nFormáty odpovědi: \"%6\"\nDruhy vtipů: \"%7\"\nURL pro odeslání vtipu: \"%8\"\n\nRozsahy ID:\n%9\n\nJazyky pro vtipy (%10): %11\nSystémové jazyky (%12): %13\n\nMnožství bezpečných vtipů:\n%14\n\nZpráva dne: %15",
"it": "%1 v%2 - Info:\n\nConteggio barzellette: %3\nCategorie: \"%4\"\nContrassegni: \"%5\"\nFormato risposte: \"%6\"\nTipi di barzellette: \"%7\"\nURL di sottomissione: \"%8\"\n\nRange ID:\n%9\n\nLingue barzellette (%10): %11\nLingue di sistema (%12): %13\n\nTotale barzellette pulite:\n%14\n\nMessaggio del giorno: %15"
},
"availableFormats": {
"en": "Available formats are: %1",
"de": "Verfügbare Dateiformate sind: %1",
"ru": "Доступные форматы: %1",
"cs": "Dostupné formáty jsou: %1",
"it": "Formati disponibili: %1"
},
"endpointsWord": {
"en": "Endpoints",
"de": "Endpunkte",
"ru": "Конечные точки",
"cs": "Koncové body",
"it": "Endpoints"
},
"endpointDetails": {
"en": "%1 - %2\n Usage: %3 %4\n Supported parameters: %5",
"de": "%1 - %2\n Benutzung: %3 %4\n Unterstützte URL-Parameter: %5",
"ru": "%1 - %2\n Использование: %3 %4\n Поддерживаемые параметры URL: %5",
"cs": "%1 - %2\n Zátěž: %3 %4\n Podporované parametry: %5",
"it": "%1 - %2\n Utilizzo: %3 %4\n Parametri supportati: %5"
},
"foundNoMatchingJokes": {
"en": "No jokes were found that match your provided filter(s).",
"de": "Es wurden keine Witze gefunden, die mit dem/den bereitgestellten Filter(n) übereinstimmen.",
"ru": "Не было найдено ни одной шутки, которая бы соответствовала вашему фильтру(ам).",
"cs": "Nebyly nalezeny žádné vtipy, které by odpovídaly zadaným filtrům.",
"it": "Nessuna barzelletta corrisponde ai filtri da te specificati."
},
"noLangCodeSpecified": {
"en": "You need to specify a language in the URL. Example: /langcode/english",
"de": "Du musst eine Sprache in der URL angeben. Beispiel: /langcode/german",
"ru": "Вам необходимо указать язык в URL-адресе. Пример: /langcode/russian",
"cs": "V adrese URL musíte zadat jazyk. Příklad: /langcode/czech"
},
"pingPong": {
"en": "Pong!",
"de": "Pong!",
"ru": "Понг!",
"cs": "Pong!",
"it": "Pong!"
},
"submissionSaved": {
"en": "Joke submission was successfully saved. It will soon be checked out by the author.",
"de": "Die Witz-Einreichung wurde erfolgreich gespeichert. Sie wird demnächst vom Autor überprüft.",
"ru": "Представление шутки было успешно сохранено. Вскоре он будет проверен автором.",
"cs": "Podání vtipu bylo úspěšně uloženo. Autor ho brzy zkontroluje.",
"it": "La sottomissione della barzelletta è stata salvata con successo. Sarà presto controllata dall'autore."
},
"dryRunSuccessful":
{
"en": "Dry Run complete! No errors were found.",
"de": "Probelauf abgeschlossen! Keine Fehler gefunden.",
"ru": "Тестовый запуск завершен! Ошибок не найдено.",
"cs": "Suchý běh dokončen! Nebyly nalezeny žádné chyby.",
"it": "Prova completata! Non è stato trovato alcun errore."
},
"parseJokesInvalidLanguageCode": {
"en": "Invalid language code provided.",
"de": "Der angegebene Sprachcode ist ungültig.",
"ru": "Предоставлен недействительный код языка.",
"cs": "Byl poskytnut neplatný kód jazyka.",
"it": "Il codice di lingua inserito non è valido."
},
"parseJokesFormatVersionMismatch": {
"en": "Joke format version \"%1\" doesn't match up with required version \"%2\"",
"de": "Witz-Format-Version \"%1\" stimmt nicht mit der erforderten Version \"%2\" überein.",
"ru": "Версия шуточного формата \"%1\" не соответствует требуемой версии \"%2\"",
"cs": "Verze formátu vtipu \"%1\" neodpovídá požadované verzi \"%2\"",
"it": "La formattazione della barzelletta \"%1\" non corrisponde a quella richiesta \"%2\""
},
"parseJokesNoFormatVersionOrInvalid": {
"en": "Joke doesn't have a \"formatVersion\" property or it is empty or invalid.",
"de": "Witz hat keine Eigenschaft \"formatVersion\" oder sie ist leer oder ungültig.",
"ru": "У шутки нет свойства \"formatVersion\" или она пуста или недействительна.",
"cs": "Vtip nemá vlastnost \"formatVersion\" nebo je prázdný nebo neplatný.",
"it": "La barzelletta non ha proprietà \"formatVersion\" oppure è vuota o invalida."
},
"parseJokesSingleNoJokeProperty": {
"en": "Joke is of type \"single\" but doesn't have a \"joke\" property or it is empty.",
"de": "Witz ist vom Typ \"single\", hat aber keine Eigenschaft \"joke\" oder sie ist leer.",
"ru": "Шутка имеет тип \"single\", но не имеет свойства \"joke\" или она пуста.",
"cs": "Vtip je typu \"single\", ale nemá vlastnost \"joke\" nebo je prázdná.",
"it": "La barzelletta è del tipo \"single\", ma non ha proprietà \"joke\" oppure è vuota."
},
"parseJokesTwopartNoSetupProperty": {
"en": "Joke is of type \"twopart\" but doesn't have a \"setup\" property or it is empty.",
"de": "Witz ist vom Typ \"twopart\", hat aber keine Eigenschaft \"setup\" oder sie ist leer.",
"ru": "Шутка имеет тип \"twopart\", но не имеет свойства \"setup\" или она пуста.",
"cs": "Vtip je typu \"twopart\", ale nemá vlastnost \"setup\" nebo je prázdná.",
"it": "La barzelletta è del tipo \"twopart\", ma non ha proprietà \"setup\" oppure è vuota."
},
"parseJokesTwopartNoDeliveryProperty": {
"en": "Joke is of type \"twopart\" but doesn't have a \"delivery\" property or it is empty.",
"de": "Witz ist vom Typ \"twopart\", hat aber keine Eigenschaft \"Lieferung\" oder sie ist leer.",
"ru": "Шутка имеет тип \"twopart\", но не имеет свойства \"delivery\" или она пуста.",
"cs": "Vtip je typu \"twopart\", ale nemá vlastnost \"delivery\" nebo je prázdná.",
"it": "La barzelletta è del tipo \"twopart\", ma non ha proprietà \"delivery\" oppure è vuota."
},
"parseJokesNoTypeProperty": {
"en": "Joke doesn't have a \"type\" property or it is invalid - it has to be either \"single\" or \"twopart\".",
"de": "Witz hat keine Eigenschaft \"type\" oder sie ist ungültig - es muss entweder \"single\" oder \"twopart\" sein.",
"ru": "У шутки нет свойства \"type\" или она недействительна - она должна быть либо \"single\", либо \"twopart\".",
"cs": "Vtip nemá vlastnost \"type\" nebo je neplatná - musí to být buď \"single\" nebo \"twopart\".",
"it": "La barzelletta non ha proprietà \"type\" oppure è invalida - deve essere \"single\" o \"twopart\"."
},
"parseJokesNoCategoryProperty": {
"en": "Joke doesn't have a \"category\" property or it is empty.",
"de": "Witz hat keine Eigenschaft \"category\" oder sie ist leer.",
"ru": "У шутки нет свойства \"category\" или она пуста.",
"cs": "Vtip nemá vlastnost \"category\" nebo je prázdná.",
"it": "La barzelletta non ha proprietà \"category\" o è vuota."
},
"parseJokesInvalidCategory": {
"en": "Joke category is invalid.",
"de": "Die Witz-Kategorie ist ungültig.",
"ru": "Категория шуток недействительна.",
"cs": "Kategorie vtipu je neplatná.",
"it": "La categoria della barzelletta non è valida."
},
"parseJokesNoFlagNsfw": {
"en": "Joke doesn't have the \"nsfw\" flag or it is invalid.",
"de": "Witz hat nicht das Merkmal \"nsfw\" oder es ist ungültig.",
"ru": "В шутке нет флага \"nsfw\" или она недействительна.",
"cs": "Vtip nemá vlajku \"nsfw\" nebo je neplatná.",
"it": "La barzelletta non è contrassegnata come \"nsfw\" oppure non è valida."
},
"parseJokesNoFlagRacist": {
"en": "Joke doesn't have the \"racist\" flag or it is invalid.",
"de": "Witz hat nicht das Merkmal \"racist\" oder es ist ungültig.",
"ru": "В шутке нет флага \"racist\" или она недействительна.",
"cs": "Vtip nemá vlajku \"racist\" nebo je neplatná.",
"it": "La barzelletta non è contrassegnata come \"racist\" oppure non è valida."
},
"parseJokesNoFlagSexist": {
"en": "Joke doesn't have the \"sexist\" flag or it is invalid.",
"de": "Witz hat nicht das Merkmal \"sexist\" oder es ist ungültig.",
"ru": "В шутке нет флага \"sexist\" или она недействительна.",
"cs": "Vtip nemá vlajku \"sexist\" nebo je neplatná.",
"it": "La barzelletta non è contrassegnata come \"sexist\" oppure non è valida."
},
"parseJokesNoFlagPolitical": {
"en": "Joke doesn't have the \"political\" flag or it is invalid.",
"de": "Witz hat nicht das Merkmal \"political\" oder es ist ungültig.",
"ru": "В шутке нет флага \"political\" или она недействительна.",
"cs": "Vtip nemá vlajku \"political\" nebo je neplatná.",
"it": "La barzelletta non è contrassegnata come \"political\" oppure non è valida."
},
"parseJokesNoFlagReligious": {
"en": "Joke doesn't have the \"religious\" flag or it is invalid.",
"de": "Witz hat nicht das Merkmal \"religious\" oder es ist ungültig.",
"ru": "В шутке нет флага \"religious\" или она недействительна.",
"cs": "Vtip nemá vlajku \"religious\" nebo je neplatná.",
"it": "La barzelletta non è contrassegnata come \"religious\" oppure non è valida."
},
"parseJokesNoFlagExplicit": {
"en": "Joke doesn't have the \"explicit\" flag or it is invalid.",
"de": "Witz hat nicht das Merkmal \"explicit\" oder es ist ungültig.",
"ru": "В шутке нет флага \"explicit\" или она недействительна.",
"cs": "Vtip nemá vlajku \"explicit\" nebo je neplatná",
"it": "La barzelletta non è contrassegnata come \"explicit\" oppure non è valida."
},
"parseJokesNoFlagsObject": {
"en": "Joke doesn't have a \"flags\" object or it is invalid.",
"de": "Witz hat kein Objekt \"flags\" oder es ist ungültig.",
"ru": "В шутке нет объекта \"flags\" или она недействительна.",
"cs": "Vtip nemá objekt \"flags\" nebo je neplatný.",
"it": "La barzelletta non ha oggetto \"flags\" oppure l'oggetto non è valido."
},
"parseJokesNoLangProperty": {
"en": "Joke doesn't have a \"lang\" property or it is empty or of the wrong type.",
"de": "Witz hat keine Eigenschaft \"lang\" oder sie ist leer oder vom falschen Typ.",
"ru": "У шутки нет свойства \"lang\", или она пуста, или имеет неправильный тип.",
"cs": "Vtip nemá vlastnost \"lang\" nebo je prázdná nebo nesprávného typu.",
"it": "La barzelletta non ha proprietà \"lang\" opppure è vuota o della tipologia errata."
},
"parseJokesLangPropertyInvalid": {
"en": "Property \"lang\" is invalid: %1",
"de": "Eigenschaft \"lang\" ist ungültig: %1",
"ru": "Собственность \"lang\" недействительна: %1",
"cs": "Vlastnost \"lang\" je neplatná: %1",
"it": "La proprietà \"lang\" non è valida: %1"
},
"parseJokesCantParse": {
"en": "Joke couldn't be parsed: %1",
"de": "Joke konnte nicht geparst werden: %1",
"ru": "Шутка не может быть разбита: %1"
},
"langModuleInitError": {
"en": "Internal error: language module was not correctly initialized.",
"de": "Interner Fehler: Sprach-Modul wurde nicht korrekt initialisiert.",
"ru": "Внутренняя ошибка: языковой модуль был неправильно инициализирован.",
"cs": "Interní chyba: jazykový modul nebyl správně inicializován.",
"it": "Errore interno: il modulo di linguaggio non è stato inizializzato correttamente."
},
"langCodeInvalidValue": {
"en": "Language code is not a string or not two characters in length.",
"de": "Der Sprachcode ist kein String oder nicht zwei Zeichen lang.",
"ru": "Языковой код не является строкой или не состоит из двух символов.",
"cs": "Kód jazyka není textový řetězec nebo není dva znaky dlouhý",
"it": "Il codice di linguaggio non è uno string oppure non è lungo due caratteri"
},
"langCodeDoesntExist": {
"en": "Language code doesn't exist.",
"de": "Der Sprachcode existiert nicht.",
"ru": "Языкового кода не существует.",
"cs": "Kód jazyka neexistuje.",
"it": "Il codice di linguaggio non esiste."
}
}
}