mirror of
https://github.com/Syncplay/syncplay
synced 2025-03-11 06:07:53 +00:00
Explain managed rooms and auto-authentication (#216)
This commit is contained in:
parent
734b425c7f
commit
e831d4c83f
@ -957,7 +957,7 @@ class SyncplayClient(object):
|
||||
self._protocol.requestControlledRoom(roomName, controlPassword)
|
||||
|
||||
def controlledRoomCreated(self, roomName, controlPassword):
|
||||
self.ui.showMessage(getMessage("created-controlled-room-notification").format(roomName, controlPassword))
|
||||
self.ui.showMessage(getMessage("created-controlled-room-notification").format(roomName, controlPassword, roomName, roomName + ":" + controlPassword))
|
||||
self.setRoom(roomName, resetAutoplay=True)
|
||||
self.sendRoom()
|
||||
self._protocol.requestControlledRoom(roomName, controlPassword)
|
||||
|
@ -47,7 +47,7 @@ de = {
|
||||
"identifying-as-controller-notification": "Identifiziere als Raumleiter mit Passwort „{}“...", # TODO: find a better translation to "room operator"
|
||||
"failed-to-identify-as-controller-notification": "{} konnte sich nicht als Raumleiter identifizieren.",
|
||||
"authenticated-as-controller-notification": "{} authentifizierte sich als Raumleiter",
|
||||
"created-controlled-room-notification": "Gesteuerten Raum „{}“ mit Passwort „{}“ erstellt. Bitte diese Informationen für die Zukunft aufheben!", # RoomName, operatorPassword
|
||||
"created-controlled-room-notification": "Gesteuerten Raum „{}“ mit Passwort „{}“ erstellt. Bitte diese Informationen für die Zukunft aufheben! \n\nIn managed rooms everyone is kept in sync with the room operator(s) who are the only ones who can pause, unpause, seek, and change the playlist.\n\nYou should ask regular viewers to join the room '{}' but the room operators can join the room '{}' to automatically authenticate themselves.", # RoomName, operatorPassword, roomName, roomName:operatorPassword # TODO: Translate
|
||||
|
||||
"file-different-notification": "Deine Datei scheint sich von {}s zu unterscheiden", # User
|
||||
"file-differences-notification": "Deine Datei unterscheidet sich auf folgende Art: {}",
|
||||
|
@ -47,7 +47,7 @@ en = {
|
||||
"identifying-as-controller-notification": "Identifying as room operator with password '{}'...",
|
||||
"failed-to-identify-as-controller-notification": "{} failed to identify as a room operator.",
|
||||
"authenticated-as-controller-notification": "{} authenticated as a room operator",
|
||||
"created-controlled-room-notification": "Created managed room '{}' with password '{}'. Please save this information for future reference!", # RoomName, operatorPassword
|
||||
"created-controlled-room-notification": "Created managed room '{}' with password '{}'. Please save this information for future reference!\n\nIn managed rooms everyone is kept in sync with the room operator(s) who are the only ones who can pause, unpause, seek, and change the playlist.\n\nYou should ask regular viewers to join the room '{}' but the room operators can join the room '{}' to automatically authenticate themselves.", # RoomName, operatorPassword, roomName, roomName:operatorPassword
|
||||
|
||||
"file-different-notification": "File you are playing appears to be different from {}'s", # User
|
||||
"file-differences-notification": "Your file differs in the following way(s): {}", # Differences
|
||||
|
@ -47,7 +47,7 @@ es = {
|
||||
"identifying-as-controller-notification": "Autentificando como el operador de la sala, con contraseña '{}'...",
|
||||
"failed-to-identify-as-controller-notification": "{} falló la autentificación como operador de la sala.",
|
||||
"authenticated-as-controller-notification": "{} autentificado como operador de la sala",
|
||||
"created-controlled-room-notification": "Sala administrada '{}' creada con contraseña '{}'. Por favor guarda esta información para referencias futuras!", # RoomName, operatorPassword
|
||||
"created-controlled-room-notification": "Sala administrada '{}' creada con contraseña '{}'. Por favor guarda esta información para referencias futuras!\n\nIn managed rooms everyone is kept in sync with the room operator(s) who are the only ones who can pause, unpause, seek, and change the playlist.\n\nYou should ask regular viewers to join the room '{}' but the room operators can join the room '{}' to automatically authenticate themselves.", # RoomName, operatorPassword, roomName, roomName:operatorPassword # TODO: Translate
|
||||
|
||||
"file-different-notification": "El archivo que reproduces parece ser diferente al archivo de {}", # User
|
||||
"file-differences-notification": "Tu archivo difiere de la(s) siguiente(s) forma(s): {}", # Differences
|
||||
|
@ -47,7 +47,7 @@ it = {
|
||||
"identifying-as-controller-notification": "Ti sei identificato come gestore della stanza con password '{}'...",
|
||||
"failed-to-identify-as-controller-notification": "{} ha fallito l'identificazione come gestore della stanza.",
|
||||
"authenticated-as-controller-notification": "{} autenticato come gestore della stanza",
|
||||
"created-controlled-room-notification": "Stanza gestita '{}' creata con password '{}'. Per favore salva queste informazioni per una consultazione futura!", # RoomName, operatorPassword
|
||||
"created-controlled-room-notification": "Stanza gestita '{}' creata con password '{}'. Per favore salva queste informazioni per una consultazione futura!\n\nIn managed rooms everyone is kept in sync with the room operator(s) who are the only ones who can pause, unpause, seek, and change the playlist.\n\nYou should ask regular viewers to join the room '{}' but the room operators can join the room '{}' to automatically authenticate themselves.", # RoomName, operatorPassword, roomName, roomName:operatorPassword # TODO: Translate
|
||||
|
||||
"file-different-notification": "Il file che stai riproducendo sembra essere diverso da quello di {}", # User
|
||||
"file-differences-notification": "Il tuo file mostra le seguenti differenze: {}", # Differences
|
||||
|
@ -47,7 +47,7 @@ pt_BR = {
|
||||
"identifying-as-controller-notification": "Identificando-se como operador da sala com a senha '{}'...",
|
||||
"failed-to-identify-as-controller-notification": "{} falhou ao se identificar como operador da sala.",
|
||||
"authenticated-as-controller-notification": "{} autenticou-se como um operador da sala",
|
||||
"created-controlled-room-notification": "Criou a sala gerenciada '{}' com a senha '{}'. Por favor, salve essa informação para futura referência!", # RoomName, operatorPassword
|
||||
"created-controlled-room-notification": "Criou a sala gerenciada '{}' com a senha '{}'. Por favor, salve essa informação para futura referência!\n\nIn managed rooms everyone is kept in sync with the room operator(s) who are the only ones who can pause, unpause, seek, and change the playlist.\n\nYou should ask regular viewers to join the room '{}' but the room operators can join the room '{}' to automatically authenticate themselves.", # RoomName, operatorPassword, roomName, roomName:operatorPassword # TODO: Translate
|
||||
|
||||
"file-different-notification": "O arquivo que você está tocando parece ser diferente do arquivo de {}", # User
|
||||
"file-differences-notification": "Seus arquivos se diferem da(s) seguinte(s) forma(s): {}", # Differences
|
||||
|
@ -47,7 +47,7 @@ ru = {
|
||||
"identifying-as-controller-notification": "Идентификация как оператора комнаты с паролем '{}'...",
|
||||
"failed-to-identify-as-controller-notification": "{} не прошел идентификацию в качестве оператора комнаты.",
|
||||
"authenticated-as-controller-notification": "{} вошел как оператор комнаты.",
|
||||
"created-controlled-room-notification": "Создана управляемая комната '{}' с паролем '{}'. Сохраните эти данные!", # RoomName, operatorPassword
|
||||
"created-controlled-room-notification": "Создана управляемая комната '{}' с паролем '{}'. Сохраните эти данные!\n\nIn managed rooms everyone is kept in sync with the room operator(s) who are the only ones who can pause, unpause, seek, and change the playlist.\n\nYou should ask regular viewers to join the room '{}' but the room operators can join the room '{}' to automatically authenticate themselves.", # RoomName, operatorPassword, roomName, roomName:operatorPassword # TODO: Translate
|
||||
|
||||
"file-different-notification": "Вероятно, файл, который Вы смотрите, отличается от того, который смотрит {}.", # User
|
||||
"file-differences-notification": "Ваш файл отличается: {}", # Differences
|
||||
|
Loading…
Reference in New Issue
Block a user