mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-17 22:10:23 +01:00
Compare commits
33 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
987045c372 | ||
|
|
6e95e5c5ae | ||
|
|
2345025e37 | ||
|
|
39d61061e0 | ||
|
|
5f6e9f67c6 | ||
|
|
78a4d594cc | ||
|
|
e7fd186118 | ||
|
|
5bafab79e1 | ||
|
|
e47a63f05d | ||
|
|
01f607a5c0 | ||
|
|
a35642601c | ||
|
|
01be1a9955 | ||
|
|
8885d2287c | ||
|
|
356f9a189a | ||
|
|
7b5f53fc84 | ||
|
|
a9a2683681 | ||
|
|
23232508d3 | ||
|
|
91f32487fd | ||
|
|
f6a7582c51 | ||
|
|
f6728404f0 | ||
|
|
d9f2096db1 | ||
|
|
0772ec07db | ||
|
|
a13a523b1f | ||
|
|
edf8b0f8c0 | ||
|
|
1fd68281d0 | ||
|
|
fe873182f6 | ||
|
|
18e76c215e | ||
|
|
e894147c82 | ||
|
|
6f9829e663 | ||
|
|
2bfccac72a | ||
|
|
ad37020218 | ||
|
|
5faaf6a152 | ||
|
|
abd8e216b0 |
@@ -1,3 +1,9 @@
|
||||
#### v2.0.1 (2022-05-28)
|
||||
|
||||
##### Bug Fixes
|
||||
|
||||
* get rid of math.random in utils.generateUUID (a4ab49c2)
|
||||
|
||||
#### v2.0.0 (2022-05-04)
|
||||
|
||||
##### Chores
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "nodebb",
|
||||
"license": "GPL-3.0",
|
||||
"description": "NodeBB Forum",
|
||||
"version": "2.0.1",
|
||||
"version": "2.1.0",
|
||||
"homepage": "http://www.nodebb.org",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -29,7 +29,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@adactive/bootstrap-tagsinput": "0.8.2",
|
||||
"ace-builds": "1.5.1",
|
||||
"ace-builds": "1.5.3",
|
||||
"archiver": "5.3.1",
|
||||
"async": "3.2.3",
|
||||
"autoprefixer": "10.4.7",
|
||||
@@ -52,7 +52,7 @@
|
||||
"connect-pg-simple": "7.0.0",
|
||||
"connect-redis": "6.1.3",
|
||||
"cookie-parser": "1.4.6",
|
||||
"cron": "1.8.3",
|
||||
"cron": "2.0.0",
|
||||
"cropperjs": "1.5.12",
|
||||
"csurf": "1.11.0",
|
||||
"daemon": "1.1.0",
|
||||
@@ -63,7 +63,7 @@
|
||||
"file-loader": "6.2.0",
|
||||
"fs-extra": "10.1.0",
|
||||
"graceful-fs": "4.2.10",
|
||||
"helmet": "5.0.2",
|
||||
"helmet": "5.1.0",
|
||||
"html-to-text": "8.2.0",
|
||||
"ipaddr.js": "2.0.1",
|
||||
"jquery": "3.6.0",
|
||||
@@ -87,17 +87,17 @@
|
||||
"multiparty": "4.2.3",
|
||||
"@nodebb/bootswatch": "3.4.2",
|
||||
"nconf": "0.12.0",
|
||||
"nodebb-plugin-2factor": "4.0.0",
|
||||
"nodebb-plugin-2factor": "5.0.0",
|
||||
"nodebb-plugin-composer-default": "8.0.0",
|
||||
"nodebb-plugin-dbsearch": "5.1.5",
|
||||
"nodebb-plugin-emoji": "4.0.4",
|
||||
"nodebb-plugin-emoji-android": "3.0.0",
|
||||
"nodebb-plugin-markdown": "10.0.0",
|
||||
"nodebb-plugin-mentions": "3.0.10",
|
||||
"nodebb-plugin-mentions": "3.0.11",
|
||||
"nodebb-plugin-spam-be-gone": "1.0.0",
|
||||
"nodebb-rewards-essentials": "0.2.1",
|
||||
"nodebb-theme-lavender": "6.0.0",
|
||||
"nodebb-theme-persona": "12.0.2",
|
||||
"nodebb-theme-persona": "12.0.8",
|
||||
"nodebb-theme-slick": "2.0.1",
|
||||
"nodebb-theme-vanilla": "12.1.17",
|
||||
"nodebb-widget-essentials": "6.0.0",
|
||||
@@ -108,10 +108,10 @@
|
||||
"passport-local": "1.0.0",
|
||||
"pg": "8.7.3",
|
||||
"pg-cursor": "2.7.3",
|
||||
"postcss": "8.4.13",
|
||||
"postcss": "8.4.14",
|
||||
"postcss-clean": "1.2.0",
|
||||
"prompt": "1.3.0",
|
||||
"ioredis": "5.0.5",
|
||||
"ioredis": "5.0.6",
|
||||
"request": "2.88.2",
|
||||
"request-promise-native": "1.0.9",
|
||||
"rimraf": "3.0.2",
|
||||
@@ -119,12 +119,12 @@
|
||||
"sanitize-html": "2.7.0",
|
||||
"semver": "7.3.7",
|
||||
"serve-favicon": "2.5.0",
|
||||
"sharp": "0.30.4",
|
||||
"sharp": "0.30.6",
|
||||
"sitemap": "7.1.1",
|
||||
"slideout": "1.0.1",
|
||||
"socket.io": "4.5.1",
|
||||
"socket.io-adapter-cluster": "1.0.1",
|
||||
"socket.io-client": "4.5.0",
|
||||
"socket.io-client": "4.5.1",
|
||||
"@socket.io/redis-adapter": "7.2.0",
|
||||
"sortablejs": "1.15.0",
|
||||
"spdx-license-list": "6.5.0",
|
||||
@@ -147,17 +147,17 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@apidevtools/swagger-parser": "10.0.3",
|
||||
"@commitlint/cli": "16.3.0",
|
||||
"@commitlint/cli": "17.0.2",
|
||||
"@commitlint/config-angular": "16.3.0",
|
||||
"coveralls": "3.1.1",
|
||||
"eslint": "8.15.0",
|
||||
"eslint": "8.16.0",
|
||||
"eslint-config-nodebb": "0.1.1",
|
||||
"eslint-plugin-import": "2.26.0",
|
||||
"grunt": "1.5.3",
|
||||
"grunt-contrib-watch": "1.1.0",
|
||||
"husky": "8.0.1",
|
||||
"jsdom": "19.0.0",
|
||||
"lint-staged": "12.4.1",
|
||||
"lint-staged": "12.5.0",
|
||||
"mocha": "10.0.0",
|
||||
"mocha-lcov-reporter": "1.3.0",
|
||||
"mockdate": "3.0.5",
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"chat.no_active": "لا يوجد لديك دردشات نشطة.",
|
||||
"chat.user_typing": "%1 يكتب رسالة...",
|
||||
"chat.user_has_messaged_you": "%1 أرسل لك رسالة.",
|
||||
"chat.see_all": "عرض كل المحادثات",
|
||||
"chat.mark_all_read": "Mark all chats read",
|
||||
"chat.see_all": "All chats",
|
||||
"chat.mark_all_read": "Mark all read",
|
||||
"chat.no-messages": "المرجو اختيار مرسل إليه لمعاينة تاريخ الدردشات",
|
||||
"chat.no-users-in-room": "No users in this room",
|
||||
"chat.recent-chats": "آخر الدردشات",
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"title": "التنبيهات",
|
||||
"no_notifs": "ليس لديك أية تنبيهات جديدة",
|
||||
"see_all": "عرض كل التنبيهات",
|
||||
"mark_all_read": "اجعل كل التنبيهات مقروءة",
|
||||
"see_all": "All notifications",
|
||||
"mark_all_read": "Mark all read",
|
||||
"back_to_home": "عودة إلى %1",
|
||||
"outgoing_link": "رابط خارجي",
|
||||
"outgoing_link_message": "أنت تغادر اﻻن %1",
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"chat.no_active": "Нямате текущи разговори.",
|
||||
"chat.user_typing": "%1 пише...",
|
||||
"chat.user_has_messaged_you": "%1 Ви написа съобщение.",
|
||||
"chat.see_all": "Вижте всички разговори",
|
||||
"chat.mark_all_read": "Отбелязване на всички разговори като прочетени",
|
||||
"chat.see_all": "Всички разговори",
|
||||
"chat.mark_all_read": "Отбелязване на всички като прочетени",
|
||||
"chat.no-messages": "Моля, изберете получател, за да видите историята на съобщенията",
|
||||
"chat.no-users-in-room": "Няма потребители в тази стая",
|
||||
"chat.recent-chats": "Скорошни разговори",
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"title": "Известия",
|
||||
"no_notifs": "Нямате нови известия",
|
||||
"see_all": "Показване на всички известия",
|
||||
"mark_all_read": "Отбелязване на всички известия като прочетени",
|
||||
"see_all": "Всички известия",
|
||||
"mark_all_read": "Отбелязване на всички като прочетени",
|
||||
"back_to_home": "Назад към %1",
|
||||
"outgoing_link": "Външна връзка",
|
||||
"outgoing_link_message": "Напускате %1",
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"chat.no_active": "আপনার কোন সচল কথোপকথন নেই",
|
||||
"chat.user_typing": "%1 লিখছেন",
|
||||
"chat.user_has_messaged_you": "%1 আপনাকে বার্তা পাঠিয়েছেন",
|
||||
"chat.see_all": "See all chats",
|
||||
"chat.mark_all_read": "Mark all chats read",
|
||||
"chat.see_all": "All chats",
|
||||
"chat.mark_all_read": "Mark all read",
|
||||
"chat.no-messages": "মেসেজ হিস্টোরী দেখতে প্রাপক নির্বাচন করুন",
|
||||
"chat.no-users-in-room": "No users in this room",
|
||||
"chat.recent-chats": "সাম্প্রতিক চ্যাটসমূহ",
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"title": "বিজ্ঞপ্তিগুলো",
|
||||
"no_notifs": "আপনার নতুন কোন বিজ্ঞপ্তি নেই",
|
||||
"see_all": "See all notifications",
|
||||
"mark_all_read": "Mark all notifications read",
|
||||
"see_all": "All notifications",
|
||||
"mark_all_read": "Mark all read",
|
||||
"back_to_home": "ফিরুন %1",
|
||||
"outgoing_link": "বহির্গামী লিঙ্ক",
|
||||
"outgoing_link_message": "You are now leaving %1",
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"chat.no_active": "Nemáte žádné aktivní konverzace.",
|
||||
"chat.user_typing": "%1 píše…",
|
||||
"chat.user_has_messaged_you": "%1 Vám napsal.",
|
||||
"chat.see_all": "Prohlédnout všechny konverzace",
|
||||
"chat.mark_all_read": "Označit vše jako přečtené",
|
||||
"chat.see_all": "All chats",
|
||||
"chat.mark_all_read": "Mark all read",
|
||||
"chat.no-messages": "Vyberte příjemce k prohlédnutí historie zpráv.",
|
||||
"chat.no-users-in-room": "Žádní uživatelé v místnosti.",
|
||||
"chat.recent-chats": "Aktuální konverzace",
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"title": "Upozornění",
|
||||
"no_notifs": "Nemáte žádná nová upozornění.",
|
||||
"see_all": "Zobrazit všechna upozornění",
|
||||
"mark_all_read": "Označit všechna upozornění jako přečtená",
|
||||
"see_all": "All notifications",
|
||||
"mark_all_read": "Mark all read",
|
||||
"back_to_home": "Zpět na %1",
|
||||
"outgoing_link": "Odkaz mimo fórum",
|
||||
"outgoing_link_message": "Opouštíte %1",
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"chat.no_active": "Du har ingen aktive chats.",
|
||||
"chat.user_typing": "%1 skriver ...",
|
||||
"chat.user_has_messaged_you": "%1 har skrevet til dig.",
|
||||
"chat.see_all": "Se alle chats",
|
||||
"chat.mark_all_read": "Mark all chats read",
|
||||
"chat.see_all": "All chats",
|
||||
"chat.mark_all_read": "Mark all read",
|
||||
"chat.no-messages": "Vælg en modtager for at se beskedhistorikken",
|
||||
"chat.no-users-in-room": "Ingen brugere i rummet",
|
||||
"chat.recent-chats": "Seneste chats",
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"title": "Notifikationer",
|
||||
"no_notifs": "Du har ingen nye notifkationer",
|
||||
"see_all": "Se alle notifikationer",
|
||||
"mark_all_read": "Marker alle notifikationer læst",
|
||||
"see_all": "All notifications",
|
||||
"mark_all_read": "Mark all read",
|
||||
"back_to_home": "Tilbage til %1",
|
||||
"outgoing_link": "Udgående link",
|
||||
"outgoing_link_message": "Du forlader nu %1",
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"chat.no_active": "Du hast keine aktiven Chats.",
|
||||
"chat.user_typing": "%1 tippt gerade ...",
|
||||
"chat.user_has_messaged_you": "%1 hat dir geschrieben.",
|
||||
"chat.see_all": "Alle Chats anzeigen",
|
||||
"chat.mark_all_read": "Alle als gelesen markieren",
|
||||
"chat.see_all": "All chats",
|
||||
"chat.mark_all_read": "Mark all read",
|
||||
"chat.no-messages": "Bitte wähle einen Empfänger, um den jeweiligen Nachrichtenverlauf anzuzeigen.",
|
||||
"chat.no-users-in-room": "In diesem Raum befinden sich keine Benutzer.",
|
||||
"chat.recent-chats": "Aktuelle Chats",
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"title": "Benachrichtigungen",
|
||||
"no_notifs": "Keine neuen Benachrichtigungen",
|
||||
"see_all": "Alle Benachrichtigungen anzeigen",
|
||||
"mark_all_read": "Alle als gelesen markieren",
|
||||
"see_all": "All notifications",
|
||||
"mark_all_read": "Mark all read",
|
||||
"back_to_home": "Zurück zu %1",
|
||||
"outgoing_link": "Externer Link",
|
||||
"outgoing_link_message": "Du verlässt nun %1",
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"chat.no_active": "You have no active chats.",
|
||||
"chat.user_typing": "%1 is typing ...",
|
||||
"chat.user_has_messaged_you": "%1 has messaged you.",
|
||||
"chat.see_all": "See all chats",
|
||||
"chat.mark_all_read": "Mark all chats read",
|
||||
"chat.see_all": "All chats",
|
||||
"chat.mark_all_read": "Mark all read",
|
||||
"chat.no-messages": "Please select a recipient to view chat message history",
|
||||
"chat.no-users-in-room": "No users in this room",
|
||||
"chat.recent-chats": "Recent Chats",
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"title": "Notifications",
|
||||
"no_notifs": "You have no new notifications",
|
||||
"see_all": "See all notifications",
|
||||
"mark_all_read": "Mark all notifications read",
|
||||
"see_all": "All notifications",
|
||||
"mark_all_read": "Mark all read",
|
||||
"back_to_home": "Back to %1",
|
||||
"outgoing_link": "Outgoing Link",
|
||||
"outgoing_link_message": "You are now leaving %1",
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"chat.no_active": "You have no active chats.",
|
||||
"chat.user_typing": "%1 is typing ...",
|
||||
"chat.user_has_messaged_you": "%1 has messaged you.",
|
||||
"chat.see_all": "See all chats",
|
||||
"chat.mark_all_read": "Mark all chats read",
|
||||
"chat.see_all": "All chats",
|
||||
"chat.mark_all_read": "Mark all read",
|
||||
"chat.no-messages": "Please select a recipient to view chat message history",
|
||||
"chat.no-users-in-room": "No users in this room",
|
||||
"chat.recent-chats": "Recent Chats",
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"title": "Notifications",
|
||||
"no_notifs": "You have no new notifications",
|
||||
"see_all": "See all notifications",
|
||||
"mark_all_read": "Mark all notifications read",
|
||||
"see_all": "All notifications",
|
||||
"mark_all_read": "Mark all read",
|
||||
|
||||
"back_to_home": "Back to %1",
|
||||
"outgoing_link": "Outgoing Link",
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"chat.no_active": "You have no active chats.",
|
||||
"chat.user_typing": "%1 is typing ...",
|
||||
"chat.user_has_messaged_you": "%1 has messaged you.",
|
||||
"chat.see_all": "See all chats",
|
||||
"chat.mark_all_read": "Mark all chats read",
|
||||
"chat.see_all": "All chats",
|
||||
"chat.mark_all_read": "Mark all read",
|
||||
"chat.no-messages": "Please select a recipient to view chat message history",
|
||||
"chat.no-users-in-room": "No users in this room",
|
||||
"chat.recent-chats": "Recent Chats",
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"title": "Notifications",
|
||||
"no_notifs": "You have no new notifications",
|
||||
"see_all": "See all notifications",
|
||||
"mark_all_read": "Mark all notifications read",
|
||||
"see_all": "All notifications",
|
||||
"mark_all_read": "Mark all read",
|
||||
"back_to_home": "Back to %1",
|
||||
"outgoing_link": "Outgoing Link",
|
||||
"outgoing_link_message": "You are now leaving %1",
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"chat.no_active": "Ye be a lonely sailor.",
|
||||
"chat.user_typing": "%1 is typing ...",
|
||||
"chat.user_has_messaged_you": "%1 has messaged you.",
|
||||
"chat.see_all": "See all chats",
|
||||
"chat.mark_all_read": "Mark all chats read",
|
||||
"chat.see_all": "All chats",
|
||||
"chat.mark_all_read": "Mark all read",
|
||||
"chat.no-messages": "Please select a recipient to view chat message history",
|
||||
"chat.no-users-in-room": "No users in this room",
|
||||
"chat.recent-chats": "Recent Chats",
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"title": "Notifications",
|
||||
"no_notifs": "You have no new notifications",
|
||||
"see_all": "See all notifications",
|
||||
"mark_all_read": "Mark all notifications read",
|
||||
"see_all": "All notifications",
|
||||
"mark_all_read": "Mark all read",
|
||||
"back_to_home": "Back to %1",
|
||||
"outgoing_link": "Go offshore",
|
||||
"outgoing_link_message": "You are now leaving %1",
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"chat.no_active": "No tiene conversaciones activas.",
|
||||
"chat.user_typing": "%1 está escribiendo...",
|
||||
"chat.user_has_messaged_you": "%1 te ha enviado un mensaje.",
|
||||
"chat.see_all": "Ver todos los chats",
|
||||
"chat.mark_all_read": "Marcar todos los chats como leídos",
|
||||
"chat.see_all": "All chats",
|
||||
"chat.mark_all_read": "Mark all read",
|
||||
"chat.no-messages": "Por favor, selecciona un contacto para ver el historial de mensajes",
|
||||
"chat.no-users-in-room": "No hay usuarios en esta sala",
|
||||
"chat.recent-chats": "Chats recientes",
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"title": "Notificaciones",
|
||||
"no_notifs": "No tienes nuevas notificaciones",
|
||||
"see_all": "Ver todas las notificaciones",
|
||||
"mark_all_read": "Marcar todas las notificaciones como leídas",
|
||||
"see_all": "All notifications",
|
||||
"mark_all_read": "Mark all read",
|
||||
"back_to_home": "Volver a %1",
|
||||
"outgoing_link": "Enlace externo",
|
||||
"outgoing_link_message": "Ahora estás saliendo %1",
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"chat.no_active": "Sul ei ole hetkel aktiivseid vestlusi.",
|
||||
"chat.user_typing": "%1 kirjutab sõnumit...",
|
||||
"chat.user_has_messaged_you": "%1 saatis sulle sõnumi.",
|
||||
"chat.see_all": "Vaata kõiki vestluseid",
|
||||
"chat.mark_all_read": "Märgi kõik jutud loetuks",
|
||||
"chat.see_all": "All chats",
|
||||
"chat.mark_all_read": "Mark all read",
|
||||
"chat.no-messages": "Vali sõnumisaaja, et vaadata sõnumite ajalugu.",
|
||||
"chat.no-users-in-room": "Ühtki kasutajat selles ruumis",
|
||||
"chat.recent-chats": "Hiljutised vestlused",
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"title": "Teated",
|
||||
"no_notifs": "Sul pole uusi teateid",
|
||||
"see_all": "Vaata kõiki teavitusi",
|
||||
"mark_all_read": "Märgi kõik teavitused loetuks",
|
||||
"see_all": "All notifications",
|
||||
"mark_all_read": "Mark all read",
|
||||
"back_to_home": "Tagasi %1",
|
||||
"outgoing_link": "Väljaminev link",
|
||||
"outgoing_link_message": "Lahkud %1",
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"chat.no_active": "شما هیچ گفتگوی فعالی ندارید.",
|
||||
"chat.user_typing": "%1 در حال نوشتن است...",
|
||||
"chat.user_has_messaged_you": "%1 به شما پیام داده است.",
|
||||
"chat.see_all": "دیدن همهی گفتگوها",
|
||||
"chat.mark_all_read": "علامت گذاری شده به عنوان تمام گفتگو ها را خوانده",
|
||||
"chat.see_all": "All chats",
|
||||
"chat.mark_all_read": "Mark all read",
|
||||
"chat.no-messages": "مشخص کنید تاریخچه گفتگوها با چه کاربری را میخواهید ببینید",
|
||||
"chat.no-users-in-room": "هیچ کاربری در این گفتگو نیست",
|
||||
"chat.recent-chats": "گفتگو های اخیر",
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"title": "آگاهسازیها",
|
||||
"no_notifs": "هیچ آگاهسازی تازهای ندارید",
|
||||
"see_all": "دیدن همهی آگاهسازیها",
|
||||
"mark_all_read": "همه آگاهسازیها را خوانده شده علامت بزن",
|
||||
"see_all": "All notifications",
|
||||
"mark_all_read": "Mark all read",
|
||||
"back_to_home": "بازگشت به %1",
|
||||
"outgoing_link": "پیوند برونرو",
|
||||
"outgoing_link_message": "شما در حال ترک %1 هستید",
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"chat.no_active": "Sinulla ei ole aktiivisia keskusteluita.",
|
||||
"chat.user_typing": "%1 kirjoittaa ...",
|
||||
"chat.user_has_messaged_you": "%1 lähetti sinulle viestin.",
|
||||
"chat.see_all": "See all chats",
|
||||
"chat.mark_all_read": "Mark all chats read",
|
||||
"chat.see_all": "All chats",
|
||||
"chat.mark_all_read": "Mark all read",
|
||||
"chat.no-messages": "Valitse vastaanottaja katsellaksesi keskusteluhistoriaa",
|
||||
"chat.no-users-in-room": "Ei käyttäjiä tässä huoneessa",
|
||||
"chat.recent-chats": "Viimeisimmät keskustelut",
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"title": "Ilmoitukset",
|
||||
"no_notifs": "Sinulla ei ole uusia ilmoituksia",
|
||||
"see_all": "Katso kaikki ilmoitukset",
|
||||
"mark_all_read": "Merkkaa kaikki ilmoitukset luetuiksi",
|
||||
"see_all": "All notifications",
|
||||
"mark_all_read": "Mark all read",
|
||||
"back_to_home": "Palaa takaisin %1",
|
||||
"outgoing_link": "Ulkopuolinen linkki",
|
||||
"outgoing_link_message": "Olet nyt poistumassa %1",
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"chat.no_active": "Vous n'avez aucune discussion en cours.",
|
||||
"chat.user_typing": "%1 est en train d'écrire ...",
|
||||
"chat.user_has_messaged_you": "%1 vous a envoyé un message.",
|
||||
"chat.see_all": "Voir toutes les discussions",
|
||||
"chat.mark_all_read": "Marquer toutes les discussions comme lues",
|
||||
"chat.see_all": "All chats",
|
||||
"chat.mark_all_read": "Mark all read",
|
||||
"chat.no-messages": "Veuillez sélectionner un destinataire pour voir l'historique des discussions",
|
||||
"chat.no-users-in-room": "Aucun participant à cette discussion",
|
||||
"chat.recent-chats": "Discussions récentes",
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"title": "Notifications",
|
||||
"no_notifs": "Vous n'avez aucune notification",
|
||||
"see_all": "Voir toutes les notifications",
|
||||
"mark_all_read": "Marquer toutes les notifications comme lues",
|
||||
"see_all": "All notifications",
|
||||
"mark_all_read": "Mark all read",
|
||||
"back_to_home": "Revenir à %1",
|
||||
"outgoing_link": "Lien sortant",
|
||||
"outgoing_link_message": "Vous quittez %1",
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"chat.no_active": "Non tes charlas activas.",
|
||||
"chat.user_typing": "%1 está a escribir...",
|
||||
"chat.user_has_messaged_you": "%1 enviouche unha mensaxe.",
|
||||
"chat.see_all": "Ver tódalas chamadas",
|
||||
"chat.mark_all_read": "Marcar tódolos chats como lidos ",
|
||||
"chat.see_all": "All chats",
|
||||
"chat.mark_all_read": "Mark all read",
|
||||
"chat.no-messages": "Por favor, seleccione un destinatario para ver o historial das mensaxes ",
|
||||
"chat.no-users-in-room": "Non hai usuarios nesta sala",
|
||||
"chat.recent-chats": "Charlas Recentes",
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"title": "Notificacións",
|
||||
"no_notifs": "Non tes notificacións novas",
|
||||
"see_all": "Ver tódalas notificacións",
|
||||
"mark_all_read": "Marcar tódalas notificacións como lidas",
|
||||
"see_all": "All notifications",
|
||||
"mark_all_read": "Mark all read",
|
||||
"back_to_home": "Volver ao %1",
|
||||
"outgoing_link": "Ligazón saínte",
|
||||
"outgoing_link_message": "Estás saíndo %1",
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"chat.no_active": "אין לך צ'אטים פעילים",
|
||||
"chat.user_typing": "%1 מקליד...",
|
||||
"chat.user_has_messaged_you": "ל%1 יש הודעה עבורך.",
|
||||
"chat.see_all": "צפה בכל הצ'אטים",
|
||||
"chat.mark_all_read": "סמן את כל הצ'אטים כ'נקראו'",
|
||||
"chat.see_all": "All chats",
|
||||
"chat.mark_all_read": "Mark all read",
|
||||
"chat.no-messages": "בחר משתמש על מנת לראות את שיחות הצ'אט שלכם",
|
||||
"chat.no-users-in-room": "אין משתמשים בחדר הזה",
|
||||
"chat.recent-chats": "צ'אטים אחרונים",
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"title": "התראות",
|
||||
"no_notifs": "אין התראות",
|
||||
"see_all": "צפה בכל ההתראות",
|
||||
"mark_all_read": "סמן את כל ההתראות כנקראו",
|
||||
"see_all": "All notifications",
|
||||
"mark_all_read": "Mark all read",
|
||||
"back_to_home": "חזרה ל%1",
|
||||
"outgoing_link": "קישור יוצא",
|
||||
"outgoing_link_message": "אתה עוזב עכשיו את %1",
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"chat.no_active": "Nemate aktivnih razgovora.",
|
||||
"chat.user_typing": "%1 piše poruku ...",
|
||||
"chat.user_has_messaged_you": "%1 vam je poslao poruku.",
|
||||
"chat.see_all": "Pogledaj sve razgovore",
|
||||
"chat.mark_all_read": "Označi sve razgovore kao pročitane",
|
||||
"chat.see_all": "All chats",
|
||||
"chat.mark_all_read": "Mark all read",
|
||||
"chat.no-messages": "Odaberite primatelja da vidite povijest razgovora",
|
||||
"chat.no-users-in-room": "Nema korisnika u ovoj sobi",
|
||||
"chat.recent-chats": "Nedavni razgovori",
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"title": "Obavijesti",
|
||||
"no_notifs": "Nema novih obavijesti",
|
||||
"see_all": "Pogledaj sve obavijesti",
|
||||
"mark_all_read": "Označi sve obavijesti kao pročitane",
|
||||
"see_all": "All notifications",
|
||||
"mark_all_read": "Mark all read",
|
||||
"back_to_home": "Povratak na %1",
|
||||
"outgoing_link": "Odlazna poveznica",
|
||||
"outgoing_link_message": "Napuštate %1",
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"chat.no_active": "Nincs aktív csevegésed.",
|
||||
"chat.user_typing": "%1 éppen ír ...",
|
||||
"chat.user_has_messaged_you": "%1 üzenetet küldött.",
|
||||
"chat.see_all": "Minden csevegés megjelenítése",
|
||||
"chat.mark_all_read": "Minden csevegés olvasottra",
|
||||
"chat.see_all": "All chats",
|
||||
"chat.mark_all_read": "Mark all read",
|
||||
"chat.no-messages": "Válasszuk ki a címzettet és tekintsük meg a chat előzményeket",
|
||||
"chat.no-users-in-room": "Nincs felhasználó a szobában",
|
||||
"chat.recent-chats": "Legutóbbi csevegések",
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"title": "Értesítések",
|
||||
"no_notifs": "Nincsenek új értesítéseid",
|
||||
"see_all": "Minden értesítés megtekintése",
|
||||
"mark_all_read": "Minden értesítés olvasottra",
|
||||
"see_all": "All notifications",
|
||||
"mark_all_read": "Mark all read",
|
||||
"back_to_home": "Vissza - %1",
|
||||
"outgoing_link": "Külső hivatkozás",
|
||||
"outgoing_link_message": "Most elhagyod az oldalt: %1",
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"chat.no_active": "Kamu tidak memiliki percakapan yang aktif.",
|
||||
"chat.user_typing": "%1 sedang menulis ...",
|
||||
"chat.user_has_messaged_you": "%1 telah mengirimkan pesan untukmu.",
|
||||
"chat.see_all": "See all chats",
|
||||
"chat.mark_all_read": "Mark all chats read",
|
||||
"chat.see_all": "All chats",
|
||||
"chat.mark_all_read": "Mark all read",
|
||||
"chat.no-messages": "Mohon pilih satu penerima untuk melihat riwayat pesan percakapan",
|
||||
"chat.no-users-in-room": "No users in this room",
|
||||
"chat.recent-chats": "Percakapan terbaru",
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"title": "Pemberitahuan",
|
||||
"no_notifs": "Kamu tidak memiliki pemberitahuan baru",
|
||||
"see_all": "Lihat semua pemberitahuan",
|
||||
"mark_all_read": "Tandai semua pemberitahuan telah dibaca",
|
||||
"see_all": "All notifications",
|
||||
"mark_all_read": "Mark all read",
|
||||
"back_to_home": "Kembali ke %1",
|
||||
"outgoing_link": "Tautan Keluar",
|
||||
"outgoing_link_message": "Kamu telah meninggalkan %1",
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"chat.no_active": "Non hai chat attive.",
|
||||
"chat.user_typing": "%1 sta scrivendo...",
|
||||
"chat.user_has_messaged_you": "%1 ti ha scritto.",
|
||||
"chat.see_all": "Vedi tutte le chat",
|
||||
"chat.mark_all_read": "Segna tutti i messaggi come già letti",
|
||||
"chat.see_all": "Tutte le chat",
|
||||
"chat.mark_all_read": "Segna tutto come letto",
|
||||
"chat.no-messages": "Si prega di selezionare un destinatario per vedere la cronologia dei messaggi",
|
||||
"chat.no-users-in-room": "Nessun utente in questa stanza",
|
||||
"chat.recent-chats": "Chat Recenti",
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"title": "Notifiche",
|
||||
"no_notifs": "Non hai nuove notifiche",
|
||||
"see_all": "Vedi tutte le notifiche",
|
||||
"mark_all_read": "Segna tutte le notifiche come già lette",
|
||||
"see_all": "Tutte le notifiche",
|
||||
"mark_all_read": "Segna tutto come letto",
|
||||
"back_to_home": "Indietro a %1",
|
||||
"outgoing_link": "Link in uscita",
|
||||
"outgoing_link_message": "Stai lasciando %1",
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"chat.no_active": "チャットはありません。",
|
||||
"chat.user_typing": "%1 が入力中 ...",
|
||||
"chat.user_has_messaged_you": "%1さんからメッセージが届いています。",
|
||||
"chat.see_all": "すべてのチャットを見る",
|
||||
"chat.mark_all_read": "すべてのチャットを既読にする",
|
||||
"chat.see_all": "All chats",
|
||||
"chat.mark_all_read": "Mark all read",
|
||||
"chat.no-messages": "チャットメッセージの履歴を表示するには、受信者を選択してください",
|
||||
"chat.no-users-in-room": "ルームには誰も居ません",
|
||||
"chat.recent-chats": "最近のチャット",
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"title": "お知らせ",
|
||||
"no_notifs": "新しい通知はありません",
|
||||
"see_all": "すべての通知を見る",
|
||||
"mark_all_read": "すべての通知を既読にする",
|
||||
"see_all": "All notifications",
|
||||
"mark_all_read": "Mark all read",
|
||||
"back_to_home": "%1へ戻る",
|
||||
"outgoing_link": "外部サイトへのリンク",
|
||||
"outgoing_link_message": "%1から離れようとしています",
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"chat.no_active": "활성화된 채팅이 없습니다.",
|
||||
"chat.user_typing": "%1님이 입력 중...",
|
||||
"chat.user_has_messaged_you": "%1님이 메시지를 보냈습니다.",
|
||||
"chat.see_all": "모든 채팅 보기",
|
||||
"chat.mark_all_read": "모든 채팅 읽음으로 표시",
|
||||
"chat.see_all": "All chats",
|
||||
"chat.mark_all_read": "Mark all read",
|
||||
"chat.no-messages": "채팅 기록을 보려면 채팅 상대를 선택하세요.",
|
||||
"chat.no-users-in-room": "채팅방에 사용자 없음",
|
||||
"chat.recent-chats": "최근 채팅",
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"title": "알림",
|
||||
"no_notifs": "새로운 알림이 없습니다.",
|
||||
"see_all": "모든 알림 보기",
|
||||
"mark_all_read": "모든 알림을 읽음 상태로 변경",
|
||||
"see_all": "All notifications",
|
||||
"mark_all_read": "Mark all read",
|
||||
"back_to_home": "%1(으)로 돌아가기",
|
||||
"outgoing_link": "외부 링크",
|
||||
"outgoing_link_message": "%1(을)를 떠납니다.",
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"chat.no_active": "Jūs neturite aktyvių susirašinėjimų.",
|
||||
"chat.user_typing": "%1 dabar rašo...",
|
||||
"chat.user_has_messaged_you": "%1 parašė jums.",
|
||||
"chat.see_all": "See all chats",
|
||||
"chat.mark_all_read": "Mark all chats read",
|
||||
"chat.see_all": "All chats",
|
||||
"chat.mark_all_read": "Mark all read",
|
||||
"chat.no-messages": "Prašome pasirikti gavėją, norėdami peržiūrėti žinučių istoriją",
|
||||
"chat.no-users-in-room": "No users in this room",
|
||||
"chat.recent-chats": "Paskutiniai susirašinėjimai",
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"title": "Pranešimai",
|
||||
"no_notifs": "Jūs neturite naujų pranešimų",
|
||||
"see_all": "See all notifications",
|
||||
"mark_all_read": "Žymėti visus perspėjimus kaip skaitytus",
|
||||
"see_all": "All notifications",
|
||||
"mark_all_read": "Mark all read",
|
||||
"back_to_home": "Atgal į %1",
|
||||
"outgoing_link": "Išeinanti nuoroda",
|
||||
"outgoing_link_message": "You are now leaving %1",
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"chat.no_active": "Nav aktīvo sarunu.",
|
||||
"chat.user_typing": "%1 raksta...",
|
||||
"chat.user_has_messaged_you": "%1 ir sācis ar Tevi sarunāties",
|
||||
"chat.see_all": "Skatīt visas sarunas",
|
||||
"chat.mark_all_read": "Atzīmēt visas sarunas kā lasītas",
|
||||
"chat.see_all": "All chats",
|
||||
"chat.mark_all_read": "Mark all read",
|
||||
"chat.no-messages": "Lūdzu, izvēlies adresātu, lai skatītu sarunu vēsturi",
|
||||
"chat.no-users-in-room": "Šajā tērzētavā nav lietotāju",
|
||||
"chat.recent-chats": "Nesenās sarunas",
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"title": "Paziņojumi",
|
||||
"no_notifs": "Nav jaunu paziņojumu",
|
||||
"see_all": "Skatīt visus paziņojumus",
|
||||
"mark_all_read": "Atzīmēt visus paziņojumus kā lasītus",
|
||||
"see_all": "All notifications",
|
||||
"mark_all_read": "Mark all read",
|
||||
"back_to_home": "Atpakaļ uz %1",
|
||||
"outgoing_link": "Izejošā saite",
|
||||
"outgoing_link_message": "Tu tagad atstāj %1",
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"chat.no_active": "Anda tiada pesanan yang aktif",
|
||||
"chat.user_typing": "%1 menaip",
|
||||
"chat.user_has_messaged_you": "%1 mesej anda.",
|
||||
"chat.see_all": "Lihat semua",
|
||||
"chat.mark_all_read": "Mark all chats read",
|
||||
"chat.see_all": "All chats",
|
||||
"chat.mark_all_read": "Mark all read",
|
||||
"chat.no-messages": "Sila pilih penerima untuk lihat sejarah sembang",
|
||||
"chat.no-users-in-room": "Tiada pengguna dalam bilik ini",
|
||||
"chat.recent-chats": "Sembang Terbaru",
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"title": "pemberitahuan",
|
||||
"no_notifs": "Anda tiada pemberitahuan baru",
|
||||
"see_all": "Lihat semua pemberitahuan",
|
||||
"mark_all_read": "Tandakan semua pemberitahuan sudah dibaca",
|
||||
"see_all": "All notifications",
|
||||
"mark_all_read": "Mark all read",
|
||||
"back_to_home": "Kembali ke %1",
|
||||
"outgoing_link": "Sambungan luar",
|
||||
"outgoing_link_message": "Anda sedang meninggalkan %1",
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"chat.no_active": "Du har ingen aktive chatter.",
|
||||
"chat.user_typing": "%1 skriver ...",
|
||||
"chat.user_has_messaged_you": "%1 har sendt deg en melding",
|
||||
"chat.see_all": "Se alle samtaler",
|
||||
"chat.mark_all_read": "Mark all chats read",
|
||||
"chat.see_all": "All chats",
|
||||
"chat.mark_all_read": "Mark all read",
|
||||
"chat.no-messages": "Vennligst velg en mottaker for å vise chatte-melding historikk",
|
||||
"chat.no-users-in-room": "No users in this room",
|
||||
"chat.recent-chats": "Nylige chatter",
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"title": "Varsler",
|
||||
"no_notifs": "Du har ingen nye varsler",
|
||||
"see_all": "Se alle notifikasjoner",
|
||||
"mark_all_read": "Merk alle varsler som lest",
|
||||
"see_all": "All notifications",
|
||||
"mark_all_read": "Mark all read",
|
||||
"back_to_home": "Tilbake til %1",
|
||||
"outgoing_link": "Utgående link",
|
||||
"outgoing_link_message": "Du forlater nå %1",
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"chat.no_active": "Er zijn geen actieve chats.",
|
||||
"chat.user_typing": "%1 is aan het typen ...",
|
||||
"chat.user_has_messaged_you": "%1 heeft een bericht gestuurd",
|
||||
"chat.see_all": "Laat alle chats zien",
|
||||
"chat.mark_all_read": "Markeer alle chats als gelezen",
|
||||
"chat.see_all": "All chats",
|
||||
"chat.mark_all_read": "Mark all read",
|
||||
"chat.no-messages": "Selecteer een ontvanger om de chatgeschiedenis in te zien",
|
||||
"chat.no-users-in-room": "Geen gebruikers in deze chat room",
|
||||
"chat.recent-chats": "Recent gevoerde gesprekken",
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"title": "Notificaties",
|
||||
"no_notifs": "Je hebt geen nieuwe notificaties",
|
||||
"see_all": "Laat alle notificaties zien",
|
||||
"mark_all_read": "Markeer alles als gelezen",
|
||||
"see_all": "All notifications",
|
||||
"mark_all_read": "Mark all read",
|
||||
"back_to_home": "Terug naar %1",
|
||||
"outgoing_link": "Uitgaande Link",
|
||||
"outgoing_link_message": "U verlaat nu %1",
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"chat.no_active": "Brak aktywnych czatów",
|
||||
"chat.user_typing": "%1 pisze...",
|
||||
"chat.user_has_messaged_you": "%1 napisał do Ciebie",
|
||||
"chat.see_all": "Zobacz wszystkie czaty",
|
||||
"chat.mark_all_read": "Oznacz wszystkie czaty jako przeczytane",
|
||||
"chat.see_all": "All chats",
|
||||
"chat.mark_all_read": "Mark all read",
|
||||
"chat.no-messages": "Wybierz adresata, by wyświetlić historię czatów",
|
||||
"chat.no-users-in-room": "Brak użytkowników w tym pokoju",
|
||||
"chat.recent-chats": "Ostatnie czaty",
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"title": "Powiadomienia",
|
||||
"no_notifs": "Nie masz nowych powiadomień",
|
||||
"see_all": "Zobacz wszystkie powiadomienia",
|
||||
"mark_all_read": "Oznacz wszystkie powiadomienia jako przeczytane",
|
||||
"see_all": "All notifications",
|
||||
"mark_all_read": "Mark all read",
|
||||
"back_to_home": "Wróć do %1",
|
||||
"outgoing_link": "Odnośnik wychodzący",
|
||||
"outgoing_link_message": "Opuszczasz %1",
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"chat.no_active": "Você não tem chats ativos.",
|
||||
"chat.user_typing": "%1 está digitando ...",
|
||||
"chat.user_has_messaged_you": "%1 te enviou uma mensagem.",
|
||||
"chat.see_all": "Ver todos os chats",
|
||||
"chat.mark_all_read": "Marcar todas as conversas como lidas",
|
||||
"chat.see_all": "All chats",
|
||||
"chat.mark_all_read": "Mark all read",
|
||||
"chat.no-messages": "Por favor, escolha um destinatário para visualizar o histórico de conversas",
|
||||
"chat.no-users-in-room": "Nenhum usuário nesta sala",
|
||||
"chat.recent-chats": "Conversas Recentes",
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"title": "Notificações",
|
||||
"no_notifs": "Você não tem nenhuma notificação nova",
|
||||
"see_all": "Ver todas as notificações",
|
||||
"mark_all_read": "Marcas todas as notificações como lidas",
|
||||
"see_all": "All notifications",
|
||||
"mark_all_read": "Mark all read",
|
||||
"back_to_home": "Voltar para %1",
|
||||
"outgoing_link": "Link Externo",
|
||||
"outgoing_link_message": "Você está saindo de %1",
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"chat.no_active": "Não tens conversas ativas.",
|
||||
"chat.user_typing": "%1 está a escrever ...",
|
||||
"chat.user_has_messaged_you": "%1 enviou-te uma mensagem.",
|
||||
"chat.see_all": "Ver todas as conversas",
|
||||
"chat.mark_all_read": "Marcar todas as conversas como lidas",
|
||||
"chat.see_all": "All chats",
|
||||
"chat.mark_all_read": "Mark all read",
|
||||
"chat.no-messages": "Por favor seleciona um destinatário para veres o histórico de mensagens",
|
||||
"chat.no-users-in-room": "Não existem utilizadores nesta sala",
|
||||
"chat.recent-chats": "Conversas recentes",
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"title": "Notificações",
|
||||
"no_notifs": "Não tens notificações novas",
|
||||
"see_all": "Ver todas as notificações",
|
||||
"mark_all_read": "Marcar todas as notificações como lidas",
|
||||
"see_all": "All notifications",
|
||||
"mark_all_read": "Mark all read",
|
||||
"back_to_home": "Voltar para %1",
|
||||
"outgoing_link": "Link Externo",
|
||||
"outgoing_link_message": "Estás agora a abandonar %1",
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"chat.no_active": "Nu ai nici o conversație activă",
|
||||
"chat.user_typing": "%1 scrie ...",
|
||||
"chat.user_has_messaged_you": "%1 ți-a trimis un mesaj.",
|
||||
"chat.see_all": "Vezi toate conversațiile",
|
||||
"chat.mark_all_read": "Mark all chats read",
|
||||
"chat.see_all": "All chats",
|
||||
"chat.mark_all_read": "Mark all read",
|
||||
"chat.no-messages": "Selectează un recipient pentru a vedea istoria mesajelor chat",
|
||||
"chat.no-users-in-room": "No users in this room",
|
||||
"chat.recent-chats": "Conversații Recente",
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"title": "Notificări",
|
||||
"no_notifs": "Nu ai nici o notificare recentă",
|
||||
"see_all": "Vezi toate notificările",
|
||||
"mark_all_read": "Marchează toate notificările citite",
|
||||
"see_all": "All notifications",
|
||||
"mark_all_read": "Mark all read",
|
||||
"back_to_home": "Înapoi la %1",
|
||||
"outgoing_link": "Link Extern",
|
||||
"outgoing_link_message": "Părăsești acuma %1",
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"chat.no_active": "У вас нет активных чатов.",
|
||||
"chat.user_typing": "%1 пишет...",
|
||||
"chat.user_has_messaged_you": "Пользователь %1 отправил вам сообщение.",
|
||||
"chat.see_all": "Посмотреть все чаты",
|
||||
"chat.mark_all_read": "Отметить все чаты как прочитанные",
|
||||
"chat.see_all": "All chats",
|
||||
"chat.mark_all_read": "Mark all read",
|
||||
"chat.no-messages": "Пожалуйста, выберите собеседника для просмотра истории сообщений",
|
||||
"chat.no-users-in-room": "В этой комнате пусто",
|
||||
"chat.recent-chats": "Последние переписки",
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"title": "Уведомления",
|
||||
"no_notifs": "Для вас нет новых уведомлений",
|
||||
"see_all": "Посмотреть все уведомления",
|
||||
"mark_all_read": "Отметить все уведомления как прочитанные",
|
||||
"see_all": "All notifications",
|
||||
"mark_all_read": "Mark all read",
|
||||
"back_to_home": "Назад к %1",
|
||||
"outgoing_link": "Внешняя ссылка",
|
||||
"outgoing_link_message": "Вы сейчас читаете: %1",
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"chat.no_active": "Nta biganiro byo mu gikari ufite. ",
|
||||
"chat.user_typing": "%1 ari kwandika ...",
|
||||
"chat.user_has_messaged_you": "%1 yagusigiye ubutumwa.",
|
||||
"chat.see_all": "Reba ubutumwa bwose",
|
||||
"chat.mark_all_read": "Garagaza ubutumwa nk'ubwasomwe",
|
||||
"chat.see_all": "All chats",
|
||||
"chat.mark_all_read": "Mark all read",
|
||||
"chat.no-messages": "Hitamo umuntu ushaka kurebera ibyo mwandikiranye",
|
||||
"chat.no-users-in-room": "Nta muntu uri muri iki gikari",
|
||||
"chat.recent-chats": "Ubutumwa Buheruka",
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"title": "Amatangazo",
|
||||
"no_notifs": "Nta matangazo mashya ufite",
|
||||
"see_all": "See all notifications",
|
||||
"mark_all_read": "Garagaza amatangazo yose nk'ayasomwe",
|
||||
"see_all": "All notifications",
|
||||
"mark_all_read": "Mark all read",
|
||||
"back_to_home": "Subira kuri %1",
|
||||
"outgoing_link": "Umurongo Usohoka",
|
||||
"outgoing_link_message": "You are now leaving %1",
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"chat.no_active": "Non tenes tzarras ativas.",
|
||||
"chat.user_typing": "%1 is typing ...",
|
||||
"chat.user_has_messaged_you": "%1 has messaged you.",
|
||||
"chat.see_all": "See all chats",
|
||||
"chat.mark_all_read": "Mark all chats read",
|
||||
"chat.see_all": "All chats",
|
||||
"chat.mark_all_read": "Mark all read",
|
||||
"chat.no-messages": "Please select a recipient to view chat message history",
|
||||
"chat.no-users-in-room": "No users in this room",
|
||||
"chat.recent-chats": "Recent Chats",
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"title": "Notìficas",
|
||||
"no_notifs": "Non tenes notìficas noas",
|
||||
"see_all": "See all notifications",
|
||||
"mark_all_read": "Mark all notifications read",
|
||||
"see_all": "All notifications",
|
||||
"mark_all_read": "Mark all read",
|
||||
"back_to_home": "Back to %1",
|
||||
"outgoing_link": "Acàpiu a Foras",
|
||||
"outgoing_link_message": "You are now leaving %1",
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"chat.no_active": "Nemáte žiadne aktívne konverzácie.",
|
||||
"chat.user_typing": "%1 práve píše...",
|
||||
"chat.user_has_messaged_you": "%1 Vám poslal správu.",
|
||||
"chat.see_all": "Pozrite sa na všetky konverzácie",
|
||||
"chat.mark_all_read": "Označiť všetko ako prečítané",
|
||||
"chat.see_all": "All chats",
|
||||
"chat.mark_all_read": "Mark all read",
|
||||
"chat.no-messages": "Prosím vyberte príjemcu, pre zobrazenie histórie správ v konverzácií",
|
||||
"chat.no-users-in-room": "Žiadny používatelia v tejto miestnosti",
|
||||
"chat.recent-chats": "Najnovšie rozhovory",
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"title": "Oznámenia",
|
||||
"no_notifs": "Nemáte žiadne nové oznámenia",
|
||||
"see_all": "Zobraziť všetky oznámenia",
|
||||
"mark_all_read": "Označiť všetky oznámenia ako prečítané",
|
||||
"see_all": "All notifications",
|
||||
"mark_all_read": "Mark all read",
|
||||
"back_to_home": "Naspäť na %1",
|
||||
"outgoing_link": "Odkaz mimo fórum",
|
||||
"outgoing_link_message": "Práve opúšťate %1",
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"chat.no_active": "Ni aktivnih klepetov.",
|
||||
"chat.user_typing": "%1 piše sporočilo ...",
|
||||
"chat.user_has_messaged_you": "%1 ti je poslal/-a sporočilo.",
|
||||
"chat.see_all": "Poglej vse klepete.",
|
||||
"chat.mark_all_read": "Označi vse klepete kot prebrane.",
|
||||
"chat.see_all": "All chats",
|
||||
"chat.mark_all_read": "Mark all read",
|
||||
"chat.no-messages": "Za pregled zgodovine klepeta izberi prejemnika.",
|
||||
"chat.no-users-in-room": "V tej sobi ni uporabnikov.",
|
||||
"chat.recent-chats": "Zadnji klepeti",
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"title": "Obvestila",
|
||||
"no_notifs": "Nimate novih obvestil.",
|
||||
"see_all": "Vsa obvestila",
|
||||
"mark_all_read": "Označi vsa obvestila kot prebrana.",
|
||||
"see_all": "All notifications",
|
||||
"mark_all_read": "Mark all read",
|
||||
"back_to_home": "Nazaj na %1",
|
||||
"outgoing_link": "Odhodna povezava",
|
||||
"outgoing_link_message": "Sedaj zapuščate %1.",
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"chat.no_active": "Ju nuk keni biseda aktive.",
|
||||
"chat.user_typing": "%1 është duke shkruajtur...",
|
||||
"chat.user_has_messaged_you": "%1 ju ka dërguar mesazh.",
|
||||
"chat.see_all": "Shiko të gjitha bisedat",
|
||||
"chat.mark_all_read": "Shënoni të gjitha bisedat e lexuara",
|
||||
"chat.see_all": "All chats",
|
||||
"chat.mark_all_read": "Mark all read",
|
||||
"chat.no-messages": "Ju lutemi zgjidhni një person për të parë historikun e mesazheve të bisedës",
|
||||
"chat.no-users-in-room": "Jo përdorues në këtë hapësirë",
|
||||
"chat.recent-chats": "Bisedat e fundit",
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"title": "Njoftimet",
|
||||
"no_notifs": "Ju nuk keni njoftime te reja",
|
||||
"see_all": "Shikoni të gjitha njoftimet",
|
||||
"mark_all_read": "Shëno të gjitha njoftimet si të lexuara",
|
||||
"see_all": "All notifications",
|
||||
"mark_all_read": "Mark all read",
|
||||
"back_to_home": "Shko mbrapa në %1",
|
||||
"outgoing_link": "Link dalës",
|
||||
"outgoing_link_message": "Tani po largoheni nga %1",
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"chat.no_active": "Нема активних ћаскања.",
|
||||
"chat.user_typing": "%1 куца ...",
|
||||
"chat.user_has_messaged_you": "%1 вам је послао поруку.",
|
||||
"chat.see_all": "Прикажи сва ћаскања",
|
||||
"chat.mark_all_read": "Означи све разговоре као прочитане",
|
||||
"chat.see_all": "All chats",
|
||||
"chat.mark_all_read": "Mark all read",
|
||||
"chat.no-messages": "Изаберите примаоца да бисте видели историју ћаскања",
|
||||
"chat.no-users-in-room": "Нема корисника у овој соби",
|
||||
"chat.recent-chats": "Недавна ћаскања",
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"title": "Обавештења",
|
||||
"no_notifs": "Нема нових обавештења",
|
||||
"see_all": "Прикажи сва обавештења",
|
||||
"mark_all_read": "Означи сва обавештења као прочитана",
|
||||
"see_all": "All notifications",
|
||||
"mark_all_read": "Mark all read",
|
||||
"back_to_home": "Назад на %1",
|
||||
"outgoing_link": "Одлазна веза",
|
||||
"outgoing_link_message": "Сада напуштате %1",
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"chat.no_active": "Du har inte några aktiva chattar.",
|
||||
"chat.user_typing": "%1 skriver ...",
|
||||
"chat.user_has_messaged_you": "%1 har skickat ett medelande till dig.",
|
||||
"chat.see_all": "Se alla chattar",
|
||||
"chat.mark_all_read": "Markera alla chattar som lästa",
|
||||
"chat.see_all": "All chats",
|
||||
"chat.mark_all_read": "Mark all read",
|
||||
"chat.no-messages": "Välj mottagare för att visa historik för chattmeddelande",
|
||||
"chat.no-users-in-room": "Inga användare i detta rum",
|
||||
"chat.recent-chats": "Senaste chattarna",
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"title": "Notiser",
|
||||
"no_notifs": "Du har inga nya notiser",
|
||||
"see_all": "Visa alla notiser",
|
||||
"mark_all_read": "Markera alla notiser som lästa",
|
||||
"see_all": "All notifications",
|
||||
"mark_all_read": "Mark all read",
|
||||
"back_to_home": "Tillbaka till %1",
|
||||
"outgoing_link": "Utgående länk",
|
||||
"outgoing_link_message": "Du lämnar nu %1",
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"chat.no_active": "คุณไม่มีแชทที่คุยอยู่",
|
||||
"chat.user_typing": "%1 กำลังพิมพ์อยู่ ...",
|
||||
"chat.user_has_messaged_you": "%1 ได้ส่งข้อความถึงคุณ",
|
||||
"chat.see_all": "ดูแชททั้งหมด",
|
||||
"chat.mark_all_read": "เปลี่ยนเป็นอ่านแล้วทั้งหมด",
|
||||
"chat.see_all": "All chats",
|
||||
"chat.mark_all_read": "Mark all read",
|
||||
"chat.no-messages": "กรุณาเลือกผู้รับเพื่อดูประวัติข้อความ",
|
||||
"chat.no-users-in-room": "ไม่มีผู้ใช้ในห้องนี้",
|
||||
"chat.recent-chats": "แชทล่าสุด",
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"title": "แจ้งเตือน",
|
||||
"no_notifs": "คุณไม่มีข้อแจ้งเตือนใหม่",
|
||||
"see_all": "ดูการแจ้งเตือนทั้งหมด",
|
||||
"mark_all_read": "ทำให้การแจ้งเตือนทั้งหมดถูกอ่านแล้ว",
|
||||
"see_all": "All notifications",
|
||||
"mark_all_read": "Mark all read",
|
||||
"back_to_home": "กลับสู่ %1",
|
||||
"outgoing_link": "ลิงค์ออก",
|
||||
"outgoing_link_message": "ตอนนี้คุณกำลังออกจาก %1",
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"chat.no_active": "Aktif sohbet mevcut değil",
|
||||
"chat.user_typing": "%1 yazıyor ...",
|
||||
"chat.user_has_messaged_you": "%1 size bir mesaj gönderdi.",
|
||||
"chat.see_all": "Bütün sohbetleri gör",
|
||||
"chat.mark_all_read": "Tüm sohbetleri okundu olarak işaretle",
|
||||
"chat.see_all": "Bütün Sohbetler",
|
||||
"chat.mark_all_read": "Hepsini Okundu Olarak İşaretle",
|
||||
"chat.no-messages": "Lütfen sohbet geçmişini görüntülemek için bir alıcı seçin",
|
||||
"chat.no-users-in-room": "Bu odada hiç kullanıcı yok",
|
||||
"chat.recent-chats": "Güncel Sohbetler",
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"title": "Bildirimler",
|
||||
"no_notifs": "Yeni bildiriminiz yok",
|
||||
"see_all": "Bütün bildirimleri gör",
|
||||
"mark_all_read": "Tüm bildirimleri okunmuş say",
|
||||
"see_all": "Bütün Bildirimler",
|
||||
"mark_all_read": "Hepsini Okundu Olarak İşaretle",
|
||||
"back_to_home": "%1 'a geri dön",
|
||||
"outgoing_link": "Harici Link",
|
||||
"outgoing_link_message": "%1 'dan ayrılıyorsunuz",
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"chat.no_active": "У вас немає активних чатів.",
|
||||
"chat.user_typing": "%1 друкує...",
|
||||
"chat.user_has_messaged_you": "%1 написав вам.",
|
||||
"chat.see_all": "Показати всі чати",
|
||||
"chat.mark_all_read": "Відмітити всі чати прочитаними",
|
||||
"chat.see_all": "All chats",
|
||||
"chat.mark_all_read": "Mark all read",
|
||||
"chat.no-messages": "Будь ласка, оберіть отримувача, щоб переглянути історію повідомлень",
|
||||
"chat.no-users-in-room": "У цій кімнаті пусто",
|
||||
"chat.recent-chats": "Нещодавні чати",
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"title": "Сповіщення",
|
||||
"no_notifs": "У вас немає нових сповіщень",
|
||||
"see_all": "Переглянути всі сповіщення",
|
||||
"mark_all_read": "Помітити всі сповіщення прочитаними",
|
||||
"see_all": "All notifications",
|
||||
"mark_all_read": "Mark all read",
|
||||
"back_to_home": "Повернутись до %1",
|
||||
"outgoing_link": "Зовнішнє посилання",
|
||||
"outgoing_link_message": "Ви залишаєте %1",
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"chat.no_active": "Bạn không có cuộc trò chuyện đang hoạt động nào.",
|
||||
"chat.user_typing": "%1 đang nhập...",
|
||||
"chat.user_has_messaged_you": "%1 đã nhắn tin cho bạn.",
|
||||
"chat.see_all": "Xem tất cả trò chuyện",
|
||||
"chat.mark_all_read": "Đánh dấu tất cả các cuộc trò chuyện là đã đọc",
|
||||
"chat.see_all": "All chats",
|
||||
"chat.mark_all_read": "Mark all read",
|
||||
"chat.no-messages": "Vui lòng chọn người nhận để xem lịch sử tin nhắn trò chuyện",
|
||||
"chat.no-users-in-room": "Không có người nào trong phòng này.",
|
||||
"chat.recent-chats": "Trò Chuyện Gần Đây",
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"title": "Thông báo",
|
||||
"no_notifs": "Bạn không có thông báo mới",
|
||||
"see_all": "Xem tất cả thông báo",
|
||||
"mark_all_read": "Đánh dấu đã xem tất cả thông báo",
|
||||
"see_all": "All notifications",
|
||||
"mark_all_read": "Mark all read",
|
||||
"back_to_home": "Quay lại %1",
|
||||
"outgoing_link": "Liên kết ngoài",
|
||||
"outgoing_link_message": "Bạn đang rời khỏi %1",
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"chat.no_active": "暂无聊天",
|
||||
"chat.user_typing": "%1 正在输入……",
|
||||
"chat.user_has_messaged_you": "%1 向您发送了消息。",
|
||||
"chat.see_all": "查看所有对话",
|
||||
"chat.mark_all_read": "将所有聊天标为已读",
|
||||
"chat.see_all": "All chats",
|
||||
"chat.mark_all_read": "Mark all read",
|
||||
"chat.no-messages": "请选择接收人,以查看聊天消息历史",
|
||||
"chat.no-users-in-room": "此聊天室中没有用户",
|
||||
"chat.recent-chats": "最近聊天",
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"title": "通知",
|
||||
"no_notifs": "您没有新的通知",
|
||||
"see_all": "查看全部通知",
|
||||
"mark_all_read": "标记全部为已读",
|
||||
"see_all": "All notifications",
|
||||
"mark_all_read": "Mark all read",
|
||||
"back_to_home": "返回 %1",
|
||||
"outgoing_link": "站外链接",
|
||||
"outgoing_link_message": "您正在离开 %1",
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"chat.no_active": "暫無聊天",
|
||||
"chat.user_typing": "%1 正在輸入……",
|
||||
"chat.user_has_messaged_you": "%1 向您發送了訊息。",
|
||||
"chat.see_all": "查看所有對話",
|
||||
"chat.mark_all_read": "將所有聊天標為已讀",
|
||||
"chat.see_all": "All chats",
|
||||
"chat.mark_all_read": "Mark all read",
|
||||
"chat.no-messages": "請選擇接收人,以查看聊天訊息紀錄",
|
||||
"chat.no-users-in-room": "此聊天室中沒有使用者",
|
||||
"chat.recent-chats": "最近聊天",
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"title": "通知",
|
||||
"no_notifs": "您沒有新的通知",
|
||||
"see_all": "查看全部通知",
|
||||
"mark_all_read": "標記全部為已讀",
|
||||
"see_all": "All notifications",
|
||||
"mark_all_read": "Mark all read",
|
||||
"back_to_home": "返回 %1",
|
||||
"outgoing_link": "站外連結",
|
||||
"outgoing_link_message": "您正在離開 %1",
|
||||
|
||||
@@ -7,6 +7,8 @@ require('../app');
|
||||
// eslint-disable-next-line import/no-unresolved
|
||||
require('../../scripts-admin');
|
||||
|
||||
app.onDomReady();
|
||||
|
||||
(function () {
|
||||
let logoutTimer = 0;
|
||||
let logoutMessage;
|
||||
|
||||
@@ -24,13 +24,16 @@ app.currentRoom = null;
|
||||
app.widgets = {};
|
||||
app.flags = {};
|
||||
|
||||
document.addEventListener('DOMContentLoaded', async function () {
|
||||
if (app.user.timeagoCode && app.user.timeagoCode !== 'en') {
|
||||
await import(/* webpackChunkName: "timeago/[request]" */ 'timeago/locales/jquery.timeago.' + app.user.timeagoCode);
|
||||
}
|
||||
ajaxify.parseData();
|
||||
app.load();
|
||||
});
|
||||
app.onDomReady = function () {
|
||||
$(document).ready(async function () {
|
||||
if (app.user.timeagoCode && app.user.timeagoCode !== 'en') {
|
||||
await import(/* webpackChunkName: "timeago/[request]" */ 'timeago/locales/jquery.timeago.' + app.user.timeagoCode);
|
||||
}
|
||||
ajaxify.parseData();
|
||||
app.load();
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
(function () {
|
||||
let appLoaded = false;
|
||||
@@ -127,6 +130,7 @@ document.addEventListener('DOMContentLoaded', async function () {
|
||||
switch (moduleName) {
|
||||
case 'bootbox': return require('bootbox');
|
||||
case 'benchpressjs': return require('benchpressjs');
|
||||
case 'clipboard': return require('clipboard');
|
||||
}
|
||||
if (moduleName.startsWith('admin')) {
|
||||
_module = await import(/* webpackChunkName: "admin/[request]" */ 'admin/' + moduleName.replace(/^admin\//, ''));
|
||||
|
||||
@@ -6,3 +6,5 @@ require('./app');
|
||||
// from plugins that add files to "scripts" block in plugin.json
|
||||
// eslint-disable-next-line import/no-unresolved
|
||||
require('../scripts-client');
|
||||
|
||||
app.onDomReady();
|
||||
|
||||
@@ -13,6 +13,7 @@ const categories = require('../categories');
|
||||
const plugins = require('../plugins');
|
||||
const meta = require('../meta');
|
||||
const middlewareHelpers = require('../middleware/helpers');
|
||||
const utils = require('../utils');
|
||||
|
||||
const helpers = module.exports;
|
||||
|
||||
@@ -227,7 +228,7 @@ helpers.buildBreadcrumbs = function (crumbs) {
|
||||
crumbs.forEach((crumb) => {
|
||||
if (crumb) {
|
||||
if (crumb.url) {
|
||||
crumb.url = relative_path + crumb.url;
|
||||
crumb.url = `${utils.isRelativeUrl(crumb.url) ? relative_path : ''}${crumb.url}`;
|
||||
}
|
||||
breadcrumbs.push(crumb);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user