diff --git a/l10n/cs.js b/l10n/cs.js index c0d673b75f0..57364ce724e 100644 --- a/l10n/cs.js +++ b/l10n/cs.js @@ -1142,6 +1142,7 @@ OC.L10N.register( "You are currently waiting in the lobby" : "V tuto chvíli se nacházíte v čekárně", "The meeting will start soon" : "Schůzka brzy začne", "This meeting is scheduled for {startTime}" : "Tato schůzka je naplánována na {startTime}", + "Select a device" : "Vyberte zařízení", "No microphone available" : "Není k dispozici žádný mikrofon", "Select microphone" : "Vyberte mikrofon", "No camera available" : "Není k dispozici žádná kamera", diff --git a/l10n/cs.json b/l10n/cs.json index cc9b510524e..15ec39e7bcc 100644 --- a/l10n/cs.json +++ b/l10n/cs.json @@ -1140,6 +1140,7 @@ "You are currently waiting in the lobby" : "V tuto chvíli se nacházíte v čekárně", "The meeting will start soon" : "Schůzka brzy začne", "This meeting is scheduled for {startTime}" : "Tato schůzka je naplánována na {startTime}", + "Select a device" : "Vyberte zařízení", "No microphone available" : "Není k dispozici žádný mikrofon", "Select microphone" : "Vyberte mikrofon", "No camera available" : "Není k dispozici žádná kamera", diff --git a/l10n/en_GB.js b/l10n/en_GB.js index 9eea0b8daee..89e2f53e3fb 100644 --- a/l10n/en_GB.js +++ b/l10n/en_GB.js @@ -68,8 +68,10 @@ OC.L10N.register( "- Video of the speaker is now visible while sharing the screen and call reactions are animated" : "- Video of the speaker is now visible while sharing the screen and call reactions are animated", "- Messages can now be edited by logged-in authors and moderators for 6 hours" : "- Messages can now be edited by logged-in authors and moderators for 6 hours", "- Unsent message drafts are now saved in your browser" : "- Unsent message drafts are now saved in your browser", + "- Text chatting can now be done in a federated way with other Talk servers" : "- Text chatting can now be done in a federated way with other Talk servers", "- Moderators can now ban accounts and guests to prevent them from rejoining a conversation" : "- Moderators can now ban accounts and guests to prevent them from rejoining a conversation", "- Upcoming calls from linked calendar events and out-of-office replacements are now shown in conversations" : "- Upcoming calls from linked calendar events and out-of-office replacements are now shown in conversations", + "- Calls can now be done in a federated way with other Talk servers (requires the High-performance backend)" : "- Calls can now be done in a federated way with other Talk servers (requires the High-performance backend)", "_All %n participant_::_All %n participants_" : ["All %n participant","All %n participants"], "Talk updates ✅" : "Talk updates ✅", "Reaction deleted by author" : "Reaction deleted by author", @@ -671,6 +673,8 @@ OC.L10N.register( "Federation" : "Federation", "It is highly recommended to configure \"memcache.locking\" when Talk Federation is enabled." : "It is highly recommended to configure \"memcache.locking\" when Talk Federation is enabled.", "High-performance backend" : "High-performance backend", + "Running the High-performance backend \"conversation_cluster\" mode is deprecated and will no longer be supported in the upcoming version. The High-performance backend supports real clustering nowadays which should be used instead." : "Running the High-performance backend \"conversation_cluster\" mode is deprecated and will no longer be supported in the upcoming version. The High-performance backend supports real clustering nowadays which should be used instead.", + "Defining multiple High-performance backends is deprecated and will no longer be supported in the upcoming version. Instead a load-balancer should be set up together with clustered signaling servers and configured in the Talk settings." : "Defining multiple High-performance backends is deprecated and will no longer be supported in the upcoming version. Instead a load-balancer should be set up together with clustered signaling servers and configured in the Talk settings.", "It is highly recommended to configure a memory cache when running Nextcloud Talk with a High-performance backend." : "It is highly recommended to configure a memory cache when running Nextcloud Talk with a High-performance backend.", "Recording backend" : "Recording backend", "Using the recording backend requires a High-performance backend." : "Using the recording backend requires a High-performance backend.", diff --git a/l10n/en_GB.json b/l10n/en_GB.json index 972494358aa..7628871c2b6 100644 --- a/l10n/en_GB.json +++ b/l10n/en_GB.json @@ -66,8 +66,10 @@ "- Video of the speaker is now visible while sharing the screen and call reactions are animated" : "- Video of the speaker is now visible while sharing the screen and call reactions are animated", "- Messages can now be edited by logged-in authors and moderators for 6 hours" : "- Messages can now be edited by logged-in authors and moderators for 6 hours", "- Unsent message drafts are now saved in your browser" : "- Unsent message drafts are now saved in your browser", + "- Text chatting can now be done in a federated way with other Talk servers" : "- Text chatting can now be done in a federated way with other Talk servers", "- Moderators can now ban accounts and guests to prevent them from rejoining a conversation" : "- Moderators can now ban accounts and guests to prevent them from rejoining a conversation", "- Upcoming calls from linked calendar events and out-of-office replacements are now shown in conversations" : "- Upcoming calls from linked calendar events and out-of-office replacements are now shown in conversations", + "- Calls can now be done in a federated way with other Talk servers (requires the High-performance backend)" : "- Calls can now be done in a federated way with other Talk servers (requires the High-performance backend)", "_All %n participant_::_All %n participants_" : ["All %n participant","All %n participants"], "Talk updates ✅" : "Talk updates ✅", "Reaction deleted by author" : "Reaction deleted by author", @@ -669,6 +671,8 @@ "Federation" : "Federation", "It is highly recommended to configure \"memcache.locking\" when Talk Federation is enabled." : "It is highly recommended to configure \"memcache.locking\" when Talk Federation is enabled.", "High-performance backend" : "High-performance backend", + "Running the High-performance backend \"conversation_cluster\" mode is deprecated and will no longer be supported in the upcoming version. The High-performance backend supports real clustering nowadays which should be used instead." : "Running the High-performance backend \"conversation_cluster\" mode is deprecated and will no longer be supported in the upcoming version. The High-performance backend supports real clustering nowadays which should be used instead.", + "Defining multiple High-performance backends is deprecated and will no longer be supported in the upcoming version. Instead a load-balancer should be set up together with clustered signaling servers and configured in the Talk settings." : "Defining multiple High-performance backends is deprecated and will no longer be supported in the upcoming version. Instead a load-balancer should be set up together with clustered signaling servers and configured in the Talk settings.", "It is highly recommended to configure a memory cache when running Nextcloud Talk with a High-performance backend." : "It is highly recommended to configure a memory cache when running Nextcloud Talk with a High-performance backend.", "Recording backend" : "Recording backend", "Using the recording backend requires a High-performance backend." : "Using the recording backend requires a High-performance backend.", diff --git a/l10n/ga.js b/l10n/ga.js index f60495479e5..e6292b6c58b 100644 --- a/l10n/ga.js +++ b/l10n/ga.js @@ -673,6 +673,8 @@ OC.L10N.register( "Federation" : "Cónaidhm", "It is highly recommended to configure \"memcache.locking\" when Talk Federation is enabled." : "Moltar go mór \"memcache.locking\" a chumrú nuair atá Talk Federation cumasaithe.", "High-performance backend" : "Inneall ardfheidhmíochta", + "Running the High-performance backend \"conversation_cluster\" mode is deprecated and will no longer be supported in the upcoming version. The High-performance backend supports real clustering nowadays which should be used instead." : "Ní cheadaítear an modh \"conversation_cluster\" Inneall Ardfheidhmíochta a rith agus ní thacófar leis a thuilleadh sa leagan atá le teacht. Tacaíonn an t-Inneall Ardfheidhmíochta le fíorchnuasaigh sa lá atá inniu ann ar cheart a úsáid ina ionad.", + "Defining multiple High-performance backends is deprecated and will no longer be supported in the upcoming version. Instead a load-balancer should be set up together with clustered signaling servers and configured in the Talk settings." : "Ní dhéanfar aon inneall ardfheidhmíochta iolrach a shainiú agus ní thacófar leis a thuilleadh sa leagan atá le teacht. Ina áit sin ba cheart cothromóir ualaigh a shocrú in éineacht le freastalaithe comharthaíochta cnuasaithe agus é a chumrú sna socruithe Plé.", "It is highly recommended to configure a memory cache when running Nextcloud Talk with a High-performance backend." : "Moltar go mór taisce cuimhne a chumrú agus Nextcloud Talk á rith le hInneall Ardfheidhmíochta.", "Recording backend" : "Inneall taifeadta", "Using the recording backend requires a High-performance backend." : "Teastaíonn inneall Ardfheidhmíochta chun an t-inneall taifeadta a úsáid.", diff --git a/l10n/ga.json b/l10n/ga.json index 5df2dce9de8..6f476790dcd 100644 --- a/l10n/ga.json +++ b/l10n/ga.json @@ -671,6 +671,8 @@ "Federation" : "Cónaidhm", "It is highly recommended to configure \"memcache.locking\" when Talk Federation is enabled." : "Moltar go mór \"memcache.locking\" a chumrú nuair atá Talk Federation cumasaithe.", "High-performance backend" : "Inneall ardfheidhmíochta", + "Running the High-performance backend \"conversation_cluster\" mode is deprecated and will no longer be supported in the upcoming version. The High-performance backend supports real clustering nowadays which should be used instead." : "Ní cheadaítear an modh \"conversation_cluster\" Inneall Ardfheidhmíochta a rith agus ní thacófar leis a thuilleadh sa leagan atá le teacht. Tacaíonn an t-Inneall Ardfheidhmíochta le fíorchnuasaigh sa lá atá inniu ann ar cheart a úsáid ina ionad.", + "Defining multiple High-performance backends is deprecated and will no longer be supported in the upcoming version. Instead a load-balancer should be set up together with clustered signaling servers and configured in the Talk settings." : "Ní dhéanfar aon inneall ardfheidhmíochta iolrach a shainiú agus ní thacófar leis a thuilleadh sa leagan atá le teacht. Ina áit sin ba cheart cothromóir ualaigh a shocrú in éineacht le freastalaithe comharthaíochta cnuasaithe agus é a chumrú sna socruithe Plé.", "It is highly recommended to configure a memory cache when running Nextcloud Talk with a High-performance backend." : "Moltar go mór taisce cuimhne a chumrú agus Nextcloud Talk á rith le hInneall Ardfheidhmíochta.", "Recording backend" : "Inneall taifeadta", "Using the recording backend requires a High-performance backend." : "Teastaíonn inneall Ardfheidhmíochta chun an t-inneall taifeadta a úsáid.", diff --git a/l10n/sr.js b/l10n/sr.js index 4f85cabdff5..a9001d0cd2b 100644 --- a/l10n/sr.js +++ b/l10n/sr.js @@ -673,6 +673,8 @@ OC.L10N.register( "Federation" : "Здруживање", "It is highly recommended to configure \"memcache.locking\" when Talk Federation is enabled." : "Када је укључена Talk федерација, снажно се препоручује конфигурисање „memcache.locking”.", "High-performance backend" : "Позадински механизам високих перформанси", + "Running the High-performance backend \"conversation_cluster\" mode is deprecated and will no longer be supported in the upcoming version. The High-performance backend supports real clustering nowadays which should be used instead." : "Извршавање „conversation_cluster” режима позадинског механизма високих перформанси је застарело и неће се подржавати у наредној верзији. Позадински механизам високих перформанси у данашње време подржава право груписање, тако да би то требало да се користи.", + "Defining multiple High-performance backends is deprecated and will no longer be supported in the upcoming version. Instead a load-balancer should be set up together with clustered signaling servers and configured in the Talk settings." : "Дефинисање више позадинских механизама високих перформанси је застарело и неће се подржавати у наредној верзији. Уместо тога, требало би да се подеси балансер оптерећења заједно са груписаним серверима за сигнализацију и да се конфигурише у подешавањима Talk апликације.", "It is highly recommended to configure a memory cache when running Nextcloud Talk with a High-performance backend." : "Када се Nextcloud Talk користи заједно са позадинским механизмом високих перформанси, снажно се препоручује да се подеси кеширање меморије.", "Recording backend" : "Позадински механизам са снимање", "Using the recording backend requires a High-performance backend." : "Када се користи позадински механизам за снимање, потребно је да се користи и позадински механизам високих перформанси.", diff --git a/l10n/sr.json b/l10n/sr.json index b15dcd4342f..6ebab947371 100644 --- a/l10n/sr.json +++ b/l10n/sr.json @@ -671,6 +671,8 @@ "Federation" : "Здруживање", "It is highly recommended to configure \"memcache.locking\" when Talk Federation is enabled." : "Када је укључена Talk федерација, снажно се препоручује конфигурисање „memcache.locking”.", "High-performance backend" : "Позадински механизам високих перформанси", + "Running the High-performance backend \"conversation_cluster\" mode is deprecated and will no longer be supported in the upcoming version. The High-performance backend supports real clustering nowadays which should be used instead." : "Извршавање „conversation_cluster” режима позадинског механизма високих перформанси је застарело и неће се подржавати у наредној верзији. Позадински механизам високих перформанси у данашње време подржава право груписање, тако да би то требало да се користи.", + "Defining multiple High-performance backends is deprecated and will no longer be supported in the upcoming version. Instead a load-balancer should be set up together with clustered signaling servers and configured in the Talk settings." : "Дефинисање више позадинских механизама високих перформанси је застарело и неће се подржавати у наредној верзији. Уместо тога, требало би да се подеси балансер оптерећења заједно са груписаним серверима за сигнализацију и да се конфигурише у подешавањима Talk апликације.", "It is highly recommended to configure a memory cache when running Nextcloud Talk with a High-performance backend." : "Када се Nextcloud Talk користи заједно са позадинским механизмом високих перформанси, снажно се препоручује да се подеси кеширање меморије.", "Recording backend" : "Позадински механизам са снимање", "Using the recording backend requires a High-performance backend." : "Када се користи позадински механизам за снимање, потребно је да се користи и позадински механизам високих перформанси.",