custom kick message, fixes #56.
This commit is contained in:
@ -72,6 +72,7 @@ export const connection = {
|
||||
reconnecting: 'Reconnecting...',
|
||||
connected: 'Connected',
|
||||
disconnected: 'Disconnected',
|
||||
kicked: 'You have been removed from this room.',
|
||||
button_confirm: 'OK',
|
||||
}
|
||||
|
||||
|
@ -73,6 +73,8 @@ export const connection = {
|
||||
//reconnecting: 'Reconnecting',
|
||||
connected: 'Connectado correctamente',
|
||||
disconnected: 'Has sido desconectado',
|
||||
// TODO
|
||||
//kicked: 'You have been removed from this room.',
|
||||
button_confirm: 'De acuerdo',
|
||||
}
|
||||
|
||||
|
@ -73,6 +73,8 @@ export const connection = {
|
||||
//reconnecting: 'Reconnecting',
|
||||
connected: 'Connecté',
|
||||
disconnected: 'Déconnecté',
|
||||
// TODO
|
||||
//kicked: 'You have been removed from this room.',
|
||||
button_confirm: 'OK',
|
||||
}
|
||||
|
||||
|
@ -73,6 +73,8 @@ export const connection = {
|
||||
//reconnecting: 'Reconnecting',
|
||||
connected: 'Tilkoblet',
|
||||
disconnected: 'Frakoblet',
|
||||
// TODO
|
||||
//kicked: 'You have been removed from this room.',
|
||||
button_confirm: 'OK',
|
||||
}
|
||||
|
||||
|
@ -72,6 +72,7 @@ export const connection = {
|
||||
reconnecting: 'Obnova spojenia...',
|
||||
connected: 'Úspešne pripojený/á',
|
||||
disconnected: 'Boli ste odpojený/á',
|
||||
kicked: 'Boli ste odstránený/á z tejto miestnosti.',
|
||||
button_confirm: 'Ok',
|
||||
}
|
||||
|
||||
|
@ -73,6 +73,8 @@ export const connection = {
|
||||
//reconnecting: 'Reconnecting',
|
||||
connected: 'Du har loggats in',
|
||||
disconnected: 'Du har blivit frånkopplad',
|
||||
// TODO
|
||||
//kicked: 'You have been removed from this room.',
|
||||
button_confirm: 'Ok',
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user