Skip to content
Snippets Groups Projects
Commit 01b4ed79 authored by Nberton's avatar Nberton
Browse files

Merge pull request #1 from RocketChat/master

Updating to more current version
parents a4bea065 d540455c
No related branches found
No related tags found
No related merge requests found
Showing with 495 additions and 248 deletions
......@@ -38,6 +38,7 @@ rocketchat:lib
rocketchat:authorization
rocketchat:autolinker
rocketchat:channel-settings
rocketchat:colors
rocketchat:custom-oauth
rocketchat:emojione
......@@ -48,19 +49,28 @@ rocketchat:gitlab
rocketchat:highlight
rocketchat:ldap
rocketchat:logger
rocketchat:mailer
rocketchat:markdown
rocketchat:me
rocketchat:mentions
rocketchat:message-pin
rocketchat:message-star
rocketchat:oembed
rocketchat:slashcommands-invite
rocketchat:slashcommands-join
rocketchat:slashcommands-leave
rocketchat:soundcloud
rocketchat:spotify
rocketchat:statistics
rocketchat:theme
rocketchat:tutum
rocketchat:ui
rocketchat:ui-account
rocketchat:ui-admin
rocketchat:ui-flextab
rocketchat:ui-login
rocketchat:ui-master
rocketchat:ui-message
rocketchat:ui-sidenav
rocketchat:webrtc
rocketchat:wordpress
#rocketchat:chatops
......
browser
ios
server
......@@ -25,7 +25,7 @@ cfs:http-methods@0.0.30
check@1.1.0
chrismbeckett:toastr@2.1.2_1
coffeescript@1.0.11
cosmos:browserify@0.8.1
cosmos:browserify@0.9.0
dandv:caret-position@2.1.1
ddp@1.2.2
ddp-client@1.2.1
......@@ -39,6 +39,7 @@ ecmascript@0.1.6
ecmascript-runtime@0.2.6
ejson@1.0.7
email@1.0.8
emojione:emojione@1.5.2
facebook@1.2.2
fastclick@1.0.7
francocatena:status@1.5.0
......@@ -58,8 +59,8 @@ jparker:crypto-md5@0.1.1
jparker:gravatar@0.4.1
jquery@1.11.4
kadira:blaze-layout@2.2.0
kadira:flow-router@2.7.0
kenton:accounts-sandstorm@0.1.7
kadira:flow-router@2.9.0
kenton:accounts-sandstorm@0.1.8
kevohagan:sweetalert@1.0.0
konecty:autolinker@1.0.3
konecty:change-case@2.3.0
......@@ -77,7 +78,7 @@ matb33:collection-hooks@0.8.1
meteor@1.1.10
meteor-base@1.0.1
meteor-developer@1.1.5
meteorhacks:kadira@2.24.1
meteorhacks:kadira@2.26.3
meteorhacks:meteorx@1.4.1
meteorspark:util@0.2.0
minifiers@1.1.7
......@@ -109,11 +110,10 @@ percolate:migrations@0.9.6
percolate:synced-cron@1.3.0
pntbr:js-yaml-client@0.0.1
promise@0.5.1
qnub:emojione@1.5.1_1
raix:eventemitter@0.1.3
raix:eventstate@0.0.4
raix:handlebar-helpers@0.2.5
raix:push@2.6.13-rc.1
raix:push@3.0.2
raix:ui-dropped-event@0.0.7
random@1.0.5
rate-limit@1.0.0
......@@ -123,6 +123,7 @@ reload@1.1.4
retry@1.0.4
rocketchat:authorization@0.0.1
rocketchat:autolinker@0.0.1
rocketchat:channel-settings@0.0.1
rocketchat:colors@0.0.1
rocketchat:custom-oauth@1.0.0
rocketchat:emojione@0.0.1
......@@ -134,19 +135,28 @@ rocketchat:highlight@0.0.1
rocketchat:ldap@0.0.1
rocketchat:lib@0.0.1
rocketchat:logger@0.0.1
rocketchat:mailer@0.0.1
rocketchat:markdown@0.0.1
rocketchat:me@0.0.1
rocketchat:mentions@0.0.1
rocketchat:message-pin@0.0.1
rocketchat:message-star@0.0.1
rocketchat:oembed@0.0.1
rocketchat:slashcommands-invite@0.0.1
rocketchat:slashcommands-join@0.0.1
rocketchat:slashcommands-leave@0.0.1
rocketchat:soundcloud@0.0.1
rocketchat:spotify@0.0.1
rocketchat:statistics@0.0.1
rocketchat:theme@0.0.1
rocketchat:tutum@0.0.1
rocketchat:ui@0.1.0
rocketchat:ui-account@0.1.0
rocketchat:ui-admin@0.1.0
rocketchat:ui-flextab@0.1.0
rocketchat:ui-login@0.1.0
rocketchat:ui-master@0.1.0
rocketchat:ui-message@0.1.0
rocketchat:ui-sidenav@0.1.0
rocketchat:webrtc@0.0.1
rocketchat:wordpress@0.0.1
routepolicy@1.0.6
......@@ -166,7 +176,7 @@ templating-tools@1.0.0
tmeasday:crypto-base@3.1.2
tmeasday:crypto-md5@3.1.2
tmeasday:errors@2.0.0
todda00:friendly-slugs@0.3.4
todda00:friendly-slugs@0.3.6
tracker@1.0.9
twitter@1.1.5
ui@1.0.8
......
......@@ -3,11 +3,27 @@ language: node_js
branches:
only:
- master
- develop
node_js:
- '0.10'
- '0.12'
addons:
apt:
sources:
- google-chrome
packages:
- google-chrome-stable
before_install:
- curl https://install.meteor.com | /bin/sh
- npm install -g npm@'>=2.13.5'
- mkdir -p node_modules
- npm install phantomjs
- npm install velocity-cli
- export PHANTOMJS_BIN=./node_modules/phantomjs/bin/phantomjs
- export JASMINE_BROWSER=PhantomJS
- export DEBUG=1
- export JASMINE_DEBUG=1
- export VELOCITY_DEBUG=1
- export VELOCITY_DEBUG_MIRROR=1
script:
- if [[ "$TRAVIS_PULL_REQUEST" != "false" ]]; then echo "Building PR $TRAVIS_PULL_REQUEST"; meteor build ../build; exit $?; fi
- cd .travis
......@@ -18,8 +34,9 @@ script:
- cd .travis
- sh ./namefiles.sh
- cd ..
- meteor add-platform ios
- meteor add rocketchat:livechat rocketchat:hubot
- meteor add rocketchat:livechat rocketchat:hubot sanjo:jasmine velocity:console-reporter
- ./node_modules/velocity-cli/bin/velocity test-packages --ci
- ./node_modules/velocity-cli/bin/velocity test-app --ci
- meteor build --server demo.rocket.chat ../build
- cd .travis
- sh ./namedemo.sh
......@@ -34,5 +51,6 @@ deploy:
skip_cleanup: true
local_dir: ../build
on:
branch: master
branch:
- master
- develop
File moved
......@@ -8,9 +8,9 @@ Checkout the latest version at [https://demo.rocket.chat](https://demo.rocket.ch
Available from the AppStore:
[![Rocket.Chat on Apple AppStore](http://linkmaker.itunes.apple.com/images/badges/en-us/badge_appstore-lrg.svg)](https://geo.itunes.apple.com/us/app/rocket.chat/id1028869439?mt=8)
[![Rocket.Chat on Apple AppStore](http://linkmaker.itunes.apple.com/images/badges/en-us/badge_appstore-lrg.svg)](https://itunes.apple.com/us/app/rocket.chat/id1028869439?mt=8)
Get the app for your Android phone:
Get the app for your Android phone:
[![Rocket.Chat on Google Play](https://developer.android.com/images/brand/en_app_rgb_wo_45.png)](https://play.google.com/store/apps/details?id=com.konecty.rocket.chat)
......@@ -45,7 +45,7 @@ Download the Native Cross-Platform Desktop Application at [Rocket.Chat.Electron]
[![Build Status](https://img.shields.io/travis/RocketChat/Rocket.Chat/master.svg)](https://travis-ci.org/RocketChat/Rocket.Chat)
[![Coverage Status](https://coveralls.io/repos/RocketChat/Rocket.Chat/badge.svg)](https://coveralls.io/r/RocketChat/Rocket.Chat)
[![Code Climate](https://codeclimate.com/github/RocketChat/Rocket.Chat/badges/gpa.svg)](https://codeclimate.com/github/RocketChat/Rocket.Chat)
[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://github.com/RocketChat/Rocket.Chat/raw/master/LICENSE)
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://github.com/RocketChat/Rocket.Chat/raw/master/LICENSE)
[![Stories in Ready](https://badge.waffle.io/RocketChat/Rocket.Chat.png?label=ready&title=Ready)](https://waffle.io/RocketChat/Rocket.Chat)
Rocket.Chat is a Web Chat Server, developed in JavaScript, using the [Meteor](https://www.meteor.com/install) fullstack framework.
......@@ -57,7 +57,7 @@ It is a great solution for communities and companies wanting to privately host t
##### [Hacker News](https://news.ycombinator.com/item?id=9624737)
> Yes, we made it to the #1
##### [Product Hunt](http://www.producthunt.com/posts/rocket-chat)
##### [Product Hunt](https://www.producthunt.com/tech/rocket-chat)
> Your own open source Slack-like chat
##### [JavaScript Weekly](http://javascriptweekly.com/issues/234)
......@@ -72,6 +72,10 @@ It is a great solution for communities and companies wanting to privately host t
##### [snowulf.com](https://snowulf.com/2015/09/25/why-slack-when-you-can-rocket-chat/)
> Why Slack when you can Rocket.chat?
##### [liminality.xyz](http://liminality.xyz/self-hosting/)
> Self-hosted alternatives to popular cloud services
## Features
- BYOS (bring your own server)
......@@ -90,18 +94,18 @@ It is a great solution for communities and companies wanting to privately host t
- Transcripts / History
- File Upload / Sharing
- Full text search
- Live chat / Messaging call center
- LDAP Authentication
- Live chat / Messaging call center
- LDAP Authentication
- Support for Okta SSO through SAML v2
- I18n - Supports 22 Languages
- I18n - Supports 22 Languages
- Hubot Friendly
- Face to Face Video Conferencing (aka WebRTC)
- Multi-users Video Group Chat
- Audio calls
- Multi-users Audio Conference
- Screensharing
- REST APIs
- Remote Locations Video Monitoring
- REST APIs
- Remote Locations Video Monitoring
- Chat-ops powered by Hubot: scalable horizontal app integration (early access)
- Massively scalable hosting and provisioning (beta testing now)
- Native Cross-Platform Desktop Application [Windows, Mac OSX, or Linux](https://rocket.chat/)
......@@ -115,7 +119,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)
- Off-the-Record (OTR) Messaging [Issue #36](https://github.com/RocketChat/Rocket.Chat/issues/36), [Issue #268 - HELP WANTED](https://github.com/RocketChat/Rocket.Chat/issues/268)
......@@ -145,7 +149,7 @@ Everyone can start hacking the adapter code, or launch his/her own bot within a
Please head over to the [Hubot Integration Project](https://github.com/RocketChat/hubot-rocketchat) for more information.
#### Chat-ops integrations powered by Hubot
#### Chat-ops integrations powered by Hubot
Integrate your application with fly-in panels today! Early access is available for developers.
......@@ -181,9 +185,9 @@ Easy one click install right from your Ubuntu Desktop (coming soon).
### Docker
Use the automated build at our [Official Docker Registry](https://registry.hub.docker.com/u/rocketchat/rocket.chat/)
Use the automated build at our [Official Docker Registry](https://hub.docker.com/r/rocketchat/rocket.chat/)
[![Rocket.Chat logo](https://d207aa93qlcgug.cloudfront.net/1.95.5.qa/img/nav/docker-logo-loggedout.png)](https://registry.hub.docker.com/u/rocketchat/rocket.chat/)
[![Rocket.Chat logo](https://d207aa93qlcgug.cloudfront.net/1.95.5.qa/img/nav/docker-logo-loggedout.png)](https://hub.docker.com/r/rocketchat/rocket.chat/)
```
docker pull rocketchat/rocket.chat
......@@ -227,19 +231,19 @@ docker run -it -p 3000:3000 -v "$(pwd)":/app danieldent/meteor
## Credits
Thanks to
[Aaron Ogle](https://github.com/geekgonecrazy),
[Bradley Hilton](https://github.com/Graywolf336),
[Diego Sampaio](https://github.com/sampaiodiego),
[Gabriel Engel](https://github.com/engelgabriel),
[Marcelo Schmidt](https://github.com/marceloschmidt),
[Rafael Caferati](https://github.com/rcaferati),
[Rodrigo Nascimento](https://github.com/rodrigok),
[Sing Li](https://github.com/Sing-Li),
[Aaron Ogle](https://github.com/geekgonecrazy),
[Graywolf336](https://github.com/Graywolf336)
and many others.
Emoji provided free by [Emoji One](http://emojione.com)
Performance monitoring provided by [Kadira](https://kadira.io/)
Performance monitoring provided by [Kadira](https://kadira.io)
### Contributions
......@@ -249,6 +253,12 @@ A lot of work has already gone into Rocket.Chat, but we have much bigger plans f
So if you'd like to be part of the project, please check out the [roadmap](https://github.com/RocketChat/Rocket.Chat/milestones) and [issues](https://github.com/RocketChat/Rocket.Chat/issues) to see if there's anything you can help with.
### Branching Model
The [Gitflow Workflow](http://nvie.com/posts/a-successful-git-branching-model/) section below is derived from Vincent Driessen at nvie.
See also this [Git Workflows Comparison](https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow) for more details.
### Translations
We are experimenting [Lingohub](https://translate.lingohub.com/engelgabriel/rocket-dot-chat/dashboard).
......@@ -256,7 +266,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
......@@ -267,3 +277,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!
[![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=49QX7TYCVZK8L)
[BountySource](https://www.bountysource.com/teams/rocketchat)
# Reporting Security Issues
Please report any security issues you discovered to security[at]rocket[dot]chat
We will assess the risk, plus make a fix available before we create a GitHub issue.
Thank you for your contribution.
#!/bin/bash
meteor add-platform ios
rm -rf .meteor/local/cordova-build
rm -rf ../Rocket.Chat-build
meteor build ../Rocket.Chat-build --server https://demo.rocket.chat
......
#!/bin/bash
source ./build-info.sh
export METEOR_SETTINGS=$(cat settings.json)
meteor add rocketchat:livechat
meteor add rocketchat:hubot
meteor add-platform ios
meteor add rocketchat:livechat rocketchat:hubot
meteor build --server https://demo.rocket.chat --directory /var/www/rocket.chat
cd /var/www/rocket.chat/bundle/programs/server
npm install
......
Accounts.onEmailVerificationLink (token, done) ->
Accounts.verifyEmail token, (error) ->
if not error?
alert(t('Email_verified'))
done()
Accounts.onResetPasswordLink (token, done) ->
newPassword = prompt(t('New_password'))
Accounts.resetPassword token, newPassword, (error) ->
if error?
console.log error
alert(t('Error_changing_password'))
else
alert('Password_changed')
done()
\ No newline at end of file
......@@ -9,6 +9,8 @@ Meteor.methods
editAllowed = RocketChat.settings.get 'Message_AllowEditing'
editOwn = originalMessage?.u?._id is Meteor.userId()
me = Meteor.users.findOne Meteor.userId()
unless hasPermission or (editAllowed and editOwn)
toastr.error t('Message_editing_not_allowed')
throw new Meteor.Error 'message-editing-not-allowed', t('Message_editing_not_allowed')
......@@ -23,7 +25,11 @@ Meteor.methods
Tracker.nonreactive ->
message.ets = new Date(Date.now() + TimeSync.serverOffset())
message.editedAt = new Date(Date.now() + TimeSync.serverOffset())
message.editedBy =
_id: Meteor.userId()
username: me.username
message = RocketChat.callbacks.run 'beforeSaveMessage', message
ChatMessage.update
......@@ -31,5 +37,6 @@ Meteor.methods
'u._id': Meteor.userId()
,
$set:
ets: message.ets
"editedAt": message.editedAt
"editedBy": message.editedBy
msg: message.msg
......@@ -5,6 +5,10 @@ Meteor.startup ->
RocketChat.roomTypes.addType('directMessages', roles);
RocketChat.roomTypes.addType('privateGroups', roles);
RocketChat.roomTypes.setIcon('c', 'icon-hash');
RocketChat.roomTypes.setIcon('d', 'icon-at');
RocketChat.roomTypes.setIcon('p', 'icon-lock');
RocketChat.roomTypes.setRoute 'c', 'channel', (sub) ->
return { name: sub.name }
......
{
"and" : "و",
"Email_verified" : "البريد الإلكتروني التحقق",
"User_added" : "وأضاف العضو <em>__user_added__</em>.",
"User_joined_channel" : "وقد انضمت قناة.",
"User_left" : "العضو <em>__user_left__</em>يقم."
}
\ No newline at end of file
......@@ -4,6 +4,17 @@
"Accounts" : "Kontos",
"Accounts_denyUnverifiedEmail" : "Nicht verifizierte E-Mails ablehnen",
"Accounts_EmailVerification" : "E-Mail-Verifizierung",
"Accounts_ManuallyApproveNewUsers" : "Neue Benutzer manuell aktivieren",
"Accounts_OAuth_Custom_Authorize_Path" : "Autorisierungspfad",
"Accounts_OAuth_Custom_Button_Color" : "Buttonfarbe",
"Accounts_OAuth_Custom_Button_Label_Color" : "Button-Text-Farbe",
"Accounts_OAuth_Custom_Button_Label_Text" : "Button-Text",
"Accounts_OAuth_Custom_Enable" : "Aktivieren",
"Accounts_OAuth_Custom_id" : "Id",
"Accounts_OAuth_Custom_Identity_Path" : "Identitäts Pfad",
"Accounts_OAuth_Custom_Secret" : "Secret",
"Accounts_OAuth_Custom_Token_Path" : "Token Pfad",
"Accounts_OAuth_Custom_URL" : "URL",
"Accounts_OAuth_Facebook" : "Facebook Login",
"Accounts_OAuth_Facebook_id" : "Facebook-App-ID",
"Accounts_OAuth_Facebook_secret" : "Facebook Secret",
......@@ -19,21 +30,10 @@
"Accounts_OAuth_Meteor" : "Meteor Login",
"Accounts_OAuth_Meteor_id" : "Meteor Id",
"Accounts_OAuth_Meteor_secret" : "Meteor Secret",
"Accounts_ManuallyApproveNewUsers" : "Neue Benutzer manuell aktivieren",
"Accounts_RegistrationRequired" : "Anmeldung erforderlich",
"Accounts_OAuth_Twitter" : "Twitter Login",
"Accounts_OAuth_Twitter_id" : "Twitter Id",
"Accounts_OAuth_Twitter_secret" : "Twitter Secret",
"Accounts_OAuth_Custom_id" : "Id",
"Accounts_OAuth_Custom_URL" : "URL",
"Accounts_OAuth_Custom_Token_Path" : "Token Pfad",
"Accounts_OAuth_Custom_Identity_Path" : "Identitäts Pfad",
"Accounts_OAuth_Custom_Authorize_Path" : "Autorisierungspfad",
"Accounts_OAuth_Custom_Secret" : "Secret",
"Accounts_OAuth_Custom_Enable" : "Aktivieren",
"Accounts_OAuth_Custom_Button_Label_Text" : "Button-Text",
"Accounts_OAuth_Custom_Button_Label_Color" : "Button-Text-Farbe",
"Accounts_OAuth_Custom_Button_Color" : "Buttonfarbe",
"Accounts_RegistrationRequired" : "Anmeldung erforderlich",
"Activate" : "Aktivieren",
"Add_custom_oauth" : "Benutzerdefinierte oauth hinzufügen",
"Add_Members" : "Mitglieder hinzufügen",
......@@ -49,6 +49,7 @@
"are_also_typing" : "schreiben auch",
"are_typing" : "schreiben",
"Are_you_sure" : "Sind Sie sicher?",
"Auto_Load_Images" : "Automatisches Laden der Bilder",
"Avatar_changed_successfully" : "Avatar erfolgreich geändert",
"away" : "abwesend",
"Away" : "Abwesend",
......@@ -56,7 +57,6 @@
"Away_female" : "Abwesend",
"away_male" : "abwesend",
"Away_male" : "Abwesend",
"Auto_Load_Images" : "Automatisches Laden der Bilder",
"Back_to_login" : "Zurück zum Login",
"bold" : "fett",
"busy" : "beschäftigt",
......@@ -66,10 +66,12 @@
"busy_male" : "beschäftigt",
"Busy_male" : "Beschäftigt",
"Cancel" : "Abbrechen",
"CDN_PREFIX" : "CDN Präfix",
"Change_avatar" : "Ändere dein Avatar",
"Channels" : "Kanäle",
"Channels_list" : "Liste der öffentlichen Channels",
"Chat_Rooms" : "Chaträume",
"Clear_all_unreads_question" : "Alle ungelesenen löschen?",
"close" : "schließen",
"coming_soon" : "kommt bald",
"Commands" : "Befehle",
......@@ -83,12 +85,12 @@
"Create_new_private_group" : "Erstellen Sie eine neue private Gruppe",
"Create_new_public_channel" : "Erstelle einen neuen öffentlichen Channel",
"Created_at" : "Erstellt am",
"Custom_oauth_unique_name" : "Eindeutigen Namen von benutzerdefinierte oauth",
"Custom_oauth_helper" : "Bei der Einrichtung von OAuth, muss eine Callback-URL angegeben werden. Benutze <pre>%s</pre>",
"Custom_oauth_unique_name" : "Eindeutigen Namen von benutzerdefinierte oauth",
"days" : "Tage",
"Deactivate" : "Deaktivieren",
"Delete_User_Warning" : "Beim Löschen eines Benutzers, werden alle seine Nachrichten ebenfalls gelöscht. Dies kann nicht rückgängig gemacht werden.",
"Delete" : "Löschen",
"Delete_User_Warning" : "Beim Löschen eines Benutzers, werden alle seine Nachrichten ebenfalls gelöscht. Dies kann nicht rückgängig gemacht werden.",
"Deleted" : "Gelöscht!",
"Desktop_Notifications" : "Desktop-Benachrichtigungen",
"Desktop_Notifications_Enabled" : "Desktop-Benachrichtigungen sind aktiviert",
......@@ -126,17 +128,17 @@
"Get_to_know_the_team" : "Lernen Sie das Rocket.Team kennen",
"github_no_public_email" : "Sie haben keine öffentliche Email-Adresse in Ihrem Github Account",
"Give_a_unique_name_for_the_custom_oauth" : "Geben Sie einen eindeutigen Namen für das benutzerdefinierte oauth",
"Have_your_own_chat" : "Erstelle deinen eigenen web chat. Entwickelt mit Meteor.com, der Rocket.Chat ist eine tolle Lösung für Entwickler, die schnell und einfach einen eigene Chat Plattform aufbauen wollen.",
"Has_more" : "Mehr",
"Have_your_own_chat" : "Erstelle deinen eigenen web chat. Entwickelt mit Meteor.com, der Rocket.Chat ist eine tolle Lösung für Entwickler, die schnell und einfach einen eigene Chat Plattform aufbauen wollen.",
"Hide_room" : "Raum verstecken",
"History" : "Chronik",
"hours" : "Stunden",
"Incorrect_Password" : "Falsches Passwort",
"inline_code" : "inline_code",
"Install_FxOs": "Installiere Rocket.Chat auf deinem Firefox",
"Install_FxOs_follow_instructions" : "Bitte bestätige die Installation der App (drücke \"Installieren\" in der Aufforderung).",
"Install_FxOs" : "Installiere Rocket.Chat auf deinem Firefox",
"Install_FxOs_done" : "Super! Du kannst Rocket.Chat nun über das Icon auf deinem Startbildschirm nutzen. Viel Spaß mit Rocket.Chat!",
"Install_FxOs_error" : "Schade, das hat leider nicht geklappt! Der folgende Fehler ist aufgetreten:",
"Install_FxOs_follow_instructions" : "Bitte bestätige die Installation der App (drücke \"Installieren\" in der Aufforderung).",
"Invalid_confirm_pass" : "Die Passwörter stimmen nicht überein",
"Invalid_email" : "Email-Adresse ungültigt",
"Invalid_name" : "Der Name darf nicht leer sein",
......@@ -170,14 +172,14 @@
"Layout_Sidenav_Footer_description" : "Die Footer Größe ist 260x70",
"Layout_Terms_of_Service" : "Nutzungsbedingungen",
"LDAP" : "LDAP",
"LDAP_Dn" : "LDAP DN",
"LDAP_DN" : "LDAP DN",
"LDAP_Port" : "LDAP Port",
"LDAP_Url" : "LDAP URL",
"Leave_room" : "Raum verlassen",
"line" : "Zeilen",
"Load_more" : "Mehr laden",
"Loading_more_from_history" : "Lade mehr aus der Historie",
"Loading..." : "Wird geladen ...",
"Loading_more_from_history" : "Lade mehr aus der Historie",
"Loading_suggestion" : "Vorschläge werden geladen...",
"Login" : "Login",
"Login_with" : "Login mit %s",
......@@ -192,16 +194,16 @@
"Message_AllowDeleting" : "Erlaube Nachrichten zu löschen",
"Message_AllowEditing" : "Erlaube Bearbeitung von Nachrichten",
"Message_AllowEditing_BlockEditInMinutes" : "Bearbeiten von Nachrichten blockieren nach (in Minuten - 0 zum deaktivieren)",
"Message_AllowPinning" : "Erlaube es Nachrichten anzuheften",
"Message_AudioRecorderEnabled" : "Audio Recorder Aktiviert",
"Message_deleting_not_allowed" : "Nachrichten löschen nicht erlaubt",
"Message_editing_not_allowed" : "Nachrichten bearbeiten nicht erlaubt",
"Message_editing_blocked" : "Diese Nachricht kann nicht mehr bearbeitet werden",
"Message_editing_not_allowed" : "Nachrichten bearbeiten nicht erlaubt",
"Message_KeepHistory" : "Nachrichtenverlauf behalten",
"Message_MaxAllowedSize" : "Maximale Größe der Nachricht",
"Message_pinned" : "Nachricht angeheftet",
"Message_pinning_not_allowed" : "Nachrichten anheften erlaubt",
"Message_AllowPinning" : "Erlaube es Nachrichten anzuheften",
"Message_KeepHistory" : "Nachrichtenverlauf behalten",
"Message_removed" : "Nachricht entfernt",
"Message_pinned" : "Nachricht angeheftet",
"Message_ShowDeletedStatus" : "Zeige Löschstatus",
"Message_ShowEditedStatus" : "Zeige Bearbeitungsstatus",
"Messages" : "Nachrichten",
......@@ -221,24 +223,25 @@
"n_messages" : "%s Nachrichten",
"Name" : "Name",
"Name_cant_be_empty" : "Name darf nicht leer sein",
"Name_optional" : "Name (freiwillig)",
"New_messages" : "Neue Nachrichten",
"New_password" : "Neues Passwort",
"No_channel_with_name_%s_was_found" : "Es wurde keine Kanal mit dem Namen <strong>\"%s\"</strong> gefunden!",
"No_channels_yet" : "Sie sind kein Mitglied eines Channels.",
"No_direct_messages_yet" : "Sie haben keine Konversation gestartet.",
"No_favorites_yet" : "Sie haben keine Favoriten hinzugefügt.",
"No_group_with_name_%s_was_found" : "Es wurde keine private Gruppe mit dem Namen <strong>\"%s\"</strong> gefunden!",
"No_groups_yet" : "Sie sind kein Mitglied einer privaten Gruppe.",
"No_permission_to_view_room" : "Sie haben keine Berechtigung diesen Raum zu betreten",
"No_channel_with_name_%s_was_found" : "Es wurde keine Kanal mit dem Namen <strong>\"%s\"</strong> gefunden!",
"No_group_with_name_%s_was_found" : "Es wurde keine private Gruppe mit dem Namen <strong>\"%s\"</strong> gefunden!",
"No_user_with_username_%s_was_found" : "Es wurde kein Benutzer mit dem Namen <strong>\"%s\"</strong> gefunden!",
"Not_allowed" : "Nicht erlaubt",
"Not_found_or_not_allowed" : "Nicht gefunden oder erlaubt",
"Nothing_found" : "Nichts gefunden",
"Notify_all_in_this_room" : "Alle in diesem Raum benachrichtigen",
"Old_Password" : "Altes Passwort",
"Old_and_new_password_required" : "Das alte und neue Passwort müssen angegeben werden um das jetzige Passwort zu ändern.",
"Only_you_can_see_this_message" : "Nur Sie können diese Nachricht sehen",
"Old_Password" : "Altes Passwort",
"Online" : "Online",
"Only_you_can_see_this_message" : "Nur Sie können diese Nachricht sehen",
"Oops!" : "Oops",
"Opt_out_statistics" : "Meine anonymen Statitstiken nicht an Rocke.Chat senden",
"Opt_out_statistics_warning" : "Durch das Absenden Ihrer anonymen Statistiken, werden Sie uns helfen, festzustellen, wie viele Instanzen von Rocket.Chat eingesetzt werden, und wie gut das System verhält, so können wir es weiter verbessern. Wenn Sie weiterhin das Senden von anonymen Statistiken möchten, deaktivieren Sie das Kontrollkästchen oben. Danke.",
......@@ -276,8 +279,8 @@
"Registration_Succeeded" : "Registrierung erfolgreich",
"Remember_me" : "Erinnere dich an mich",
"Remove" : "Entfernen",
"Remove_custom_oauth" : "Entferne benutzerdefiniertes oauth",
"Remove_Admin" : "Admin entfernen",
"Remove_custom_oauth" : "Entferne benutzerdefiniertes oauth",
"Reset_password" : "Passwort zurücksetzen",
"Room" : "Raum",
"Room_name_changed" : "Raumname geändert zu: <em>__room_name__</em> von <em>__user_by__</em>",
......@@ -287,6 +290,9 @@
"Room_uploaded_file_list_empty" : "Keine Dateien zur Verfügung.",
"room_user_count" : "%s Benutzer",
"Rooms" : "Räume",
"S_new_messages_since_s" : "%s neue Nachrichten seit %s",
"SAML" : "SAML",
"SAML_Custom_Generate_Username" : "Benutzernamen generieren",
"Save" : "Speichern",
"Save_changes" : "Änderungen speichern",
"Save_Mobile_Bandwidth" : "Mobilfunkbandbreite verringern",
......@@ -317,7 +323,6 @@
"Site_Name" : "Seitenname:",
"Site_Url" : "Website URL",
"Site_Url_Description" : "Beispiel: https://chat.domain.com/",
"SAML" : "SAML",
"SMTP" : "SMTP",
"SMTP_Host" : "SMTP Host",
"SMTP_Password" : "SMTP Passwort",
......@@ -329,9 +334,9 @@
"Stats_Active_Users" : "Aktive Benutzer",
"Stats_Avg_Channel_Users" : "Durchschnittliche Kanal Benutzer",
"Stats_Avg_Private_Group_Users" : "Durchschnittliche Benutzer in Privater Gruppe",
"Stats_Away_Users" : "Beschäftige Benutzer",
"Stats_Max_Room_Users" : "Maximale Raum Benutzer",
"Stats_Non_Active_Users" : "Ina",
"Stats_Away_Users" : "Beschäftige Benutzer",
"Stats_Offline_Users" : "Benutzer offline",
"Stats_Online_Users" : "Benutzer online",
"Stats_OS_Arch" : "OS Arch",
......@@ -352,7 +357,6 @@
"Stop_Recording" : "Aufnahme stoppen",
"strike" : "durchgestrichen",
"Submit" : "Abschicken",
"S_new_messages_since_s" : "%s neue Nachrichten seit %s",
"The_field_is_required" : "Das Feld %s ist erforderlich.",
"True" : "Wahr",
"Unnamed" : "Unbenannt",
......@@ -363,7 +367,6 @@
"Use_service_avatar" : "Benutze %s avatar",
"Use_this_username" : "Benutzen Sie folgenden Benutzernamen",
"Use_uploaded_avatar" : "Benutze diesen Avatar",
"User_added" : "Benutzer <em>__user_added__</em> wurde hinzugefügt.",
"User_added_by" : "Benutzer <em>__user_added__</em> hinzugefügt von <em>__user_by__</em>.",
"User_Channels" : "Benutzer Kanäle",
"User_has_been_activated" : "Benutzer wurde aktiviert",
......@@ -384,13 +387,13 @@
"User_removed_by" : "Benutzer <em>__user_removed__</em> entfernt von <em>__user_by__</em>.",
"User_Settings" : "Benutzereinstellungen",
"User_updated_successfully" : "Benutzer erfolgreich aktualisiert",
"Users" : "Benutzer",
"Username" : "Benutzername",
"Username_cant_be_empty" : "Der Benutzername darf nicht leer sein",
"Username_description" : "Der Benutzername wird dazu benutzt Sie in Nachtichten zu markieren.",
"Username_invalid" : "<strong>%s</strong> ist kein zulässiger Username.<br/> Benutze nur Buchstaben, Nummern, Punkte oder Bindestriche.",
"Username_title" : "Benutzernamen festlegen",
"Username_unavaliable" : "<strong>%s</strong> wird schon verwendet :(",
"Users" : "Benutzer",
"View_All" : "Alle ansehen",
"Wait_activation_warning" : "Bevor Sie sich einloggen können, muss das Konto von einem Administrator manuell aktiviert werden.",
"We_have_sent_password_email" : "Wir haben Ihnen eine Anleitung zum Zurücksetzen des Passworts an Ihre Email-Adresse gesendet. Wenn Sie keine Email erhalten haben versuchen Sie es bitte noch einmal.",
......@@ -398,10 +401,11 @@
"Welcome" : "Willkommen <em>%s</em>.",
"Welcome_to_the" : "Willkommen bei",
"With_whom" : "Mit wem?",
"Yes_clear_all" : "Ja, alles!",
"Yes_delete_it" : "Ja, löschen!",
"you_are_in_preview_mode_of" : "Sie sind im Vorschau-Modus des Kanals #<strong>__room_name__</strong>",
"You_need_confirm_email" : "Sie müssen Ihre Email bestätigen!",
"You_will_not_be_able_to_recover" : "Sie können es nicht wieder rückgängig machen!",
"Your_entry_has_been_deleted" : "Ihr Eintrag wurde gelöscht.",
"Your_Open_Source_solution" : "Deine eigene Open Source Chat Lösung"
}
}
\ No newline at end of file
......@@ -3,6 +3,7 @@
"Access_Online_Demo" : "Δείτε το Online Demo",
"Accounts_denyUnverifiedEmail" : "Άρνηση ανεπιβεβαίωτου e-mail",
"Accounts_EmailVerification" : "Επιβεβαίωση E-mail",
"Accounts_ManuallyApproveNewUsers" : "Χειροκίνητη έγκριση νέων χρηστών",
"Accounts_OAuth_Facebook" : "Facebook Login",
"Accounts_OAuth_Facebook_id" : "Facebook App Id",
"Accounts_OAuth_Facebook_secret" : "Facebook Secret",
......@@ -18,11 +19,10 @@
"Accounts_OAuth_Meteor" : "Meteor Login",
"Accounts_OAuth_Meteor_id" : "Meteor Id",
"Accounts_OAuth_Meteor_secret" : "Meteor Secret",
"Accounts_ManuallyApproveNewUsers" : "Χειροκίνητη έγκριση νέων χρηστών",
"Accounts_RegistrationRequired" : "Απαιτείται Εγγραφή",
"Accounts_OAuth_Twitter" : "Twitter Login",
"Accounts_OAuth_Twitter_id" : "Twitter Id",
"Accounts_OAuth_Twitter_secret" : "Twitter Secret",
"Accounts_RegistrationRequired" : "Απαιτείται Εγγραφή",
"Add_Members" : "Προσθέστε Μέλη",
"Add_users" : "Προσθήκη χρηστών",
"Administration" : "Διαχείριση",
......@@ -111,7 +111,7 @@
"Last_message" : "Τελευταίο μήνυμα",
"Layout_Home_Body" : "Αρχική Σώμα",
"Layout_Home_Title" : "Αρχική Τίτλος",
"LDAP_Dn" : "LDAP DN",
"LDAP_DN" : "LDAP DN",
"LDAP_Port" : "LDAP Θύρα",
"LDAP_Url" : "LDAP URL",
"Leave_room" : "Έξοδος από το δωμάτιο",
......@@ -251,7 +251,6 @@
"Use_service_avatar" : "Χρήση %s avatar",
"Use_this_username" : "Χρήση αυτού του username",
"Use_uploaded_avatar" : "Χρηση ανεβασμένου avatar",
"User_added" : "Ο χρήστης <em>__user_added__</em> πρστέθηκε.",
"User_added_by" : "Ο χρήστης <em>__user_added__</em> πρστέθηκε από τον <em>__user_by__</em>.",
"User_has_been_activated" : "Ο χρήστης έχει ενεργοποιηθεί",
"User_has_been_deactivated" : "Ο χρήστης έχει απενεργοποιηθεί",
......
This diff is collapsed.
{
"Access_online_demo" : "Accede a la demo en línea",
"Access_Online_Demo" : "Accede a la demo online",
"Add_Members" : "Agregar miembros",
"Add_users" : "Añadir usuarios",
"All_channels" : "Todos los canales",
"and" : "y",
......@@ -10,6 +11,7 @@
"away" : "lejos",
"Away" : "Lejos",
"Back_to_login" : "Volver a identificarse",
"bold" : "negrita",
"busy" : "ocupado",
"Busy" : "Ocupado",
"Cancel" : "Cancelar",
......@@ -23,15 +25,17 @@
"Contact" : "Contacto",
"Conversation" : "Conversación",
"Create_new" : "Crear nuevo",
"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",
"Quick_Search" : "Búsqueda rápida",
"quote" : "cita",
"Recents" : "Recientes",
"Register" : "Registrar una nueva cuenta",
"Remember_me" : "Recuérdame",
......@@ -117,8 +125,8 @@
"Use_service_avatar" : "Usar %s avatar",
"Use_this_username" : "Usar este nombre de usuario",
"Use_uploaded_avatar" : "Utilizar avatar subido",
"User_added" : "Usuario <em>__user_added__</em> añadido.",
"User_added_by" : "El usuario <em>__user_added__</em> ha sido añadido por <em>__user_by__</em>.",
"User_joined_channel" : "Se ha unido al canal.",
"User_left" : "Usuario <em>__user_left__</em> ha salido.",
"User_logged_out" : "El usuario está desconectado",
"User_removed_by" : "El usuario <em>__user_removed__</em> ha sido eliminado por <em>__user_by__</em>.",
......@@ -134,6 +142,8 @@
"Welcome" : "Bienvenido <em>%s</em>.",
"Welcome_to_the" : "Bienvenido a la",
"With_whom" : "Con quien",
"Yes_delete_it" : "¡Sí, eliminarla!",
"you_are_in_preview_mode_of" : "Estás en modo vista previa del canal #<strong>__room_name__</strong>",
"You_need_confirm_email" : "¡Es necesario confirmar tu correo electrónico para poder identificarte!",
"Your_Open_Source_solution" : "Tu propia solución de chat de código abierto"
}
\ No newline at end of file
{
"Accounts" : "حساب ها"
}
\ No newline at end of file
This diff is collapsed.
......@@ -4,6 +4,17 @@
"Accounts" : "Comptes",
"Accounts_denyUnverifiedEmail" : "Refuser les emails non vérifiées",
"Accounts_EmailVerification" : "Vérification de l'e-mail",
"Accounts_ManuallyApproveNewUsers" : "Approuver manuellement les nouveaux utilisateurs",
"Accounts_OAuth_Custom_Authorize_Path" : "URL d'autorisation",
"Accounts_OAuth_Custom_Button_Color" : "Couleur du bouton",
"Accounts_OAuth_Custom_Button_Label_Color" : "Couleur de texte du bouton",
"Accounts_OAuth_Custom_Button_Label_Text" : "Texte du bouton",
"Accounts_OAuth_Custom_Enable" : "Activer",
"Accounts_OAuth_Custom_id" : "Id",
"Accounts_OAuth_Custom_Identity_Path" : "URL d'identification",
"Accounts_OAuth_Custom_Secret" : "Secret",
"Accounts_OAuth_Custom_Token_Path" : "URL de Token",
"Accounts_OAuth_Custom_URL" : "URL",
"Accounts_OAuth_Facebook" : "Connexion avec Facebook",
"Accounts_OAuth_Facebook_id" : "App Id Facebook",
"Accounts_OAuth_Facebook_secret" : "Facebook Secret",
......@@ -19,21 +30,10 @@
"Accounts_OAuth_Meteor" : "Connexion avec Meteor",
"Accounts_OAuth_Meteor_id" : "Meteor Id",
"Accounts_OAuth_Meteor_secret" : "Meteor Id",
"Accounts_ManuallyApproveNewUsers" : "Approuver manuellement les nouveaux utilisateurs",
"Accounts_RegistrationRequired" : "Enregistrement nécessaire",
"Accounts_OAuth_Twitter" : "Connexion avec Twitter",
"Accounts_OAuth_Twitter_id" : "Twitter Id",
"Accounts_OAuth_Twitter_secret" : "Twitter Secret",
"Accounts_OAuth_Custom_id" : "Id",
"Accounts_OAuth_Custom_URL" : "URL",
"Accounts_OAuth_Custom_Token_Path" : "URL de Token",
"Accounts_OAuth_Custom_Identity_Path" : "URL d'identification",
"Accounts_OAuth_Custom_Authorize_Path" : "URL d'autorisation",
"Accounts_OAuth_Custom_Secret" : "Secret",
"Accounts_OAuth_Custom_Enable" : "Activer",
"Accounts_OAuth_Custom_Button_Label_Text" : "Texte du bouton",
"Accounts_OAuth_Custom_Button_Label_Color" : "Couleur de texte du bouton",
"Accounts_OAuth_Custom_Button_Color" : "Couleur du bouton",
"Accounts_RegistrationRequired" : "Enregistrement nécessaire",
"Activate" : "Activer",
"Add_custom_oauth" : "Ajouter OAuth personnalisé",
"Add_Members" : "Ajouter des membres",
......@@ -48,6 +48,7 @@
"are_also_typing" : "sont également en train d'écrire",
"are_typing" : "sont en train d'écrire",
"Are_you_sure" : "Êtes-vous sûr(e) ?",
"Auto_Load_Images" : "Charger automatiquement les images",
"Avatar_changed_successfully" : "Avatar modifié avec succès",
"away" : "absent",
"Away" : "Absent",
......@@ -55,7 +56,6 @@
"Away_female" : "Absente",
"away_male" : "absent",
"Away_male" : "Absent",
"Auto_Load_Images" : "Charger automatiquement les images",
"Back_to_login" : "Retourner à l'écran de connexion",
"bold" : "gras",
"busy" : "occupé",
......@@ -81,12 +81,12 @@
"Create_new_private_group" : "Créer un nouveau groupe privé",
"Create_new_public_channel" : "Créer un nouveau canal publique.",
"Created_at" : "Créé le",
"Custom_oauth_unique_name" : "Nom unique OAuth personnalisé",
"Custom_oauth_helper" : "Lorsque vous configurez votre service OAuth, vous devez indiquer une URL pour le Callback. Utilisez <pre>%s</pre>",
"Custom_oauth_unique_name" : "Nom unique OAuth personnalisé",
"days" : "jours",
"Deactivate" : "Désactiver",
"Delete_User_Warning" : "Supprimer un utilisateur va également supprimer tous les messages de celui-ci. Cette action ne peut être annulée.",
"Delete" : "Supprimer",
"Delete_User_Warning" : "Supprimer un utilisateur va également supprimer tous les messages de celui-ci. Cette action ne peut être annulée.",
"Deleted" : "Supprimé !",
"Desktop_Notifications" : "Notifications sur le bureau",
"Desktop_Notifications_Disabled" : "Les notifications du bureau sont désactivées, Modifiez les préférences de votre navigateur si vous avez besoin de les activer.",
......@@ -120,8 +120,8 @@
"Get_to_know_the_team" : "Venez nous rencontrer",
"github_no_public_email" : "Vous n'avez pas d'adresse email public associé à votre compte GitHub",
"Give_a_unique_name_for_the_custom_oauth" : "Indiquez un nom unique pour l'OAuth personnalisé",
"Have_your_own_chat" : "Disposez de votre propre salon de discussion en ligne. Développé à l'aide de Meteor.com, Rocket.Chat est une solution pour les développeurs désirant mettre en place et faire évoluer leur propre plate-forme de discussion.",
"Has_more" : "a plus de",
"Have_your_own_chat" : "Disposez de votre propre salon de discussion en ligne. Développé à l'aide de Meteor.com, Rocket.Chat est une solution pour les développeurs désirant mettre en place et faire évoluer leur propre plate-forme de discussion.",
"Hide_room" : "Cacher le salon",
"History" : "Historique",
"hours" : "heures",
......@@ -160,14 +160,14 @@
"Layout_Sidenav_Footer_description" : "La taille du pied de page est 260x70",
"Layout_Terms_of_Service" : "Conditions de service",
"LDAP" : "LDAP",
"LDAP_Dn" : "DN LDAP",
"LDAP_DN" : "DN LDAP",
"LDAP_Port" : "Port LDAP",
"LDAP_Url" : "Adresse LDAP",
"Leave_room" : "Quitter le salon",
"line" : "ligne",
"Load_more" : "Charger plus",
"Loading_more_from_history" : "Charger plus d'historique",
"Loading..." : "Chargement...",
"Loading_more_from_history" : "Charger plus d'historique",
"Loading_suggestion" : "Chargement des suggestions ...",
"Login" : "Se connecter",
"Login_with" : "Connectez-vous avec %s",
......@@ -182,15 +182,15 @@
"Message_AllowDeleting" : "Autoriser la suppression de messages",
"Message_AllowEditing" : "Autoriser la modification de messages",
"Message_AllowEditing_BlockEditInMinutes" : "Bloquer la modification de messages après (en minutes, 0 pour désactiver)",
"Message_AllowPinning" : "Autoriser l'épinglement de messages",
"Message_deleting_not_allowed" : "Suppression d'un message non autorisée",
"Message_editing_not_allowed" : "Modification d'un message non autorisée",
"Message_editing_blocked" : "Ce message ne peut plus être modifié",
"Message_editing_not_allowed" : "Modification d'un message non autorisée",
"Message_KeepHistory" : "Conserver l'historique des messages",
"Message_MaxAllowedSize" : "Taille maximum de message autorisée",
"Message_pinned" : "Message épinglé",
"Message_pinning_not_allowed" : "L'épinglement de message n'est pas autorisé",
"Message_AllowPinning" : "Autoriser l'épinglement de messages",
"Message_KeepHistory" : "Conserver l'historique des messages",
"Message_removed" : "Message supprimé",
"Message_pinned" : "Message épinglé",
"Message_ShowDeletedStatus" : "Afficher le statut de suppression",
"Message_ShowEditedStatus" : "Afficher le statut de modification",
"Messages" : "Messages",
......@@ -210,24 +210,25 @@
"n_messages" : "%s messages",
"Name" : "Nom",
"Name_cant_be_empty" : "Le nom ne peut pas être vide",
"Name_optional" : "Nom (optionnel)",
"New_messages" : "Nouveaux messages",
"New_password" : "Nouveau mot de passe",
"No_channel_with_name_%s_was_found" : "Aucun salon nommé <strong>\"%s\"</strong> n'a été trouvé !",
"No_channels_yet" : "Vous ne faites partie d’aucun canal pour le moment.",
"No_direct_messages_yet" : "Vous n'avez pris part à aucune conversation pour le moment.",
"No_favorites_yet" : "Vous n'avez ajouté aucun favoris pour le moment.",
"No_group_with_name_%s_was_found" : "Aucun groupe privé nommé <strong>\"%s\"</strong> n'a été trouvé !",
"No_groups_yet" : "Vous n'avez pas encore de groupes privés.",
"No_permission_to_view_room" : "Vous n'avez pas la permission de voir ce salon",
"No_channel_with_name_%s_was_found" : "Aucun salon nommé <strong>\"%s\"</strong> n'a été trouvé !",
"No_group_with_name_%s_was_found" : "Aucun groupe privé nommé <strong>\"%s\"</strong> n'a été trouvé !",
"No_user_with_username_%s_was_found" : "Aucun utilisateur nommé <strong>\"%s\"</strong> n'a été trouvé !",
"Not_allowed" : "Non autorisé",
"Not_found_or_not_allowed" : "Introuvable ou non autorisé",
"Nothing_found" : "Aucun résultat",
"Notify_all_in_this_room" : "Notifiez tout le monde dans ce salon",
"Old_Password" : "Ancien mot de passe",
"Old_and_new_password_required" : "Vous devez renseigner votre ancien mot de passe et le nouveau afin de changer ce dernier.",
"Only_you_can_see_this_message" : "Seul vous pouvez voir ce message",
"Old_Password" : "Ancien mot de passe",
"Online" : "Connecté",
"Only_you_can_see_this_message" : "Seul vous pouvez voir ce message",
"Oops!" : "Oups",
"Opt_out_statistics" : "Ne pas envoyer mes statistiques anonymes à Rocket.Chat",
"Opt_out_statistics_warning" : "En envoyant vos statistiques anonymes, vous allez nous aider à identifier le nombre d'instances de Rocket.Chat déployées, ainsi que le bon comportement du système, et donc que nous pourrions encore améliorer. Si vous souhaitez continuer à nous envoyer vos statistiques anonymes, décochez la case ci-dessus. Merci.",
......@@ -265,8 +266,8 @@
"Registration_Succeeded" : "Enregistrement réussi",
"Remember_me" : "Se souvenir de moi",
"Remove" : "Supprimer",
"Remove_custom_oauth" : "Supprimer OAuth personnalisé ",
"Remove_Admin" : "Supprimer administrateur",
"Remove_custom_oauth" : "Supprimer OAuth personnalisé ",
"Reset_password" : "Réinitialiser le mot de passe",
"Room" : "Salon",
"Room_name_changed" : "Nom du salon changé en : <em>__room_name__</em> par <em>__user_by__</em>",
......@@ -276,6 +277,8 @@
"Room_uploaded_file_list_empty" : "Aucun fichier disponible.",
"room_user_count" : "%s utilisateurs",
"Rooms" : "Salons",
"S_new_messages_since_s" : "%s nouveaux messages depuis %s",
"SAML" : "SAML",
"Save" : "Enregistrer",
"Save_changes" : "Sauvegarder les modifications",
"Save_Mobile_Bandwidth" : "Préserver la bande passante sur mobile",
......@@ -304,7 +307,6 @@
"Silence" : "Silence",
"since_creation" : "depuis %s",
"Site_Name" : "Nom du site :",
"SAML" : "SAML",
"SMTP" : "SMTP",
"SMTP_Host" : "Hôte SMTP",
"SMTP_Password" : "Mot de passe SMTP",
......@@ -316,9 +318,9 @@
"Stats_Active_Users" : "Utilisateurs actifs",
"Stats_Avg_Channel_Users" : "Nombre moyen d'utilisateurs dans les canaux",
"Stats_Avg_Private_Group_Users" : "Nombre moyen d'utilisateurs dans les groupes privés",
"Stats_Away_Users" : "Utilisateurs indisponibles",
"Stats_Max_Room_Users" : "Nombre d'utilisateur maximum par salon",
"Stats_Non_Active_Users" : "Utilisateurs inactifs",
"Stats_Away_Users" : "Utilisateurs indisponibles",
"Stats_Offline_Users" : "Utilisateurs hors ligne",
"Stats_Online_Users" : "Utilisateurs en ligne",
"Stats_OS_Arch" : "Architecture",
......@@ -339,7 +341,6 @@
"Stop_Recording" : "Arrêter l'enregistrement",
"strike" : "barré",
"Submit" : "Envoyer",
"S_new_messages_since_s" : "%s nouveaux messages depuis %s",
"The_field_is_required" : "Le champ %s est requis.",
"True" : "Oui",
"Unnamed" : "Sans nom",
......@@ -350,7 +351,6 @@
"Use_service_avatar" : "Utiliser l'avatar %s",
"Use_this_username" : "Utilisez ce nom d'utilisateur",
"Use_uploaded_avatar" : "Utiliser l'avatar transmis",
"User_added" : "L'utilisateur <em>__user_added__</em> a été ajouté.",
"User_added_by" : "L'utilisateur <em>__user_added__</em> a été ajouté par <em>__user_by__</em>.",
"User_Channels" : "Salons d'utilisateur",
"User_has_been_activated" : "L'utilisateur a été activé",
......@@ -370,13 +370,13 @@
"User_removed_by" : "L'utilisateur <em>__user_removed__</em> a été éjecté par <em>__user_by__</em>.",
"User_Settings" : "Paramètres utilisateur",
"User_updated_successfully" : "Utilisateur mis à jour avec succès",
"Users" : "Utilisateurs",
"Username" : "Nom d'utilisateur",
"Username_cant_be_empty" : "Le nom d'utilisateur doit être renseigné",
"Username_description" : "Le nom d'utilisateur est utilisé pour permettre à d'autres personnes de vous mentionner dans leurs messages.",
"Username_invalid" : "<strong>%s</strong> n'est pas un nom d'utilisateur valide,<br/> utilisez des lettres, des chiffres, des points et des tirets uniquement",
"Username_title" : "Enregistrer un nom d'utilisateur",
"Username_unavaliable" : "<strong>%s</strong> est déjà utilisé :(",
"Users" : "Utilisateurs",
"View_All" : "Voir tous",
"Wait_activation_warning" : "Avant de pouvoir vous connecter, votre compte doit être manuellement activé par un administrateur.",
"We_have_sent_password_email" : "Nous vous avons envoyé un email avec des instructions de réinitialisation de votre mot de passe. Si vous ne le recevez pas dans quelques minutes, veuillez réessayer.",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment