social_stream-presence 2.0.0.beta2 → 2.0.0.beta3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/stylesheets/social_stream/presence/_toolbar-chat.css.sass +2 -2
- data/config/locales/en.yml +45 -43
- data/config/locales/es.yml +45 -43
- data/config/locales/zh.yml +69 -0
- data/lib/social_stream/presence/version.rb +1 -1
- data/social_stream-presence.gemspec +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0fd4b830ecf87e43b17119f46f8e39e803bc7905
|
4
|
+
data.tar.gz: 0435b9cb2d82b02c8ff0fc4cf79076e9156d515b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6c9626a7ce3963f5722558d3c5d207453edd7863e5ffa75d34bfe5992db023f354e7c8704ea6daf7c24a6dc895de8527b3990f368f8322f2d4cf32983be52468
|
7
|
+
data.tar.gz: d745a994f5df5a2961a8911477bbc28ebed9853a77d3abcad0dc829db858fbdbcaaa3b9dca7a7e49d81dc016413bf1816335981e7a550554121c37aee3bfd9d6
|
data/config/locales/en.yml
CHANGED
@@ -1,27 +1,28 @@
|
|
1
|
+
---
|
1
2
|
en:
|
2
3
|
chat:
|
3
|
-
connecting:
|
4
|
-
reconnecting:
|
5
|
-
disconnected:
|
6
|
-
unableconnect:
|
7
|
-
title:
|
8
|
-
password:
|
9
|
-
zerousers:
|
10
|
-
search:
|
11
|
-
zerocontacts:
|
12
|
-
status:
|
13
|
-
choose:
|
14
|
-
available:
|
15
|
-
away:
|
16
|
-
dnd:
|
17
|
-
offline:
|
4
|
+
connecting: Connecting
|
5
|
+
reconnecting: Reconnecting
|
6
|
+
disconnected: Disconnected
|
7
|
+
unableconnect: Out of Service
|
8
|
+
title: Chat
|
9
|
+
password: Password
|
10
|
+
zerousers: No users connected
|
11
|
+
search: Search contacts
|
12
|
+
zerocontacts: No contacts found
|
13
|
+
status:
|
14
|
+
choose: Choose status
|
15
|
+
available: Available
|
16
|
+
away: Away
|
17
|
+
dnd: Busy
|
18
|
+
offline: Offline
|
18
19
|
settings:
|
19
|
-
title:
|
20
|
-
checkbox:
|
21
|
-
update:
|
20
|
+
title: Enable and configure Social Stream Chat
|
21
|
+
checkbox: Enable or disable Social Stream Chat
|
22
|
+
update: Update Settings
|
22
23
|
notify:
|
23
|
-
offline:
|
24
|
-
guestOffline:
|
24
|
+
offline: You are offline
|
25
|
+
guestOffline: '{{name}} is offline'
|
25
26
|
videochat:
|
26
27
|
disconnected: Videochat disconnected
|
27
28
|
disconnecting: Videochat disconnecting...
|
@@ -32,36 +33,37 @@ en:
|
|
32
33
|
establishing: Establishing...
|
33
34
|
connnected: Videochat connected.
|
34
35
|
unable: Unable to init videochat.
|
35
|
-
serverIssue:
|
36
|
-
call:
|
37
|
-
rejected:
|
38
|
-
rejectedBusy:
|
36
|
+
serverIssue: 'Server Error: Invalid response'
|
37
|
+
call: '{{name}} wants to start a video call'
|
38
|
+
rejected: '{{name}} has rejected your call'
|
39
|
+
rejectedBusy: '{{name}} is busy'
|
39
40
|
accept: Accept
|
40
41
|
deny: Deny
|
41
|
-
clientIssue:
|
42
|
-
guestOffline:
|
43
|
-
offline:
|
44
|
-
cancel:
|
45
|
-
requirements: You don't have the minimum requirements to run videocall application.
|
42
|
+
clientIssue: '{{name}}''s client not support videochat'
|
43
|
+
guestOffline: Unable to connect. {{name}} is offline
|
44
|
+
offline: Unable to connect. You are offline
|
45
|
+
cancel: '{{name}} cancel the videocall'
|
46
|
+
requirements: You don't have the minimum requirements to run videocall application.
|
47
|
+
Please upgrade to the latest version of Flash.
|
46
48
|
muc:
|
47
|
-
group:
|
48
|
-
join:
|
49
|
-
leave:
|
50
|
-
occupants:
|
51
|
-
joining:
|
49
|
+
group: '{{group}} group'
|
50
|
+
join: '{{nick}} joined in the room.'
|
51
|
+
leave: '{{nick}} has left the room.'
|
52
|
+
occupants: Occupants
|
53
|
+
joining: Joining...
|
52
54
|
joinError: "You can't join in the room \n {{errorMsg}}"
|
53
|
-
offline:
|
55
|
+
offline: You are offline
|
54
56
|
game:
|
55
|
-
call:
|
57
|
+
call: '{{name}} wants to play a {{game}} game'
|
56
58
|
accept: Accept
|
57
59
|
deny: Deny
|
58
|
-
offline:
|
59
|
-
guestOffline:
|
60
|
+
offline: Unable to connect. You are offline
|
61
|
+
guestOffline: Unable to connect. {{name}} is offline
|
60
62
|
unable: Unable to init game.
|
61
|
-
rejected:
|
62
|
-
rejectedBusy:
|
63
|
-
cancel:
|
64
|
-
finish:
|
63
|
+
rejected: '{{name}} has rejected your invitation'
|
64
|
+
rejectedBusy: '{{name}} is busy'
|
65
|
+
cancel: '{{name}} cancel the invitation'
|
66
|
+
finish: '{{name}} close the game'
|
65
67
|
waiting: Waiting for response...
|
66
68
|
unknown: Unknown response
|
67
|
-
clientIssue:
|
69
|
+
clientIssue: '{{name}}''s client not support games'
|
data/config/locales/es.yml
CHANGED
@@ -1,27 +1,28 @@
|
|
1
|
+
---
|
1
2
|
es:
|
2
3
|
chat:
|
3
|
-
connecting:
|
4
|
-
reconnecting:
|
5
|
-
disconnected:
|
6
|
-
unableconnect:
|
7
|
-
title:
|
8
|
-
password:
|
9
|
-
zerousers:
|
10
|
-
search:
|
11
|
-
zerocontacts:
|
4
|
+
connecting: Conectando
|
5
|
+
reconnecting: Reconectando
|
6
|
+
disconnected: Desconectado
|
7
|
+
unableconnect: Fuera de servicio
|
8
|
+
title: Chat
|
9
|
+
password: Contraseña
|
10
|
+
zerousers: No hay contactos conectados
|
11
|
+
search: Buscar contactos
|
12
|
+
zerocontacts: No se encontró ningún contacto
|
12
13
|
status:
|
13
|
-
choose:
|
14
|
-
available:
|
15
|
-
away:
|
16
|
-
dnd:
|
17
|
-
offline:
|
14
|
+
choose: Establecer estado
|
15
|
+
available: Disponible
|
16
|
+
away: Ausente
|
17
|
+
dnd: No molestar
|
18
|
+
offline: Desconectado
|
18
19
|
settings:
|
19
|
-
title:
|
20
|
-
checkbox:
|
21
|
-
update:
|
20
|
+
title: Activación y configuración del chat de Social Stream
|
21
|
+
checkbox: Activar o desactivar chat
|
22
|
+
update: Guardar configuración
|
22
23
|
notify:
|
23
|
-
offline:
|
24
|
-
guestOffline:
|
24
|
+
offline: Estás desconectado
|
25
|
+
guestOffline: '{{name}} está desconectado'
|
25
26
|
videochat:
|
26
27
|
disconnected: Videochat desconectado
|
27
28
|
disconnecting: Videochat desconectando...
|
@@ -32,36 +33,37 @@ es:
|
|
32
33
|
establishing: Estableciendo conexión...
|
33
34
|
connnected: Videochat conectado
|
34
35
|
unable: Imposible iniciar videochat
|
35
|
-
serverIssue:
|
36
|
-
call:
|
37
|
-
rejected:
|
38
|
-
rejectedBusy:
|
36
|
+
serverIssue: 'Error del servidor: Respuesta inválida'
|
37
|
+
call: '{{name}} quiere iniciar una videollamada'
|
38
|
+
rejected: '{{name}} ha rechazado tu llamada'
|
39
|
+
rejectedBusy: '{{name}} está ocupado'
|
39
40
|
accept: Aceptar
|
40
41
|
deny: Rechazar
|
41
|
-
clientIssue:
|
42
|
-
guestOffline:
|
43
|
-
offline:
|
44
|
-
cancel:
|
45
|
-
requirements: No tienes los requisitos minimos para iniciar la aplicación de
|
42
|
+
clientIssue: El cliente de {{name}} no soporta videochat
|
43
|
+
guestOffline: Imposible conectar. {{name}} está desconectado
|
44
|
+
offline: Imposible conectar. Estás desconectado
|
45
|
+
cancel: '{{name}} canceló la videollamada'
|
46
|
+
requirements: No tienes los requisitos minimos para iniciar la aplicación de
|
47
|
+
videoconferencia. Por favor, actualiza a la última versión de Flash.
|
46
48
|
muc:
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
49
|
+
group: Grupo {{group}}
|
50
|
+
join: '{{nick}} ha entrado en la sala.'
|
51
|
+
leave: '{{nick}} se ha ido de la sala.'
|
52
|
+
occupants: Miembros
|
53
|
+
joining: Accediendo...
|
54
|
+
joinError: "No se pudo acceder a la sala. \n {{errorMsg}}"
|
55
|
+
offline: Estás desconectado
|
54
56
|
game:
|
55
|
-
call:
|
57
|
+
call: '{{name}} quiere iniciar una partida de {{game}}'
|
56
58
|
accept: Aceptar
|
57
59
|
deny: Rechazar
|
58
|
-
offline:
|
59
|
-
guestOffline:
|
60
|
+
offline: Imposible conectar. Estás desconectado
|
61
|
+
guestOffline: Imposible conectar. {{name}} está desconectado
|
60
62
|
unable: Imposible iniciar partida.
|
61
|
-
rejected:
|
62
|
-
rejectedBusy:
|
63
|
-
cancel:
|
64
|
-
finish:
|
63
|
+
rejected: '{{name}} ha rechazado tu invitación'
|
64
|
+
rejectedBusy: '{{name}} está ocupado'
|
65
|
+
cancel: '{{name}} canceló la partida'
|
66
|
+
finish: '{{name}} ha cerrado el juego'
|
65
67
|
waiting: Esperando respuesta...
|
66
68
|
unknown: Respuesta desconocida
|
67
|
-
clientIssue:
|
69
|
+
clientIssue: El cliente de {{name}} no tiene juegos
|
@@ -0,0 +1,69 @@
|
|
1
|
+
---
|
2
|
+
zh:
|
3
|
+
chat:
|
4
|
+
connecting: Connecting
|
5
|
+
reconnecting: Reconnecting
|
6
|
+
disconnected: Disconnected
|
7
|
+
unableconnect: Out of Service
|
8
|
+
title: Chat
|
9
|
+
password: Password
|
10
|
+
zerousers: No users connected
|
11
|
+
search: Search contacts
|
12
|
+
zerocontacts: No contacts found
|
13
|
+
status:
|
14
|
+
choose: Choose status
|
15
|
+
available: Available
|
16
|
+
away: Away
|
17
|
+
dnd: Busy
|
18
|
+
offline: Offline
|
19
|
+
settings:
|
20
|
+
title: Enable and configure Social Stream Chat
|
21
|
+
checkbox: Enable or disable Social Stream Chat
|
22
|
+
update: Update Settings
|
23
|
+
notify:
|
24
|
+
offline: You are offline
|
25
|
+
guestOffline: '{{name}} is offline'
|
26
|
+
videochat:
|
27
|
+
disconnected: Videochat disconnected
|
28
|
+
disconnecting: Videochat disconnecting...
|
29
|
+
negotiating: Negotiating...
|
30
|
+
connectingWait: Connecting...
|
31
|
+
connecting: Connecting to the server...
|
32
|
+
waiting: Waiting for response...
|
33
|
+
establishing: Establishing...
|
34
|
+
connnected: Videochat connected.
|
35
|
+
unable: Unable to init videochat.
|
36
|
+
serverIssue: 'Server Error: Invalid response'
|
37
|
+
call: '{{name}} wants to start a video call'
|
38
|
+
rejected: '{{name}} has rejected your call'
|
39
|
+
rejectedBusy: '{{name}} is busy'
|
40
|
+
accept: Accept
|
41
|
+
deny: Deny
|
42
|
+
clientIssue: '{{name}}''s client not support videochat'
|
43
|
+
guestOffline: Unable to connect. {{name}} is offline
|
44
|
+
offline: Unable to connect. You are offline
|
45
|
+
cancel: '{{name}} cancel the videocall'
|
46
|
+
requirements: You don't have the minimum requirements to run videocall application.
|
47
|
+
Please upgrade to the latest version of Flash.
|
48
|
+
muc:
|
49
|
+
group: '{{group}} group'
|
50
|
+
join: '{{nick}} joined in the room.'
|
51
|
+
leave: '{{nick}} has left the room.'
|
52
|
+
occupants: Occupants
|
53
|
+
joining: Joining...
|
54
|
+
joinError: "You can't join in the room \n {{errorMsg}}"
|
55
|
+
offline: You are offline
|
56
|
+
game:
|
57
|
+
call: '{{name}} wants to play a {{game}} game'
|
58
|
+
accept: Accept
|
59
|
+
deny: Deny
|
60
|
+
offline: Unable to connect. You are offline
|
61
|
+
guestOffline: Unable to connect. {{name}} is offline
|
62
|
+
unable: Unable to init game.
|
63
|
+
rejected: '{{name}} has rejected your invitation'
|
64
|
+
rejectedBusy: '{{name}} is busy'
|
65
|
+
cancel: '{{name}} cancel the invitation'
|
66
|
+
finish: '{{name}} close the game'
|
67
|
+
waiting: Waiting for response...
|
68
|
+
unknown: Unknown response
|
69
|
+
clientIssue: '{{name}}''s client not support games'
|
@@ -19,7 +19,7 @@ Gem::Specification.new do |s|
|
|
19
19
|
s.require_paths = ["lib"]
|
20
20
|
|
21
21
|
# Gem dependencies
|
22
|
-
s.add_runtime_dependency('social_stream-base', '~> 2.0.0.
|
22
|
+
s.add_runtime_dependency('social_stream-base', '~> 2.0.0.beta3')
|
23
23
|
|
24
24
|
s.add_runtime_dependency "xmpp4r"
|
25
25
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: social_stream-presence
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.0.
|
4
|
+
version: 2.0.0.beta3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Aldo Gordillo
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-04-
|
12
|
+
date: 2013-04-26 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: social_stream-base
|
@@ -17,14 +17,14 @@ dependencies:
|
|
17
17
|
requirements:
|
18
18
|
- - ~>
|
19
19
|
- !ruby/object:Gem::Version
|
20
|
-
version: 2.0.0.
|
20
|
+
version: 2.0.0.beta3
|
21
21
|
type: :runtime
|
22
22
|
prerelease: false
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
24
24
|
requirements:
|
25
25
|
- - ~>
|
26
26
|
- !ruby/object:Gem::Version
|
27
|
-
version: 2.0.0.
|
27
|
+
version: 2.0.0.beta3
|
28
28
|
- !ruby/object:Gem::Dependency
|
29
29
|
name: xmpp4r
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|
@@ -188,6 +188,7 @@ files:
|
|
188
188
|
- app/views/xmpp/getOpenTokSessionIDAndToken.xml.builder
|
189
189
|
- config/locales/en.yml
|
190
190
|
- config/locales/es.yml
|
191
|
+
- config/locales/zh.yml
|
191
192
|
- config/routes.rb
|
192
193
|
- db/migrate/20120330132148_create_social_stream_presence.rb
|
193
194
|
- ejabberd/conf/ejabberd_example.cfg
|