diff --git a/public/language/ar/global.json b/public/language/ar/global.json index e6ebcd7b45..abeee6f705 100644 --- a/public/language/ar/global.json +++ b/public/language/ar/global.json @@ -51,6 +51,8 @@ "nextpage": "الصفحة التالية", "alert.success": "نجاح", "alert.error": "خطأ", + "alert.warning": "Warning", + "alert.info": "Info", "alert.banned": "محظور", "alert.banned.message": "You have just been banned, your access is now restricted.", "alert.unbanned": "Unbanned", diff --git a/public/language/bg/global.json b/public/language/bg/global.json index 0efa6c2100..04658a0d3c 100644 --- a/public/language/bg/global.json +++ b/public/language/bg/global.json @@ -51,6 +51,8 @@ "nextpage": "Следваща страница", "alert.success": "Готово", "alert.error": "Грешка", + "alert.warning": "Warning", + "alert.info": "Info", "alert.banned": "Блокиран", "alert.banned.message": "Вие току-що бяхте блокиран. Достъпът Ви до системата е ограничен.", "alert.unbanned": "Деблокиран", diff --git a/public/language/bn/global.json b/public/language/bn/global.json index 2a0ae42d9f..5398406fb6 100644 --- a/public/language/bn/global.json +++ b/public/language/bn/global.json @@ -51,6 +51,8 @@ "nextpage": "পরের পাতা", "alert.success": "সফল", "alert.error": "ত্রুটি", + "alert.warning": "Warning", + "alert.info": "Info", "alert.banned": "নিষিদ্ধ", "alert.banned.message": "You have just been banned, your access is now restricted.", "alert.unbanned": "Unbanned", diff --git a/public/language/cs/global.json b/public/language/cs/global.json index 863553af20..f483d3f446 100644 --- a/public/language/cs/global.json +++ b/public/language/cs/global.json @@ -51,6 +51,8 @@ "nextpage": "Další stránka", "alert.success": "Úspěšné", "alert.error": "Chyba", + "alert.warning": "Warning", + "alert.info": "Info", "alert.banned": "Zabanován", "alert.banned.message": "You have just been banned, your access is now restricted.", "alert.unbanned": "Unbanned", diff --git a/public/language/da/global.json b/public/language/da/global.json index 39154ea051..b719cb368d 100644 --- a/public/language/da/global.json +++ b/public/language/da/global.json @@ -51,6 +51,8 @@ "nextpage": "Næste side", "alert.success": "Succes", "alert.error": "Fejl", + "alert.warning": "Warning", + "alert.info": "Info", "alert.banned": "Forment adgang", "alert.banned.message": "You have just been banned, your access is now restricted.", "alert.unbanned": "Unbanned", diff --git a/public/language/de/global.json b/public/language/de/global.json index 7c2a8bb749..68bae68ffd 100644 --- a/public/language/de/global.json +++ b/public/language/de/global.json @@ -51,6 +51,8 @@ "nextpage": "Nächste Seite", "alert.success": "Erfolg", "alert.error": "Fehler", + "alert.warning": "Warning", + "alert.info": "Info", "alert.banned": "Gesperrt", "alert.banned.message": "Sie wurden gerade gesperrt, Ihr Zugang ist jetzt eingeschränkt.", "alert.unbanned": "Nicht gesperrt", diff --git a/public/language/el/global.json b/public/language/el/global.json index 5d40fbd663..5b4c1031ae 100644 --- a/public/language/el/global.json +++ b/public/language/el/global.json @@ -51,6 +51,8 @@ "nextpage": "Επόμενη Σελίδα", "alert.success": "Επιτυχία", "alert.error": "Σφάλμα", + "alert.warning": "Warning", + "alert.info": "Info", "alert.banned": "Αποκλεισμένος/η", "alert.banned.message": "You have just been banned, your access is now restricted.", "alert.unbanned": "Unbanned", diff --git a/public/language/en-US/global.json b/public/language/en-US/global.json index d0846ffdfa..938e1d04a8 100644 --- a/public/language/en-US/global.json +++ b/public/language/en-US/global.json @@ -51,6 +51,8 @@ "nextpage": "Next Page", "alert.success": "Success", "alert.error": "Error", + "alert.warning": "Warning", + "alert.info": "Info", "alert.banned": "Banned", "alert.banned.message": "You have just been banned, your access is now restricted.", "alert.unbanned": "Unbanned", diff --git a/public/language/en-x-pirate/global.json b/public/language/en-x-pirate/global.json index dbf9e3e41d..6d01b5d682 100644 --- a/public/language/en-x-pirate/global.json +++ b/public/language/en-x-pirate/global.json @@ -51,6 +51,8 @@ "nextpage": "Next Page", "alert.success": "Success", "alert.error": "Somethin' broke", + "alert.warning": "Warning", + "alert.info": "Info", "alert.banned": "Exiled", "alert.banned.message": "You have just been banned, your access is now restricted.", "alert.unbanned": "Unbanned", diff --git a/public/language/es/global.json b/public/language/es/global.json index bd2dac6526..4e43821ee4 100644 --- a/public/language/es/global.json +++ b/public/language/es/global.json @@ -51,6 +51,8 @@ "nextpage": "Página siguiente", "alert.success": "¡Éxito!", "alert.error": "Error", + "alert.warning": "Warning", + "alert.info": "Info", "alert.banned": "Baneado", "alert.banned.message": "You have just been banned, your access is now restricted.", "alert.unbanned": "Unbanned", diff --git a/public/language/et/global.json b/public/language/et/global.json index 17b4ae6fb5..caf350fec8 100644 --- a/public/language/et/global.json +++ b/public/language/et/global.json @@ -51,6 +51,8 @@ "nextpage": "Järgmine leht", "alert.success": "Õnnestus", "alert.error": "Viga", + "alert.warning": "Warning", + "alert.info": "Info", "alert.banned": "Bannitud", "alert.banned.message": "You have just been banned, your access is now restricted.", "alert.unbanned": "Unbanned", diff --git a/public/language/fa-IR/global.json b/public/language/fa-IR/global.json index 0331c8da0f..159936e3b8 100644 --- a/public/language/fa-IR/global.json +++ b/public/language/fa-IR/global.json @@ -51,6 +51,8 @@ "nextpage": "برگهٔ پسین", "alert.success": "موفقیت", "alert.error": "خطا", + "alert.warning": "Warning", + "alert.info": "Info", "alert.banned": "بن شده ها", "alert.banned.message": "You have just been banned, your access is now restricted.", "alert.unbanned": "Unbanned", diff --git a/public/language/fi/global.json b/public/language/fi/global.json index 88dadbefb6..2181b0d3ee 100644 --- a/public/language/fi/global.json +++ b/public/language/fi/global.json @@ -51,6 +51,8 @@ "nextpage": "Seuraava sivu", "alert.success": "Onnistui", "alert.error": "Virhe", + "alert.warning": "Warning", + "alert.info": "Info", "alert.banned": "Estetty", "alert.banned.message": "You have just been banned, your access is now restricted.", "alert.unbanned": "Unbanned", diff --git a/public/language/fr/global.json b/public/language/fr/global.json index 3b0401132f..a8598837a6 100644 --- a/public/language/fr/global.json +++ b/public/language/fr/global.json @@ -51,6 +51,8 @@ "nextpage": "Page suivante", "alert.success": "Succès", "alert.error": "Erreur", + "alert.warning": "Warning", + "alert.info": "Info", "alert.banned": "Bannis", "alert.banned.message": "Vous venez d'être banni, votre accès est désormais restreint.", "alert.unbanned": "Dé-banni", diff --git a/public/language/gl/global.json b/public/language/gl/global.json index c66ea8404d..d3d1bfdfe6 100644 --- a/public/language/gl/global.json +++ b/public/language/gl/global.json @@ -51,6 +51,8 @@ "nextpage": "Páxina Seguinte", "alert.success": "Éxito", "alert.error": "Erro", + "alert.warning": "Warning", + "alert.info": "Info", "alert.banned": "Expulsado", "alert.banned.message": "You have just been banned, your access is now restricted.", "alert.unbanned": "Unbanned", diff --git a/public/language/he/global.json b/public/language/he/global.json index afbd346e7b..4e0395b1dc 100644 --- a/public/language/he/global.json +++ b/public/language/he/global.json @@ -51,6 +51,8 @@ "nextpage": "העמוד הבא", "alert.success": "הצלחה", "alert.error": "שגיאה", + "alert.warning": "Warning", + "alert.info": "Info", "alert.banned": "מורחק", "alert.banned.message": "You have just been banned, your access is now restricted.", "alert.unbanned": "Unbanned", diff --git a/public/language/hr/global.json b/public/language/hr/global.json index 2554d40335..a07f41cb0f 100644 --- a/public/language/hr/global.json +++ b/public/language/hr/global.json @@ -51,6 +51,8 @@ "nextpage": "Sljedeća stranica", "alert.success": "Uspjeh!", "alert.error": "Greška", + "alert.warning": "Warning", + "alert.info": "Info", "alert.banned": "Blokiran", "alert.banned.message": "You have just been banned, your access is now restricted.", "alert.unbanned": "Unbanned", diff --git a/public/language/hu/global.json b/public/language/hu/global.json index 785fff1ae5..adccf9109c 100644 --- a/public/language/hu/global.json +++ b/public/language/hu/global.json @@ -51,6 +51,8 @@ "nextpage": "Következő oldal", "alert.success": "Sikeres", "alert.error": "Hiba", + "alert.warning": "Warning", + "alert.info": "Info", "alert.banned": "Kitiltva", "alert.banned.message": "Kitiltottak, ezért most ki leszel léptetve.", "alert.unbanned": "Kitiltás feloldva", diff --git a/public/language/hy/global.json b/public/language/hy/global.json index f3a871d487..ae51bf5a51 100644 --- a/public/language/hy/global.json +++ b/public/language/hy/global.json @@ -51,6 +51,8 @@ "nextpage": "հաջորդ էջ", "alert.success": "Կատարված է", "alert.error": "Սխալ", + "alert.warning": "Warning", + "alert.info": "Info", "alert.banned": "Արգելված", "alert.banned.message": "Ձեզ հենց նոր արգելել են, ձեր մուտքն այժմ սահմանափակված է:", "alert.unbanned": "Չարգելված", diff --git a/public/language/id/global.json b/public/language/id/global.json index fbd9df6b84..df956b8264 100644 --- a/public/language/id/global.json +++ b/public/language/id/global.json @@ -51,6 +51,8 @@ "nextpage": "Halaman Selanjutnya", "alert.success": "Sukses", "alert.error": "Error", + "alert.warning": "Warning", + "alert.info": "Info", "alert.banned": "Banned", "alert.banned.message": "You have just been banned, your access is now restricted.", "alert.unbanned": "Unbanned", diff --git a/public/language/it/global.json b/public/language/it/global.json index 235fa2c35f..2230002ab2 100644 --- a/public/language/it/global.json +++ b/public/language/it/global.json @@ -51,6 +51,8 @@ "nextpage": "Pagina Successiva", "alert.success": "Riuscito", "alert.error": "Errore", + "alert.warning": "Warning", + "alert.info": "Info", "alert.banned": "Bannato", "alert.banned.message": "Sei stato appena bannato, il tuo accesso è ora limitato.", "alert.unbanned": "Non bannato", diff --git a/public/language/ja/global.json b/public/language/ja/global.json index c286ed19dc..b0851acc42 100644 --- a/public/language/ja/global.json +++ b/public/language/ja/global.json @@ -51,6 +51,8 @@ "nextpage": "次のページ", "alert.success": "成功", "alert.error": "エラー", + "alert.warning": "Warning", + "alert.info": "Info", "alert.banned": "停止した", "alert.banned.message": "You have just been banned, your access is now restricted.", "alert.unbanned": "Unbanned", diff --git a/public/language/ko/global.json b/public/language/ko/global.json index 09e03f8283..d318f7610f 100644 --- a/public/language/ko/global.json +++ b/public/language/ko/global.json @@ -51,6 +51,8 @@ "nextpage": "다음 페이지", "alert.success": "성공", "alert.error": "오류", + "alert.warning": "Warning", + "alert.info": "Info", "alert.banned": "차단됨", "alert.banned.message": "당신은 차단되었습니다. 당신의 접근이 제한됩니다.", "alert.unbanned": "차단 해제", diff --git a/public/language/lt/global.json b/public/language/lt/global.json index 331db9dffe..b501ae6e23 100644 --- a/public/language/lt/global.json +++ b/public/language/lt/global.json @@ -51,6 +51,8 @@ "nextpage": "Kitas puslapis", "alert.success": "Pavyko", "alert.error": "Klaida", + "alert.warning": "Warning", + "alert.info": "Info", "alert.banned": "Užblokuotas", "alert.banned.message": "You have just been banned, your access is now restricted.", "alert.unbanned": "Unbanned", diff --git a/public/language/lv/global.json b/public/language/lv/global.json index 21d491a9ea..691d7a0985 100644 --- a/public/language/lv/global.json +++ b/public/language/lv/global.json @@ -51,6 +51,8 @@ "nextpage": "Nākamā lapa", "alert.success": "Veiksme", "alert.error": "Kļūda", + "alert.warning": "Warning", + "alert.info": "Info", "alert.banned": "Bloķētie", "alert.banned.message": "You have just been banned, your access is now restricted.", "alert.unbanned": "Unbanned", diff --git a/public/language/ms/global.json b/public/language/ms/global.json index 1d227f9c0f..c0662f0fca 100644 --- a/public/language/ms/global.json +++ b/public/language/ms/global.json @@ -51,6 +51,8 @@ "nextpage": "Laman berikut", "alert.success": "Berjaya", "alert.error": "Ralat", + "alert.warning": "Warning", + "alert.info": "Info", "alert.banned": "Diharamkan", "alert.banned.message": "You have just been banned, your access is now restricted.", "alert.unbanned": "Unbanned", diff --git a/public/language/nb/global.json b/public/language/nb/global.json index d42357b63a..06bc657a13 100644 --- a/public/language/nb/global.json +++ b/public/language/nb/global.json @@ -51,6 +51,8 @@ "nextpage": "Neste side", "alert.success": "Suksess", "alert.error": "Feil", + "alert.warning": "Warning", + "alert.info": "Info", "alert.banned": "Utestengt", "alert.banned.message": "Du har nettop blitt utestengt, din tilgang er nå begrenset.", "alert.unbanned": "Utestengelse opphevet", diff --git a/public/language/nl/global.json b/public/language/nl/global.json index 3e208bdb2c..05eb82749d 100644 --- a/public/language/nl/global.json +++ b/public/language/nl/global.json @@ -51,6 +51,8 @@ "nextpage": "Volgende pagina", "alert.success": "Succes", "alert.error": "Fout", + "alert.warning": "Warning", + "alert.info": "Info", "alert.banned": "Verbannen", "alert.banned.message": "Je bent net verbannen en je toegang is nu beperkt.", "alert.unbanned": "Verbanning opgeheven", diff --git a/public/language/pl/global.json b/public/language/pl/global.json index eeb7a4e417..99c02c3cda 100644 --- a/public/language/pl/global.json +++ b/public/language/pl/global.json @@ -51,6 +51,8 @@ "nextpage": "Następna strona", "alert.success": "Udało się", "alert.error": "Błąd", + "alert.warning": "Warning", + "alert.info": "Info", "alert.banned": "Ban", "alert.banned.message": "Zostałeś zbanowany i Twoje konto jest teraz w trybie ograniczonych możliwości", "alert.unbanned": "Odbanowany", diff --git a/public/language/pt-BR/global.json b/public/language/pt-BR/global.json index 62330343be..af1aee0bf8 100644 --- a/public/language/pt-BR/global.json +++ b/public/language/pt-BR/global.json @@ -51,6 +51,8 @@ "nextpage": "Próxima Página", "alert.success": "Sucesso", "alert.error": "Erro", + "alert.warning": "Warning", + "alert.info": "Info", "alert.banned": "Banido", "alert.banned.message": "Você acaba de ser banido, seu acesso agora está restrito.", "alert.unbanned": "Des-banido", diff --git a/public/language/pt-PT/global.json b/public/language/pt-PT/global.json index 90f748267c..4d290521c9 100644 --- a/public/language/pt-PT/global.json +++ b/public/language/pt-PT/global.json @@ -51,6 +51,8 @@ "nextpage": "Página seguinte", "alert.success": "Sucesso", "alert.error": "Erro", + "alert.warning": "Warning", + "alert.info": "Info", "alert.banned": "Banido", "alert.banned.message": "You have just been banned, your access is now restricted.", "alert.unbanned": "Unbanned", diff --git a/public/language/ro/global.json b/public/language/ro/global.json index be2a10447b..e87ecc00e0 100644 --- a/public/language/ro/global.json +++ b/public/language/ro/global.json @@ -51,6 +51,8 @@ "nextpage": "Următoarea Pagină", "alert.success": "Succes", "alert.error": "Eroare", + "alert.warning": "Warning", + "alert.info": "Info", "alert.banned": "Banat", "alert.banned.message": "You have just been banned, your access is now restricted.", "alert.unbanned": "Unbanned", diff --git a/public/language/ru/global.json b/public/language/ru/global.json index 403d50641e..329cf98c00 100644 --- a/public/language/ru/global.json +++ b/public/language/ru/global.json @@ -51,6 +51,8 @@ "nextpage": "Следующая страница", "alert.success": "Успешно", "alert.error": "Ошибка", + "alert.warning": "Warning", + "alert.info": "Info", "alert.banned": "Заблокирован", "alert.banned.message": "Вас только что заблокировали, теперь ваш доступ ограничен.", "alert.unbanned": "Разблокирован", diff --git a/public/language/rw/global.json b/public/language/rw/global.json index 6a74db4476..b0b0e062c6 100644 --- a/public/language/rw/global.json +++ b/public/language/rw/global.json @@ -51,6 +51,8 @@ "nextpage": "Paji Ikurikira", "alert.success": "Byaciyemo", "alert.error": "Byanze", + "alert.warning": "Warning", + "alert.info": "Info", "alert.banned": "Birukanwe", "alert.banned.message": "You have just been banned, your access is now restricted.", "alert.unbanned": "Unbanned", diff --git a/public/language/sc/global.json b/public/language/sc/global.json index 40e9988659..4349e6ebad 100644 --- a/public/language/sc/global.json +++ b/public/language/sc/global.json @@ -51,6 +51,8 @@ "nextpage": "Pàgina chi Sighit", "alert.success": "Andat Bene", "alert.error": "Faddina", + "alert.warning": "Warning", + "alert.info": "Info", "alert.banned": "Blocadu", "alert.banned.message": "You have just been banned, your access is now restricted.", "alert.unbanned": "Unbanned", diff --git a/public/language/sk/global.json b/public/language/sk/global.json index 19b7985493..f45c6a4223 100644 --- a/public/language/sk/global.json +++ b/public/language/sk/global.json @@ -51,6 +51,8 @@ "nextpage": "Nasledujúca strana", "alert.success": "Výsledok", "alert.error": "Chyba", + "alert.warning": "Warning", + "alert.info": "Info", "alert.banned": "Zablokovaný", "alert.banned.message": "You have just been banned, your access is now restricted.", "alert.unbanned": "Unbanned", diff --git a/public/language/sl/global.json b/public/language/sl/global.json index 4b41669603..3e1aa48afa 100644 --- a/public/language/sl/global.json +++ b/public/language/sl/global.json @@ -51,6 +51,8 @@ "nextpage": "Naslednja stran", "alert.success": "Uspešno", "alert.error": "Napaka", + "alert.warning": "Warning", + "alert.info": "Info", "alert.banned": "Izločen", "alert.banned.message": "You have just been banned, your access is now restricted.", "alert.unbanned": "Unbanned", diff --git a/public/language/sq-AL/global.json b/public/language/sq-AL/global.json index 6d5562d732..6eb4e3654d 100644 --- a/public/language/sq-AL/global.json +++ b/public/language/sq-AL/global.json @@ -51,6 +51,8 @@ "nextpage": "Faqja tjetër", "alert.success": "Sukses", "alert.error": "Gabim", + "alert.warning": "Warning", + "alert.info": "Info", "alert.banned": "I ndaluar", "alert.banned.message": "Sapo je ndaluar, aksesi jot tani është i kufizuar.", "alert.unbanned": "E pandaluar", diff --git a/public/language/sr/global.json b/public/language/sr/global.json index d3b061f54e..eb51b15955 100644 --- a/public/language/sr/global.json +++ b/public/language/sr/global.json @@ -51,6 +51,8 @@ "nextpage": "Следећа страна", "alert.success": "Успешно", "alert.error": "Грешка", + "alert.warning": "Warning", + "alert.info": "Info", "alert.banned": "Забрањен", "alert.banned.message": "Управо сте добили забрану, ваш приступ је сада ограничен.", "alert.unbanned": "Укинута забрана", diff --git a/public/language/sv/global.json b/public/language/sv/global.json index 6172d35dc6..9eb88df89f 100644 --- a/public/language/sv/global.json +++ b/public/language/sv/global.json @@ -51,6 +51,8 @@ "nextpage": "Nästa sida", "alert.success": "Lyckat", "alert.error": "Fel", + "alert.warning": "Warning", + "alert.info": "Info", "alert.banned": "Bannlyst", "alert.banned.message": "Du har precis blivit bannlyst, du har nu begränsad tillgång.", "alert.unbanned": "Unbanned", diff --git a/public/language/th/global.json b/public/language/th/global.json index d94308ef5d..15719027e7 100644 --- a/public/language/th/global.json +++ b/public/language/th/global.json @@ -51,6 +51,8 @@ "nextpage": "หน้าถัดไป", "alert.success": "สำเร็จ", "alert.error": "ผิดพลาด", + "alert.warning": "Warning", + "alert.info": "Info", "alert.banned": "เเบน", "alert.banned.message": "You have just been banned, your access is now restricted.", "alert.unbanned": "Unbanned", diff --git a/public/language/tr/global.json b/public/language/tr/global.json index 3b98b62bed..b245a43775 100644 --- a/public/language/tr/global.json +++ b/public/language/tr/global.json @@ -51,6 +51,8 @@ "nextpage": "Sonraki Sayfa", "alert.success": "Başarılı", "alert.error": "Hata", + "alert.warning": "Warning", + "alert.info": "Info", "alert.banned": "Yasaklı", "alert.banned.message": "Yasaklandınız, erişiminiz kısıtlanmıştır. ", "alert.unbanned": "Yasak kaldırıldı", diff --git a/public/language/uk/global.json b/public/language/uk/global.json index 0326777e17..2cecaa6fd7 100644 --- a/public/language/uk/global.json +++ b/public/language/uk/global.json @@ -51,6 +51,8 @@ "nextpage": "Наступна сторінка", "alert.success": "Успіх", "alert.error": "Помилка", + "alert.warning": "Warning", + "alert.info": "Info", "alert.banned": "Забанений", "alert.banned.message": "You have just been banned, your access is now restricted.", "alert.unbanned": "Unbanned", diff --git a/public/language/vi/global.json b/public/language/vi/global.json index 70a120fa29..3bc4d1a268 100644 --- a/public/language/vi/global.json +++ b/public/language/vi/global.json @@ -51,6 +51,8 @@ "nextpage": "Trang kế", "alert.success": "Thành công", "alert.error": "Lỗi", + "alert.warning": "Warning", + "alert.info": "Info", "alert.banned": "Bị cấm", "alert.banned.message": "Bạn vừa bị cấm, quyền truy cập của bạn hiện bị hạn chế.", "alert.unbanned": "Bỏ cấm", diff --git a/public/language/zh-CN/global.json b/public/language/zh-CN/global.json index 6cd895b4b8..077e4061ff 100644 --- a/public/language/zh-CN/global.json +++ b/public/language/zh-CN/global.json @@ -51,6 +51,8 @@ "nextpage": "下一页", "alert.success": "成功", "alert.error": "错误", + "alert.warning": "Warning", + "alert.info": "Info", "alert.banned": "已封禁", "alert.banned.message": "您已被禁止,您当前的访问受到限制。", "alert.unbanned": "已解封", diff --git a/public/language/zh-TW/global.json b/public/language/zh-TW/global.json index 191be4a230..e08e651375 100644 --- a/public/language/zh-TW/global.json +++ b/public/language/zh-TW/global.json @@ -51,6 +51,8 @@ "nextpage": "下一頁", "alert.success": "成功", "alert.error": "錯誤", + "alert.warning": "Warning", + "alert.info": "Info", "alert.banned": "已停權", "alert.banned.message": "You have just been banned, your access is now restricted.", "alert.unbanned": "Unbanned",