Release version 0.9.0
This commit is contained in:
parent
9b0d2904b6
commit
17da00d5c1
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "converse.js",
|
||||
"description": "Web-based XMPP/Jabber chat client written in javascript",
|
||||
"version": "0.8.6",
|
||||
"version": "0.9.0",
|
||||
"license": "MPL",
|
||||
"devDependencies": {
|
||||
"jasmine": "https://github.com/jcbrand/jasmine.git#1_3_x",
|
||||
|
File diff suppressed because it is too large
Load Diff
82
builds/converse-no-locales-no-otr.min.js
vendored
82
builds/converse-no-locales-no-otr.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
82
builds/converse-no-otr.min.js
vendored
82
builds/converse-no-otr.min.js
vendored
File diff suppressed because one or more lines are too long
23397
builds/converse.js
23397
builds/converse.js
File diff suppressed because one or more lines are too long
122
builds/converse.min.js
vendored
122
builds/converse.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
122
builds/converse.nojquery.min.js
vendored
122
builds/converse.nojquery.min.js
vendored
File diff suppressed because one or more lines are too long
82
builds/converse.website-no-otr.min.js
vendored
82
builds/converse.website-no-otr.min.js
vendored
File diff suppressed because one or more lines are too long
166
builds/converse.website.min.js
vendored
166
builds/converse.website.min.js
vendored
File diff suppressed because one or more lines are too long
@ -835,11 +835,11 @@ __p += '<form class="add-chatroom" action="" method="post">\n <label>' +
|
||||
((__t = (server_input_type)) == null ? '' : __t) +
|
||||
'" name="server" class="new-chatroom-server"\n placeholder="' +
|
||||
((__t = (label_server)) == null ? '' : __t) +
|
||||
'"/>\n <input type="submit" name="join" value="' +
|
||||
'"/>\n <div class="button-group">\n <input type="submit" class="left" name="join" value="' +
|
||||
((__t = (label_join)) == null ? '' : __t) +
|
||||
'"/>\n <input type="button" name="show" id="show-rooms" value="' +
|
||||
'"/>\n <input type="button" class="right" name="show" id="show-rooms" value="' +
|
||||
((__t = (label_show_rooms)) == null ? '' : __t) +
|
||||
'"/>\n</form>\n<dl id="available-chatrooms"></dl>\n';
|
||||
'"/>\n </div>\n</form>\n<dl id="available-chatrooms"></dl>\n';
|
||||
|
||||
}
|
||||
return __p
|
||||
|
2
css/converse.min.css
vendored
2
css/converse.min.css
vendored
File diff suppressed because one or more lines are too long
@ -1,7 +1,7 @@
|
||||
Changelog
|
||||
=========
|
||||
|
||||
0.9.0 (Unreleased)
|
||||
0.9.0 (2015-03-06)
|
||||
------------------
|
||||
|
||||
* #204 Support websocket connections. [jcbrand]
|
||||
|
@ -48,9 +48,9 @@ copyright = u'2014, JC Brand'
|
||||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '0.8.6'
|
||||
version = '0.9.0'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '0.8.6'
|
||||
release = '0.9.0'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
@ -6,6 +6,10 @@
|
||||
"domain": "converse",
|
||||
"lang": "af"
|
||||
},
|
||||
" e.g. conversejs.org": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"unencrypted": [
|
||||
null,
|
||||
"nie-privaat"
|
||||
@ -90,10 +94,6 @@
|
||||
null,
|
||||
"Bekragtiging het gefaal"
|
||||
],
|
||||
"Online Contacts": [
|
||||
null,
|
||||
"Kontakte aangemeld"
|
||||
],
|
||||
"Re-establishing encrypted session": [
|
||||
null,
|
||||
"Herstel versleutelde sessie"
|
||||
@ -166,10 +166,6 @@
|
||||
null,
|
||||
"Ons het 'n onleesbare versleutelde boodskap ontvang"
|
||||
],
|
||||
"This user has requested an encrypted session.": [
|
||||
null,
|
||||
"Hierdie gebruiker versoek 'n versleutelde sessie"
|
||||
],
|
||||
"Here are the fingerprints, please confirm them with %1$s, outside of this chat.\n\nFingerprint for you, %2$s: %3$s\n\nFingerprint for %1$s: %4$s\n\nIf you have confirmed that the fingerprints match, click OK, otherwise click Cancel.": [
|
||||
null,
|
||||
"Hier is die vingerafdrukke, bevestig hulle met %1$s, buite hierdie kletskanaal \n\nU vingerafdruk, %2$s: %3$s\n\nVingerafdruk vir %1$s: %4$s\n\nIndien u die vingerafdrukke bevestig het, klik OK, andersinds klik Kanselleer"
|
||||
@ -318,10 +314,6 @@
|
||||
null,
|
||||
"Bediener"
|
||||
],
|
||||
"Join": [
|
||||
null,
|
||||
"Sluit aan"
|
||||
],
|
||||
"Show rooms": [
|
||||
null,
|
||||
"Wys kamers"
|
||||
@ -438,6 +430,10 @@
|
||||
null,
|
||||
"Fout: kon nie die opdrag uitvoer nie"
|
||||
],
|
||||
"Change user's affiliation to admin": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Ban user from room": [
|
||||
null,
|
||||
"Verban gebruiker uit hierdie kletskamer"
|
||||
@ -450,6 +446,10 @@
|
||||
null,
|
||||
"Skryf in die derde persoon"
|
||||
],
|
||||
"Grant membership to a user": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Remove user's ability to post messages": [
|
||||
null,
|
||||
"Verwyder gebruiker se vermoë om boodskappe te plaas"
|
||||
@ -458,6 +458,14 @@
|
||||
null,
|
||||
"Verander u bynaam"
|
||||
],
|
||||
"Grant moderator role to user": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Revoke user's membership": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Set room topic": [
|
||||
null,
|
||||
"Stel onderwerp vir kletskamer"
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -7,6 +7,10 @@
|
||||
"plural_forms": "nplurals=2; plural=(n != 1);",
|
||||
"lang": "de"
|
||||
},
|
||||
" e.g. conversejs.org": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"unencrypted": [
|
||||
null,
|
||||
""
|
||||
@ -87,10 +91,6 @@
|
||||
null,
|
||||
"Authentifizierung gescheitert"
|
||||
],
|
||||
"Online Contacts": [
|
||||
null,
|
||||
"Online-Kontakte"
|
||||
],
|
||||
"Re-establishing encrypted session": [
|
||||
null,
|
||||
""
|
||||
@ -151,10 +151,6 @@
|
||||
null,
|
||||
""
|
||||
],
|
||||
"This user has requested an encrypted session.": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Here are the fingerprints, please confirm them with %1$s, outside of this chat.\n\nFingerprint for you, %2$s: %3$s\n\nFingerprint for %1$s: %4$s\n\nIf you have confirmed that the fingerprints match, click OK, otherwise click Cancel.": [
|
||||
null,
|
||||
""
|
||||
@ -299,10 +295,6 @@
|
||||
null,
|
||||
"Server"
|
||||
],
|
||||
"Join": [
|
||||
null,
|
||||
"Beitreten"
|
||||
],
|
||||
"Show rooms": [
|
||||
null,
|
||||
"Räume anzeigen"
|
||||
@ -415,6 +407,18 @@
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Change user's affiliation to admin": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Change user role to participant": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Grant membership to a user": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Remove user's ability to post messages": [
|
||||
null,
|
||||
""
|
||||
@ -423,6 +427,14 @@
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Grant moderator role to user": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Revoke user's membership": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Allow muted user to post messages": [
|
||||
null,
|
||||
""
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -7,6 +7,10 @@
|
||||
"plural_forms": "nplurals=2; plural=(n != 1);",
|
||||
"lang": "en"
|
||||
},
|
||||
" e.g. conversejs.org": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"unencrypted": [
|
||||
null,
|
||||
"unencrypted"
|
||||
@ -87,10 +91,6 @@
|
||||
null,
|
||||
"Authentication Failed"
|
||||
],
|
||||
"Online Contacts": [
|
||||
null,
|
||||
"Online Contacts"
|
||||
],
|
||||
"Re-establishing encrypted session": [
|
||||
null,
|
||||
"Re-establishing encrypted session"
|
||||
@ -131,6 +131,10 @@
|
||||
null,
|
||||
""
|
||||
],
|
||||
"has gone away": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Show this menu": [
|
||||
null,
|
||||
"Show this menu"
|
||||
@ -159,10 +163,6 @@
|
||||
null,
|
||||
""
|
||||
],
|
||||
"This user has requested an encrypted session.": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Here are the fingerprints, please confirm them with %1$s, outside of this chat.\n\nFingerprint for you, %2$s: %3$s\n\nFingerprint for %1$s: %4$s\n\nIf you have confirmed that the fingerprints match, click OK, otherwise click Cancel.": [
|
||||
null,
|
||||
""
|
||||
@ -183,6 +183,10 @@
|
||||
null,
|
||||
""
|
||||
],
|
||||
"has gone offline": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Your messages are not encrypted anymore": [
|
||||
null,
|
||||
""
|
||||
@ -307,10 +311,6 @@
|
||||
null,
|
||||
"Server"
|
||||
],
|
||||
"Join": [
|
||||
null,
|
||||
"Join"
|
||||
],
|
||||
"Show rooms": [
|
||||
null,
|
||||
"Show rooms"
|
||||
@ -423,6 +423,18 @@
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Change user's affiliation to admin": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Change user role to participant": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Grant membership to a user": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Remove user's ability to post messages": [
|
||||
null,
|
||||
""
|
||||
@ -431,6 +443,14 @@
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Grant moderator role to user": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Revoke user's membership": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Allow muted user to post messages": [
|
||||
null,
|
||||
""
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -7,6 +7,10 @@
|
||||
"plural_forms": "nplurals=2; plural=(n != 1);",
|
||||
"lang": "es"
|
||||
},
|
||||
" e.g. conversejs.org": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"unencrypted": [
|
||||
null,
|
||||
"texto plano"
|
||||
@ -91,10 +95,6 @@
|
||||
null,
|
||||
"La autenticación falló"
|
||||
],
|
||||
"Online Contacts": [
|
||||
null,
|
||||
"En línea"
|
||||
],
|
||||
"Re-establishing encrypted session": [
|
||||
null,
|
||||
"Re-estableciendo sesión cifrada"
|
||||
@ -159,10 +159,6 @@
|
||||
null,
|
||||
"Se recibío un mensaje cifrado corrupto"
|
||||
],
|
||||
"This user has requested an encrypted session.": [
|
||||
null,
|
||||
"El usuario ha solicitado una sesión cifrada"
|
||||
],
|
||||
"Here are the fingerprints, please confirm them with %1$s, outside of this chat.\n\nFingerprint for you, %2$s: %3$s\n\nFingerprint for %1$s: %4$s\n\nIf you have confirmed that the fingerprints match, click OK, otherwise click Cancel.": [
|
||||
null,
|
||||
"Por favor confirme los identificadores de %1$s fuera de este chat.\n\nSu identificador es, %2$s: %3$s\n\nEl identificador de %1$s es: %4$s\n\nDespués de confirmar los identificadores haga click en OK, cancele si no concuerdan."
|
||||
@ -279,10 +275,6 @@
|
||||
null,
|
||||
"Servidor"
|
||||
],
|
||||
"Join": [
|
||||
null,
|
||||
"Unirse"
|
||||
],
|
||||
"Show rooms": [
|
||||
null,
|
||||
"Mostrar salas"
|
||||
@ -395,6 +387,18 @@
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Change user's affiliation to admin": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Change user role to participant": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Grant membership to a user": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Remove user's ability to post messages": [
|
||||
null,
|
||||
""
|
||||
@ -403,6 +407,14 @@
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Grant moderator role to user": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Revoke user's membership": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Allow muted user to post messages": [
|
||||
null,
|
||||
""
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -7,6 +7,10 @@
|
||||
"plural_forms": "nplurals=2; plural=(n != 1);",
|
||||
"lang": "fr"
|
||||
},
|
||||
" e.g. conversejs.org": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"unencrypted": [
|
||||
null,
|
||||
""
|
||||
@ -83,10 +87,6 @@
|
||||
null,
|
||||
"L'authentification a échoué"
|
||||
],
|
||||
"Online Contacts": [
|
||||
null,
|
||||
"Contacts en ligne"
|
||||
],
|
||||
"Re-establishing encrypted session": [
|
||||
null,
|
||||
""
|
||||
@ -127,6 +127,10 @@
|
||||
null,
|
||||
""
|
||||
],
|
||||
"has gone away": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Show this menu": [
|
||||
null,
|
||||
"Afficher ce menu"
|
||||
@ -155,10 +159,6 @@
|
||||
null,
|
||||
""
|
||||
],
|
||||
"This user has requested an encrypted session.": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Here are the fingerprints, please confirm them with %1$s, outside of this chat.\n\nFingerprint for you, %2$s: %3$s\n\nFingerprint for %1$s: %4$s\n\nIf you have confirmed that the fingerprints match, click OK, otherwise click Cancel.": [
|
||||
null,
|
||||
""
|
||||
@ -179,6 +179,10 @@
|
||||
null,
|
||||
""
|
||||
],
|
||||
"has gone offline": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Your messages are not encrypted anymore": [
|
||||
null,
|
||||
""
|
||||
@ -303,10 +307,6 @@
|
||||
null,
|
||||
"Serveur"
|
||||
],
|
||||
"Join": [
|
||||
null,
|
||||
"Rejoindre"
|
||||
],
|
||||
"Show rooms": [
|
||||
null,
|
||||
"Afficher les salons"
|
||||
@ -419,6 +419,18 @@
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Change user's affiliation to admin": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Change user role to participant": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Grant membership to a user": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Remove user's ability to post messages": [
|
||||
null,
|
||||
""
|
||||
@ -427,6 +439,14 @@
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Grant moderator role to user": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Revoke user's membership": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Allow muted user to post messages": [
|
||||
null,
|
||||
""
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -7,6 +7,10 @@
|
||||
"plural_forms": "nplurals=2; plural=(n != 1);",
|
||||
"lang": "he"
|
||||
},
|
||||
" e.g. conversejs.org": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"unencrypted": [
|
||||
null,
|
||||
"לא מוצפנת"
|
||||
@ -95,10 +99,6 @@
|
||||
null,
|
||||
"אימות נכשל"
|
||||
],
|
||||
"Online Contacts": [
|
||||
null,
|
||||
"אנשי קשר מקוונים"
|
||||
],
|
||||
"Re-establishing encrypted session": [
|
||||
null,
|
||||
"בסס מחדש ישיבה מוצפנת"
|
||||
@ -171,10 +171,6 @@
|
||||
null,
|
||||
"אנחנו קיבלנו הודעה מוצפנת לא קריאה"
|
||||
],
|
||||
"This user has requested an encrypted session.": [
|
||||
null,
|
||||
"משתמש זה ביקש ישיבה מוצפנת."
|
||||
],
|
||||
"Here are the fingerprints, please confirm them with %1$s, outside of this chat.\n\nFingerprint for you, %2$s: %3$s\n\nFingerprint for %1$s: %4$s\n\nIf you have confirmed that the fingerprints match, click OK, otherwise click Cancel.": [
|
||||
null,
|
||||
"הרי טביעות האצבע, אנא אמת אותן עם %1$s, מחוץ לשיחה זו.\n\nטביעת אצבע עבורך, %2$s: %3$s\n\nטביעת אצבע עבור %1$s: %4$s\n\nהיה ואימתת כי טביעות האצבע תואמות, לחץ אישור (OK), אחרת לחץ ביטול (Cancel)."
|
||||
@ -327,10 +323,6 @@
|
||||
null,
|
||||
"שרת"
|
||||
],
|
||||
"Join": [
|
||||
null,
|
||||
"הצטרף"
|
||||
],
|
||||
"Show rooms": [
|
||||
null,
|
||||
"הצג חדרים"
|
||||
@ -447,6 +439,10 @@
|
||||
null,
|
||||
"שגיאה: לא היתה אפשרות לבצע פקודה"
|
||||
],
|
||||
"Change user's affiliation to admin": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Ban user from room": [
|
||||
null,
|
||||
"אסור משתמש מתוך חדר"
|
||||
@ -459,6 +455,10 @@
|
||||
null,
|
||||
"כתוב בגוף שלישי"
|
||||
],
|
||||
"Grant membership to a user": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Remove user's ability to post messages": [
|
||||
null,
|
||||
"הסר יכולת משתמש לפרסם הודעות"
|
||||
@ -467,6 +467,14 @@
|
||||
null,
|
||||
"שנה את השם כינוי שלך"
|
||||
],
|
||||
"Grant moderator role to user": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Revoke user's membership": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Set room topic": [
|
||||
null,
|
||||
"קבע נושא חדר"
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -6,6 +6,10 @@
|
||||
"domain": "converse",
|
||||
"lang": "hu"
|
||||
},
|
||||
" e.g. conversejs.org": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"unencrypted": [
|
||||
null,
|
||||
"titkosítatlan"
|
||||
@ -94,10 +98,6 @@
|
||||
null,
|
||||
"Azonosítási hiba"
|
||||
],
|
||||
"Online Contacts": [
|
||||
null,
|
||||
"Elérhető partnerek"
|
||||
],
|
||||
"Re-establishing encrypted session": [
|
||||
null,
|
||||
"Titkosított kapcsolat újraépítése"
|
||||
@ -170,10 +170,6 @@
|
||||
null,
|
||||
"Visszafejthetetlen titkosított üzenet érkezett"
|
||||
],
|
||||
"This user has requested an encrypted session.": [
|
||||
null,
|
||||
"Felkérés érkezett titkosított kapcsolatra."
|
||||
],
|
||||
"Here are the fingerprints, please confirm them with %1$s, outside of this chat.\n\nFingerprint for you, %2$s: %3$s\n\nFingerprint for %1$s: %4$s\n\nIf you have confirmed that the fingerprints match, click OK, otherwise click Cancel.": [
|
||||
null,
|
||||
"Újjlenyomatok megerősítése.\n\nAz Ön újjlenyomata, %2$s: %3$s\n\nA csevegő partnere újjlenyomata, %1$s: %4$s\n\nAmennyiben az újjlenyomatok biztosan egyeznek, klikkeljen az OK, ellenkező esetben a Mégsem gombra."
|
||||
@ -326,10 +322,6 @@
|
||||
null,
|
||||
"Szerver"
|
||||
],
|
||||
"Join": [
|
||||
null,
|
||||
"Csatlakozás"
|
||||
],
|
||||
"Show rooms": [
|
||||
null,
|
||||
"Létező szobák"
|
||||
@ -434,10 +426,6 @@
|
||||
null,
|
||||
"%1$s meghívott a \"%2$s\" csevegő szobába. "
|
||||
],
|
||||
"You may optionally include a message, explaining the reason for the invitation. ": [
|
||||
null,
|
||||
"A meghívás okaként üzenet csatolható. "
|
||||
],
|
||||
"Message": [
|
||||
null,
|
||||
"Üzenet"
|
||||
@ -446,6 +434,10 @@
|
||||
null,
|
||||
"Hiba: A parancs nem értelmezett"
|
||||
],
|
||||
"Change user's affiliation to admin": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Ban user from room": [
|
||||
null,
|
||||
"Felhasználó kitíltása a csevegő szobából"
|
||||
@ -458,6 +450,10 @@
|
||||
null,
|
||||
"Írjon egyes szám harmadik személyben"
|
||||
],
|
||||
"Grant membership to a user": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Remove user's ability to post messages": [
|
||||
null,
|
||||
"A felhasználó nem küldhet üzeneteket"
|
||||
@ -466,6 +462,14 @@
|
||||
null,
|
||||
"Becenév módosítása"
|
||||
],
|
||||
"Grant moderator role to user": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Revoke user's membership": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Set room topic": [
|
||||
null,
|
||||
"Csevegőszoba téma beállítás"
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -6,6 +6,10 @@
|
||||
"domain": "converse",
|
||||
"lang": "id"
|
||||
},
|
||||
" e.g. conversejs.org": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"unencrypted": [
|
||||
null,
|
||||
"tak dienkripsi"
|
||||
@ -86,10 +90,6 @@
|
||||
null,
|
||||
"Otentikasi gagal"
|
||||
],
|
||||
"Online Contacts": [
|
||||
null,
|
||||
"Teman yang Terhubung"
|
||||
],
|
||||
"Re-establishing encrypted session": [
|
||||
null,
|
||||
"Menyambung kembali sesi terenkripsi"
|
||||
@ -154,10 +154,6 @@
|
||||
null,
|
||||
"Kami menerima pesan terenkripsi yang gagal dibaca"
|
||||
],
|
||||
"This user has requested an encrypted session.": [
|
||||
null,
|
||||
"Pengguna ini meminta sesi terenkripsi"
|
||||
],
|
||||
"Here are the fingerprints, please confirm them with %1$s, outside of this chat.\n\nFingerprint for you, %2$s: %3$s\n\nFingerprint for %1$s: %4$s\n\nIf you have confirmed that the fingerprints match, click OK, otherwise click Cancel.": [
|
||||
null,
|
||||
"Ini adalah sidik jari anda, konfirmasikan bersama mereka dengan %1$s, di luar percakapan ini.\n\nSidik jari untuk anda, %2$s: %3$s\n\nSidik jari untuk %1$s: %4$s\n\nJika anda bisa mengkonfirmasi sidik jadi cocok, klik Lanjutkan, jika tidak klik Batal."
|
||||
@ -274,10 +270,6 @@
|
||||
null,
|
||||
"Server"
|
||||
],
|
||||
"Join": [
|
||||
null,
|
||||
"Ikuti"
|
||||
],
|
||||
"Show rooms": [
|
||||
null,
|
||||
"Perlihatkan ruangan"
|
||||
@ -390,6 +382,18 @@
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Change user's affiliation to admin": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Change user role to participant": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Grant membership to a user": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Remove user's ability to post messages": [
|
||||
null,
|
||||
""
|
||||
@ -398,6 +402,14 @@
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Grant moderator role to user": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Revoke user's membership": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Allow muted user to post messages": [
|
||||
null,
|
||||
""
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -7,6 +7,10 @@
|
||||
"plural_forms": "nplurals=2; plural=(n != 1);",
|
||||
"lang": "it"
|
||||
},
|
||||
" e.g. conversejs.org": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"unencrypted": [
|
||||
null,
|
||||
""
|
||||
@ -83,10 +87,6 @@
|
||||
null,
|
||||
"Autenticazione fallita"
|
||||
],
|
||||
"Online Contacts": [
|
||||
null,
|
||||
"Contatti in linea"
|
||||
],
|
||||
"Re-establishing encrypted session": [
|
||||
null,
|
||||
""
|
||||
@ -127,6 +127,10 @@
|
||||
null,
|
||||
""
|
||||
],
|
||||
"has gone away": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Show this menu": [
|
||||
null,
|
||||
"Mostra questo menu"
|
||||
@ -155,10 +159,6 @@
|
||||
null,
|
||||
""
|
||||
],
|
||||
"This user has requested an encrypted session.": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Here are the fingerprints, please confirm them with %1$s, outside of this chat.\n\nFingerprint for you, %2$s: %3$s\n\nFingerprint for %1$s: %4$s\n\nIf you have confirmed that the fingerprints match, click OK, otherwise click Cancel.": [
|
||||
null,
|
||||
""
|
||||
@ -179,6 +179,10 @@
|
||||
null,
|
||||
""
|
||||
],
|
||||
"has gone offline": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Your messages are not encrypted anymore": [
|
||||
null,
|
||||
""
|
||||
@ -303,10 +307,6 @@
|
||||
null,
|
||||
"Server"
|
||||
],
|
||||
"Join": [
|
||||
null,
|
||||
"Entra"
|
||||
],
|
||||
"Show rooms": [
|
||||
null,
|
||||
"Mostra stanze"
|
||||
@ -419,6 +419,18 @@
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Change user's affiliation to admin": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Change user role to participant": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Grant membership to a user": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Remove user's ability to post messages": [
|
||||
null,
|
||||
""
|
||||
@ -427,6 +439,14 @@
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Grant moderator role to user": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Revoke user's membership": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Allow muted user to post messages": [
|
||||
null,
|
||||
""
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -7,6 +7,10 @@
|
||||
"plural_forms": "nplurals=1; plural=0;",
|
||||
"lang": "JA"
|
||||
},
|
||||
" e.g. conversejs.org": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"unencrypted": [
|
||||
null,
|
||||
"暗号化されていません"
|
||||
@ -87,10 +91,6 @@
|
||||
null,
|
||||
"認証に失敗"
|
||||
],
|
||||
"Online Contacts": [
|
||||
null,
|
||||
"オンラインの相手先"
|
||||
],
|
||||
"Re-establishing encrypted session": [
|
||||
null,
|
||||
"暗号化セッションの再接続"
|
||||
@ -155,10 +155,6 @@
|
||||
null,
|
||||
"読めない暗号化メッセージを受信しました"
|
||||
],
|
||||
"This user has requested an encrypted session.": [
|
||||
null,
|
||||
"このユーザーは暗号化セッションを求めています。"
|
||||
],
|
||||
"Here are the fingerprints, please confirm them with %1$s, outside of this chat.\n\nFingerprint for you, %2$s: %3$s\n\nFingerprint for %1$s: %4$s\n\nIf you have confirmed that the fingerprints match, click OK, otherwise click Cancel.": [
|
||||
null,
|
||||
"これは鍵指紋です。チャット以外の方法でこれらを %1$s と確認してください。\n\nあなた %2$s の鍵指紋: %3$s\n\n%1$s の鍵指紋: %4$s\n\n確認して、鍵指紋が正しければ「OK」を、正しくなければ「キャンセル」をクリックしてください。"
|
||||
@ -275,10 +271,6 @@
|
||||
null,
|
||||
"サーバー"
|
||||
],
|
||||
"Join": [
|
||||
null,
|
||||
"入室"
|
||||
],
|
||||
"Show rooms": [
|
||||
null,
|
||||
"談話室一覧を見る"
|
||||
@ -391,6 +383,18 @@
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Change user's affiliation to admin": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Change user role to participant": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Grant membership to a user": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Remove user's ability to post messages": [
|
||||
null,
|
||||
""
|
||||
@ -399,6 +403,14 @@
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Grant moderator role to user": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Revoke user's membership": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Allow muted user to post messages": [
|
||||
null,
|
||||
""
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -7,6 +7,10 @@
|
||||
"plural_forms": "nplurals=2; plural=(n != 1);",
|
||||
"lang": "nb"
|
||||
},
|
||||
" e.g. conversejs.org": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"unencrypted": [
|
||||
null,
|
||||
"ukryptertß"
|
||||
@ -95,10 +99,6 @@
|
||||
null,
|
||||
"Godkjenning mislyktes"
|
||||
],
|
||||
"Online Contacts": [
|
||||
null,
|
||||
"Påloggede Kontakter"
|
||||
],
|
||||
"Re-establishing encrypted session": [
|
||||
null,
|
||||
"Gjenopptar kryptert økt"
|
||||
@ -171,10 +171,6 @@
|
||||
null,
|
||||
"Vi mottok en uleselig melding"
|
||||
],
|
||||
"This user has requested an encrypted session.": [
|
||||
null,
|
||||
"Denne brukeren har ønsket en kryptert økt"
|
||||
],
|
||||
"Here are the fingerprints, please confirm them with %1$s, outside of this chat.\n\nFingerprint for you, %2$s: %3$s\n\nFingerprint for %1$s: %4$s\n\nIf you have confirmed that the fingerprints match, click OK, otherwise click Cancel.": [
|
||||
null,
|
||||
"Here are the fingerprints, please confirm them with %1$s, outside of this chat.\n\nFingerprint for you, %2$s: %3$s\n\nFingerprint for %1$s: %4$s\n\nOm du har bekreftet at avtrykkene matcher, klikk OK. I motsatt fall, trykk Avbryt."
|
||||
@ -327,10 +323,6 @@
|
||||
null,
|
||||
"Server"
|
||||
],
|
||||
"Join": [
|
||||
null,
|
||||
"Koble til"
|
||||
],
|
||||
"Show rooms": [
|
||||
null,
|
||||
"Vis Rom"
|
||||
@ -447,6 +439,10 @@
|
||||
null,
|
||||
"Feil: kunne ikke utføre kommandoen"
|
||||
],
|
||||
"Change user's affiliation to admin": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Ban user from room": [
|
||||
null,
|
||||
"Utesteng bruker fra rommet"
|
||||
@ -459,6 +455,10 @@
|
||||
null,
|
||||
"Skriv i tredjeperson"
|
||||
],
|
||||
"Grant membership to a user": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Remove user's ability to post messages": [
|
||||
null,
|
||||
"Fjern brukerens muligheter til å skrive meldinger"
|
||||
@ -467,6 +467,14 @@
|
||||
null,
|
||||
"Endre ditt kallenavn"
|
||||
],
|
||||
"Grant moderator role to user": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Revoke user's membership": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Set room topic": [
|
||||
null,
|
||||
"Endre rommets emne"
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -7,6 +7,10 @@
|
||||
"plural_forms": "nplurals=2; plural=(n != 1);",
|
||||
"lang": "nl"
|
||||
},
|
||||
" e.g. conversejs.org": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"unencrypted": [
|
||||
null,
|
||||
"ongecodeerde"
|
||||
@ -87,10 +91,6 @@
|
||||
null,
|
||||
"Authenticeren mislukt"
|
||||
],
|
||||
"Online Contacts": [
|
||||
null,
|
||||
"Online Contacten"
|
||||
],
|
||||
"Re-establishing encrypted session": [
|
||||
null,
|
||||
"Bezig versleutelde sessie te herstellen"
|
||||
@ -151,10 +151,6 @@
|
||||
null,
|
||||
"We ontvangen een onleesbaar unencrypted bericht"
|
||||
],
|
||||
"This user has requested an encrypted session.": [
|
||||
null,
|
||||
"Deze gebruiker heeft een encrypted sessie aangevraagd."
|
||||
],
|
||||
"Here are the fingerprints, please confirm them with %1$s, outside of this chat.\n\nFingerprint for you, %2$s: %3$s\n\nFingerprint for %1$s: %4$s\n\nIf you have confirmed that the fingerprints match, click OK, otherwise click Cancel.": [
|
||||
null,
|
||||
""
|
||||
@ -275,10 +271,6 @@
|
||||
null,
|
||||
"Server"
|
||||
],
|
||||
"Join": [
|
||||
null,
|
||||
"Deelnemen"
|
||||
],
|
||||
"Show rooms": [
|
||||
null,
|
||||
"Toon rooms"
|
||||
@ -391,6 +383,18 @@
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Change user's affiliation to admin": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Change user role to participant": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Grant membership to a user": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Remove user's ability to post messages": [
|
||||
null,
|
||||
""
|
||||
@ -399,6 +403,14 @@
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Grant moderator role to user": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Revoke user's membership": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Allow muted user to post messages": [
|
||||
null,
|
||||
""
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -7,6 +7,10 @@
|
||||
"plural_forms": "nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);",
|
||||
"lang": "pl"
|
||||
},
|
||||
" e.g. conversejs.org": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"unencrypted": [
|
||||
null,
|
||||
"nieszyfrowane"
|
||||
@ -95,10 +99,6 @@
|
||||
null,
|
||||
"Autoryzacja nie powiodła się"
|
||||
],
|
||||
"Online Contacts": [
|
||||
null,
|
||||
"Dostępne kontakty"
|
||||
],
|
||||
"Re-establishing encrypted session": [
|
||||
null,
|
||||
"Przywrócenie sesji szyfrowanej"
|
||||
@ -171,10 +171,6 @@
|
||||
null,
|
||||
"Otrzymaliśmy nieczytelną zaszyfrowaną wiadomość"
|
||||
],
|
||||
"This user has requested an encrypted session.": [
|
||||
null,
|
||||
"Kontakt prosi o sesję szyfrowaną."
|
||||
],
|
||||
"Here are the fingerprints, please confirm them with %1$s, outside of this chat.\n\nFingerprint for you, %2$s: %3$s\n\nFingerprint for %1$s: %4$s\n\nIf you have confirmed that the fingerprints match, click OK, otherwise click Cancel.": [
|
||||
null,
|
||||
"Oto odciski palców, potwiedź je proszę z %1$s używając innego sposobuwymiany informacji niż ta rozmowa.\n\nOdcisk palca dla ciebie, %2$s: %3$s\n\nOdcisk palca dla %1$s: %4$s\n\nJeśli odciski palców zostały potwierdzone, kliknij OK, w inny wypadku kliknij Anuluj."
|
||||
@ -327,10 +323,6 @@
|
||||
null,
|
||||
"Serwer"
|
||||
],
|
||||
"Join": [
|
||||
null,
|
||||
"Dołącz"
|
||||
],
|
||||
"Show rooms": [
|
||||
null,
|
||||
"Pokaż pokoje"
|
||||
@ -447,6 +439,10 @@
|
||||
null,
|
||||
"Błąd: nie potrafię uruchomić polecenia"
|
||||
],
|
||||
"Change user's affiliation to admin": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Ban user from room": [
|
||||
null,
|
||||
"Zablokuj dostępu do pokoju"
|
||||
@ -459,6 +455,10 @@
|
||||
null,
|
||||
"Pisz w trzeciej osobie"
|
||||
],
|
||||
"Grant membership to a user": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Remove user's ability to post messages": [
|
||||
null,
|
||||
"Zablokuj człowiekowi możliwość rozmowy"
|
||||
@ -467,6 +467,14 @@
|
||||
null,
|
||||
"Zmień ksywkę"
|
||||
],
|
||||
"Grant moderator role to user": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Revoke user's membership": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Set room topic": [
|
||||
null,
|
||||
"Ustaw temat pokoju"
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -7,6 +7,10 @@
|
||||
"plural_forms": "nplurals=2; plural=(n > 1);",
|
||||
"lang": "pt_BR"
|
||||
},
|
||||
" e.g. conversejs.org": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"unencrypted": [
|
||||
null,
|
||||
"não-criptografado"
|
||||
@ -87,10 +91,6 @@
|
||||
null,
|
||||
"Falha de autenticação"
|
||||
],
|
||||
"Online Contacts": [
|
||||
null,
|
||||
"Contatos online"
|
||||
],
|
||||
"Re-establishing encrypted session": [
|
||||
null,
|
||||
"Reestabelecendo sessão criptografada"
|
||||
@ -143,10 +143,6 @@
|
||||
null,
|
||||
"Recebemos uma mensagem não-criptografada ilegível"
|
||||
],
|
||||
"This user has requested an encrypted session.": [
|
||||
null,
|
||||
"Usuário pediu uma sessão criptografada."
|
||||
],
|
||||
"Here are the fingerprints, please confirm them with %1$s, outside of this chat.\n\nFingerprint for you, %2$s: %3$s\n\nFingerprint for %1$s: %4$s\n\nIf you have confirmed that the fingerprints match, click OK, otherwise click Cancel.": [
|
||||
null,
|
||||
"Aqui estão as assinaturas digitais, por favor confirme elas com %1$s, fora deste chat.\n\nAssinatura para você, %2$s: %3$s\n\nAssinatura para %1$s: %4$s\n\nSe você tiver confirmado que as assinaturas conferem, clique OK, caso contrário, clique Cancelar."
|
||||
@ -263,10 +259,6 @@
|
||||
null,
|
||||
"Server"
|
||||
],
|
||||
"Join": [
|
||||
null,
|
||||
"Entrar"
|
||||
],
|
||||
"Show rooms": [
|
||||
null,
|
||||
"Mostar salas"
|
||||
@ -379,6 +371,18 @@
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Change user's affiliation to admin": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Change user role to participant": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Grant membership to a user": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Remove user's ability to post messages": [
|
||||
null,
|
||||
""
|
||||
@ -387,6 +391,14 @@
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Grant moderator role to user": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Revoke user's membership": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Allow muted user to post messages": [
|
||||
null,
|
||||
""
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -6,6 +6,10 @@
|
||||
"domain": "converse",
|
||||
"lang": "ru"
|
||||
},
|
||||
" e.g. conversejs.org": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"unencrypted": [
|
||||
null,
|
||||
"не зашифровано"
|
||||
@ -86,10 +90,6 @@
|
||||
null,
|
||||
"Не удалось авторизоваться"
|
||||
],
|
||||
"Online Contacts": [
|
||||
null,
|
||||
"Cписок собеседников"
|
||||
],
|
||||
"Re-establishing encrypted session": [
|
||||
null,
|
||||
""
|
||||
@ -158,10 +158,6 @@
|
||||
null,
|
||||
""
|
||||
],
|
||||
"This user has requested an encrypted session.": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Here are the fingerprints, please confirm them with %1$s, outside of this chat.\n\nFingerprint for you, %2$s: %3$s\n\nFingerprint for %1$s: %4$s\n\nIf you have confirmed that the fingerprints match, click OK, otherwise click Cancel.": [
|
||||
null,
|
||||
""
|
||||
@ -290,10 +286,6 @@
|
||||
null,
|
||||
"Сервер"
|
||||
],
|
||||
"Join": [
|
||||
null,
|
||||
"Подключиться"
|
||||
],
|
||||
"Show rooms": [
|
||||
null,
|
||||
"Обновить"
|
||||
@ -406,10 +398,22 @@
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Change user's affiliation to admin": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Change user role to participant": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Write in 3rd person": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Grant membership to a user": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Remove user's ability to post messages": [
|
||||
null,
|
||||
""
|
||||
@ -418,6 +422,14 @@
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Grant moderator role to user": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Revoke user's membership": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Allow muted user to post messages": [
|
||||
null,
|
||||
""
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -6,6 +6,10 @@
|
||||
"domain": "converse",
|
||||
"lang": "zh"
|
||||
},
|
||||
" e.g. conversejs.org": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"unencrypted": [
|
||||
null,
|
||||
"未加密"
|
||||
@ -86,10 +90,6 @@
|
||||
null,
|
||||
"验证失败"
|
||||
],
|
||||
"Online Contacts": [
|
||||
null,
|
||||
"在线好友"
|
||||
],
|
||||
"Re-establishing encrypted session": [
|
||||
null,
|
||||
"重新建立加密会话"
|
||||
@ -150,10 +150,6 @@
|
||||
null,
|
||||
"我们收到一条无法读取的信息"
|
||||
],
|
||||
"This user has requested an encrypted session.": [
|
||||
null,
|
||||
"此用户请求了一个加密会话。"
|
||||
],
|
||||
"Here are the fingerprints, please confirm them with %1$s, outside of this chat.\n\nFingerprint for you, %2$s: %3$s\n\nFingerprint for %1$s: %4$s\n\nIf you have confirmed that the fingerprints match, click OK, otherwise click Cancel.": [
|
||||
null,
|
||||
"这里是指纹。请与 %1$s 确认。\n\n您的 %2$s 指纹: %3$s\n\n%1$s 的指纹: %4$s\n\n如果确认符合,请点击OK,否则点击取消"
|
||||
@ -270,10 +266,6 @@
|
||||
null,
|
||||
"服务器"
|
||||
],
|
||||
"Join": [
|
||||
null,
|
||||
"加入"
|
||||
],
|
||||
"Show rooms": [
|
||||
null,
|
||||
"显示所有聊天室"
|
||||
@ -386,6 +378,18 @@
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Change user's affiliation to admin": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Change user role to participant": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Grant membership to a user": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Remove user's ability to post messages": [
|
||||
null,
|
||||
""
|
||||
@ -394,6 +398,14 @@
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Grant moderator role to user": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Revoke user's membership": [
|
||||
null,
|
||||
""
|
||||
],
|
||||
"Allow muted user to post messages": [
|
||||
null,
|
||||
""
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "converse.js",
|
||||
"version": "0.8.6",
|
||||
"version": "0.9.0",
|
||||
"description": "Browser based XMPP instant messaging client",
|
||||
"main": "main.js",
|
||||
"directories": {
|
||||
|
Loading…
Reference in New Issue
Block a user