The Complete Open Source Chat Solution. Rocket.Chat is a Web Chat Server, developed in JavaScript. It is a great solution for communities and companies wanting to privately host their own chat service or for developers looking forward to build and evolve their own chat platforms.
@ -8,7 +8,7 @@ Checkout the latest version at [https://demo.rocket.chat](https://demo.rocket.ch
Available from the AppStore:
[](https://geo.itunes.apple.com/us/app/rocket.chat/id1028869439?mt=8)
[](https://itunes.apple.com/us/app/rocket.chat/id1028869439?mt=8)
Get the app for your Android phone:
@ -21,6 +21,11 @@ Host your own Rocket.Chat server in four seconds flat:
[](https://apps.sandstorm.io/app/vfnwptfn02ty21w715snyyczw0nqxkv3jvawcah10c6z7hj1hnu0)
Also available as FirefoxOS app:
[](https://github.com/RocketChat/Rocket.Chat/wiki/Native-Firefox-OS-app-%28hosted-webapp%29)
Try it on Ubuntu:
@ -40,7 +45,8 @@ Download the Native Cross-Platform Desktop Application at [Rocket.Chat.Electron]
- Massively scalable hosting and provisioning (beta testing now)
- Native Cross-Platform Desktop Application [Windows, Mac OSX, or Linux](https://rocket.chat/)
- Mobile app for iPhone, iPad, and iPod touch [Download on AppStore!](https://geo.itunes.apple.com/us/app/rocket.chat/id1028869439?mt=8)
- Mobile app for Android phone, tablet, and TV stick [Available now on Google Play!](https://play.google.com/store/apps/details?id=com.konecty.rocket.chat)
- Native Firefox OS Application (also for Desktop Firefox and Firefox for Android!) - [Check the wiki page for install instructions](https://github.com/RocketChat/Rocket.Chat/wiki/Native-Firefox-OS-app-%28hosted-webapp%29)
- Sandstorm.io instant Rocket.Chat server [Now on Sandstorm App Store](https://apps.sandstorm.io/app/vfnwptfn02ty21w715snyyczw0nqxkv3jvawcah10c6z7hj1hnu0)
@ -107,7 +115,7 @@ It is a great solution for communities and companies wanting to privately host t
#### In Progress
- Support multiple teams on the same instance / same VPS infrastructure: [Issue #658](https://github.com/RocketChat/Rocket.Chat/issues/658), [Issue #630](https://github.com/RocketChat/Rocket.Chat/issues/630)
- Support for PostgreSQL: [Issue #533](https://github.com/RocketChat/Rocket.Chat/issues/533), [Issue #822](https://github.com/RocketChat/Rocket.Chat/issues/822)
- Support for PostgreSQL: [Issue #533](https://github.com/RocketChat/Rocket.Chat/issues/533), [Issue #822](https://github.com/RocketChat/Rocket.Chat/pull/822)
- Native iOS Application [Issue #270](https://github.com/RocketChat/Rocket.Chat/issues/270), [Rocket.Chat.iOS - HELP WANTED](https://github.com/RocketChat/Rocket.Chat.iOS)
- Native Android Application [Issue #271 - HELP WANTED](https://github.com/RocketChat/Rocket.Chat/issues/271)
@ -249,7 +256,7 @@ If you want to help, send an email to support at rocket.chat to be invited to th
### Community
Join the conversation at [Twitter](http://twitter.com/RocketChatApp), [Facebook](https://www.facebook.com/RocketChatApp) or [Google Plus](https://plus.google.com/+RocketChatApp)
Join the conversation at [Twitter](https://twitter.com/RocketChatApp), [Facebook](https://www.facebook.com/RocketChatApp) or [Google Plus](https://plus.google.com/+RocketChatApp)
### License
@ -260,3 +267,5 @@ Note that Rocket.Chat is distributed under the [MIT License](http://opensource.o
Rocket.Chat will be free forever, but you can help us speed-up the development!
"Avatar_url_invalid_or_error":"The url provided is invalid or not accessible. Please try again, but with a different url.",
"away":"away",
"Away":"Away",
"away_female":"away",
@ -149,6 +151,10 @@
"hours":"hours",
"Incorrect_Password":"Incorrect Password",
"inline_code":"inline_code",
"Install_FxOs":"Install Rocket.Chat on your Firefox",
"Install_FxOs_follow_instructions":"Please confirm the app installation on your device (press \"Install\" when prompted).",
"Install_FxOs_done":"Great! You can now use Rocket.Chat via the icon on your homescreen. Have fun with Rocket.Chat!",
"Install_FxOs_error":"Sorry, that did not work as intended! The following error appeared:",
"Invalid_confirm_pass":"The password confirmation does not match password",
"Invalid_email":"The e-mail entered is invalid",
"Invalid_name":"The name must not be empty",
@ -182,11 +188,21 @@
"Layout_Sidenav_Footer_description":"Footer size is 260 x 70px",
"Layout_Terms_of_Service":"Terms of Service",
"LDAP":"LDAP",
"LDAP_Description":"LDAP is a heirarchical database that many companies use to provide single sign on - a facility for sharing one password between multiple sites and services. For advanced configuration information and examples, please consult our twiki: https://github.com/RocketChat/Rocket.Chat/wiki/LDAP-Authentication.",
"LDAP_Bind_Search":"Bind Search",
"LDAP_Dn":"Distinguished Name (DN)",
"LDAP_Bind_Search_Description":"A piece of JSON that governs bind and connection info and is of the form {\"filter\": \"(&(objectCategory=person)(objectclass=user)(memberOf=CN=ROCKET_ACCESS,CN=Users,DC=domain,DC=com)(sAMAccountName=#{username}))\", \"scope\": \"sub\", \"userDN\": \"rocket.service@domain.com\", \"password\": \"urpass\"}",
"LDAP_Enable_Description":"Attempt to utilize ldap for authentication.",
"LDAP_Port":"LDAP Port",
"LDAP_Port_Description":"Port to access LDAP on; eg: 389",
"LDAP_Sync_User_Data":"Sync Data",
"LDAP_Sync_User_Data_Description":"Keep user data in sync with server on login (eg: name, email).",
"LDAP_Sync_User_Data_FieldMap":"User data field map",
"LDAP_Sync_User_Data_FieldMap_Description":"Allows configuring how to populate user account fields (like email) from a record in ldap (once found). As an example, {\"cn\":\"name\", \"mail\":\"email\"} will choose a persion's human readable name from the cn attribute, and their email from the mail attribute. Available fields include name, and email.",
"LDAP_Url":"LDAP URL",
"LDAP_Url_Description":"Uri of the ldap server; example: ldap://company.dns.com",
"Leave_room":"Leave room",
"line":"line",
"Load_more":"Load more",
@ -209,6 +225,7 @@
"Message_AllowEditing_BlockEditInMinutes":"Block Message Editing After (n) Minutes",
"Message_AllowEditing_BlockEditInMinutesDescription":"Enter 0 to disable blocking",
"Create_new_direct_message_room":"Crear una sala de mensajes directos",
"Create_new_private_group":"Crear un nuevo grupo privado",
"Create_new_public_channel":"Crear un nuevo canal público",
"Created_at":"Creado en",
"Deleted":"¡Eliminar!",
"Direct_Messages":"Mensajes Directos",
"edited":"Editado",
"Email_or_username":"Correo electrónico o nombre de usuario",
"Email_verified":"Correo electrónico verificado",
"Enter_info":"Introduce tus datos de acceso",
"Error_changing_password":"Contraseña cambiada",
"Error_changing_password":"Error al cambiar de contraseña",
"Favorites":"Favoritas",
"Follow_social_profiles":"Sigue nuestros perfiles sociales, realiza un fork en github y comparte tus pensamientos acerca de la aplicación rocket.chat en nuestro tablero de Trello.",
"Forgot_password":"Olvidaste tu contraseña",
@ -50,6 +54,8 @@
"Invisible":"Invisible",
"is_also_typing":"está también escribiendo",
"is_typing":"está escribiendo",
"italics":"cursiva",
"join":"Unirse",
"Join_the_Community":"Únete a la Comunidad",
"Language":"Idioma",
"Language_Version":"Versión en Inglés",
@ -68,6 +74,7 @@
"Msgs":"Mensajes",
"n_messages":"%s mensajes",
"Name":"Nombre",
"Name_optional":"Nombre (opcional)",
"New_messages":"Nuevos mensajes",
"New_password":"Nueva contraseña",
"No_channels_yet":"Todavía no eres parte de un canal.",
@ -87,6 +94,7 @@
"Private_Groups":"Grupos Privados",
"Proudly_developed":"Orgullosamente desarrollado con Meteor",
"Layout_Sidenav_Footer_description":"Alatunnisteen koko on 260x70",
"Layout_Terms_of_Service":"Käyttöehdot",
"LDAP":"LDAP",
"LDAP_Dn":"LDAP DN",
"LDAP_Description":"LDAP on laajasti käytössä oleva hierarkinen tietokantapalvelu, jolla organisaatioiden palveluille mahdollistetaan kertakirjautuminen (SSO).\nMääritystiedot ja esimerkit, katso wiki:https://github.com/RocketChat/Rocket.Chat/wiki/LDAP-Authentication",
"LDAP_Bind_Search":"Bind haku",
"LDAP_Bind_Search_Description":"JSON, joka määrää yhdistämistiedot.\nMuoto:{\"filter\": \"(&(objectCategory=person)(objectclass=user)(memberOf=CN=ROCKET_ACCESS,CN=Users,DC=domain,DC=com)(sAMAccountName=#{username}))\", \"scope\": \"sub\", \"userDN\": \"rocket.service@domain.com\", \"password\": \"urpass\"}",
"LDAP_DN":"LDAP DN",
"LDAP_DN_Description":"Etsintäpolku, esimerkiksi: dc = domain, dc = com",
"LDAP_Sync_User_Data_FieldMap_Description":"Määrittää, miten käyttäjätietojen kentät tuodaan LDAP-palvelimelta.\nEsimerkiksi,{\"cn\":\"name\", \"mail\":\"email\"} -määritys tuo käyttäjän nimen cn-tiedosta ja sähköpostin email-tiedosta. Käytettävissä olevat kentät ovat \"name\" ja \"email\".",
thrownewMeteor.Error("LDAP-login-error","LDAP Authentication succeded, but no user exists in Mongo. Either create a user for this email or set LDAP_DEFAULTS.createNewUser to true");