Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md68
-rw-r--r--l10n/ar.js10
-rw-r--r--l10n/ar.json10
-rw-r--r--l10n/br.js6
-rw-r--r--l10n/br.json6
-rw-r--r--l10n/ca.js6
-rw-r--r--l10n/ca.json6
-rw-r--r--l10n/cs.js14
-rw-r--r--l10n/cs.json14
-rw-r--r--l10n/da.js6
-rw-r--r--l10n/da.json6
-rw-r--r--l10n/de.js10
-rw-r--r--l10n/de.json10
-rw-r--r--l10n/de_DE.js14
-rw-r--r--l10n/de_DE.json14
-rw-r--r--l10n/el.js6
-rw-r--r--l10n/el.json6
-rw-r--r--l10n/es.js61
-rw-r--r--l10n/es.json61
-rw-r--r--l10n/eu.js21
-rw-r--r--l10n/eu.json21
-rw-r--r--l10n/fi.js62
-rw-r--r--l10n/fi.json62
-rw-r--r--l10n/fr.js10
-rw-r--r--l10n/fr.json10
-rw-r--r--l10n/gl.js6
-rw-r--r--l10n/gl.json6
-rw-r--r--l10n/he.js6
-rw-r--r--l10n/he.json6
-rw-r--r--l10n/hr.js10
-rw-r--r--l10n/hr.json10
-rw-r--r--l10n/hu.js230
-rw-r--r--l10n/hu.json230
-rw-r--r--l10n/it.js6
-rw-r--r--l10n/it.json6
-rw-r--r--l10n/ja.js10
-rw-r--r--l10n/ja.json10
-rw-r--r--l10n/ko.js6
-rw-r--r--l10n/ko.json6
-rw-r--r--l10n/lt_LT.js46
-rw-r--r--l10n/lt_LT.json46
-rw-r--r--l10n/mk.js6
-rw-r--r--l10n/mk.json6
-rw-r--r--l10n/nb.js2
-rw-r--r--l10n/nb.json2
-rw-r--r--l10n/nl.js10
-rw-r--r--l10n/nl.json10
-rw-r--r--l10n/oc.js59
-rw-r--r--l10n/oc.json59
-rw-r--r--l10n/pl.js18
-rw-r--r--l10n/pl.json18
-rw-r--r--l10n/pt_BR.js12
-rw-r--r--l10n/pt_BR.json12
-rw-r--r--l10n/ru.js81
-rw-r--r--l10n/ru.json81
-rw-r--r--l10n/sc.js12
-rw-r--r--l10n/sc.json12
-rw-r--r--l10n/sk.js14
-rw-r--r--l10n/sk.json14
-rw-r--r--l10n/sl.js17
-rw-r--r--l10n/sl.json17
-rw-r--r--l10n/sr.js2
-rw-r--r--l10n/sr.json2
-rw-r--r--l10n/sv.js6
-rw-r--r--l10n/sv.json6
-rw-r--r--l10n/tr.js14
-rw-r--r--l10n/tr.json14
-rw-r--r--l10n/uk.js2
-rw-r--r--l10n/uk.json2
-rw-r--r--l10n/vi.js4
-rw-r--r--l10n/vi.json4
-rw-r--r--l10n/zh_CN.js14
-rw-r--r--l10n/zh_CN.json14
-rw-r--r--l10n/zh_HK.js14
-rw-r--r--l10n/zh_HK.json14
-rw-r--r--lib/Chat/ChatManager.php2
-rw-r--r--lib/Chat/Parser/SystemMessage.php9
-rw-r--r--lib/Controller/ChatController.php5
-rw-r--r--lib/Migration/Version10000Date20201012144235.php12
-rw-r--r--lib/TalkSession.php4
-rw-r--r--src/components/CallView/shared/LocalMediaControls.vue8
-rw-r--r--src/components/LeftSidebar/LeftSidebar.vue2
-rw-r--r--src/components/LeftSidebar/NewGroupConversation/NewGroupConversation.vue7
-rw-r--r--src/components/MessagesList/MessagesGroup/Message/MessagePart/Location.vue2
-rw-r--r--src/components/MessagesList/MessagesList.vue36
-rw-r--r--src/components/NewMessageForm/AudioRecorder/AudioRecorder.vue35
-rw-r--r--src/components/NewMessageForm/NewMessageForm.vue13
-rw-r--r--tests/integration/features/chat/rich-object-share.feature8
-rw-r--r--tests/php/Chat/Parser/SystemMessageTest.php28
89 files changed, 1353 insertions, 552 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e03c60ea7..e8e92e0fa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,74 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 12.2.0 – 2021-09-17
+
+### Added
+- Add "Create conversation" button on first page of dialog when creating a public conversation
+ [#6206](https://github.com/nextcloud/spreed/pull/6206)
+
+### Fixed
+- Add some validation for shared geo-locations
+ [#6242](https://github.com/nextcloud/spreed/pull/6242)
+- Move unreadMessageElement from computed to a method
+ [#6241](https://github.com/nextcloud/spreed/pull/6241)
+- Fix logged-in users are unable to join a password protected public conversation
+ [#6230](https://github.com/nextcloud/spreed/pull/6230)
+- Don't toggle the video on/off when pasting files into the chat and first releasing the CTRL key
+ [#6198](https://github.com/nextcloud/spreed/pull/6198)
+- Disable recording voice messages on readonly conversations
+ [#6182](https://github.com/nextcloud/spreed/pull/6182)
+
+## 12.1.2 – 2021-09-17
+
+### Fixed
+- Add some validation for shared geo-locations
+ [#6243](https://github.com/nextcloud/spreed/pull/6243)
+- Fix logged-in users are unable to join a password protected public conversation
+ [#6229](https://github.com/nextcloud/spreed/pull/6229)
+- Don't toggle the video on/off when pasting files into the chat and first releasing the CTRL key
+ [#6199](https://github.com/nextcloud/spreed/pull/6199)
+- Fix blocked audio recording preview when Talk is embedded in the sidebar
+ [#6130](https://github.com/nextcloud/spreed/pull/6130)
+- Fix infinite loop when the media constraints can not be decreased
+ [#6126](https://github.com/nextcloud/spreed/pull/6126)
+- Fix connection quality warning not disappearing when media is stopped
+ [#6146](https://github.com/nextcloud/spreed/pull/6146)
+- Send offer again when own peer was not initially connected
+ [#6080](https://github.com/nextcloud/spreed/pull/6080)
+
+## 11.3.2 – 2021-09-17
+
+### Fixed
+- Fix logged-in users are unable to join a password protected public conversation
+ [#6231](https://github.com/nextcloud/spreed/pull/6231)
+- Don't toggle the video on/off when pasting files into the chat and first releasing the CTRL key
+ [#6200](https://github.com/nextcloud/spreed/pull/6200)
+- Fix infinite loop when the media constraints can not be decreased
+ [#6127](https://github.com/nextcloud/spreed/pull/6127)
+- Fix connection quality warning not disappearing when media is stopped
+ [#6148](https://github.com/nextcloud/spreed/pull/6148)
+- Send offer again when own peer was not initially connected
+ [#6081](https://github.com/nextcloud/spreed/pull/6081)
+- Don't refresh the room when the participant list changes
+ [#5786](https://github.com/nextcloud/spreed/pull/5786)
+
+## 10.1.7 – 2021-09-17
+
+### Fixed
+- Fix logged-in users are unable to join a password protected public conversation
+ [#6232](https://github.com/nextcloud/spreed/pull/6232)
+- Fix infinite loop when the media constraints can not be decreased
+ [#6240](https://github.com/nextcloud/spreed/pull/6240)
+
+## 10.0.10 – 2021-09-17
+
+### Fixed
+- Fix logged-in users are unable to join a password protected public conversation
+ [#6233](https://github.com/nextcloud/spreed/pull/6233)
+- Fix infinite loop when the media constraints can not be decreased
+ [#6128](https://github.com/nextcloud/spreed/pull/6128)
+
## 12.1.1 – 2021-08-30
### Changed
diff --git a/l10n/ar.js b/l10n/ar.js
index 7dc92639d..9c56caaf5 100644
--- a/l10n/ar.js
+++ b/l10n/ar.js
@@ -823,8 +823,8 @@ OC.L10N.register(
"Link copied to the clipboard!" : "تم نسخ رابط المحادثة",
"Create a new group conversation" : "انشاء محادثة جماعية جديدة",
"Password protect" : "حماية كلمة السر",
- "Add participants" : "اضافة مشارك جديد",
"Create conversation" : "انشاء محادثة",
+ "Add participants" : "اضافة مشارك جديد",
"Close" : "إغلاق",
"Choose a password" : "اختر كلمة مرور",
"Search participants" : "البحث عن مشاركين",
@@ -832,7 +832,6 @@ OC.L10N.register(
"Allow guests to join via link" : "السماح بالضيوف بالانضمام عن طريق الرابط",
"Search conversations or users" : "البحث عن المحادثات او الاعضاء",
"You are currently waiting in the lobby" : "أنت حاليا في انتظار الاستقبال",
- "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "أنت حاليا في انتظار الاستقبال. الاجتماع مجدول في {startTime}",
"Calls are not supported in your browser" : "المكالمات غير مدعومة في متصفحك",
"Access to microphone is only possible with HTTPS" : "الوصول إلى المايكرفون مسموح فقط في HTTPS",
"Access to microphone was denied" : "تم رفض الوصول للمايكرفون",
@@ -866,8 +865,6 @@ OC.L10N.register(
"Message link copied to clipboard." : "تم نسخ الرسالة إلى الحافظة ",
"{stack} in {board}" : "{stack} في {board}",
"Deck Card" : "بطاقة Deck",
- "Open this location in Openstreetmap" : "افتح هذا الموقع في Openstreetmap",
- "[Unknown username]" : "[اسم مستخدم غير معروف]",
"Scroll to bottom" : "انتقل للاسفل",
"Today" : "اليوم",
"Yesterday" : "امس",
@@ -1053,7 +1050,9 @@ OC.L10N.register(
"This conversation is read only" : "هذه المحادثة للقراءة فقط",
"Conversation, " : "محادثة،",
"Allow guests to join via link " : "السماح بالضيوف بالانضمام عن طريق الرابط",
+ "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "أنت حاليا في انتظار الاستقبال. الاجتماع مجدول في {startTime}",
"Remove" : "حذف",
+ "[Unknown username]" : "[اسم مستخدم غير معروف]",
"Bridge with other services" : "الربط مع خدمات آخرى",
"More info on Matterbridge." : "مزيد من المعلومات حول Matterbridge.",
"Enabled" : "مفعلة",
@@ -1083,6 +1082,7 @@ OC.L10N.register(
"Conversation \"{conversationName}\"" : "محادثة \"{اسم المحادثة}\"",
"Settings for conversation \"{conversationName}\"" : "إعدادات المحادثة \"{اسم المحادثة}\"",
"You can not send messages to this conversation at the moment" : "لا يمكنك إرسال الرسائل لهذه المحادثة حاليًا ",
- "Add a description for this conversation" : "إضافة وصف لهذه المحادثة "
+ "Add a description for this conversation" : "إضافة وصف لهذه المحادثة ",
+ "Open this location in Openstreetmap" : "افتح هذا الموقع في Openstreetmap"
},
"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;");
diff --git a/l10n/ar.json b/l10n/ar.json
index 0bccdaefc..2b68ed405 100644
--- a/l10n/ar.json
+++ b/l10n/ar.json
@@ -821,8 +821,8 @@
"Link copied to the clipboard!" : "تم نسخ رابط المحادثة",
"Create a new group conversation" : "انشاء محادثة جماعية جديدة",
"Password protect" : "حماية كلمة السر",
- "Add participants" : "اضافة مشارك جديد",
"Create conversation" : "انشاء محادثة",
+ "Add participants" : "اضافة مشارك جديد",
"Close" : "إغلاق",
"Choose a password" : "اختر كلمة مرور",
"Search participants" : "البحث عن مشاركين",
@@ -830,7 +830,6 @@
"Allow guests to join via link" : "السماح بالضيوف بالانضمام عن طريق الرابط",
"Search conversations or users" : "البحث عن المحادثات او الاعضاء",
"You are currently waiting in the lobby" : "أنت حاليا في انتظار الاستقبال",
- "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "أنت حاليا في انتظار الاستقبال. الاجتماع مجدول في {startTime}",
"Calls are not supported in your browser" : "المكالمات غير مدعومة في متصفحك",
"Access to microphone is only possible with HTTPS" : "الوصول إلى المايكرفون مسموح فقط في HTTPS",
"Access to microphone was denied" : "تم رفض الوصول للمايكرفون",
@@ -864,8 +863,6 @@
"Message link copied to clipboard." : "تم نسخ الرسالة إلى الحافظة ",
"{stack} in {board}" : "{stack} في {board}",
"Deck Card" : "بطاقة Deck",
- "Open this location in Openstreetmap" : "افتح هذا الموقع في Openstreetmap",
- "[Unknown username]" : "[اسم مستخدم غير معروف]",
"Scroll to bottom" : "انتقل للاسفل",
"Today" : "اليوم",
"Yesterday" : "امس",
@@ -1051,7 +1048,9 @@
"This conversation is read only" : "هذه المحادثة للقراءة فقط",
"Conversation, " : "محادثة،",
"Allow guests to join via link " : "السماح بالضيوف بالانضمام عن طريق الرابط",
+ "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "أنت حاليا في انتظار الاستقبال. الاجتماع مجدول في {startTime}",
"Remove" : "حذف",
+ "[Unknown username]" : "[اسم مستخدم غير معروف]",
"Bridge with other services" : "الربط مع خدمات آخرى",
"More info on Matterbridge." : "مزيد من المعلومات حول Matterbridge.",
"Enabled" : "مفعلة",
@@ -1081,6 +1080,7 @@
"Conversation \"{conversationName}\"" : "محادثة \"{اسم المحادثة}\"",
"Settings for conversation \"{conversationName}\"" : "إعدادات المحادثة \"{اسم المحادثة}\"",
"You can not send messages to this conversation at the moment" : "لا يمكنك إرسال الرسائل لهذه المحادثة حاليًا ",
- "Add a description for this conversation" : "إضافة وصف لهذه المحادثة "
+ "Add a description for this conversation" : "إضافة وصف لهذه المحادثة ",
+ "Open this location in Openstreetmap" : "افتح هذا الموقع في Openstreetmap"
},"pluralForm" :"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"
} \ No newline at end of file
diff --git a/l10n/br.js b/l10n/br.js
index f5761dd98..ac8dd42c5 100644
--- a/l10n/br.js
+++ b/l10n/br.js
@@ -620,15 +620,14 @@ OC.L10N.register(
"Link copied to the clipboard!" : "Liamm eilet d'ar golver",
"Create a new group conversation" : "Krouiñ un diviz strollad nevez",
"Password protect" : "Ger-tremen gwarezet",
- "Add participants" : "Ouzhpennan tud",
"Create conversation" : "Krouiñ un diviz",
+ "Add participants" : "Ouzhpennan tud",
"Close" : "Serriñ",
"Choose a password" : "Choaz ur get-trmenn",
"Search participants" : "Klask implijer",
"Conversation name" : "Anv diviz",
"Search conversations or users" : "Klask divizoù ha implijourienn",
"You are currently waiting in the lobby" : "Ho gortoz er sal gortoz emaoc'h",
- "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Ho gortoz er sal gortoz emaoc'h. Ne grog an diviz nemet da {startTime}",
"Calls are not supported in your browser" : "N'eo ket douget ar gemenadennoù gant ho vrowser",
"Access to microphone is only possible with HTTPS" : "N'eo posupl tizhout ar mikro nemet gant HTTPS",
"Access to microphone was denied" : "N'eo ket aotreet tizhout ar mikro",
@@ -642,7 +641,6 @@ OC.L10N.register(
"Select camera" : "Choaz ur c'hamera",
"Reply" : "Respont",
"Go to file" : "Mont d'ar restr",
- "[Unknown username]" : "[Anv implijer dianv]",
"Today" : "Hiziv",
"Yesterday" : "Dec'h",
"{relativeDate}, {absoluteDate}" : "{relativeDate}, {absoluteDate}",
@@ -762,7 +760,9 @@ OC.L10N.register(
"This conversation is read only" : "An diviz a zo da lenn-nemetken",
"Conversation, " : "Diviz,",
"Allow guests to join via link " : "Aotreaén ar c'houvidi da don dre liamm",
+ "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Ho gortoz er sal gortoz emaoc'h. Ne grog an diviz nemet da {startTime}",
"Remove" : "Lemel",
+ "[Unknown username]" : "[Anv implijer dianv]",
"Enabled" : "Aotreet",
"Participant settings" : "Arventennoù tud",
"Add participants to the conversation" : "Ouzhpennañ tud en diviz",
diff --git a/l10n/br.json b/l10n/br.json
index 60b29e529..04db6635f 100644
--- a/l10n/br.json
+++ b/l10n/br.json
@@ -618,15 +618,14 @@
"Link copied to the clipboard!" : "Liamm eilet d'ar golver",
"Create a new group conversation" : "Krouiñ un diviz strollad nevez",
"Password protect" : "Ger-tremen gwarezet",
- "Add participants" : "Ouzhpennan tud",
"Create conversation" : "Krouiñ un diviz",
+ "Add participants" : "Ouzhpennan tud",
"Close" : "Serriñ",
"Choose a password" : "Choaz ur get-trmenn",
"Search participants" : "Klask implijer",
"Conversation name" : "Anv diviz",
"Search conversations or users" : "Klask divizoù ha implijourienn",
"You are currently waiting in the lobby" : "Ho gortoz er sal gortoz emaoc'h",
- "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Ho gortoz er sal gortoz emaoc'h. Ne grog an diviz nemet da {startTime}",
"Calls are not supported in your browser" : "N'eo ket douget ar gemenadennoù gant ho vrowser",
"Access to microphone is only possible with HTTPS" : "N'eo posupl tizhout ar mikro nemet gant HTTPS",
"Access to microphone was denied" : "N'eo ket aotreet tizhout ar mikro",
@@ -640,7 +639,6 @@
"Select camera" : "Choaz ur c'hamera",
"Reply" : "Respont",
"Go to file" : "Mont d'ar restr",
- "[Unknown username]" : "[Anv implijer dianv]",
"Today" : "Hiziv",
"Yesterday" : "Dec'h",
"{relativeDate}, {absoluteDate}" : "{relativeDate}, {absoluteDate}",
@@ -760,7 +758,9 @@
"This conversation is read only" : "An diviz a zo da lenn-nemetken",
"Conversation, " : "Diviz,",
"Allow guests to join via link " : "Aotreaén ar c'houvidi da don dre liamm",
+ "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Ho gortoz er sal gortoz emaoc'h. Ne grog an diviz nemet da {startTime}",
"Remove" : "Lemel",
+ "[Unknown username]" : "[Anv implijer dianv]",
"Enabled" : "Aotreet",
"Participant settings" : "Arventennoù tud",
"Add participants to the conversation" : "Ouzhpennañ tud en diviz",
diff --git a/l10n/ca.js b/l10n/ca.js
index 2890e0a15..9995bd03e 100644
--- a/l10n/ca.js
+++ b/l10n/ca.js
@@ -675,15 +675,14 @@ OC.L10N.register(
"Link copied to the clipboard!" : "Enllaç públic copiat al porta-retalls!",
"Create a new group conversation" : "Crear una conversa de grup nova",
"Password protect" : "Protegeix amb contrasenya",
- "Add participants" : "Afegeix participants",
"Create conversation" : "Crea una conversa",
+ "Add participants" : "Afegeix participants",
"Close" : "Tanca",
"Choose a password" : "Establiu una contrasenya",
"Search participants" : "Cercar participants",
"Conversation name" : "Nom de la conversa",
"Search conversations or users" : "Cercar converses o usuaris",
"You are currently waiting in the lobby" : "Ara esteu esperant al vestíbul",
- "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Ara esteu esperant al vestíbul. Aquesta reunió està prevista per a {startTime}",
"Calls are not supported in your browser" : "Les trucades no són compatibles amb el vostre navegador",
"Access to microphone is only possible with HTTPS" : "L'accés al micròfon només és possible amb HTTPS",
"Access to microphone was denied" : "S'ha denegat l'accés al micròfon",
@@ -697,7 +696,6 @@ OC.L10N.register(
"Select camera" : "Seleccioni la càmera",
"Reply" : "Respon",
"Go to file" : "Vés al fitxer",
- "[Unknown username]" : "[Nom d'usuari desconegut]",
"Scroll to bottom" : "Desplaça al final",
"Today" : "Avui",
"Yesterday" : "Ahir",
@@ -835,7 +833,9 @@ OC.L10N.register(
"This conversation is read only" : "Aquesta conversa és només de lectura",
"Conversation, " : "Conversa, ",
"Allow guests to join via link " : "Permetre que els convidats s'uneixin a través d'un enllaç ",
+ "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Ara esteu esperant al vestíbul. Aquesta reunió està prevista per a {startTime}",
"Remove" : "Suprimeix",
+ "[Unknown username]" : "[Nom d'usuari desconegut]",
"Bridge with other services" : "Pont amb altres serveis",
"More info on Matterbridge." : "Més informació sobre Matterbridge.",
"Enabled" : "Activat",
diff --git a/l10n/ca.json b/l10n/ca.json
index e9eff829b..9bf2e4908 100644
--- a/l10n/ca.json
+++ b/l10n/ca.json
@@ -673,15 +673,14 @@
"Link copied to the clipboard!" : "Enllaç públic copiat al porta-retalls!",
"Create a new group conversation" : "Crear una conversa de grup nova",
"Password protect" : "Protegeix amb contrasenya",
- "Add participants" : "Afegeix participants",
"Create conversation" : "Crea una conversa",
+ "Add participants" : "Afegeix participants",
"Close" : "Tanca",
"Choose a password" : "Establiu una contrasenya",
"Search participants" : "Cercar participants",
"Conversation name" : "Nom de la conversa",
"Search conversations or users" : "Cercar converses o usuaris",
"You are currently waiting in the lobby" : "Ara esteu esperant al vestíbul",
- "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Ara esteu esperant al vestíbul. Aquesta reunió està prevista per a {startTime}",
"Calls are not supported in your browser" : "Les trucades no són compatibles amb el vostre navegador",
"Access to microphone is only possible with HTTPS" : "L'accés al micròfon només és possible amb HTTPS",
"Access to microphone was denied" : "S'ha denegat l'accés al micròfon",
@@ -695,7 +694,6 @@
"Select camera" : "Seleccioni la càmera",
"Reply" : "Respon",
"Go to file" : "Vés al fitxer",
- "[Unknown username]" : "[Nom d'usuari desconegut]",
"Scroll to bottom" : "Desplaça al final",
"Today" : "Avui",
"Yesterday" : "Ahir",
@@ -833,7 +831,9 @@
"This conversation is read only" : "Aquesta conversa és només de lectura",
"Conversation, " : "Conversa, ",
"Allow guests to join via link " : "Permetre que els convidats s'uneixin a través d'un enllaç ",
+ "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Ara esteu esperant al vestíbul. Aquesta reunió està prevista per a {startTime}",
"Remove" : "Suprimeix",
+ "[Unknown username]" : "[Nom d'usuari desconegut]",
"Bridge with other services" : "Pont amb altres serveis",
"More info on Matterbridge." : "Més informació sobre Matterbridge.",
"Enabled" : "Activat",
diff --git a/l10n/cs.js b/l10n/cs.js
index 4549f8709..02984696b 100644
--- a/l10n/cs.js
+++ b/l10n/cs.js
@@ -148,6 +148,7 @@ OC.L10N.register(
"Message deleted by author" : "Autor zprávu smazal",
"Message deleted by {actor}" : "Zpráva byla smazána uživatelem {actor}",
"Message deleted by you" : "Zpráva smazána vámi",
+ "Deleted user" : "Smazaný uživatel",
"%s (guest)" : "%s (host)",
"You missed a call from {user}" : "Zmeškali jste hovor od {user}",
"You tried to call {user}" : "Pokoušeli jste se zavolat {user}",
@@ -853,8 +854,8 @@ OC.L10N.register(
"Link copied to the clipboard!" : "Odkaz zkopírován do schránky",
"Create a new group conversation" : "Vytvořit novou skupinovou konverzaci",
"Password protect" : "Chránit heslem",
- "Add participants" : "Přidat účastníky",
"Create conversation" : "Vytvořit konverzaci",
+ "Add participants" : "Přidat účastníky",
"Close" : "Zavřít",
"Choose a password" : "Zvolte heslo",
"Search participants" : "Vyhledat účastníky",
@@ -862,7 +863,8 @@ OC.L10N.register(
"Allow guests to join via link" : "Umožnit hostům, připojit se přes odkaz.",
"Search conversations or users" : "Hledat konverzace nebo uživatele",
"You are currently waiting in the lobby" : "V tuto chvíli se nacházíte v čekárně",
- "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "V tuto chvíli se nacházíte v čekárně. Toto setkání je naplánováno na {startTime}",
+ "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}",
"Calls are not supported in your browser" : "Vámi používaný prohlížeč nepodporuje volání",
"Access to microphone is only possible with HTTPS" : "Přístup k mikrofonu je možný pouze přes HTTPS",
"Access to microphone was denied" : "Přístup k mikrofonu byl odepřen",
@@ -904,8 +906,7 @@ OC.L10N.register(
"Go to conversation" : "Přejít do konverzace",
"Choose a conversation to forward the selected message." : "Zvolte konverzaci do které označenou zprávu odeslat.",
"Error while forwarding message" : "Chyba při přeposílání zprávy",
- "Open this location in Openstreetmap" : "Zobrazit toto místo v Openstreetmap",
- "[Unknown username]" : "[Neznámé uživatelské jméno]",
+ "Open this location in OpenStreetMap" : "Otevřít toto umístění v OpenStreetMap",
"Scroll to bottom" : "Odrolovat na konec",
"Today" : "Dnes",
"Yesterday" : "Včera",
@@ -1103,7 +1104,9 @@ OC.L10N.register(
"This conversation is read only" : "Konverzace je pouze pro čtení",
"Conversation, " : "Konverzace, ",
"Allow guests to join via link " : "Povolit hostům připojení prostřednictvím odkazu",
+ "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "V tuto chvíli se nacházíte v čekárně. Toto setkání je naplánováno na {startTime}",
"Remove" : "Odebrat",
+ "[Unknown username]" : "[Neznámé uživatelské jméno]",
"Bridge with other services" : "Můstek na další služby",
"More info on Matterbridge." : "Další informace o Matterbridge.",
"Enabled" : "Zapnuto",
@@ -1133,6 +1136,7 @@ OC.L10N.register(
"Conversation \"{conversationName}\"" : "Konverzace „{conversationName}“",
"Settings for conversation \"{conversationName}\"" : "Nastavení pro konverzaci „{conversationName}“",
"You can not send messages to this conversation at the moment" : "Nyní není možné do této konverzace posílat zprávy",
- "Add a description for this conversation" : "Přidat popis k této konverzaci"
+ "Add a description for this conversation" : "Přidat popis k této konverzaci",
+ "Open this location in Openstreetmap" : "Zobrazit toto místo v Openstreetmap"
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");
diff --git a/l10n/cs.json b/l10n/cs.json
index d4785a482..4dbd2e9bc 100644
--- a/l10n/cs.json
+++ b/l10n/cs.json
@@ -146,6 +146,7 @@
"Message deleted by author" : "Autor zprávu smazal",
"Message deleted by {actor}" : "Zpráva byla smazána uživatelem {actor}",
"Message deleted by you" : "Zpráva smazána vámi",
+ "Deleted user" : "Smazaný uživatel",
"%s (guest)" : "%s (host)",
"You missed a call from {user}" : "Zmeškali jste hovor od {user}",
"You tried to call {user}" : "Pokoušeli jste se zavolat {user}",
@@ -851,8 +852,8 @@
"Link copied to the clipboard!" : "Odkaz zkopírován do schránky",
"Create a new group conversation" : "Vytvořit novou skupinovou konverzaci",
"Password protect" : "Chránit heslem",
- "Add participants" : "Přidat účastníky",
"Create conversation" : "Vytvořit konverzaci",
+ "Add participants" : "Přidat účastníky",
"Close" : "Zavřít",
"Choose a password" : "Zvolte heslo",
"Search participants" : "Vyhledat účastníky",
@@ -860,7 +861,8 @@
"Allow guests to join via link" : "Umožnit hostům, připojit se přes odkaz.",
"Search conversations or users" : "Hledat konverzace nebo uživatele",
"You are currently waiting in the lobby" : "V tuto chvíli se nacházíte v čekárně",
- "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "V tuto chvíli se nacházíte v čekárně. Toto setkání je naplánováno na {startTime}",
+ "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}",
"Calls are not supported in your browser" : "Vámi používaný prohlížeč nepodporuje volání",
"Access to microphone is only possible with HTTPS" : "Přístup k mikrofonu je možný pouze přes HTTPS",
"Access to microphone was denied" : "Přístup k mikrofonu byl odepřen",
@@ -902,8 +904,7 @@
"Go to conversation" : "Přejít do konverzace",
"Choose a conversation to forward the selected message." : "Zvolte konverzaci do které označenou zprávu odeslat.",
"Error while forwarding message" : "Chyba při přeposílání zprávy",
- "Open this location in Openstreetmap" : "Zobrazit toto místo v Openstreetmap",
- "[Unknown username]" : "[Neznámé uživatelské jméno]",
+ "Open this location in OpenStreetMap" : "Otevřít toto umístění v OpenStreetMap",
"Scroll to bottom" : "Odrolovat na konec",
"Today" : "Dnes",
"Yesterday" : "Včera",
@@ -1101,7 +1102,9 @@
"This conversation is read only" : "Konverzace je pouze pro čtení",
"Conversation, " : "Konverzace, ",
"Allow guests to join via link " : "Povolit hostům připojení prostřednictvím odkazu",
+ "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "V tuto chvíli se nacházíte v čekárně. Toto setkání je naplánováno na {startTime}",
"Remove" : "Odebrat",
+ "[Unknown username]" : "[Neznámé uživatelské jméno]",
"Bridge with other services" : "Můstek na další služby",
"More info on Matterbridge." : "Další informace o Matterbridge.",
"Enabled" : "Zapnuto",
@@ -1131,6 +1134,7 @@
"Conversation \"{conversationName}\"" : "Konverzace „{conversationName}“",
"Settings for conversation \"{conversationName}\"" : "Nastavení pro konverzaci „{conversationName}“",
"You can not send messages to this conversation at the moment" : "Nyní není možné do této konverzace posílat zprávy",
- "Add a description for this conversation" : "Přidat popis k této konverzaci"
+ "Add a description for this conversation" : "Přidat popis k této konverzaci",
+ "Open this location in Openstreetmap" : "Zobrazit toto místo v Openstreetmap"
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
} \ No newline at end of file
diff --git a/l10n/da.js b/l10n/da.js
index 608abccbb..7dcb37e75 100644
--- a/l10n/da.js
+++ b/l10n/da.js
@@ -346,18 +346,16 @@ OC.L10N.register(
"Link copied to the clipboard!" : "Link kopieret til udklipsholderen!",
"Create a new group conversation" : "Opret en ny gruppesamtale",
"Password protect" : "Beskyt med adgangskode",
- "Add participants" : "Tilføj deltagere",
"Create conversation" : "Opret samtale",
+ "Add participants" : "Tilføj deltagere",
"Close" : "Luk",
"Choose a password" : "Vælg en adgangskode",
"Search participants" : "Find deltagere",
"Conversation name" : "Samtalenavn",
"You are currently waiting in the lobby" : "Du venter nu i lobbyen",
- "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Du venter nu i lobbyen. Dette møde er planlagt til {startTime}",
"Camera" : "Kamera",
"Reply" : "Besvar",
"Go to file" : "Gå til fil",
- "[Unknown username]" : "[Ukendt brugernavn]",
"Today" : "I dag",
"Yesterday" : "I går",
"{relativeDate}, {absoluteDate}" : "{relativeDate}, {absoluteDate}",
@@ -441,7 +439,9 @@ OC.L10N.register(
"Enable video (v) - Your connection will be briefly interrupted when enabling the video for the first time" : "Aktiver video (v) - Forbindelsen forsvinder et øjeblik første gang du slår video til",
"This conversation is read only" : "Denne samtale er skrivebeskyttet",
"Allow guests to join via link " : "Tillad gæster at deltage via link",
+ "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Du venter nu i lobbyen. Dette møde er planlagt til {startTime}",
"Remove" : "Fjern",
+ "[Unknown username]" : "[Ukendt brugernavn]",
"Enabled" : "Aktiveret",
"Add participants to the conversation" : "Tilføj deltagere til samtalen",
"Share link" : "Del link",
diff --git a/l10n/da.json b/l10n/da.json
index ec26483c2..246e169c5 100644
--- a/l10n/da.json
+++ b/l10n/da.json
@@ -344,18 +344,16 @@
"Link copied to the clipboard!" : "Link kopieret til udklipsholderen!",
"Create a new group conversation" : "Opret en ny gruppesamtale",
"Password protect" : "Beskyt med adgangskode",
- "Add participants" : "Tilføj deltagere",
"Create conversation" : "Opret samtale",
+ "Add participants" : "Tilføj deltagere",
"Close" : "Luk",
"Choose a password" : "Vælg en adgangskode",
"Search participants" : "Find deltagere",
"Conversation name" : "Samtalenavn",
"You are currently waiting in the lobby" : "Du venter nu i lobbyen",
- "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Du venter nu i lobbyen. Dette møde er planlagt til {startTime}",
"Camera" : "Kamera",
"Reply" : "Besvar",
"Go to file" : "Gå til fil",
- "[Unknown username]" : "[Ukendt brugernavn]",
"Today" : "I dag",
"Yesterday" : "I går",
"{relativeDate}, {absoluteDate}" : "{relativeDate}, {absoluteDate}",
@@ -439,7 +437,9 @@
"Enable video (v) - Your connection will be briefly interrupted when enabling the video for the first time" : "Aktiver video (v) - Forbindelsen forsvinder et øjeblik første gang du slår video til",
"This conversation is read only" : "Denne samtale er skrivebeskyttet",
"Allow guests to join via link " : "Tillad gæster at deltage via link",
+ "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Du venter nu i lobbyen. Dette møde er planlagt til {startTime}",
"Remove" : "Fjern",
+ "[Unknown username]" : "[Ukendt brugernavn]",
"Enabled" : "Aktiveret",
"Add participants to the conversation" : "Tilføj deltagere til samtalen",
"Share link" : "Del link",
diff --git a/l10n/de.js b/l10n/de.js
index 062be7133..fef1de083 100644
--- a/l10n/de.js
+++ b/l10n/de.js
@@ -853,8 +853,8 @@ OC.L10N.register(
"Link copied to the clipboard!" : "Link in die Zwischenablage kopiert!",
"Create a new group conversation" : "Neue Gruppenunterhaltung erstellen",
"Password protect" : "Passwortschutz",
- "Add participants" : "Teilnehmer hinzufügen",
"Create conversation" : "Unterhaltung erstellen",
+ "Add participants" : "Teilnehmer hinzufügen",
"Close" : "Schließen",
"Choose a password" : "Passwort wählen",
"Search participants" : "Suche Teilnehmer",
@@ -862,7 +862,6 @@ OC.L10N.register(
"Allow guests to join via link" : "Gästen die Teilnahme per Link erlauben",
"Search conversations or users" : "Nach Unterhaltungen oder Benutzern suchen",
"You are currently waiting in the lobby" : "Du wartest derzeit in der Lobby",
- "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Du wartest aktuell in der Lobby. Dieses Meeting ist für {startTime} geplant",
"Calls are not supported in your browser" : "Anrufe werden von Deinem Browser nicht unterstützt",
"Access to microphone is only possible with HTTPS" : "Zugriff auf Mikrofon ist nur über HTTPS möglich",
"Access to microphone was denied" : "Zugriff auf Mikrofon wurde verweigert",
@@ -904,8 +903,6 @@ OC.L10N.register(
"Go to conversation" : "Zur Unterhaltung gehen",
"Choose a conversation to forward the selected message." : "Eine Unterhaltung auswählen um die ausgewählte Nachricht weiterzuleiten.",
"Error while forwarding message" : "Fehler beim Weiterleiten der Nachricht",
- "Open this location in Openstreetmap" : "Diesen Ort in Openstreetmap öffnen",
- "[Unknown username]" : "[Unbekannter Benutzername]",
"Scroll to bottom" : "Nach unten blättern",
"Today" : "Heute",
"Yesterday" : "Gestern",
@@ -1103,7 +1100,9 @@ OC.L10N.register(
"This conversation is read only" : "Diese Unterhaltung ist schreibgeschützt",
"Conversation, " : "Unterhaltung,",
"Allow guests to join via link " : "Gästen die Teilnahme per Link erlauben",
+ "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Du wartest aktuell in der Lobby. Dieses Meeting ist für {startTime} geplant",
"Remove" : "Entfernen",
+ "[Unknown username]" : "[Unbekannter Benutzername]",
"Bridge with other services" : "Mit anderen Diensten verbinden",
"More info on Matterbridge." : "Weitere Informationen zu Matterbridge.",
"Enabled" : "Aktiviert",
@@ -1133,6 +1132,7 @@ OC.L10N.register(
"Conversation \"{conversationName}\"" : "Unterhaltung \"{conversationName}\"",
"Settings for conversation \"{conversationName}\"" : "Einstellungen für die Unterhaltung \"{conversationName}\"",
"You can not send messages to this conversation at the moment" : "Du kannst derzeit keine Nachrichten an diese Konversation senden.",
- "Add a description for this conversation" : "Beschreibung zur Unterhaltung hinzufügen"
+ "Add a description for this conversation" : "Beschreibung zur Unterhaltung hinzufügen",
+ "Open this location in Openstreetmap" : "Diesen Ort in Openstreetmap öffnen"
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/de.json b/l10n/de.json
index 7a71cd1cf..6b216e91d 100644
--- a/l10n/de.json
+++ b/l10n/de.json
@@ -851,8 +851,8 @@
"Link copied to the clipboard!" : "Link in die Zwischenablage kopiert!",
"Create a new group conversation" : "Neue Gruppenunterhaltung erstellen",
"Password protect" : "Passwortschutz",
- "Add participants" : "Teilnehmer hinzufügen",
"Create conversation" : "Unterhaltung erstellen",
+ "Add participants" : "Teilnehmer hinzufügen",
"Close" : "Schließen",
"Choose a password" : "Passwort wählen",
"Search participants" : "Suche Teilnehmer",
@@ -860,7 +860,6 @@
"Allow guests to join via link" : "Gästen die Teilnahme per Link erlauben",
"Search conversations or users" : "Nach Unterhaltungen oder Benutzern suchen",
"You are currently waiting in the lobby" : "Du wartest derzeit in der Lobby",
- "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Du wartest aktuell in der Lobby. Dieses Meeting ist für {startTime} geplant",
"Calls are not supported in your browser" : "Anrufe werden von Deinem Browser nicht unterstützt",
"Access to microphone is only possible with HTTPS" : "Zugriff auf Mikrofon ist nur über HTTPS möglich",
"Access to microphone was denied" : "Zugriff auf Mikrofon wurde verweigert",
@@ -902,8 +901,6 @@
"Go to conversation" : "Zur Unterhaltung gehen",
"Choose a conversation to forward the selected message." : "Eine Unterhaltung auswählen um die ausgewählte Nachricht weiterzuleiten.",
"Error while forwarding message" : "Fehler beim Weiterleiten der Nachricht",
- "Open this location in Openstreetmap" : "Diesen Ort in Openstreetmap öffnen",
- "[Unknown username]" : "[Unbekannter Benutzername]",
"Scroll to bottom" : "Nach unten blättern",
"Today" : "Heute",
"Yesterday" : "Gestern",
@@ -1101,7 +1098,9 @@
"This conversation is read only" : "Diese Unterhaltung ist schreibgeschützt",
"Conversation, " : "Unterhaltung,",
"Allow guests to join via link " : "Gästen die Teilnahme per Link erlauben",
+ "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Du wartest aktuell in der Lobby. Dieses Meeting ist für {startTime} geplant",
"Remove" : "Entfernen",
+ "[Unknown username]" : "[Unbekannter Benutzername]",
"Bridge with other services" : "Mit anderen Diensten verbinden",
"More info on Matterbridge." : "Weitere Informationen zu Matterbridge.",
"Enabled" : "Aktiviert",
@@ -1131,6 +1130,7 @@
"Conversation \"{conversationName}\"" : "Unterhaltung \"{conversationName}\"",
"Settings for conversation \"{conversationName}\"" : "Einstellungen für die Unterhaltung \"{conversationName}\"",
"You can not send messages to this conversation at the moment" : "Du kannst derzeit keine Nachrichten an diese Konversation senden.",
- "Add a description for this conversation" : "Beschreibung zur Unterhaltung hinzufügen"
+ "Add a description for this conversation" : "Beschreibung zur Unterhaltung hinzufügen",
+ "Open this location in Openstreetmap" : "Diesen Ort in Openstreetmap öffnen"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/l10n/de_DE.js b/l10n/de_DE.js
index 4524c7f69..c514c9c7e 100644
--- a/l10n/de_DE.js
+++ b/l10n/de_DE.js
@@ -148,6 +148,7 @@ OC.L10N.register(
"Message deleted by author" : "Nachricht vom Autor gelöscht",
"Message deleted by {actor}" : "Nachricht von {actor} gelöscht",
"Message deleted by you" : "Nachricht von Ihnen gelöscht",
+ "Deleted user" : "Gelöschter Benutzer",
"%s (guest)" : "%s (Gast)",
"You missed a call from {user}" : "Sie haben einen Anruf von {user} verpasst",
"You tried to call {user}" : "Sie haben versucht {user} anzurufen",
@@ -853,8 +854,8 @@ OC.L10N.register(
"Link copied to the clipboard!" : "Link in die Zwischenablage kopiert!",
"Create a new group conversation" : "Neue Gruppenunterhaltung erstellen",
"Password protect" : "Passwortschutz",
- "Add participants" : "Teilnehmer hinzufügen",
"Create conversation" : "Unterhaltung erstellen",
+ "Add participants" : "Teilnehmer hinzufügen",
"Close" : "Schließen",
"Choose a password" : "Passwort wählen",
"Search participants" : "Suche Teilnehmer",
@@ -862,7 +863,8 @@ OC.L10N.register(
"Allow guests to join via link" : "Gästen die Teilnahme per Link erlauben",
"Search conversations or users" : "Nach Unterhaltungen oder Benutzern suchen",
"You are currently waiting in the lobby" : "Sie warten derzeit in der Lobby",
- "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Sie warten derzeit in der Lobby. Dieses Meeting ist für {startTime} geplant.",
+ "The meeting will start soon" : "Das Treffen beginnt bald",
+ "This meeting is scheduled for {startTime}" : "Dieses Treffen ist geplant für {startTime}",
"Calls are not supported in your browser" : "Anrufe werden von Ihrem Browser nicht unterstützt",
"Access to microphone is only possible with HTTPS" : "Zugriff auf Mikrofon ist nur über HTTPS möglich",
"Access to microphone was denied" : "Zugriff auf Mikrofon wurde verweigert",
@@ -904,8 +906,7 @@ OC.L10N.register(
"Go to conversation" : "Zur Unterhaltung gehen",
"Choose a conversation to forward the selected message." : "Eine Unterhaltung auswählen um die ausgewählte Nachricht weiterzuleiten.",
"Error while forwarding message" : "Fehler beim Weiterleiten der Nachricht",
- "Open this location in Openstreetmap" : "Diesen Ort in Openstreetmap öffnen",
- "[Unknown username]" : "[Unbekannter Benutzername]",
+ "Open this location in OpenStreetMap" : "Diesen Ort in OpenStreetMap öffnen",
"Scroll to bottom" : "Nach unten blättern",
"Today" : "Heute",
"Yesterday" : "Gestern",
@@ -1103,7 +1104,9 @@ OC.L10N.register(
"This conversation is read only" : "Diese Unterhaltung ist schreibgeschützt",
"Conversation, " : "Unterhaltung,",
"Allow guests to join via link " : "Gästen die Teilnahme per Link erlauben",
+ "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Sie warten derzeit in der Lobby. Dieses Meeting ist für {startTime} geplant.",
"Remove" : "Entfernen",
+ "[Unknown username]" : "[Unbekannter Benutzername]",
"Bridge with other services" : "Mit anderen Diensten verbinden",
"More info on Matterbridge." : "Weitere Informationen zu Matterbridge.",
"Enabled" : "Aktiviert",
@@ -1133,6 +1136,7 @@ OC.L10N.register(
"Conversation \"{conversationName}\"" : "Unterhaltung \"{conversationName}\"",
"Settings for conversation \"{conversationName}\"" : "Einstellungen für die Unterhaltung \"{conversationName}\"",
"You can not send messages to this conversation at the moment" : "Sie können derzeit keine Nachrichten an diese Unterhaltung senden",
- "Add a description for this conversation" : "Beschreibung zur Unterhaltung hinzufügen"
+ "Add a description for this conversation" : "Beschreibung zur Unterhaltung hinzufügen",
+ "Open this location in Openstreetmap" : "Diesen Ort in Openstreetmap öffnen"
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/de_DE.json b/l10n/de_DE.json
index c3b83dd2c..88a7b7ba4 100644
--- a/l10n/de_DE.json
+++ b/l10n/de_DE.json
@@ -146,6 +146,7 @@
"Message deleted by author" : "Nachricht vom Autor gelöscht",
"Message deleted by {actor}" : "Nachricht von {actor} gelöscht",
"Message deleted by you" : "Nachricht von Ihnen gelöscht",
+ "Deleted user" : "Gelöschter Benutzer",
"%s (guest)" : "%s (Gast)",
"You missed a call from {user}" : "Sie haben einen Anruf von {user} verpasst",
"You tried to call {user}" : "Sie haben versucht {user} anzurufen",
@@ -851,8 +852,8 @@
"Link copied to the clipboard!" : "Link in die Zwischenablage kopiert!",
"Create a new group conversation" : "Neue Gruppenunterhaltung erstellen",
"Password protect" : "Passwortschutz",
- "Add participants" : "Teilnehmer hinzufügen",
"Create conversation" : "Unterhaltung erstellen",
+ "Add participants" : "Teilnehmer hinzufügen",
"Close" : "Schließen",
"Choose a password" : "Passwort wählen",
"Search participants" : "Suche Teilnehmer",
@@ -860,7 +861,8 @@
"Allow guests to join via link" : "Gästen die Teilnahme per Link erlauben",
"Search conversations or users" : "Nach Unterhaltungen oder Benutzern suchen",
"You are currently waiting in the lobby" : "Sie warten derzeit in der Lobby",
- "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Sie warten derzeit in der Lobby. Dieses Meeting ist für {startTime} geplant.",
+ "The meeting will start soon" : "Das Treffen beginnt bald",
+ "This meeting is scheduled for {startTime}" : "Dieses Treffen ist geplant für {startTime}",
"Calls are not supported in your browser" : "Anrufe werden von Ihrem Browser nicht unterstützt",
"Access to microphone is only possible with HTTPS" : "Zugriff auf Mikrofon ist nur über HTTPS möglich",
"Access to microphone was denied" : "Zugriff auf Mikrofon wurde verweigert",
@@ -902,8 +904,7 @@
"Go to conversation" : "Zur Unterhaltung gehen",
"Choose a conversation to forward the selected message." : "Eine Unterhaltung auswählen um die ausgewählte Nachricht weiterzuleiten.",
"Error while forwarding message" : "Fehler beim Weiterleiten der Nachricht",
- "Open this location in Openstreetmap" : "Diesen Ort in Openstreetmap öffnen",
- "[Unknown username]" : "[Unbekannter Benutzername]",
+ "Open this location in OpenStreetMap" : "Diesen Ort in OpenStreetMap öffnen",
"Scroll to bottom" : "Nach unten blättern",
"Today" : "Heute",
"Yesterday" : "Gestern",
@@ -1101,7 +1102,9 @@
"This conversation is read only" : "Diese Unterhaltung ist schreibgeschützt",
"Conversation, " : "Unterhaltung,",
"Allow guests to join via link " : "Gästen die Teilnahme per Link erlauben",
+ "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Sie warten derzeit in der Lobby. Dieses Meeting ist für {startTime} geplant.",
"Remove" : "Entfernen",
+ "[Unknown username]" : "[Unbekannter Benutzername]",
"Bridge with other services" : "Mit anderen Diensten verbinden",
"More info on Matterbridge." : "Weitere Informationen zu Matterbridge.",
"Enabled" : "Aktiviert",
@@ -1131,6 +1134,7 @@
"Conversation \"{conversationName}\"" : "Unterhaltung \"{conversationName}\"",
"Settings for conversation \"{conversationName}\"" : "Einstellungen für die Unterhaltung \"{conversationName}\"",
"You can not send messages to this conversation at the moment" : "Sie können derzeit keine Nachrichten an diese Unterhaltung senden",
- "Add a description for this conversation" : "Beschreibung zur Unterhaltung hinzufügen"
+ "Add a description for this conversation" : "Beschreibung zur Unterhaltung hinzufügen",
+ "Open this location in Openstreetmap" : "Diesen Ort in Openstreetmap öffnen"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/l10n/el.js b/l10n/el.js
index 4f6ed8aa9..462b9a8e4 100644
--- a/l10n/el.js
+++ b/l10n/el.js
@@ -760,15 +760,14 @@ OC.L10N.register(
"Link copied to the clipboard!" : "Ο σύνδεσμος αντιγράφηκε στο πρόχειρο",
"Create a new group conversation" : "Δημιουργία νέας ομαδικής συζήτησης",
"Password protect" : "Προστασία με συνθηματικό",
- "Add participants" : "Προσθήκη συμμετεχόντων",
"Create conversation" : "Δημιουργία συνομιλίας",
+ "Add participants" : "Προσθήκη συμμετεχόντων",
"Close" : "Κλείσιμο",
"Choose a password" : "Επιλέξτε κωδικό πρόσβασης",
"Search participants" : "Αναζήτηση συμμετεχόντων",
"Conversation name" : "Όνομα συνομιλίας",
"Search conversations or users" : "Αναζήτηση συνομιλιών ή χρηστών",
"You are currently waiting in the lobby" : "Βρίσκεστε στην αναμονή",
- "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Αυτή τη στιγμή είστε σε αναμονή. Η συνάντηση είναι προγραμματισμένη για τις {startTime}",
"Calls are not supported in your browser" : "Οι κλήσεις δεν υποστηρίζονται στον περιηγητή σας.",
"Access to microphone is only possible with HTTPS" : "Η πρόσβαση στο μικρόφωνο είναι εφικτή μόνο μέσω HTTPS.",
"Access to microphone was denied" : "Δεν επιτρέπεται η πρόσβαση στο μικρόφωνο",
@@ -791,7 +790,6 @@ OC.L10N.register(
"Message deleted successfully" : "Το μήνυμα διαγράφηκε με επιτυχία ",
"Message could not be deleted because it is too old" : "Δεν ήταν δυνατή η διαγραφή του μηνύματος επειδή είναι αρκετά παλιό ",
"An error occurred while deleting the message" : "Προέκυψε ένα σφάλμα κατά τη διαγραφή του μηνύματος",
- "[Unknown username]" : "[Άγνωστο όνομα χρήστη]",
"Scroll to bottom" : "Μετακινηθείτε προς τα κάτω",
"Today" : "Σήμερα",
"Yesterday" : "Χθες",
@@ -959,7 +957,9 @@ OC.L10N.register(
"This conversation is read only" : "Η συνομιλία είναι μόνο για ανάγνωση",
"Conversation, " : "Συνομιλία,",
"Allow guests to join via link " : "Να επιτρέπονται οι επισκέπτες από σύνδεσμο",
+ "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Αυτή τη στιγμή είστε σε αναμονή. Η συνάντηση είναι προγραμματισμένη για τις {startTime}",
"Remove" : "Αφαίρεση",
+ "[Unknown username]" : "[Άγνωστο όνομα χρήστη]",
"Bridge with other services" : "Αλληλεπίδραση με άλλες υπηρεσίες",
"More info on Matterbridge." : "Περισσότερες πληροφορίες στο Matterbridge.",
"Enabled" : "Ενεργοποιημένο",
diff --git a/l10n/el.json b/l10n/el.json
index 0311ba2f5..e3d273eaf 100644
--- a/l10n/el.json
+++ b/l10n/el.json
@@ -758,15 +758,14 @@
"Link copied to the clipboard!" : "Ο σύνδεσμος αντιγράφηκε στο πρόχειρο",
"Create a new group conversation" : "Δημιουργία νέας ομαδικής συζήτησης",
"Password protect" : "Προστασία με συνθηματικό",
- "Add participants" : "Προσθήκη συμμετεχόντων",
"Create conversation" : "Δημιουργία συνομιλίας",
+ "Add participants" : "Προσθήκη συμμετεχόντων",
"Close" : "Κλείσιμο",
"Choose a password" : "Επιλέξτε κωδικό πρόσβασης",
"Search participants" : "Αναζήτηση συμμετεχόντων",
"Conversation name" : "Όνομα συνομιλίας",
"Search conversations or users" : "Αναζήτηση συνομιλιών ή χρηστών",
"You are currently waiting in the lobby" : "Βρίσκεστε στην αναμονή",
- "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Αυτή τη στιγμή είστε σε αναμονή. Η συνάντηση είναι προγραμματισμένη για τις {startTime}",
"Calls are not supported in your browser" : "Οι κλήσεις δεν υποστηρίζονται στον περιηγητή σας.",
"Access to microphone is only possible with HTTPS" : "Η πρόσβαση στο μικρόφωνο είναι εφικτή μόνο μέσω HTTPS.",
"Access to microphone was denied" : "Δεν επιτρέπεται η πρόσβαση στο μικρόφωνο",
@@ -789,7 +788,6 @@
"Message deleted successfully" : "Το μήνυμα διαγράφηκε με επιτυχία ",
"Message could not be deleted because it is too old" : "Δεν ήταν δυνατή η διαγραφή του μηνύματος επειδή είναι αρκετά παλιό ",
"An error occurred while deleting the message" : "Προέκυψε ένα σφάλμα κατά τη διαγραφή του μηνύματος",
- "[Unknown username]" : "[Άγνωστο όνομα χρήστη]",
"Scroll to bottom" : "Μετακινηθείτε προς τα κάτω",
"Today" : "Σήμερα",
"Yesterday" : "Χθες",
@@ -957,7 +955,9 @@
"This conversation is read only" : "Η συνομιλία είναι μόνο για ανάγνωση",
"Conversation, " : "Συνομιλία,",
"Allow guests to join via link " : "Να επιτρέπονται οι επισκέπτες από σύνδεσμο",
+ "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Αυτή τη στιγμή είστε σε αναμονή. Η συνάντηση είναι προγραμματισμένη για τις {startTime}",
"Remove" : "Αφαίρεση",
+ "[Unknown username]" : "[Άγνωστο όνομα χρήστη]",
"Bridge with other services" : "Αλληλεπίδραση με άλλες υπηρεσίες",
"More info on Matterbridge." : "Περισσότερες πληροφορίες στο Matterbridge.",
"Enabled" : "Ενεργοποιημένο",
diff --git a/l10n/es.js b/l10n/es.js
index bac92a973..ae612b234 100644
--- a/l10n/es.js
+++ b/l10n/es.js
@@ -36,6 +36,9 @@ OC.L10N.register(
"- Give your conversations some context with a description and open it up so logged in users can find it and join themselves" : "- De un cierto contexto a la conversación con una descripción y ábrela para que los usuarios registrados puedan encontrarla y unirse ellos mismos",
"- See a read status and send failed messages again" : "- Ver un estado de lectura y enviar nuevamente los mensajes fallidos ",
"- Raise your hand in a call with the R key" : "- Levante la mano en una llamada con la tecla R",
+ "- Join the same conversation and call from multiple devices" : "- Únase a la misma conversación y llamada desde varios dispositivos",
+ "- Send voice messages, share your location or contact details" : "- Envíe mensajes de voz, comparta su ubicación o sus datos de contacto",
+ "- Add groups to a conversation and new group members will automatically be added as participants" : "- Añada grupos a una conversación y los nuevos miembros del grupo se añadirán automáticamente como participantes",
"There are currently no commands available." : "Actualmente no hay comandos disponibles.",
"The command does not exist" : "El comando no existe",
"An error occurred while running the command. Please ask an administrator to check the logs." : "Se ha producido un error al ejecutar el comando. Por favor, contacte con el administrador para que compruebe los registros.",
@@ -104,6 +107,18 @@ OC.L10N.register(
"{actor} removed you" : "{actor} te ha eliminado",
"An administrator removed you" : "Un administrador te ha quitado",
"An administrator removed {user}" : "Un administrador ha quitado a {user}",
+ "{actor} added group {group}" : "{actor} ha añadido el grupo {group}",
+ "You added group {group}" : "Ha añadido el grupo {group}",
+ "An administrator added group {group}" : "Un administrador ha añadido el grupo {group}",
+ "{actor} removed group {group}" : "{actor} ha eliminado el grupo {group}",
+ "You removed group {group}" : "Ha eliminado el grupo {group}",
+ "An administrator removed group {group}" : "Un administrador ha eliminado el grupo {group}",
+ "{actor} added circle {circle}" : "{actor} ha añadido el círculo {circle}",
+ "You added circle {circle}" : "Ha añadido el círculo {circle}",
+ "An administrator added circle {circle}" : "Un administrador ha añadido el círculo {circle}",
+ "{actor} removed circle {circle}" : "{actor} ha eliminado el círculo {circle}",
+ "You removed circle {circle}" : "Ha eliminado el círculo {circle}",
+ "An administrator removed circle {circle}" : "Un administrador ha eliminado el círculo {circle}",
"{actor} promoted {user} to moderator" : "{actor} ha ascendido a {user} a moderador",
"You promoted {user} to moderator" : "Has ascendido a {user} a moderador",
"{actor} promoted you to moderator" : "{actor} te ha ascendido a moderador",
@@ -128,11 +143,14 @@ OC.L10N.register(
"You stopped Matterbridge" : "Tu detuviste Matterbridge",
"{actor} deleted a message" : "{actor} eliminó un mensaje",
"You deleted a message" : "Has eliminado un mensaje",
+ "{actor} cleared the history of the conversation" : "{actor} ha vaciado el historial de la conversación",
+ "You cleared the history of the conversation" : "Ha vaciado el historial de la conversación",
"Message deleted by author" : "Mensaje eliminado por el autor",
"Message deleted by {actor}" : "Mensaje eliminado por {actor}",
"Message deleted by you" : "Has eliminado este mensaje",
"%s (guest)" : "%s (invitado)",
"You missed a call from {user}" : "Tienes una llamada perdida de {user}",
+ "You tried to call {user}" : "Ha intentado llamar a {user}",
"_Call with %n guest (Duration {duration})_::_Call with %n guests (Duration {duration})_" : ["Llamada con %n invitado (Duración {duration})","Llamada con %n invitados (Duración {duration})"],
"Call with {user1} and {user2} (Duration {duration})" : "Llamada con {user1} y {user2} (Duración {duration})",
"Call with {user1}, {user2} and {user3} (Duration {duration})" : "Llamada con {user1}, {user2} y {user3} (Duración {duration})",
@@ -162,6 +180,7 @@ OC.L10N.register(
"Password request: %s" : "Petición de contraseña: %s",
"Private conversation" : "Conversación privada",
"Deleted user (%s)" : "Borrado el usuario (%s)",
+ "{user1} shared room {roomName} on {remoteServer} with you" : "{user1} ha compartido la sala {roomName} en {remoteServer} con usted",
"{user} in {call}" : "{user} en {call}",
"Deleted user in {call}" : "Usuario eliminado de {call}",
"{guest} (guest) in {call}" : "{guest} (invitado) en {call}",
@@ -629,11 +648,13 @@ OC.L10N.register(
"Settings" : "Ajustes",
"Dismiss" : "Descartar",
"Raise hand (R)" : "Levantar mano (R)",
+ "You are not allowed to enable audio" : "No está autorizado a activar el audio",
"No audio" : "Sin sonido",
"Mute audio (M)" : "Silenciar audio (M)",
"Unmute audio (M)" : "Escuchar audio (M)",
"Mute audio" : "Silenciar audio",
"Unmute audio" : "Activar audio",
+ "You are not allowed to enable video" : "No está autorizado a activar el vídeo",
"No camera" : "No hay cámara",
"Disable video (V)" : "Desactivar video (V)",
"Enable video (V)" : "Activar video (V)",
@@ -641,6 +662,8 @@ OC.L10N.register(
"Disable video" : "Desactivar video",
"Enable video" : "Activar vídeo",
"Enable video. Your connection will be briefly interrupted when enabling the video for the first time" : "Active el vídeo. Su conexión será brevemente interrumpida cuando active el vídeo la primera vez",
+ "You are not allowed to enable screensharing" : "No está autorizado a activar el uso compartido de la pantalla",
+ "No screensharing" : "No se comparte la pantalla",
"Screensharing options" : "Opciones de compartir pantalla",
"Enable screensharing" : "Activar compartir pantalla",
"Bad sent video and screen quality." : "Mala calidad de vídeo y pantalla compartida.",
@@ -692,10 +715,17 @@ OC.L10N.register(
"Error while updating conversation description" : "Se ha producido un error al actualizar la descripción",
"Be careful, these actions cannot be undone." : "Tenga cuidado, estas acciones no se pueden deshacer.",
"Leave conversation" : "Abandonar conversación",
+ "Once a conversation is left, to rejoin a closed conversation, an invite is needed. An open conversation can be rejoined at any time." : "Una vez que se abandona una conversación, para reincorporarse a una conversación cerrada se necesita una invitación. Una conversación abierta puede reanudarse en cualquier momento.",
"Delete conversation" : "Borrar conversación",
+ "Permanently delete this conversation." : "Eliminar permanentemente esta conversación.",
+ "Delete chat messages" : "Eliminar los mensajes del chat",
+ "Permanently delete all the messages in this conversation." : "Eliminar permanentemente todos los mensajes de esta conversación.",
"You need to promote a new moderator before you can leave the conversation." : "Necesitas elegir un nuevo moderador antes de que puedas abandonar la conversación",
"Do you really want to delete \"{displayName}\"?" : "¿Estás seguro de que quieres borrar \"{displayName}\"?",
"Error while deleting conversation" : "Error al eliminar una conversación",
+ "Do you really want to delete all messages in \"{displayName}\"?" : "¿Realmente quiere eliminar todos los mensajes de \"{displayName}\"?",
+ "Delete all chat messages" : "Eliminar todos los mensajes del chat",
+ "Error while clearing chat history" : "Error al borrar el historial del chat",
"Allow guests to use a public link to join this conversation." : "Permite que se unan invitados a esta conversación mediante un enlace público.",
"Allow guests" : "Permitir invitados",
"Set a password to restrict who can use the public link." : "Establece una contraseña para controlar quién puede usar el enlace público.",
@@ -823,8 +853,8 @@ OC.L10N.register(
"Link copied to the clipboard!" : "Enlace copiado al portapapeles!",
"Create a new group conversation" : "Crear nueva conversación en grupo",
"Password protect" : "Protegido por contraseña",
- "Add participants" : "Añadir participantes",
"Create conversation" : "Crear conversación",
+ "Add participants" : "Añadir participantes",
"Close" : "Cerrar",
"Choose a password" : "Escoge una contraseña",
"Search participants" : "Buscar participantes",
@@ -832,7 +862,8 @@ OC.L10N.register(
"Allow guests to join via link" : "Permitir que los invitados se unan a través de un enlace",
"Search conversations or users" : "Buscar conversaciones o usuarios",
"You are currently waiting in the lobby" : "Ahora estás esperando en la sala de espera.",
- "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Ahora estás esperando en la sala de espera. Esta reunión está planificada para las {startTime}",
+ "The meeting will start soon" : "La reunión comenzará en breve",
+ "This meeting is scheduled for {startTime}" : "Esta reunión está programada para {startTime}",
"Calls are not supported in your browser" : "Tu navegador no admite llamadas",
"Access to microphone is only possible with HTTPS" : "El acceso al micrófono solo es posible con HTTPS",
"Access to microphone was denied" : "Se ha denegado el acceso al micrófono",
@@ -849,6 +880,7 @@ OC.L10N.register(
"Copy message link" : "Copiar link del mensaje",
"Mark as unread" : "Marcar como no leído",
"Go to file" : "Ir al archivo",
+ "Forward message" : "Reenviar mensaje",
"Unread messages" : "Mensajes no leídos",
"Sending message" : "Enviando mensaje",
"Message sent" : "Mensaje enviado",
@@ -864,15 +896,26 @@ OC.L10N.register(
"Only normal chat messages can be deleted" : "Solo se pueden eliminar mensaje normales del chat",
"An error occurred while deleting the message" : "Ha ocurrido un error al eliminar el mensaje",
"Message link copied to clipboard." : "Link del mensaje copiado al portapapeles.",
+ "Your browser does not support playing audio files" : "Su navegador no admite la reproducción de archivos de audio",
+ "Contact" : "Contacto",
"{stack} in {board}" : "{stack} en {board}",
"Deck Card" : "Tarjeta Deck",
"Remove {fileName}" : "Borrar {fileName}",
- "Open this location in Openstreetmap" : "Abrir esta ubicación en Openstreetmap",
- "[Unknown username]" : "[Nombre de usuario desconocido]",
+ "The message has been forwarded to {selectedConversationName}" : "El mensaje ha sido reenviado a {selectedConversationName}",
+ "Go to conversation" : "Ir a la conversación",
+ "Choose a conversation to forward the selected message." : "Elija una conversación para reenviar el mensaje seleccionado.",
+ "Error while forwarding message" : "Error al reenviar el mensaje",
"Scroll to bottom" : "Ir al final",
"Today" : "Hoy",
"Yesterday" : "Ayer",
"{relativeDate}, {absoluteDate}" : "{relativeDate}, {absoluteDate}",
+ "Record voice message" : "Grabar mensaje de voz",
+ "End recording and send" : "Finalizar grabación y enviar",
+ "Dismiss recording" : "Descartar grabación",
+ "Access to the microphone was denied" : "El acceso al micrófono fue denegado",
+ "Microphone either not available or disabled in settings" : "El micrófono no está disponible o está desactivado en los ajustes",
+ "Error while recording audio" : "Error al grabar el audio",
+ "Talk recording from {time} ({conversation})" : "Grabación de la conversación desde {time} ({conversation})",
"Share files to the conversation" : "Compartir archivos en la conversación",
"Upload new files" : "Subir nuevos archivos",
"Share from Files" : "Compartir desde Archivos",
@@ -927,6 +970,7 @@ OC.L10N.register(
"Privacy" : "Privacidad",
"Share my read-status and show the read-status of others" : "Mostrar mi confirmación de lectura y ver la de los demás",
"Sounds" : "Sonidos",
+ "Play sounds when participants join or leave a call" : "Reproducir sonidos cuando los participantes se unen o abandonan una llamada",
"Sounds can currently not be played in Safari browser and iPad and iPhone devices due to technical restrictions by the manufacturer." : "En estos momentos los sonidos no se pueden reproducir en navegadores Safari, dispositivos iPad o iPhone debido a una restricción técnica impuesta por el fabricante.",
"Keyboard shortcuts" : "Atajos de teclado",
"Speed up your Talk experience with these quick shortcuts." : "Acelera tu experiencia de Talk con estos atajos rápidos.",
@@ -940,6 +984,7 @@ OC.L10N.register(
"Space bar" : "Barra espaciadora",
"Push to talk or push to mute" : "Pulsar para hablar o para silenciar",
"Raise or lower hand" : "Levantar o bajar la mano",
+ "Choose the folder in which attachments should be saved." : "Elija la carpeta en la que deben guardarse los archivos adjuntos.",
"Select location for attachments" : "Seleccionar ubicación para los adjuntos",
"Error while setting attachment folder" : "Error al fijar la carpeta para los archivos adjuntos",
"Your privacy setting has been saved" : "Se han guardado tus ajustes de privacidad",
@@ -958,6 +1003,8 @@ OC.L10N.register(
"Fullscreen (F)" : "Pantalla completa (F)",
"Speaker view" : "Vista de orador",
"Grid view" : "Vista en cuadrícula",
+ "You have new unread messages in the chat." : "Tienes nuevos mensajes sin leer en el chat.",
+ "You have been mentioned in the chat." : "Se le ha mencionado en el chat.",
"Send" : "Enviar",
"Add more files" : "Añadir más archivos",
"No unread mentions" : "No hay menciones sin leer",
@@ -984,6 +1031,7 @@ OC.L10N.register(
"Do not disturb" : "No molestar",
"Away" : "Ausente",
"Error while sharing file" : "Error al compartir archivo",
+ "Error while clearing conversation history" : "Error al vaciar el historial de conversaciones",
"Not enough free space to upload file \"{fileName}\"" : "No hay espacio libre suficiente para subir el archivo \"{fileName}\"",
"Error while uploading file \"{fileName}\"" : "Error al subir el archivo \"{fileName}\".",
"An error happened when trying to share your file" : "Se ha producido un error al intentar compartir el archivo",
@@ -1054,7 +1102,9 @@ OC.L10N.register(
"This conversation is read only" : "Esta conversación es de sólo lectura",
"Conversation, " : "Conversación,",
"Allow guests to join via link " : "Permite a los invitados unirse mediante un enlace",
+ "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Ahora estás esperando en la sala de espera. Esta reunión está planificada para las {startTime}",
"Remove" : "Quitar",
+ "[Unknown username]" : "[Nombre de usuario desconocido]",
"Bridge with other services" : "Enlace con otros servicios",
"More info on Matterbridge." : "Más información en Matterbridge.",
"Enabled" : "Habilitado",
@@ -1084,6 +1134,7 @@ OC.L10N.register(
"Conversation \"{conversationName}\"" : "Conversación «{conversationName}»",
"Settings for conversation \"{conversationName}\"" : "Ajustes de la conversación «{conversationName}»",
"You can not send messages to this conversation at the moment" : "Por el momento no puede enviar mensajes a esta conversación",
- "Add a description for this conversation" : "Añadir una descripción de esta conversación"
+ "Add a description for this conversation" : "Añadir una descripción de esta conversación",
+ "Open this location in Openstreetmap" : "Abrir esta ubicación en Openstreetmap"
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/es.json b/l10n/es.json
index 8fe66f9eb..456ad192b 100644
--- a/l10n/es.json
+++ b/l10n/es.json
@@ -34,6 +34,9 @@
"- Give your conversations some context with a description and open it up so logged in users can find it and join themselves" : "- De un cierto contexto a la conversación con una descripción y ábrela para que los usuarios registrados puedan encontrarla y unirse ellos mismos",
"- See a read status and send failed messages again" : "- Ver un estado de lectura y enviar nuevamente los mensajes fallidos ",
"- Raise your hand in a call with the R key" : "- Levante la mano en una llamada con la tecla R",
+ "- Join the same conversation and call from multiple devices" : "- Únase a la misma conversación y llamada desde varios dispositivos",
+ "- Send voice messages, share your location or contact details" : "- Envíe mensajes de voz, comparta su ubicación o sus datos de contacto",
+ "- Add groups to a conversation and new group members will automatically be added as participants" : "- Añada grupos a una conversación y los nuevos miembros del grupo se añadirán automáticamente como participantes",
"There are currently no commands available." : "Actualmente no hay comandos disponibles.",
"The command does not exist" : "El comando no existe",
"An error occurred while running the command. Please ask an administrator to check the logs." : "Se ha producido un error al ejecutar el comando. Por favor, contacte con el administrador para que compruebe los registros.",
@@ -102,6 +105,18 @@
"{actor} removed you" : "{actor} te ha eliminado",
"An administrator removed you" : "Un administrador te ha quitado",
"An administrator removed {user}" : "Un administrador ha quitado a {user}",
+ "{actor} added group {group}" : "{actor} ha añadido el grupo {group}",
+ "You added group {group}" : "Ha añadido el grupo {group}",
+ "An administrator added group {group}" : "Un administrador ha añadido el grupo {group}",
+ "{actor} removed group {group}" : "{actor} ha eliminado el grupo {group}",
+ "You removed group {group}" : "Ha eliminado el grupo {group}",
+ "An administrator removed group {group}" : "Un administrador ha eliminado el grupo {group}",
+ "{actor} added circle {circle}" : "{actor} ha añadido el círculo {circle}",
+ "You added circle {circle}" : "Ha añadido el círculo {circle}",
+ "An administrator added circle {circle}" : "Un administrador ha añadido el círculo {circle}",
+ "{actor} removed circle {circle}" : "{actor} ha eliminado el círculo {circle}",
+ "You removed circle {circle}" : "Ha eliminado el círculo {circle}",
+ "An administrator removed circle {circle}" : "Un administrador ha eliminado el círculo {circle}",
"{actor} promoted {user} to moderator" : "{actor} ha ascendido a {user} a moderador",
"You promoted {user} to moderator" : "Has ascendido a {user} a moderador",
"{actor} promoted you to moderator" : "{actor} te ha ascendido a moderador",
@@ -126,11 +141,14 @@
"You stopped Matterbridge" : "Tu detuviste Matterbridge",
"{actor} deleted a message" : "{actor} eliminó un mensaje",
"You deleted a message" : "Has eliminado un mensaje",
+ "{actor} cleared the history of the conversation" : "{actor} ha vaciado el historial de la conversación",
+ "You cleared the history of the conversation" : "Ha vaciado el historial de la conversación",
"Message deleted by author" : "Mensaje eliminado por el autor",
"Message deleted by {actor}" : "Mensaje eliminado por {actor}",
"Message deleted by you" : "Has eliminado este mensaje",
"%s (guest)" : "%s (invitado)",
"You missed a call from {user}" : "Tienes una llamada perdida de {user}",
+ "You tried to call {user}" : "Ha intentado llamar a {user}",
"_Call with %n guest (Duration {duration})_::_Call with %n guests (Duration {duration})_" : ["Llamada con %n invitado (Duración {duration})","Llamada con %n invitados (Duración {duration})"],
"Call with {user1} and {user2} (Duration {duration})" : "Llamada con {user1} y {user2} (Duración {duration})",
"Call with {user1}, {user2} and {user3} (Duration {duration})" : "Llamada con {user1}, {user2} y {user3} (Duración {duration})",
@@ -160,6 +178,7 @@
"Password request: %s" : "Petición de contraseña: %s",
"Private conversation" : "Conversación privada",
"Deleted user (%s)" : "Borrado el usuario (%s)",
+ "{user1} shared room {roomName} on {remoteServer} with you" : "{user1} ha compartido la sala {roomName} en {remoteServer} con usted",
"{user} in {call}" : "{user} en {call}",
"Deleted user in {call}" : "Usuario eliminado de {call}",
"{guest} (guest) in {call}" : "{guest} (invitado) en {call}",
@@ -627,11 +646,13 @@
"Settings" : "Ajustes",
"Dismiss" : "Descartar",
"Raise hand (R)" : "Levantar mano (R)",
+ "You are not allowed to enable audio" : "No está autorizado a activar el audio",
"No audio" : "Sin sonido",
"Mute audio (M)" : "Silenciar audio (M)",
"Unmute audio (M)" : "Escuchar audio (M)",
"Mute audio" : "Silenciar audio",
"Unmute audio" : "Activar audio",
+ "You are not allowed to enable video" : "No está autorizado a activar el vídeo",
"No camera" : "No hay cámara",
"Disable video (V)" : "Desactivar video (V)",
"Enable video (V)" : "Activar video (V)",
@@ -639,6 +660,8 @@
"Disable video" : "Desactivar video",
"Enable video" : "Activar vídeo",
"Enable video. Your connection will be briefly interrupted when enabling the video for the first time" : "Active el vídeo. Su conexión será brevemente interrumpida cuando active el vídeo la primera vez",
+ "You are not allowed to enable screensharing" : "No está autorizado a activar el uso compartido de la pantalla",
+ "No screensharing" : "No se comparte la pantalla",
"Screensharing options" : "Opciones de compartir pantalla",
"Enable screensharing" : "Activar compartir pantalla",
"Bad sent video and screen quality." : "Mala calidad de vídeo y pantalla compartida.",
@@ -690,10 +713,17 @@
"Error while updating conversation description" : "Se ha producido un error al actualizar la descripción",
"Be careful, these actions cannot be undone." : "Tenga cuidado, estas acciones no se pueden deshacer.",
"Leave conversation" : "Abandonar conversación",
+ "Once a conversation is left, to rejoin a closed conversation, an invite is needed. An open conversation can be rejoined at any time." : "Una vez que se abandona una conversación, para reincorporarse a una conversación cerrada se necesita una invitación. Una conversación abierta puede reanudarse en cualquier momento.",
"Delete conversation" : "Borrar conversación",
+ "Permanently delete this conversation." : "Eliminar permanentemente esta conversación.",
+ "Delete chat messages" : "Eliminar los mensajes del chat",
+ "Permanently delete all the messages in this conversation." : "Eliminar permanentemente todos los mensajes de esta conversación.",
"You need to promote a new moderator before you can leave the conversation." : "Necesitas elegir un nuevo moderador antes de que puedas abandonar la conversación",
"Do you really want to delete \"{displayName}\"?" : "¿Estás seguro de que quieres borrar \"{displayName}\"?",
"Error while deleting conversation" : "Error al eliminar una conversación",
+ "Do you really want to delete all messages in \"{displayName}\"?" : "¿Realmente quiere eliminar todos los mensajes de \"{displayName}\"?",
+ "Delete all chat messages" : "Eliminar todos los mensajes del chat",
+ "Error while clearing chat history" : "Error al borrar el historial del chat",
"Allow guests to use a public link to join this conversation." : "Permite que se unan invitados a esta conversación mediante un enlace público.",
"Allow guests" : "Permitir invitados",
"Set a password to restrict who can use the public link." : "Establece una contraseña para controlar quién puede usar el enlace público.",
@@ -821,8 +851,8 @@
"Link copied to the clipboard!" : "Enlace copiado al portapapeles!",
"Create a new group conversation" : "Crear nueva conversación en grupo",
"Password protect" : "Protegido por contraseña",
- "Add participants" : "Añadir participantes",
"Create conversation" : "Crear conversación",
+ "Add participants" : "Añadir participantes",
"Close" : "Cerrar",
"Choose a password" : "Escoge una contraseña",
"Search participants" : "Buscar participantes",
@@ -830,7 +860,8 @@
"Allow guests to join via link" : "Permitir que los invitados se unan a través de un enlace",
"Search conversations or users" : "Buscar conversaciones o usuarios",
"You are currently waiting in the lobby" : "Ahora estás esperando en la sala de espera.",
- "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Ahora estás esperando en la sala de espera. Esta reunión está planificada para las {startTime}",
+ "The meeting will start soon" : "La reunión comenzará en breve",
+ "This meeting is scheduled for {startTime}" : "Esta reunión está programada para {startTime}",
"Calls are not supported in your browser" : "Tu navegador no admite llamadas",
"Access to microphone is only possible with HTTPS" : "El acceso al micrófono solo es posible con HTTPS",
"Access to microphone was denied" : "Se ha denegado el acceso al micrófono",
@@ -847,6 +878,7 @@
"Copy message link" : "Copiar link del mensaje",
"Mark as unread" : "Marcar como no leído",
"Go to file" : "Ir al archivo",
+ "Forward message" : "Reenviar mensaje",
"Unread messages" : "Mensajes no leídos",
"Sending message" : "Enviando mensaje",
"Message sent" : "Mensaje enviado",
@@ -862,15 +894,26 @@
"Only normal chat messages can be deleted" : "Solo se pueden eliminar mensaje normales del chat",
"An error occurred while deleting the message" : "Ha ocurrido un error al eliminar el mensaje",
"Message link copied to clipboard." : "Link del mensaje copiado al portapapeles.",
+ "Your browser does not support playing audio files" : "Su navegador no admite la reproducción de archivos de audio",
+ "Contact" : "Contacto",
"{stack} in {board}" : "{stack} en {board}",
"Deck Card" : "Tarjeta Deck",
"Remove {fileName}" : "Borrar {fileName}",
- "Open this location in Openstreetmap" : "Abrir esta ubicación en Openstreetmap",
- "[Unknown username]" : "[Nombre de usuario desconocido]",
+ "The message has been forwarded to {selectedConversationName}" : "El mensaje ha sido reenviado a {selectedConversationName}",
+ "Go to conversation" : "Ir a la conversación",
+ "Choose a conversation to forward the selected message." : "Elija una conversación para reenviar el mensaje seleccionado.",
+ "Error while forwarding message" : "Error al reenviar el mensaje",
"Scroll to bottom" : "Ir al final",
"Today" : "Hoy",
"Yesterday" : "Ayer",
"{relativeDate}, {absoluteDate}" : "{relativeDate}, {absoluteDate}",
+ "Record voice message" : "Grabar mensaje de voz",
+ "End recording and send" : "Finalizar grabación y enviar",
+ "Dismiss recording" : "Descartar grabación",
+ "Access to the microphone was denied" : "El acceso al micrófono fue denegado",
+ "Microphone either not available or disabled in settings" : "El micrófono no está disponible o está desactivado en los ajustes",
+ "Error while recording audio" : "Error al grabar el audio",
+ "Talk recording from {time} ({conversation})" : "Grabación de la conversación desde {time} ({conversation})",
"Share files to the conversation" : "Compartir archivos en la conversación",
"Upload new files" : "Subir nuevos archivos",
"Share from Files" : "Compartir desde Archivos",
@@ -925,6 +968,7 @@
"Privacy" : "Privacidad",
"Share my read-status and show the read-status of others" : "Mostrar mi confirmación de lectura y ver la de los demás",
"Sounds" : "Sonidos",
+ "Play sounds when participants join or leave a call" : "Reproducir sonidos cuando los participantes se unen o abandonan una llamada",
"Sounds can currently not be played in Safari browser and iPad and iPhone devices due to technical restrictions by the manufacturer." : "En estos momentos los sonidos no se pueden reproducir en navegadores Safari, dispositivos iPad o iPhone debido a una restricción técnica impuesta por el fabricante.",
"Keyboard shortcuts" : "Atajos de teclado",
"Speed up your Talk experience with these quick shortcuts." : "Acelera tu experiencia de Talk con estos atajos rápidos.",
@@ -938,6 +982,7 @@
"Space bar" : "Barra espaciadora",
"Push to talk or push to mute" : "Pulsar para hablar o para silenciar",
"Raise or lower hand" : "Levantar o bajar la mano",
+ "Choose the folder in which attachments should be saved." : "Elija la carpeta en la que deben guardarse los archivos adjuntos.",
"Select location for attachments" : "Seleccionar ubicación para los adjuntos",
"Error while setting attachment folder" : "Error al fijar la carpeta para los archivos adjuntos",
"Your privacy setting has been saved" : "Se han guardado tus ajustes de privacidad",
@@ -956,6 +1001,8 @@
"Fullscreen (F)" : "Pantalla completa (F)",
"Speaker view" : "Vista de orador",
"Grid view" : "Vista en cuadrícula",
+ "You have new unread messages in the chat." : "Tienes nuevos mensajes sin leer en el chat.",
+ "You have been mentioned in the chat." : "Se le ha mencionado en el chat.",
"Send" : "Enviar",
"Add more files" : "Añadir más archivos",
"No unread mentions" : "No hay menciones sin leer",
@@ -982,6 +1029,7 @@
"Do not disturb" : "No molestar",
"Away" : "Ausente",
"Error while sharing file" : "Error al compartir archivo",
+ "Error while clearing conversation history" : "Error al vaciar el historial de conversaciones",
"Not enough free space to upload file \"{fileName}\"" : "No hay espacio libre suficiente para subir el archivo \"{fileName}\"",
"Error while uploading file \"{fileName}\"" : "Error al subir el archivo \"{fileName}\".",
"An error happened when trying to share your file" : "Se ha producido un error al intentar compartir el archivo",
@@ -1052,7 +1100,9 @@
"This conversation is read only" : "Esta conversación es de sólo lectura",
"Conversation, " : "Conversación,",
"Allow guests to join via link " : "Permite a los invitados unirse mediante un enlace",
+ "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Ahora estás esperando en la sala de espera. Esta reunión está planificada para las {startTime}",
"Remove" : "Quitar",
+ "[Unknown username]" : "[Nombre de usuario desconocido]",
"Bridge with other services" : "Enlace con otros servicios",
"More info on Matterbridge." : "Más información en Matterbridge.",
"Enabled" : "Habilitado",
@@ -1082,6 +1132,7 @@
"Conversation \"{conversationName}\"" : "Conversación «{conversationName}»",
"Settings for conversation \"{conversationName}\"" : "Ajustes de la conversación «{conversationName}»",
"You can not send messages to this conversation at the moment" : "Por el momento no puede enviar mensajes a esta conversación",
- "Add a description for this conversation" : "Añadir una descripción de esta conversación"
+ "Add a description for this conversation" : "Añadir una descripción de esta conversación",
+ "Open this location in Openstreetmap" : "Abrir esta ubicación en Openstreetmap"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/l10n/eu.js b/l10n/eu.js
index 5767f8a49..92a402664 100644
--- a/l10n/eu.js
+++ b/l10n/eu.js
@@ -113,6 +113,12 @@ OC.L10N.register(
"{actor} removed group {group}" : "{actor} erabiltzaileak {group} taldea kendu du",
"You removed group {group}" : "{group} taldea kendu duzu",
"An administrator removed group {group}" : "Administratzaile batek {group} taldea kendu du",
+ "{actor} added circle {circle}" : "{actor} erabiltzaileak {circle} zirkulua gehitu du ",
+ "You added circle {circle}" : "{circle} zirkulua gehitu duzu",
+ "An administrator added circle {circle}" : "Administratzaile batek {circle} zirkulua gehitu du",
+ "{actor} removed circle {circle}" : "{actor} erabiltzaileak {circle} zirkulua kendu du",
+ "You removed circle {circle}" : "{circle} zirkulua kendu duzu",
+ "An administrator removed circle {circle}" : "Administratzaile batek {circle} zirkulua kendu du",
"{actor} promoted {user} to moderator" : "{actor} erabiltzaileak {user} moderatzaile egin du",
"You promoted {user} to moderator" : "{user} moderatzaile egin duzu",
"{actor} promoted you to moderator" : "{actor} erabiltzaileak moderatzaile egin zaitu",
@@ -142,6 +148,7 @@ OC.L10N.register(
"Message deleted by author" : "Egileak mezua ezabatu du",
"Message deleted by {actor}" : "{actor} erabiltzaileak mezua ezabatu du",
"Message deleted by you" : "Mezua ezabatu duzu",
+ "Deleted user" : "Ezabatutako erabiltzaileak",
"%s (guest)" : "%s (gonbidatua)",
"You missed a call from {user}" : "{user} erabiltzailearen dei bat galdu duzu",
"You tried to call {user}" : "{user}-(r)i deitzen saiatu zara",
@@ -709,6 +716,7 @@ OC.L10N.register(
"Error while updating conversation description" : "Errorea elkarrizketa deskribapena eguneratzen",
"Be careful, these actions cannot be undone." : "Kontuz ibili, ekintza hauek ezin dira desegin.",
"Leave conversation" : "Atera elkarrizketatik",
+ "Once a conversation is left, to rejoin a closed conversation, an invite is needed. An open conversation can be rejoined at any time." : "Elkarrizketa uzten denean, elkarrizketa itxi batera berriro sartzeko, gonbidapen bat behar da. Elkarrizketa ireki batean edozein unetan sar daiteke berriro.",
"Delete conversation" : "Ezabatu elkarrizketa",
"Permanently delete this conversation." : "Betirako ezabatu elkarrizketa hau.",
"Delete chat messages" : "Ezabatu txateko mezuak",
@@ -846,8 +854,8 @@ OC.L10N.register(
"Link copied to the clipboard!" : "Esteka arbelera kopiatu da!",
"Create a new group conversation" : "Sortu talde-elkarrizketa berria",
"Password protect" : "Babestu pasahitzarekin",
- "Add participants" : "Gehitu parte-hartzaileak",
"Create conversation" : "Sortu elkarrizketa",
+ "Add participants" : "Gehitu parte-hartzaileak",
"Close" : "Itxi",
"Choose a password" : "Aukeratu pasahitza",
"Search participants" : "Bilatu parte-hartzaileak",
@@ -855,7 +863,8 @@ OC.L10N.register(
"Allow guests to join via link" : "Baimendu gonbidatuak esteka bidez batzea",
"Search conversations or users" : "Bilatu elkarrizketak edo erabiltzaileak",
"You are currently waiting in the lobby" : "Une honetan atondoan itxaroten ari zara",
- "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Sarreran itxaroten zabiltza momentu honetan. Bileraren programatutako hasiera-ordua: {startTime}",
+ "The meeting will start soon" : "Bilera laster hasiko da",
+ "This meeting is scheduled for {startTime}" : "Bilera hau {startTime}-rako programatuta dago",
"Calls are not supported in your browser" : "Deiak ez dira onartzen zure nabigatzailean",
"Access to microphone is only possible with HTTPS" : "Mikrofonoa atzitzeko modu bakarra HTTPS bidez da",
"Access to microphone was denied" : "Mikrofonora sarbidea ukatua da",
@@ -897,8 +906,7 @@ OC.L10N.register(
"Go to conversation" : "Joan elkarrizketara",
"Choose a conversation to forward the selected message." : "Hautatu elkarrizketa bat hurrengo mezua birbidaltzeko.",
"Error while forwarding message" : "Errorea mezua birbidaltzen",
- "Open this location in Openstreetmap" : "Ireki kokaleku hau Openstreetmap-en",
- "[Unknown username]" : "[Erabiltzaile-izen ezezaguna]",
+ "Open this location in OpenStreetMap" : "Ireki kokaleku hau OpenStreetMap-en",
"Scroll to bottom" : "Korritu beherantz",
"Today" : "Gaur",
"Yesterday" : "Atzo",
@@ -1096,7 +1104,9 @@ OC.L10N.register(
"This conversation is read only" : "Elkarrizketa hau irakurtzeko soilik da",
"Conversation, " : "Elkarrizketa,",
"Allow guests to join via link " : "Baimendu gonbidatuak esteka bidez batzea",
+ "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Sarreran itxaroten zabiltza momentu honetan. Bileraren programatutako hasiera-ordua: {startTime}",
"Remove" : "Ezabatu",
+ "[Unknown username]" : "[Erabiltzaile-izen ezezaguna]",
"Bridge with other services" : "Zubiak egin beste zerbitzuetara",
"More info on Matterbridge." : "Informazio gehiago Matterbridge-ri buruz.",
"Enabled" : "Gaitua",
@@ -1126,6 +1136,7 @@ OC.L10N.register(
"Conversation \"{conversationName}\"" : "\"{conversationName}\" elkarrizketa",
"Settings for conversation \"{conversationName}\"" : "\"{conversationName}\" elkarrizketaren ezarpenak",
"You can not send messages to this conversation at the moment" : "Ezin dituzu mezuak bidali elkarrizketa honetara une honetan",
- "Add a description for this conversation" : "Gehitu deskribapen bat elkarrizketa honi"
+ "Add a description for this conversation" : "Gehitu deskribapen bat elkarrizketa honi",
+ "Open this location in Openstreetmap" : "Ireki kokaleku hau Openstreetmap-en"
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/eu.json b/l10n/eu.json
index 477d72ac6..70b4e8c96 100644
--- a/l10n/eu.json
+++ b/l10n/eu.json
@@ -111,6 +111,12 @@
"{actor} removed group {group}" : "{actor} erabiltzaileak {group} taldea kendu du",
"You removed group {group}" : "{group} taldea kendu duzu",
"An administrator removed group {group}" : "Administratzaile batek {group} taldea kendu du",
+ "{actor} added circle {circle}" : "{actor} erabiltzaileak {circle} zirkulua gehitu du ",
+ "You added circle {circle}" : "{circle} zirkulua gehitu duzu",
+ "An administrator added circle {circle}" : "Administratzaile batek {circle} zirkulua gehitu du",
+ "{actor} removed circle {circle}" : "{actor} erabiltzaileak {circle} zirkulua kendu du",
+ "You removed circle {circle}" : "{circle} zirkulua kendu duzu",
+ "An administrator removed circle {circle}" : "Administratzaile batek {circle} zirkulua kendu du",
"{actor} promoted {user} to moderator" : "{actor} erabiltzaileak {user} moderatzaile egin du",
"You promoted {user} to moderator" : "{user} moderatzaile egin duzu",
"{actor} promoted you to moderator" : "{actor} erabiltzaileak moderatzaile egin zaitu",
@@ -140,6 +146,7 @@
"Message deleted by author" : "Egileak mezua ezabatu du",
"Message deleted by {actor}" : "{actor} erabiltzaileak mezua ezabatu du",
"Message deleted by you" : "Mezua ezabatu duzu",
+ "Deleted user" : "Ezabatutako erabiltzaileak",
"%s (guest)" : "%s (gonbidatua)",
"You missed a call from {user}" : "{user} erabiltzailearen dei bat galdu duzu",
"You tried to call {user}" : "{user}-(r)i deitzen saiatu zara",
@@ -707,6 +714,7 @@
"Error while updating conversation description" : "Errorea elkarrizketa deskribapena eguneratzen",
"Be careful, these actions cannot be undone." : "Kontuz ibili, ekintza hauek ezin dira desegin.",
"Leave conversation" : "Atera elkarrizketatik",
+ "Once a conversation is left, to rejoin a closed conversation, an invite is needed. An open conversation can be rejoined at any time." : "Elkarrizketa uzten denean, elkarrizketa itxi batera berriro sartzeko, gonbidapen bat behar da. Elkarrizketa ireki batean edozein unetan sar daiteke berriro.",
"Delete conversation" : "Ezabatu elkarrizketa",
"Permanently delete this conversation." : "Betirako ezabatu elkarrizketa hau.",
"Delete chat messages" : "Ezabatu txateko mezuak",
@@ -844,8 +852,8 @@
"Link copied to the clipboard!" : "Esteka arbelera kopiatu da!",
"Create a new group conversation" : "Sortu talde-elkarrizketa berria",
"Password protect" : "Babestu pasahitzarekin",
- "Add participants" : "Gehitu parte-hartzaileak",
"Create conversation" : "Sortu elkarrizketa",
+ "Add participants" : "Gehitu parte-hartzaileak",
"Close" : "Itxi",
"Choose a password" : "Aukeratu pasahitza",
"Search participants" : "Bilatu parte-hartzaileak",
@@ -853,7 +861,8 @@
"Allow guests to join via link" : "Baimendu gonbidatuak esteka bidez batzea",
"Search conversations or users" : "Bilatu elkarrizketak edo erabiltzaileak",
"You are currently waiting in the lobby" : "Une honetan atondoan itxaroten ari zara",
- "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Sarreran itxaroten zabiltza momentu honetan. Bileraren programatutako hasiera-ordua: {startTime}",
+ "The meeting will start soon" : "Bilera laster hasiko da",
+ "This meeting is scheduled for {startTime}" : "Bilera hau {startTime}-rako programatuta dago",
"Calls are not supported in your browser" : "Deiak ez dira onartzen zure nabigatzailean",
"Access to microphone is only possible with HTTPS" : "Mikrofonoa atzitzeko modu bakarra HTTPS bidez da",
"Access to microphone was denied" : "Mikrofonora sarbidea ukatua da",
@@ -895,8 +904,7 @@
"Go to conversation" : "Joan elkarrizketara",
"Choose a conversation to forward the selected message." : "Hautatu elkarrizketa bat hurrengo mezua birbidaltzeko.",
"Error while forwarding message" : "Errorea mezua birbidaltzen",
- "Open this location in Openstreetmap" : "Ireki kokaleku hau Openstreetmap-en",
- "[Unknown username]" : "[Erabiltzaile-izen ezezaguna]",
+ "Open this location in OpenStreetMap" : "Ireki kokaleku hau OpenStreetMap-en",
"Scroll to bottom" : "Korritu beherantz",
"Today" : "Gaur",
"Yesterday" : "Atzo",
@@ -1094,7 +1102,9 @@
"This conversation is read only" : "Elkarrizketa hau irakurtzeko soilik da",
"Conversation, " : "Elkarrizketa,",
"Allow guests to join via link " : "Baimendu gonbidatuak esteka bidez batzea",
+ "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Sarreran itxaroten zabiltza momentu honetan. Bileraren programatutako hasiera-ordua: {startTime}",
"Remove" : "Ezabatu",
+ "[Unknown username]" : "[Erabiltzaile-izen ezezaguna]",
"Bridge with other services" : "Zubiak egin beste zerbitzuetara",
"More info on Matterbridge." : "Informazio gehiago Matterbridge-ri buruz.",
"Enabled" : "Gaitua",
@@ -1124,6 +1134,7 @@
"Conversation \"{conversationName}\"" : "\"{conversationName}\" elkarrizketa",
"Settings for conversation \"{conversationName}\"" : "\"{conversationName}\" elkarrizketaren ezarpenak",
"You can not send messages to this conversation at the moment" : "Ezin dituzu mezuak bidali elkarrizketa honetara une honetan",
- "Add a description for this conversation" : "Gehitu deskribapen bat elkarrizketa honi"
+ "Add a description for this conversation" : "Gehitu deskribapen bat elkarrizketa honi",
+ "Open this location in Openstreetmap" : "Ireki kokaleku hau Openstreetmap-en"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/l10n/fi.js b/l10n/fi.js
index 0de9927c0..6ce7eefcc 100644
--- a/l10n/fi.js
+++ b/l10n/fi.js
@@ -19,6 +19,12 @@ OC.L10N.register(
"You created the conversation" : "Sinä loit keskustelun",
"{actor} renamed the conversation from \"%1$s\" to \"%2$s\"" : "{actor} muutti keskustelun \"%1$s\" uudeksi nimeksi \"%2$s\"",
"You renamed the conversation from \"%1$s\" to \"%2$s\"" : "Sinä muutit keskustelun \"%1$s\" uudeksi nimeksi \"%2$s\"",
+ "{actor} set the description" : "{actor} asetti kuvauksen",
+ "You set the description" : "Sinä asetit kuvauksen",
+ "An administrator set the description" : "Ylläpitäjä asetti kuvauksen",
+ "{actor} removed the description" : "{actor} poisti kuvauksen",
+ "You removed the description" : "Sinä poistit kuvauksen",
+ "An administrator removed the description" : "Ylläpitäjä poisti kuvauksen",
"{actor} started a call" : "{actor} aloitti puhelun",
"You started a call" : "Sinä aloitit puhelun",
"{actor} joined the call" : "{actor} liittyi puheluun",
@@ -27,8 +33,10 @@ OC.L10N.register(
"You left the call" : "Sinä poistuit puhelusta",
"{actor} unlocked the conversation" : "{actor} poisti keskustelun lukituksen",
"You unlocked the conversation" : "Poistit keskustelun lukituksen",
+ "An administrator unlocked the conversation" : "Ylläpitäjä poisti keskustelun lukituksen",
"{actor} locked the conversation" : "{actor} lukitsi keskustelun",
"You locked the conversation" : "Sinä lukitsit keskustelun",
+ "An administrator locked the conversation" : "Ylläpitäjä lukitsi keskustelun",
"The conversation is now open to everyone" : "Keskustelu on nyt avoin kaikille",
"{actor} opened the conversation to everyone" : "{actor} avasi keskustelun kaikille",
"You opened the conversation to everyone" : "Avasit uuden keskustelun kaikille",
@@ -38,18 +46,28 @@ OC.L10N.register(
"You disallowed guests" : "Sinä estit vieraat",
"{actor} set a password" : "{actor} asetti salasanan",
"You set a password" : "Sinä asetit salasanan",
+ "An administrator set a password" : "Ylläpitäjä asetti salasanan",
"{actor} removed the password" : "{actor} poisti salasanan",
"You removed the password" : "Sinä poistit salasanan",
+ "An administrator removed the password" : "Ylläpitäjä poisti salasanan",
"{actor} added {user}" : "{actor} lisäsi käyttäjän {user}",
"You joined the conversation" : "Liityit keskusteluun",
"{actor} joined the conversation" : "{actor} liittyi keskusteluun",
"You added {user}" : "Sinä lisäsit käyttäjän {user}",
"{actor} added you" : "{actor} lisäsi sinut",
+ "An administrator added you" : "Ylläpitäjä lisäsi sinut",
"You left the conversation" : "Poistuit keskustelusta",
"{actor} left the conversation" : "{actor} poistui keskustelusta",
"{actor} removed {user}" : "{actor} poisti käyttäjän {user}",
"You removed {user}" : "Sinä poistit käyttäjän {user}",
"{actor} removed you" : "{actor} poisti sinut",
+ "An administrator removed you" : "Ylläpitäjä lisäsi sinut",
+ "{actor} added group {group}" : "{actor} lisäsi ryhmän {group}",
+ "You added group {group}" : "Lisäsit ryhmän {group}",
+ "An administrator added group {group}" : "Ylläpitäjä lisäsi ryhmän {group}",
+ "{actor} removed group {group}" : "{actor} poisti ryhmän {group}",
+ "You removed group {group}" : "Poistit ryhmän {group}",
+ "An administrator removed group {group}" : "Ylläpitäjä poisti ryhmän {group}",
"{actor} promoted {user} to moderator" : "{actor} nosti käyttäjän {user} moderaattoriksi",
"You promoted {user} to moderator" : "Sinä nostit käyttäjän {user} moderaattoriksi",
"{actor} promoted you to moderator" : "{actor} nosti sinut moderaattoriksi",
@@ -58,12 +76,18 @@ OC.L10N.register(
"{actor} demoted you from moderator" : "{actor} poisti sinulta moderaattorin oikeudet",
"{actor} shared a file which is no longer available" : "{actor} jakoi kanssasi tiedoston, joka ei ole enää saatavilla",
"You shared a file which is no longer available" : "Jaoit tiedoston, joka ei ole enää saatavilla",
+ "{actor} deleted a message" : "{actor} poisti viestin",
+ "You deleted a message" : "Sinä poistit viestin",
+ "{actor} cleared the history of the conversation" : "{actor} tyhjensi keskusteluhistorian",
+ "You cleared the history of the conversation" : "Sinä tyhjensit keskusteluhistorian",
"%s (guest)" : "%s (vieras)",
"You missed a call from {user}" : "Sinulta jäi vastaamatta puhelu käyttäjältä {user}",
"Call with {user1} and {user2} (Duration {duration})" : "Puhelu käyttäjien {user1} ja {user2} kesken (Kesto {duration})",
"Call with {user1}, {user2} and {user3} (Duration {duration})" : "Puhelu käyttäjien {user1}, {user2} ja {user3} kesken (Kesto {duration})",
"Call with {user1}, {user2}, {user3} and {user4} (Duration {duration})" : "Puhelu käyttäjien {user1}, {user2}, {user3} ja {user4} kesken (Kesto {duration})",
"Call with {user1}, {user2}, {user3}, {user4} and {user5} (Duration {duration})" : "Puhelu käyttäjien {user1}, {user2}, {user3}, {user4} ja {user5} kesken (Kesto {duration})",
+ "File is too big" : "Tiedosto on liian suuri",
+ "Unknown filetype" : "Tuntematon tiedostotyyppi",
"Write to conversation" : "Kirjoita keskusteluun",
"%s invited you to a conversation." : "%s kutsui sinut keskusteluun.",
"You were invited to a conversation." : "Sinut kutsuttiin keskusteluun.",
@@ -148,6 +172,7 @@ OC.L10N.register(
"Tunisia" : "Tunisia",
"Turkey" : "Turkki",
"Ukraine" : "Ukraina",
+ "United States of America" : "Yhdysvallat",
"Invalid date, date format must be YYYY-MM-DD" : "Virheellinen päiväys, päiväyksen muoto tulee olla YYYY-MM-DD",
"Conversation not found" : "Keskustelua ei löydy",
"Path is already shared with this room" : "Polku on jo jaettu tämän huoneen kesken",
@@ -249,17 +274,27 @@ OC.L10N.register(
"Call in progress" : "Puhelu meneillään",
"Favorite" : "Suosikki",
"Conversation settings" : "Keskustelun asetukset",
+ "Description" : "Kuvaus",
+ "Enter a description for this conversation" : "Anna kuvaus tälle keskustelulle",
"Chat notifications" : "Keskusteluilmoitukset",
+ "Meeting settings" : "Kokouksen asetukset",
"Leave conversation" : "Poistu keskustelusta",
"Delete conversation" : "Poista keskustelu",
"Do you really want to delete \"{displayName}\"?" : "Poistetaanko \"{displayName}\"?",
"Password protection" : "Salasanasuojaus",
"Enter a password" : "Syötä salasana",
+ "Save password" : "Tallenna salasana",
"Copy conversation link" : "Kopioi keskustelulinkki",
+ "Resend invitations" : "Lähetä kutsut uudelleen",
+ "Error occurred when sending invitations" : "Kutsujen lähetyksessä tapahtui virhe",
"Enable lobby" : "Käytä aulaa",
"Start time (optional)" : "Aloitusaika (valinnainen)",
+ "Lock conversation" : "Lukitse keskustelu",
+ "Error occurred when locking the conversation" : "Keskustelun lukitsemisessa tapahtui virhe",
"Save" : "Tallenna",
"Edit" : "Muokkaa",
+ "More information" : "Lisää tietoa",
+ "Delete" : "Poista",
"Nextcloud user" : "Nextcloud-käyttäjä",
"Matrix channel" : "Matrix-kanava",
"Mattermost user" : "Mattermost-käyttäjä",
@@ -278,6 +313,8 @@ OC.L10N.register(
"Use SASL" : "Käytä SASL:ia",
"Client ID" : "Asiakkaan tunniste",
"Bridge saved" : "Silta tallennettu",
+ "Edit conversation description" : "Muokkaa keskustelun kuvausta",
+ "Mark as read" : "Merkitse luetuksi",
"Remove from favorites" : "Poista suosikeista",
"Add to favorites" : "Lisää suosikkeihin",
"You: {lastMessage}" : "Sinä: {lastMessage}",
@@ -297,15 +334,14 @@ OC.L10N.register(
"Link copied to the clipboard!" : "Linkki kopioitu leikepöydälle!",
"Create a new group conversation" : "Luo uusi ryhmäkeskustelu",
"Password protect" : "Suojaa salasanalla",
- "Add participants" : "Lisää osallistujat",
"Create conversation" : "Luo keskustelu",
+ "Add participants" : "Lisää osallistujat",
"Close" : "Sulje",
"Choose a password" : "Valitse salasana",
"Search participants" : "Etsi osallistujia",
"Conversation name" : "Keskustelun nimi",
"Search conversations or users" : "Hae keskusteluja tai käyttäjiä",
"You are currently waiting in the lobby" : "Odotat parhaillaan aulassa",
- "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Odotat parhaillaan aulassa. Tapaaminen on ajoitettu alkavaksi {startTime}",
"Calls are not supported in your browser" : "Selaimesi ei tue puheluja",
"Microphone" : "Mikrofoni",
"Camera" : "Kamera",
@@ -314,7 +350,19 @@ OC.L10N.register(
"No camera available" : "Ei kameraa saatavilla",
"Select camera" : "Valitse kamera",
"Reply" : "Vastaa",
+ "Reply privately" : "Vastaa yksityisesti",
+ "Copy message link" : "Kopioi viestin linkki",
+ "Mark as unread" : "Merkitse lukemattomaksi",
"Go to file" : "Siirry tiedostoon",
+ "Unread messages" : "Lukemattomat viestit",
+ "Sending message" : "Lähetetään viestiä",
+ "Message sent" : "Viesti lähetetty",
+ "Failed to send the message. Click to try again" : "Viestin lähettäminen epäonnistui. Paina yrittääksesi uudelleen",
+ "Not enough free space to upload file" : "Ei riittävästi vapaata tilaa tiedoston lähettämiseksi",
+ "Deleting message" : "Poistetaan viestiä",
+ "Message deleted successfully" : "Viesti poistettu onnistuneesti",
+ "Remove {fileName}" : "Poista {fileName}",
+ "Go to conversation" : "Mene keskusteluun",
"Scroll to bottom" : "Vieritä alas",
"Today" : "Tänään",
"Yesterday" : "Eilen",
@@ -342,10 +390,12 @@ OC.L10N.register(
"Add groups or circles" : "Lisää ryhmiä tai piirejä",
"Add other sources" : "Lisää muita lähteitä",
"Participants" : "Osallistujat",
+ "Search or add participants" : "Etsi tai lisää osallistujia",
"Chat" : "Keskustelu",
"Display name: " : "Näyttönimi:",
"Choose devices" : "Valitse laitteet",
"Attachments folder" : "Liitteiden kansio",
+ "Privacy" : "Yksityisyys",
"Keyboard shortcuts" : "Pikanäppäimet",
"Focus the chat input" : "Kohdista keskustelun syötteeseen",
"Search" : "Etsi",
@@ -374,6 +424,7 @@ OC.L10N.register(
"Error while sharing file" : "Virhe tiedostoa jakaessa",
"Join here" : "Liity tähän",
"Leave this page" : "Poistu tältä sivulta",
+ "Nextcloud is in maintenance mode, please reload the page" : "Nextcloud on huoltotilassa, päivitä sivu",
"Default" : "Oletus",
"Microphone {number}" : "Mikrofoni {number}",
"Camera {number}" : "Kamera {number}",
@@ -408,6 +459,7 @@ OC.L10N.register(
"Enable video (v)" : "Ota video käyttöön (v)",
"This conversation is read only" : "Keskustelu on kirjoitussuojattu",
"Allow guests to join via link " : "Salli vieraiden liittyminen linkin kautta",
+ "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Odotat parhaillaan aulassa. Tapaaminen on ajoitettu alkavaksi {startTime}",
"Remove" : "Poista",
"Bridge with other services" : "Siltaa muiden palvelujen kanssa",
"More info on Matterbridge." : "Lisätietoja Matterbridgestä.",
@@ -418,6 +470,10 @@ OC.L10N.register(
"Share link" : "Jaa linkki",
"Exit fullscreen (f)" : "Poistu koko näytön tilasta (f)",
"Fullscreen (f)" : "Koko näytön tila (f)",
- "Error while uploading file" : "Virhe tiedostoa lähettäessä"
+ "Error while uploading file" : "Virhe tiedostoa lähettäessä",
+ "Lower hand" : "Laske käsi",
+ "Raise hand" : "Nosta käsi",
+ "Conversation \"{conversationName}\"" : "Keskustelu \"{conversationName}\"",
+ "Settings for conversation \"{conversationName}\"" : "Asetukset keskustelulle \"{conversationName}\""
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/fi.json b/l10n/fi.json
index e723d2c55..1ae16f3df 100644
--- a/l10n/fi.json
+++ b/l10n/fi.json
@@ -17,6 +17,12 @@
"You created the conversation" : "Sinä loit keskustelun",
"{actor} renamed the conversation from \"%1$s\" to \"%2$s\"" : "{actor} muutti keskustelun \"%1$s\" uudeksi nimeksi \"%2$s\"",
"You renamed the conversation from \"%1$s\" to \"%2$s\"" : "Sinä muutit keskustelun \"%1$s\" uudeksi nimeksi \"%2$s\"",
+ "{actor} set the description" : "{actor} asetti kuvauksen",
+ "You set the description" : "Sinä asetit kuvauksen",
+ "An administrator set the description" : "Ylläpitäjä asetti kuvauksen",
+ "{actor} removed the description" : "{actor} poisti kuvauksen",
+ "You removed the description" : "Sinä poistit kuvauksen",
+ "An administrator removed the description" : "Ylläpitäjä poisti kuvauksen",
"{actor} started a call" : "{actor} aloitti puhelun",
"You started a call" : "Sinä aloitit puhelun",
"{actor} joined the call" : "{actor} liittyi puheluun",
@@ -25,8 +31,10 @@
"You left the call" : "Sinä poistuit puhelusta",
"{actor} unlocked the conversation" : "{actor} poisti keskustelun lukituksen",
"You unlocked the conversation" : "Poistit keskustelun lukituksen",
+ "An administrator unlocked the conversation" : "Ylläpitäjä poisti keskustelun lukituksen",
"{actor} locked the conversation" : "{actor} lukitsi keskustelun",
"You locked the conversation" : "Sinä lukitsit keskustelun",
+ "An administrator locked the conversation" : "Ylläpitäjä lukitsi keskustelun",
"The conversation is now open to everyone" : "Keskustelu on nyt avoin kaikille",
"{actor} opened the conversation to everyone" : "{actor} avasi keskustelun kaikille",
"You opened the conversation to everyone" : "Avasit uuden keskustelun kaikille",
@@ -36,18 +44,28 @@
"You disallowed guests" : "Sinä estit vieraat",
"{actor} set a password" : "{actor} asetti salasanan",
"You set a password" : "Sinä asetit salasanan",
+ "An administrator set a password" : "Ylläpitäjä asetti salasanan",
"{actor} removed the password" : "{actor} poisti salasanan",
"You removed the password" : "Sinä poistit salasanan",
+ "An administrator removed the password" : "Ylläpitäjä poisti salasanan",
"{actor} added {user}" : "{actor} lisäsi käyttäjän {user}",
"You joined the conversation" : "Liityit keskusteluun",
"{actor} joined the conversation" : "{actor} liittyi keskusteluun",
"You added {user}" : "Sinä lisäsit käyttäjän {user}",
"{actor} added you" : "{actor} lisäsi sinut",
+ "An administrator added you" : "Ylläpitäjä lisäsi sinut",
"You left the conversation" : "Poistuit keskustelusta",
"{actor} left the conversation" : "{actor} poistui keskustelusta",
"{actor} removed {user}" : "{actor} poisti käyttäjän {user}",
"You removed {user}" : "Sinä poistit käyttäjän {user}",
"{actor} removed you" : "{actor} poisti sinut",
+ "An administrator removed you" : "Ylläpitäjä lisäsi sinut",
+ "{actor} added group {group}" : "{actor} lisäsi ryhmän {group}",
+ "You added group {group}" : "Lisäsit ryhmän {group}",
+ "An administrator added group {group}" : "Ylläpitäjä lisäsi ryhmän {group}",
+ "{actor} removed group {group}" : "{actor} poisti ryhmän {group}",
+ "You removed group {group}" : "Poistit ryhmän {group}",
+ "An administrator removed group {group}" : "Ylläpitäjä poisti ryhmän {group}",
"{actor} promoted {user} to moderator" : "{actor} nosti käyttäjän {user} moderaattoriksi",
"You promoted {user} to moderator" : "Sinä nostit käyttäjän {user} moderaattoriksi",
"{actor} promoted you to moderator" : "{actor} nosti sinut moderaattoriksi",
@@ -56,12 +74,18 @@
"{actor} demoted you from moderator" : "{actor} poisti sinulta moderaattorin oikeudet",
"{actor} shared a file which is no longer available" : "{actor} jakoi kanssasi tiedoston, joka ei ole enää saatavilla",
"You shared a file which is no longer available" : "Jaoit tiedoston, joka ei ole enää saatavilla",
+ "{actor} deleted a message" : "{actor} poisti viestin",
+ "You deleted a message" : "Sinä poistit viestin",
+ "{actor} cleared the history of the conversation" : "{actor} tyhjensi keskusteluhistorian",
+ "You cleared the history of the conversation" : "Sinä tyhjensit keskusteluhistorian",
"%s (guest)" : "%s (vieras)",
"You missed a call from {user}" : "Sinulta jäi vastaamatta puhelu käyttäjältä {user}",
"Call with {user1} and {user2} (Duration {duration})" : "Puhelu käyttäjien {user1} ja {user2} kesken (Kesto {duration})",
"Call with {user1}, {user2} and {user3} (Duration {duration})" : "Puhelu käyttäjien {user1}, {user2} ja {user3} kesken (Kesto {duration})",
"Call with {user1}, {user2}, {user3} and {user4} (Duration {duration})" : "Puhelu käyttäjien {user1}, {user2}, {user3} ja {user4} kesken (Kesto {duration})",
"Call with {user1}, {user2}, {user3}, {user4} and {user5} (Duration {duration})" : "Puhelu käyttäjien {user1}, {user2}, {user3}, {user4} ja {user5} kesken (Kesto {duration})",
+ "File is too big" : "Tiedosto on liian suuri",
+ "Unknown filetype" : "Tuntematon tiedostotyyppi",
"Write to conversation" : "Kirjoita keskusteluun",
"%s invited you to a conversation." : "%s kutsui sinut keskusteluun.",
"You were invited to a conversation." : "Sinut kutsuttiin keskusteluun.",
@@ -146,6 +170,7 @@
"Tunisia" : "Tunisia",
"Turkey" : "Turkki",
"Ukraine" : "Ukraina",
+ "United States of America" : "Yhdysvallat",
"Invalid date, date format must be YYYY-MM-DD" : "Virheellinen päiväys, päiväyksen muoto tulee olla YYYY-MM-DD",
"Conversation not found" : "Keskustelua ei löydy",
"Path is already shared with this room" : "Polku on jo jaettu tämän huoneen kesken",
@@ -247,17 +272,27 @@
"Call in progress" : "Puhelu meneillään",
"Favorite" : "Suosikki",
"Conversation settings" : "Keskustelun asetukset",
+ "Description" : "Kuvaus",
+ "Enter a description for this conversation" : "Anna kuvaus tälle keskustelulle",
"Chat notifications" : "Keskusteluilmoitukset",
+ "Meeting settings" : "Kokouksen asetukset",
"Leave conversation" : "Poistu keskustelusta",
"Delete conversation" : "Poista keskustelu",
"Do you really want to delete \"{displayName}\"?" : "Poistetaanko \"{displayName}\"?",
"Password protection" : "Salasanasuojaus",
"Enter a password" : "Syötä salasana",
+ "Save password" : "Tallenna salasana",
"Copy conversation link" : "Kopioi keskustelulinkki",
+ "Resend invitations" : "Lähetä kutsut uudelleen",
+ "Error occurred when sending invitations" : "Kutsujen lähetyksessä tapahtui virhe",
"Enable lobby" : "Käytä aulaa",
"Start time (optional)" : "Aloitusaika (valinnainen)",
+ "Lock conversation" : "Lukitse keskustelu",
+ "Error occurred when locking the conversation" : "Keskustelun lukitsemisessa tapahtui virhe",
"Save" : "Tallenna",
"Edit" : "Muokkaa",
+ "More information" : "Lisää tietoa",
+ "Delete" : "Poista",
"Nextcloud user" : "Nextcloud-käyttäjä",
"Matrix channel" : "Matrix-kanava",
"Mattermost user" : "Mattermost-käyttäjä",
@@ -276,6 +311,8 @@
"Use SASL" : "Käytä SASL:ia",
"Client ID" : "Asiakkaan tunniste",
"Bridge saved" : "Silta tallennettu",
+ "Edit conversation description" : "Muokkaa keskustelun kuvausta",
+ "Mark as read" : "Merkitse luetuksi",
"Remove from favorites" : "Poista suosikeista",
"Add to favorites" : "Lisää suosikkeihin",
"You: {lastMessage}" : "Sinä: {lastMessage}",
@@ -295,15 +332,14 @@
"Link copied to the clipboard!" : "Linkki kopioitu leikepöydälle!",
"Create a new group conversation" : "Luo uusi ryhmäkeskustelu",
"Password protect" : "Suojaa salasanalla",
- "Add participants" : "Lisää osallistujat",
"Create conversation" : "Luo keskustelu",
+ "Add participants" : "Lisää osallistujat",
"Close" : "Sulje",
"Choose a password" : "Valitse salasana",
"Search participants" : "Etsi osallistujia",
"Conversation name" : "Keskustelun nimi",
"Search conversations or users" : "Hae keskusteluja tai käyttäjiä",
"You are currently waiting in the lobby" : "Odotat parhaillaan aulassa",
- "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Odotat parhaillaan aulassa. Tapaaminen on ajoitettu alkavaksi {startTime}",
"Calls are not supported in your browser" : "Selaimesi ei tue puheluja",
"Microphone" : "Mikrofoni",
"Camera" : "Kamera",
@@ -312,7 +348,19 @@
"No camera available" : "Ei kameraa saatavilla",
"Select camera" : "Valitse kamera",
"Reply" : "Vastaa",
+ "Reply privately" : "Vastaa yksityisesti",
+ "Copy message link" : "Kopioi viestin linkki",
+ "Mark as unread" : "Merkitse lukemattomaksi",
"Go to file" : "Siirry tiedostoon",
+ "Unread messages" : "Lukemattomat viestit",
+ "Sending message" : "Lähetetään viestiä",
+ "Message sent" : "Viesti lähetetty",
+ "Failed to send the message. Click to try again" : "Viestin lähettäminen epäonnistui. Paina yrittääksesi uudelleen",
+ "Not enough free space to upload file" : "Ei riittävästi vapaata tilaa tiedoston lähettämiseksi",
+ "Deleting message" : "Poistetaan viestiä",
+ "Message deleted successfully" : "Viesti poistettu onnistuneesti",
+ "Remove {fileName}" : "Poista {fileName}",
+ "Go to conversation" : "Mene keskusteluun",
"Scroll to bottom" : "Vieritä alas",
"Today" : "Tänään",
"Yesterday" : "Eilen",
@@ -340,10 +388,12 @@
"Add groups or circles" : "Lisää ryhmiä tai piirejä",
"Add other sources" : "Lisää muita lähteitä",
"Participants" : "Osallistujat",
+ "Search or add participants" : "Etsi tai lisää osallistujia",
"Chat" : "Keskustelu",
"Display name: " : "Näyttönimi:",
"Choose devices" : "Valitse laitteet",
"Attachments folder" : "Liitteiden kansio",
+ "Privacy" : "Yksityisyys",
"Keyboard shortcuts" : "Pikanäppäimet",
"Focus the chat input" : "Kohdista keskustelun syötteeseen",
"Search" : "Etsi",
@@ -372,6 +422,7 @@
"Error while sharing file" : "Virhe tiedostoa jakaessa",
"Join here" : "Liity tähän",
"Leave this page" : "Poistu tältä sivulta",
+ "Nextcloud is in maintenance mode, please reload the page" : "Nextcloud on huoltotilassa, päivitä sivu",
"Default" : "Oletus",
"Microphone {number}" : "Mikrofoni {number}",
"Camera {number}" : "Kamera {number}",
@@ -406,6 +457,7 @@
"Enable video (v)" : "Ota video käyttöön (v)",
"This conversation is read only" : "Keskustelu on kirjoitussuojattu",
"Allow guests to join via link " : "Salli vieraiden liittyminen linkin kautta",
+ "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Odotat parhaillaan aulassa. Tapaaminen on ajoitettu alkavaksi {startTime}",
"Remove" : "Poista",
"Bridge with other services" : "Siltaa muiden palvelujen kanssa",
"More info on Matterbridge." : "Lisätietoja Matterbridgestä.",
@@ -416,6 +468,10 @@
"Share link" : "Jaa linkki",
"Exit fullscreen (f)" : "Poistu koko näytön tilasta (f)",
"Fullscreen (f)" : "Koko näytön tila (f)",
- "Error while uploading file" : "Virhe tiedostoa lähettäessä"
+ "Error while uploading file" : "Virhe tiedostoa lähettäessä",
+ "Lower hand" : "Laske käsi",
+ "Raise hand" : "Nosta käsi",
+ "Conversation \"{conversationName}\"" : "Keskustelu \"{conversationName}\"",
+ "Settings for conversation \"{conversationName}\"" : "Asetukset keskustelulle \"{conversationName}\""
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/l10n/fr.js b/l10n/fr.js
index e4a63c47b..c7d021f9f 100644
--- a/l10n/fr.js
+++ b/l10n/fr.js
@@ -836,8 +836,8 @@ OC.L10N.register(
"Link copied to the clipboard!" : "Lien copié dans le presse-papier",
"Create a new group conversation" : "Créer une nouvelle conversation de groupe",
"Password protect" : "Protéger par un mot de passe",
- "Add participants" : "Ajouter des participants",
"Create conversation" : "Créer une conversation",
+ "Add participants" : "Ajouter des participants",
"Close" : "Fermer",
"Choose a password" : "Définissez un mot de passe",
"Search participants" : "Rechercher les participants",
@@ -845,7 +845,6 @@ OC.L10N.register(
"Allow guests to join via link" : "Permettre aux invités de rejoindre via un lien",
"Search conversations or users" : "Rechercher des conversations ou des utilisateurs",
"You are currently waiting in the lobby" : "Vous attendez actuellement dans la salle d'attente",
- "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Vous attendez actuellement dans la salle d'attente. Le démarrage de cette réunion est prévu à %1$s",
"Calls are not supported in your browser" : "Les appels téléphoniques ne sont pas pris en charge par votre navigateur web",
"Access to microphone is only possible with HTTPS" : "L'accès au microphone est seulement possible en HTTPS",
"Access to microphone was denied" : "L'accès au microphone a été refusé",
@@ -884,8 +883,6 @@ OC.L10N.register(
"The message has been forwarded to {selectedConversationName}" : "Le message a été transmis sur {selectedConversationName}",
"Choose a conversation to forward the selected message." : "Choisissez une conversation où faire suivre le message sélectionné.",
"Error while forwarding message" : "Erreur lors de la transmission du message",
- "Open this location in Openstreetmap" : "Ouvrir cette localisation avec Openstreetmap",
- "[Unknown username]" : "[Nom d'utilisateur inconnu]",
"Scroll to bottom" : "Défiler jusqu'en bas",
"Today" : "Aujourd'hui",
"Yesterday" : "Hier",
@@ -1074,7 +1071,9 @@ OC.L10N.register(
"This conversation is read only" : "Cette conversation est en lecture seule",
"Conversation, " : "Conversation, ",
"Allow guests to join via link " : "Autoriser les invités à rejoindre la conversation avec le lien",
+ "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Vous attendez actuellement dans la salle d'attente. Le démarrage de cette réunion est prévu à %1$s",
"Remove" : "Supprimer",
+ "[Unknown username]" : "[Nom d'utilisateur inconnu]",
"Bridge with other services" : "Lier à d'autres services",
"More info on Matterbridge." : "Plus d'information sur Matterbridge.",
"Enabled" : "Activé",
@@ -1103,6 +1102,7 @@ OC.L10N.register(
"Conversation \"{conversationName}\"" : "Conversation \"{conversationName}\"",
"Settings for conversation \"{conversationName}\"" : "Paramètres de la conversation \"{conversationName}\"",
"You can not send messages to this conversation at the moment" : "Vous ne pouvez pas envoyer de messages à cette conversation pour le moment",
- "Add a description for this conversation" : "Ajouter une description pour cette conversation"
+ "Add a description for this conversation" : "Ajouter une description pour cette conversation",
+ "Open this location in Openstreetmap" : "Ouvrir cette localisation avec Openstreetmap"
},
"nplurals=2; plural=(n > 1);");
diff --git a/l10n/fr.json b/l10n/fr.json
index 5069ef60a..90fc5419b 100644
--- a/l10n/fr.json
+++ b/l10n/fr.json
@@ -834,8 +834,8 @@
"Link copied to the clipboard!" : "Lien copié dans le presse-papier",
"Create a new group conversation" : "Créer une nouvelle conversation de groupe",
"Password protect" : "Protéger par un mot de passe",
- "Add participants" : "Ajouter des participants",
"Create conversation" : "Créer une conversation",
+ "Add participants" : "Ajouter des participants",
"Close" : "Fermer",
"Choose a password" : "Définissez un mot de passe",
"Search participants" : "Rechercher les participants",
@@ -843,7 +843,6 @@
"Allow guests to join via link" : "Permettre aux invités de rejoindre via un lien",
"Search conversations or users" : "Rechercher des conversations ou des utilisateurs",
"You are currently waiting in the lobby" : "Vous attendez actuellement dans la salle d'attente",
- "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Vous attendez actuellement dans la salle d'attente. Le démarrage de cette réunion est prévu à %1$s",
"Calls are not supported in your browser" : "Les appels téléphoniques ne sont pas pris en charge par votre navigateur web",
"Access to microphone is only possible with HTTPS" : "L'accès au microphone est seulement possible en HTTPS",
"Access to microphone was denied" : "L'accès au microphone a été refusé",
@@ -882,8 +881,6 @@
"The message has been forwarded to {selectedConversationName}" : "Le message a été transmis sur {selectedConversationName}",
"Choose a conversation to forward the selected message." : "Choisissez une conversation où faire suivre le message sélectionné.",
"Error while forwarding message" : "Erreur lors de la transmission du message",
- "Open this location in Openstreetmap" : "Ouvrir cette localisation avec Openstreetmap",
- "[Unknown username]" : "[Nom d'utilisateur inconnu]",
"Scroll to bottom" : "Défiler jusqu'en bas",
"Today" : "Aujourd'hui",
"Yesterday" : "Hier",
@@ -1072,7 +1069,9 @@
"This conversation is read only" : "Cette conversation est en lecture seule",
"Conversation, " : "Conversation, ",
"Allow guests to join via link " : "Autoriser les invités à rejoindre la conversation avec le lien",
+ "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Vous attendez actuellement dans la salle d'attente. Le démarrage de cette réunion est prévu à %1$s",
"Remove" : "Supprimer",
+ "[Unknown username]" : "[Nom d'utilisateur inconnu]",
"Bridge with other services" : "Lier à d'autres services",
"More info on Matterbridge." : "Plus d'information sur Matterbridge.",
"Enabled" : "Activé",
@@ -1101,6 +1100,7 @@
"Conversation \"{conversationName}\"" : "Conversation \"{conversationName}\"",
"Settings for conversation \"{conversationName}\"" : "Paramètres de la conversation \"{conversationName}\"",
"You can not send messages to this conversation at the moment" : "Vous ne pouvez pas envoyer de messages à cette conversation pour le moment",
- "Add a description for this conversation" : "Ajouter une description pour cette conversation"
+ "Add a description for this conversation" : "Ajouter une description pour cette conversation",
+ "Open this location in Openstreetmap" : "Ouvrir cette localisation avec Openstreetmap"
},"pluralForm" :"nplurals=2; plural=(n > 1);"
} \ No newline at end of file
diff --git a/l10n/gl.js b/l10n/gl.js
index 8fcc1a7ad..d544acdce 100644
--- a/l10n/gl.js
+++ b/l10n/gl.js
@@ -788,8 +788,8 @@ OC.L10N.register(
"Link copied to the clipboard!" : "Ligazón copiada no portapapeis!",
"Create a new group conversation" : "Crear unha nova conversa en grupo",
"Password protect" : "Protexido con contrasinal",
- "Add participants" : "Engadir participantes",
"Create conversation" : "Crear conversa",
+ "Add participants" : "Engadir participantes",
"Close" : "Pechar",
"Choose a password" : "Escolla un contrasinal",
"Search participants" : "Buscar participantes",
@@ -797,7 +797,6 @@ OC.L10N.register(
"Allow guests to join via link" : "Permitir que os convidados se unan a través de ligazón",
"Search conversations or users" : "Buscar conversas ou usuarios",
"You are currently waiting in the lobby" : "Actualmente está agardando ástrago.",
- "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Actualmente está agardando no ástrago. Esta xuntanza está programada para as {startTime}",
"Calls are not supported in your browser" : "O seu navegador non admite chamadas",
"Access to microphone is only possible with HTTPS" : "O acceso ao micrófono só é posíbel con HTTPS",
"Access to microphone was denied" : "Foi denegado o acceso ao micrófono",
@@ -829,7 +828,6 @@ OC.L10N.register(
"Message link copied to clipboard." : "A ligazón da mensaxe foi copiada ao portapapeis.",
"{stack} in {board}" : "{stack} en {board}",
"Deck Card" : "Tarxeta do Deck",
- "[Unknown username]" : "[Nome de usuario descoñecido]",
"Scroll to bottom" : "Desprazarse ata o final",
"Today" : "Hoxe",
"Yesterday" : "Onte",
@@ -1005,7 +1003,9 @@ OC.L10N.register(
"This conversation is read only" : "Esta conversa é só de lectura",
"Conversation, " : "Conversa.",
"Allow guests to join via link " : "Permitir que os convidados se unan a través de ligazón",
+ "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Actualmente está agardando no ástrago. Esta xuntanza está programada para as {startTime}",
"Remove" : "Retirar",
+ "[Unknown username]" : "[Nome de usuario descoñecido]",
"Bridge with other services" : "Ponte con outros servizos",
"More info on Matterbridge." : "Máis información en Matterbridge.",
"Enabled" : "Activado",
diff --git a/l10n/gl.json b/l10n/gl.json
index 6068d9b49..580503d48 100644
--- a/l10n/gl.json
+++ b/l10n/gl.json
@@ -786,8 +786,8 @@
"Link copied to the clipboard!" : "Ligazón copiada no portapapeis!",
"Create a new group conversation" : "Crear unha nova conversa en grupo",
"Password protect" : "Protexido con contrasinal",
- "Add participants" : "Engadir participantes",
"Create conversation" : "Crear conversa",
+ "Add participants" : "Engadir participantes",
"Close" : "Pechar",
"Choose a password" : "Escolla un contrasinal",
"Search participants" : "Buscar participantes",
@@ -795,7 +795,6 @@
"Allow guests to join via link" : "Permitir que os convidados se unan a través de ligazón",
"Search conversations or users" : "Buscar conversas ou usuarios",
"You are currently waiting in the lobby" : "Actualmente está agardando ástrago.",
- "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Actualmente está agardando no ástrago. Esta xuntanza está programada para as {startTime}",
"Calls are not supported in your browser" : "O seu navegador non admite chamadas",
"Access to microphone is only possible with HTTPS" : "O acceso ao micrófono só é posíbel con HTTPS",
"Access to microphone was denied" : "Foi denegado o acceso ao micrófono",
@@ -827,7 +826,6 @@
"Message link copied to clipboard." : "A ligazón da mensaxe foi copiada ao portapapeis.",
"{stack} in {board}" : "{stack} en {board}",
"Deck Card" : "Tarxeta do Deck",
- "[Unknown username]" : "[Nome de usuario descoñecido]",
"Scroll to bottom" : "Desprazarse ata o final",
"Today" : "Hoxe",
"Yesterday" : "Onte",
@@ -1003,7 +1001,9 @@
"This conversation is read only" : "Esta conversa é só de lectura",
"Conversation, " : "Conversa.",
"Allow guests to join via link " : "Permitir que os convidados se unan a través de ligazón",
+ "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Actualmente está agardando no ástrago. Esta xuntanza está programada para as {startTime}",
"Remove" : "Retirar",
+ "[Unknown username]" : "[Nome de usuario descoñecido]",
"Bridge with other services" : "Ponte con outros servizos",
"More info on Matterbridge." : "Máis información en Matterbridge.",
"Enabled" : "Activado",
diff --git a/l10n/he.js b/l10n/he.js
index 73576f0d9..c103ae350 100644
--- a/l10n/he.js
+++ b/l10n/he.js
@@ -468,21 +468,19 @@ OC.L10N.register(
"Link copied to the clipboard!" : "הקישור הועתק ללוח הגזירים!",
"Create a new group conversation" : "יצירת דיון קבוצתי חדש",
"Password protect" : "הגנה בססמה",
- "Add participants" : "הוספת משתתפים",
"Create conversation" : "יצירת דיון",
+ "Add participants" : "הוספת משתתפים",
"Close" : "סגירה",
"Choose a password" : "בחירת ססמה",
"Search participants" : "חיפוש משתתפים",
"Conversation name" : "שם דיון",
"You are currently waiting in the lobby" : "הנך בהמתנה בלובי",
- "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "בנך בהמתנה בלובי. פגישה זו זומנה ל־{startTime}",
"Calls are not supported in your browser" : "אין תמיכה בשיחות בדפדפן שלך",
"Access to microphone was denied" : "הגישה למיקרופון נדחתה",
"Microphone" : "מיקרופון",
"Camera" : "מצלמה",
"Reply" : "תגובה",
"Go to file" : "מעבר לקובץ",
- "[Unknown username]" : "[שם משתמש לא ידוע]",
"Today" : "היום",
"Yesterday" : "מחר",
"{relativeDate}, {absoluteDate}" : "{relativeDate}, {absoluteDate}",
@@ -561,7 +559,9 @@ OC.L10N.register(
"Enable video (v)" : "הפעלת וידאו (v)",
"Conversation, " : "דיון,",
"Allow guests to join via link " : "לאפשר לאורחים להצטרף דרך קישור",
+ "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "בנך בהמתנה בלובי. פגישה זו זומנה ל־{startTime}",
"Remove" : "הסרה",
+ "[Unknown username]" : "[שם משתמש לא ידוע]",
"Bridge with other services" : "גישור עם שירותים אחרים",
"More info on Matterbridge." : "מידע נוסף על Matterbridge.",
"Enabled" : "מופעל",
diff --git a/l10n/he.json b/l10n/he.json
index 91740c1b6..50657f5f7 100644
--- a/l10n/he.json
+++ b/l10n/he.json
@@ -466,21 +466,19 @@
"Link copied to the clipboard!" : "הקישור הועתק ללוח הגזירים!",
"Create a new group conversation" : "יצירת דיון קבוצתי חדש",
"Password protect" : "הגנה בססמה",
- "Add participants" : "הוספת משתתפים",
"Create conversation" : "יצירת דיון",
+ "Add participants" : "הוספת משתתפים",
"Close" : "סגירה",
"Choose a password" : "בחירת ססמה",
"Search participants" : "חיפוש משתתפים",
"Conversation name" : "שם דיון",
"You are currently waiting in the lobby" : "הנך בהמתנה בלובי",
- "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "בנך בהמתנה בלובי. פגישה זו זומנה ל־{startTime}",
"Calls are not supported in your browser" : "אין תמיכה בשיחות בדפדפן שלך",
"Access to microphone was denied" : "הגישה למיקרופון נדחתה",
"Microphone" : "מיקרופון",
"Camera" : "מצלמה",
"Reply" : "תגובה",
"Go to file" : "מעבר לקובץ",
- "[Unknown username]" : "[שם משתמש לא ידוע]",
"Today" : "היום",
"Yesterday" : "מחר",
"{relativeDate}, {absoluteDate}" : "{relativeDate}, {absoluteDate}",
@@ -559,7 +557,9 @@
"Enable video (v)" : "הפעלת וידאו (v)",
"Conversation, " : "דיון,",
"Allow guests to join via link " : "לאפשר לאורחים להצטרף דרך קישור",
+ "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "בנך בהמתנה בלובי. פגישה זו זומנה ל־{startTime}",
"Remove" : "הסרה",
+ "[Unknown username]" : "[שם משתמש לא ידוע]",
"Bridge with other services" : "גישור עם שירותים אחרים",
"More info on Matterbridge." : "מידע נוסף על Matterbridge.",
"Enabled" : "מופעל",
diff --git a/l10n/hr.js b/l10n/hr.js
index 5e34a0f97..1814e1ef0 100644
--- a/l10n/hr.js
+++ b/l10n/hr.js
@@ -846,8 +846,8 @@ OC.L10N.register(
"Link copied to the clipboard!" : "Poveznica je kopirana u međuspremnik!",
"Create a new group conversation" : "Stvori novi grupni razgovor",
"Password protect" : "Zaštita zaporkom",
- "Add participants" : "Dodaj sudionike",
"Create conversation" : "Stvori razgovor",
+ "Add participants" : "Dodaj sudionike",
"Close" : "Zatvori",
"Choose a password" : "Odaberite zaporku",
"Search participants" : "Pretraži sudionike",
@@ -855,7 +855,6 @@ OC.L10N.register(
"Allow guests to join via link" : "Dopusti pridruživanje gostiju putem pozivnice",
"Search conversations or users" : "Pretraži razgovore ili korisnike",
"You are currently waiting in the lobby" : "Trenutno čekate u predvorju",
- "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Trenutno čekate u predvorju. Sastanak počinje u {startTime}",
"Calls are not supported in your browser" : "Vaš preglednik ne podržava pozive",
"Access to microphone is only possible with HTTPS" : "Pristup mikrofonu moguć je samo putem HTTPS-a",
"Access to microphone was denied" : "Pristup mikrofonu je odbijen",
@@ -897,8 +896,6 @@ OC.L10N.register(
"Go to conversation" : "Idi na razgovor",
"Choose a conversation to forward the selected message." : "Odaberite razgovor u koji ćete proslijediti odabranu poruku.",
"Error while forwarding message" : "Pogreška pri prosljeđivanju poruke",
- "Open this location in Openstreetmap" : "Otvorite ovu lokaciju u aplikaciji Openstreetmap",
- "[Unknown username]" : "[Nepoznato korisničko ime]",
"Scroll to bottom" : "Pomakni se na dno",
"Today" : "Danas",
"Yesterday" : "Jučer",
@@ -1096,7 +1093,9 @@ OC.L10N.register(
"This conversation is read only" : "Ovaj razgovor je samo za čitanje",
"Conversation, " : "Razgovor, ",
"Allow guests to join via link " : "Dopusti pridruživanje gostiju putem pozivnice ",
+ "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Trenutno čekate u predvorju. Sastanak počinje u {startTime}",
"Remove" : "Ukloni",
+ "[Unknown username]" : "[Nepoznato korisničko ime]",
"Bridge with other services" : "Povezivanje s drugim servisima",
"More info on Matterbridge." : "Više informacija o Matterbridgeu.",
"Enabled" : "Omogućeno",
@@ -1126,6 +1125,7 @@ OC.L10N.register(
"Conversation \"{conversationName}\"" : "Razgovor „{conversationName}”",
"Settings for conversation \"{conversationName}\"" : "Postavke razgovora „{conversationName}”",
"You can not send messages to this conversation at the moment" : "Trenutno ne možete slati poruke u ovaj razgovor",
- "Add a description for this conversation" : "Dodaj opis ovog razgovora"
+ "Add a description for this conversation" : "Dodaj opis ovog razgovora",
+ "Open this location in Openstreetmap" : "Otvorite ovu lokaciju u aplikaciji Openstreetmap"
},
"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;");
diff --git a/l10n/hr.json b/l10n/hr.json
index fe4247862..29177e9e5 100644
--- a/l10n/hr.json
+++ b/l10n/hr.json
@@ -844,8 +844,8 @@
"Link copied to the clipboard!" : "Poveznica je kopirana u međuspremnik!",
"Create a new group conversation" : "Stvori novi grupni razgovor",
"Password protect" : "Zaštita zaporkom",
- "Add participants" : "Dodaj sudionike",
"Create conversation" : "Stvori razgovor",
+ "Add participants" : "Dodaj sudionike",
"Close" : "Zatvori",
"Choose a password" : "Odaberite zaporku",
"Search participants" : "Pretraži sudionike",
@@ -853,7 +853,6 @@
"Allow guests to join via link" : "Dopusti pridruživanje gostiju putem pozivnice",
"Search conversations or users" : "Pretraži razgovore ili korisnike",
"You are currently waiting in the lobby" : "Trenutno čekate u predvorju",
- "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Trenutno čekate u predvorju. Sastanak počinje u {startTime}",
"Calls are not supported in your browser" : "Vaš preglednik ne podržava pozive",
"Access to microphone is only possible with HTTPS" : "Pristup mikrofonu moguć je samo putem HTTPS-a",
"Access to microphone was denied" : "Pristup mikrofonu je odbijen",
@@ -895,8 +894,6 @@
"Go to conversation" : "Idi na razgovor",
"Choose a conversation to forward the selected message." : "Odaberite razgovor u koji ćete proslijediti odabranu poruku.",
"Error while forwarding message" : "Pogreška pri prosljeđivanju poruke",
- "Open this location in Openstreetmap" : "Otvorite ovu lokaciju u aplikaciji Openstreetmap",
- "[Unknown username]" : "[Nepoznato korisničko ime]",
"Scroll to bottom" : "Pomakni se na dno",
"Today" : "Danas",
"Yesterday" : "Jučer",
@@ -1094,7 +1091,9 @@
"This conversation is read only" : "Ovaj razgovor je samo za čitanje",
"Conversation, " : "Razgovor, ",
"Allow guests to join via link " : "Dopusti pridruživanje gostiju putem pozivnice ",
+ "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Trenutno čekate u predvorju. Sastanak počinje u {startTime}",
"Remove" : "Ukloni",
+ "[Unknown username]" : "[Nepoznato korisničko ime]",
"Bridge with other services" : "Povezivanje s drugim servisima",
"More info on Matterbridge." : "Više informacija o Matterbridgeu.",
"Enabled" : "Omogućeno",
@@ -1124,6 +1123,7 @@
"Conversation \"{conversationName}\"" : "Razgovor „{conversationName}”",
"Settings for conversation \"{conversationName}\"" : "Postavke razgovora „{conversationName}”",
"You can not send messages to this conversation at the moment" : "Trenutno ne možete slati poruke u ovaj razgovor",
- "Add a description for this conversation" : "Dodaj opis ovog razgovora"
+ "Add a description for this conversation" : "Dodaj opis ovog razgovora",
+ "Open this location in Openstreetmap" : "Otvorite ovu lokaciju u aplikaciji Openstreetmap"
},"pluralForm" :"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;"
} \ No newline at end of file
diff --git a/l10n/hu.js b/l10n/hu.js
index d401079d5..5db4d8650 100644
--- a/l10n/hu.js
+++ b/l10n/hu.js
@@ -803,7 +803,7 @@ OC.L10N.register(
"NickServ password" : "NickServ jelszó",
"Use TLS" : "TSL használata",
"Use SASL" : "SASL használata",
- "Tenant ID" : "Bérlő azonosító",
+ "Tenant ID" : "Ügyfél-azonosító",
"Client ID" : "Kliensazonosító",
"Team ID" : "Csapatazonosító",
"Thread ID" : "Szálazonosító",
@@ -816,31 +816,31 @@ OC.L10N.register(
"not running, check Matterbridge log" : "nem fut, ellenőrizze a Matterbridge naplóját",
"not running" : "nem fut",
"Bridge saved" : "Híd mentve",
- "Set the notification level for the current conversation. This will affect only the notifications you receive." : "Állítsa be az aktuális beszélgetés értesítési szintjét. Ez csak a kapott Ön által kapott értesítéseket érinti.",
- "Allow participants to join from a phone." : "A résztvevők telefonon is csatlakozhatnak.",
- "Enable SIP dial-in" : "A SIP betárcsázás engedélyezése",
- "SIP dial-in is now enabled" : "A SIP betárcsázás engedélyezve van",
- "SIP dial-in is now disabled" : "A SIP betárcsázás most le van tiltva",
- "Error occurred when enabling SIP dial-in" : "Hiba történt az SIP telefon engedélyezése során",
- "Error occurred when disabling SIP dial-in" : "Hiba történt az SIP telefon letiltásakor",
- "Cancel editing description" : "A leírás szerkesztésének megszakítása",
- "Submit conversation description" : "Küldje el a beszélgetés leírását",
- "Edit conversation description" : "A beszélgetés leírásának szerkesztése",
- "The description must be less than or equal to {maxLength} characters long. Your current text is {charactersCount} characters long." : "A leírásnak legfeljebb {maxLength} karakteres lehet. Jelenlegi szövege {charactersCount} karakter hosszú.",
+ "Set the notification level for the current conversation. This will affect only the notifications you receive." : "A jelenlegi beszélgetés értesítési szintjének beállítása. Ez csak az Ön által kapott értesítéseket érinti.",
+ "Allow participants to join from a phone." : "Engedélyezés, hogy a résztvevők telefonon is csatlakozhassanak.",
+ "Enable SIP dial-in" : "A SIP-es betárcsázás engedélyezése",
+ "SIP dial-in is now enabled" : "A SIP-es betárcsázás engedélyezett",
+ "SIP dial-in is now disabled" : "A SIP-es betárcsázás nem engedélyezett",
+ "Error occurred when enabling SIP dial-in" : "Hiba történt az SIP-es betárcsázás engedélyezése során",
+ "Error occurred when disabling SIP dial-in" : "Hiba történt az SIP-es betárcsázás letiltása során",
+ "Cancel editing description" : "Leírás szerkesztésének megszakítása",
+ "Submit conversation description" : "Beszélgetés leírásának elküldése",
+ "Edit conversation description" : "Beszélgetés leírásának szerkesztése",
+ "The description must be less than or equal to {maxLength} characters long. Your current text is {charactersCount} characters long." : "A leírás legfeljebb {maxLength} karakteres lehet. Jelenlegi szövege {charactersCount} karakter hosszú.",
"Mark as read" : "Megjelölés olvasottként",
"Remove from favorites" : "Eltávolítás a kedvencekből",
"Add to favorites" : "Hozzáadás a kedvencekhez ",
- "Joining conversation …" : "Csatlakozás a beszélgetéshez …",
+ "Joining conversation …" : "Csatlakozás a beszélgetéshez…",
"You: {lastMessage}" : "Ön: {lastMessage}",
"{actor}: {lastMessage}" : "{actor}: {lastMessage}",
"No matches" : "Nincs egyezés",
- "Conversation list" : "Beszélgetési lista",
+ "Conversation list" : "Beszélgetések listája",
"Open conversations" : "Beszélgetések megnyitása",
"Loading" : "Betöltés",
"No search results" : "Nincs találat",
"Groups" : "Csoportok",
"Circles" : "Körök",
- "Talk settings" : "Talk beállítások",
+ "Talk settings" : "Beszélgetés beállítások",
"Users, groups and circles" : "Felhasználók, csoportok és körök",
"Users and groups" : "Felhasználók és csoportok",
"Users and circles" : "Felhasználók és körök",
@@ -853,8 +853,8 @@ OC.L10N.register(
"Link copied to the clipboard!" : "Hivatkozás a vágólapra másolva!",
"Create a new group conversation" : "Új csoportbeszélgetés létrehozása",
"Password protect" : "Jelszóvédelem",
- "Add participants" : "Résztvevők hozzáadása",
"Create conversation" : "Beszélgetés létrehozása",
+ "Add participants" : "Résztvevők hozzáadása",
"Close" : "Bezárás",
"Choose a password" : "Válasszon jelszót",
"Search participants" : "Résztvevők keresése",
@@ -862,8 +862,9 @@ OC.L10N.register(
"Allow guests to join via link" : "A vendégek hivatkozással történő csatlakozásának engedélyezése",
"Search conversations or users" : "Beszélgetések vagy felhasználók keresése",
"You are currently waiting in the lobby" : "Ön jelenleg a váróban van",
- "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Ön jelenleg a váróban van. A találkozó ekkora van ütemezve: {startTime}",
- "Calls are not supported in your browser" : "A böngésződ nem támogatja a hívásokat",
+ "The meeting will start soon" : "Ez a találkozó hamarosan elkezdődik",
+ "This meeting is scheduled for {startTime}" : "A találkozó ekkorra van ütemezve: {startTime}",
+ "Calls are not supported in your browser" : "A böngészője nem támogatja a hívásokat",
"Access to microphone is only possible with HTTPS" : "A mikrofon hozzáférése csak HTTPS-en lehetséges",
"Access to microphone was denied" : "A mikrofon hozzáférése letiltva",
"Error while accessing microphone" : "Hiba történt a mikrofon elérésekor",
@@ -872,41 +873,39 @@ OC.L10N.register(
"Camera" : "Kamera",
"No microphone available" : "Nincs elérhető mikrofon",
"Select microphone" : "Válasszon mikrofont",
- "No camera available" : "Nem áll rendelkezésre fényképezőgép",
- "Select camera" : "Válassza ki a kamerát",
+ "No camera available" : "Nem áll rendelkezésre kamera",
+ "Select camera" : "Válasszon kamerát",
"Reply" : "Válasz",
"Reply privately" : "Válasz privátban",
- "Copy message link" : "Üzenetlink másolása",
+ "Copy message link" : "Üzenethivatkozás másolása",
"Mark as unread" : "Megjelölés olvasatlanként",
"Go to file" : "Ugrás a fájlhoz",
"Forward message" : "Üzenet továbbítása",
"Unread messages" : "Olvasatlan üzenetek",
"Sending message" : "Üzenet küldése",
"Message sent" : "Üzenet elküldve",
- "Message read by everyone who shares their reading status" : "Az üzenetet mindenki olvassa, aki megosztja olvasási állapotát",
+ "Message read by everyone who shares their reading status" : "Az üzenetet mindenki olvasta, aki megosztja az olvasási állapotát",
"Failed to send the message. Click to try again" : "Nem sikerült elküldeni az üzenetet. Kattintson az újrapróbálkozáshoz",
"Not enough free space to upload file" : "Nincs elég szabad hely a fájl feltöltéséhez",
"You are not allowed to share files" : "Nem oszthat meg fájlokat",
"You cannot send messages to this conversation at the moment" : "Jelenleg nem küldhet üzeneteket erre a beszélgetésre",
"Deleting message" : "Üzenet törlése",
- "Message deleted successfully, but Matterbridge is configured and the message might already be distributed to other services" : "Az üzenet törlése sikeresen megtörtént, de a Matterbridge-t beállították, így előfordulhat, hogy az üzenetet más szolgáltatásokkal már kézbesítették",
+ "Message deleted successfully, but Matterbridge is configured and the message might already be distributed to other services" : "Az üzenet törlése sikeresen megtörtént, de Matterbridge van beállítva, így előfordulhat, hogy az üzenetet már kézbesítették más szolgáltatásoknak",
"Message deleted successfully" : "Az üzenet törölve",
"Message could not be deleted because it is too old" : "Az üzenetet nem sikerült törölni, mert túl régi",
"Only normal chat messages can be deleted" : "Csak a normál csevegési üzeneteket lehet törölni",
- "An error occurred while deleting the message" : "Hiba történt az üzenet törlése közben",
- "Message link copied to clipboard." : "Az üzenet linkje a vágólapra másolva.",
+ "An error occurred while deleting the message" : "Hiba történt az üzenet törlése során",
+ "Message link copied to clipboard." : "Az üzenet hivatkozása a vágólapra másolva.",
"Your browser does not support playing audio files" : "A böngészője nem támogatja a hangfájlok lejátszását.",
"Contact" : "Kapcsolat",
"{stack} in {board}" : "{stack} itt: {board}",
- "Deck Card" : "Deck kártya",
+ "Deck Card" : "Kártya",
"Remove {fileName}" : "{fileName} eltávolítása",
"The message has been forwarded to {selectedConversationName}" : "Az üzenet továbbításra került ide: {selectedConversationName}",
"Go to conversation" : "Ugrás a beszélgetéshez",
"Choose a conversation to forward the selected message." : "Válasszon egy beszélgetést a kiválasztott üzenet továbbításához.",
"Error while forwarding message" : "Hiba az üzenet továbbítása során",
- "Open this location in Openstreetmap" : "Hely megnyitása az OpenStreetMap-en",
- "[Unknown username]" : "[Ismeretlen felhasználónév]",
- "Scroll to bottom" : "Görgessen az aljára",
+ "Scroll to bottom" : "Görgetés az aljára",
"Today" : "Ma",
"Yesterday" : "Tegnap",
"{relativeDate}, {absoluteDate}" : "{relativeDate}, {absoluteDate}",
@@ -917,39 +916,39 @@ OC.L10N.register(
"Microphone either not available or disabled in settings" : "A mikrofon nem érhető el, vagy le lett tiltva a beállításokban",
"Error while recording audio" : "Hiba a hang felvétele során",
"Talk recording from {time} ({conversation})" : "Beszélgetés felvétele ekkorról: {time} ({conversation})",
- "Share files to the conversation" : "Fájlok megosztása a beszélgetésbe",
+ "Share files to the conversation" : "Fájlok megosztása a beszélgetéssel",
"Upload new files" : "Új fájlok feltöltése",
- "Share from Files" : "Megosztás a fájlokból",
- "Add emoji" : "Emoji hozzáadása",
+ "Share from Files" : "Megosztás a Fájlokból",
+ "Add emoji" : "Emodzsi hozzáadása",
"Send message" : "Üzenet küldése",
"File to share" : "Fájl megosztása",
"This conversation has been locked" : "A beszélgetés zárolva van",
"Write message, @ to mention someone …" : "Írjon üzenetet, @ ha meg akar valakit említeni…",
"Invalid path selected" : "Érvénytelen útvonal kiválasztva",
- "Disable lobby" : "Az előcsarnok letiltása",
+ "Disable lobby" : "A váró letiltása",
"moderator" : "moderátor",
"bot" : "bot",
"guest" : "vendég",
"Dial-in PIN" : "Telefonos PIN",
"Demote from moderator" : "Lefokozás moderátorról",
- "Promote to moderator" : "Moderátorrá kinevezés",
+ "Promote to moderator" : "Kinevezés moderátorrá",
"Resend invitation" : "Meghívó újraküldése",
"Remove group and members" : "Csoport és a tagok eltávolítása",
"Remove participant" : "Résztvevő eltávolítása",
- "Settings for participant \"{user}\"" : "A(z) \"{user}\" résztvevő beállításai",
- "Add participant \"{user}\"" : "\"{User}\" résztvevő hozzáadása",
- "Participant \"{user}\"" : "\"{User}\" résztvevő",
- "Joined with audio" : "Csatlakozott hanggal",
- "Joined with video" : "Csatlakozott videóval",
+ "Settings for participant \"{user}\"" : "„{user}” résztvevő beállításai",
+ "Add participant \"{user}\"" : "„{user}” résztvevő hozzáadása",
+ "Participant \"{user}\"" : "„{user}” résztvevő",
+ "Joined with audio" : "Hanggal csatlakozott ",
+ "Joined with video" : "Videóval csatlakozott",
"Joined via phone" : "Telefonon csatlakozott",
"Raised their hand" : "Felemelték a kezüket",
- "Invitation was sent to {actorId}." : "A meghívót elküldtük a következőnek: {actorId}.",
+ "Invitation was sent to {actorId}." : "Meghívó elküldve a következőnek: {actorId}.",
"Could not send invitation to {actorId}" : "Nem sikerült elküldeni a meghívót a következőnek: {actorId}",
"Add users" : "Felhasználók hozzáadása",
"Add groups" : "Csoportok hozzáadása",
"Add emails" : "E-mailek hozzáadása",
"Add circles" : "Körök hozzáadása",
- "Searching …" : "Keresés …",
+ "Searching …" : "Keresés…",
"No results" : "Nincs találat",
"Search for more users" : "További felhasználók keresése",
"Add users, groups or circles" : "Felhasználók, csoportok vagy körök hozzáadása",
@@ -958,33 +957,33 @@ OC.L10N.register(
"Add groups or circles" : "Csoportok vagy körök kozzáadása",
"Add other sources" : "További források hozzáadása",
"Participants" : "Résztvevők",
- "Search or add participants" : "Keressen vagy adjon hozzá résztvevőket",
- "An error occurred while adding the participants" : "Hiba történt a résztvevők hozzáadása közben",
- "An error occurred while fetching the participants" : "Hiba történt a résztvevők letöltése közben",
+ "Search or add participants" : "Résztvevők keresése vagy hozzáadása",
+ "An error occurred while adding the participants" : "Hiba történt a résztvevők hozzáadása során",
+ "An error occurred while fetching the participants" : "Hiba történt a résztvevők letöltése során",
"Chat" : "Csevegés",
"Details" : "Részletek",
"Meeting ID: {meetingId}" : "Megbeszélés azonosító: {meetingId}",
- "Your PIN: {attendeePin}" : "PIN-kódja: {attendeePin}",
+ "Your PIN: {attendeePin}" : "Az Ön PIN-kódja: {attendeePin}",
"Display name: " : "Megjelenítendő név: ",
"Choose devices" : "Válasszon eszközöket",
"Attachments folder" : "Mellékletek mappa",
"Privacy" : "Adatvédelem",
- "Share my read-status and show the read-status of others" : "Oszd meg az olvasási állapotomat, és mutasd meg mások olvasási állapotát",
- "Sounds" : "Hang",
+ "Share my read-status and show the read-status of others" : "Olvasási állapot megosztása, és a mások olvasási állapotának megjelenítése",
+ "Sounds" : "Hangok",
"Play sounds when participants join or leave a call" : "Hangjelzések lejátszása, amikor a résztvevők csatlakoznak, vagy elhagyják a hívást",
- "Sounds can currently not be played in Safari browser and iPad and iPhone devices due to technical restrictions by the manufacturer." : "A hangokat a gyártó technikai korlátozásai miatt jelenleg nem lehet lejátszani a Safari böngészőben, valamint iPad és iPhone eszközökön.",
+ "Sounds can currently not be played in Safari browser and iPad and iPhone devices due to technical restrictions by the manufacturer." : "A hangokat a gyártó műszaki korlátozásai miatt jelenleg nem lehet lejátszani Safari böngészőben, valamint iPad és iPhone eszközökön.",
"Keyboard shortcuts" : "Gyorsbillentyűk",
- "Speed up your Talk experience with these quick shortcuts." : "Ezekkel a billentyűparancsokkal felpörgetheti a beszélgetés élményét.",
- "Focus the chat input" : "Fókusz a csevegés beviteli mezőn",
- "Unfocus the chat input to use shortcuts" : "A billentyűparancsok használatához hagyja el a csevegés beviteli mezőt",
- "Fullscreen the chat or call" : "A csevegés vagy a hívás teljes képernyős megjelenítése",
+ "Speed up your Talk experience with these quick shortcuts." : "Ezekkel a billentyűparancsokkal felpörgetheti a Beszélgetés élményét.",
+ "Focus the chat input" : "Fókusz a csevegés beviteli mezőjére",
+ "Unfocus the chat input to use shortcuts" : "A billentyűparancsok használatához hagyja el a csevegés beviteli mezőjét",
+ "Fullscreen the chat or call" : "A csevegés vagy hívás teljes képernyős megjelenítése",
"Search" : "Keresés",
"Shortcuts while in a call" : "Billenyűparancsok hívás közben",
"Video on and off" : "Videó be- és kikapcsolása",
- "Microphone on and off" : "A mikrofon be- és kikapcsolása",
+ "Microphone on and off" : "Mikrofon be- és kikapcsolása",
"Space bar" : "Szóköz",
- "Push to talk or push to mute" : "Nyomja meg a beszélgetést vagy a némítást",
- "Raise or lower hand" : "Emelje fel vagy engedje le a kezét",
+ "Push to talk or push to mute" : "Lenyomásra történő beszéd vagy némítás",
+ "Raise or lower hand" : "Kéz felemelése vagy leengedése",
"Choose the folder in which attachments should be saved." : "Válassza ki, hogy mely mappába legyenek mentve a mellékletek.",
"Select location for attachments" : "Válassza ki a mellékletek helyét",
"Error while setting attachment folder" : "Hiba a mellékletek mappa beállításakor",
@@ -994,7 +993,7 @@ OC.L10N.register(
"Sounds setting saved" : "Hangbeállítás mentve",
"Error while saving sounds setting" : "Hiba a hangbeállítások mentése során",
"Start call" : "Hívás indítása",
- "Nextcloud Talk was updated, you need to reload the page before you can start or join a call." : "A Nextcloud Talk frissült, újra kell töltenie az oldalt, mielőtt elindíthatna vagy csatlakozhatna egy híváshoz.",
+ "Nextcloud Talk was updated, you need to reload the page before you can start or join a call." : "A Nextcloud Beszélgetés frissült, újra kell töltenie az oldalt, mielőtt hívást indíthatna vagy csatlakozhatna egyhez.",
"You will be able to join the call only after a moderator starts it." : "Csak akkor csatlakozhat a híváshoz, ha azt egy moderátor elindítja.",
"Conversation actions" : "Beszélgetési műveletek",
"Toggle fullscreen" : "Teljes képernyőre váltás",
@@ -1002,14 +1001,14 @@ OC.L10N.register(
"Mute others" : "Mások elnémítása",
"Exit fullscreen (F)" : "Kilépés a teljes képernyős módból (F)",
"Fullscreen (F)" : "Teljes képernyő (F)",
- "Speaker view" : "Hangszóró nézet",
+ "Speaker view" : "Beszélő nézet",
"Grid view" : "Rács nézet",
"You have new unread messages in the chat." : "Olvasatlan üzenetek vannak a csevegésben.",
"You have been mentioned in the chat." : "Megemlítették a csevegésben.",
- "Send" : "Küld",
+ "Send" : "Küldés",
"Add more files" : "Több fájl hozzáadása",
"No unread mentions" : "Nincsenek olvasatlan említések",
- "Say hi to your friends and colleagues!" : "Üdvözöld a barátaidat és munkatársaidat!",
+ "Say hi to your friends and colleagues!" : "Köszönjön a barátainak és munkatársainak!",
"Start a conversation" : "Beszélgetés indítása",
"You were mentioned" : "Megemlítették Önt",
"Message without mention" : "Üzenet megemlítés nélkül",
@@ -1018,30 +1017,30 @@ OC.L10N.register(
"The conversation does not exist" : "A beszélgetés nem létezik",
"Join a conversation or start a new one!" : "Csatlakozzon egy beszélgetéshez, vagy indítson egy újat!",
"No conversations found" : "Nem található beszélgetés",
- "Select conversation" : "Válassza ki a beszélgetést",
- "Link to a conversation" : "Link egy beszélgetéshez",
- "You joined the conversation in another window or device. This is currently not supported by Nextcloud Talk so this session was closed." : "Csatlakozott a beszélgetéshez egy másik ablakban vagy eszközön. Ezt a Nextcloud Talk jelenleg nem támogatja, ezért ezt a munkamenetet lezárták.",
+ "Select conversation" : "Válasszon beszélgetést",
+ "Link to a conversation" : "Hivatkozás egy beszélgetéshez",
+ "You joined the conversation in another window or device. This is currently not supported by Nextcloud Talk so this session was closed." : "Csatlakozott a beszélgetéshez egy másik ablakban vagy eszközön. Ezt a Nextcloud Beszélgetés jelenleg nem támogatja, ezért ezt a munkamenetet lezárták.",
"Join a conversation or start a new one" : "Csatlakozzon egy beszélgetéshez vagy indítson egy újat",
- "Deck card has been posted to the selected <a href=\"{link}\">conversation</a>." : "A Deck kártyát elküldték a kiválasztott <a href=\"{link}\"> beszélgetésbe </a>.",
+ "Deck card has been posted to the selected <a href=\"{link}\">conversation</a>." : "A kártya elküldve a kiválasztott <a href=\"{link}\">beszélgetésbe</a>.",
"No permission to post messages in this conversation" : "Nincs jogosultsága megjegyzést fűzni a beszélgetéshez",
- "An error occurred while posting deck card to conversation." : "Hiba történt a deck kártya beszélgetésbe való elküldése során.",
- "Post to a conversation" : "Bejegyzés a beszélgetésbe",
- "Post to conversation" : "Bejegyzés a beszélgetésbe",
- "The browser you're using is not fully supported by Nextcloud Talk. Please use the latest version of Mozilla Firefox, Microsoft Edge, Google Chrome, Opera or Apple Safari." : "A Nextcloud Talk nem támogatja teljes mértékben az Ön által használt böngészőt. Kérjük, használja a Mozilla Firefox, a Microsoft Edge, a Google Chrome vagy az Apple Safari legújabb verzióját.",
- "Nextcloud Talk was updated, please reload the page" : "A Nextcloud Talk frissült, kérjük, töltse újra az oldalt",
+ "An error occurred while posting deck card to conversation." : "Hiba történt a kártya beszélgetésbe küldése során.",
+ "Post to a conversation" : "Elküldés egy beszélgetésbe",
+ "Post to conversation" : "Elküldés egy beszélgetésbe",
+ "The browser you're using is not fully supported by Nextcloud Talk. Please use the latest version of Mozilla Firefox, Microsoft Edge, Google Chrome, Opera or Apple Safari." : "A Nextcloud Beszélgetés nem támogatja teljes mértékben az Ön által használt böngészőt. Használja a Mozilla Firefox, a Microsoft Edge, a Google Chrome vagy az Apple Safari legújabb verzióját.",
+ "Nextcloud Talk was updated, please reload the page" : "A Nextcloud Beszélgetés frissült, töltse újra az oldalt",
"Do not disturb" : "Ne zavarjanak",
"Away" : "Távol",
- "Error while sharing file" : "Hiba a fájl megosztása közben",
+ "Error while sharing file" : "Hiba a fájl megosztása során",
"Error while clearing conversation history" : "Hiba a beszélgetés előzményeinek törlése során",
- "Not enough free space to upload file \"{fileName}\"" : "Nincs elég szabad hely a(z) \"fileName}\" fájl feltöltéséhez",
- "Error while uploading file \"{fileName}\"" : "Hiba történt a(z) \"{fileName}\" fájl feltöltésekor",
+ "Not enough free space to upload file \"{fileName}\"" : "Nincs elég szabad hely a(z) „{fileName}” fájl feltöltéséhez",
+ "Error while uploading file \"{fileName}\"" : "Hiba történt a(z) „{fileName}” fájl feltöltésekor",
"An error happened when trying to share your file" : "Hiba történt a fájl megosztása során",
"Could not post message: {errorMessage}" : "Nem sikerült elküldeni az üzenetet: {errorMessage}",
"Failed to join the conversation. Try to reload the page." : "Nem sikerült csatlakozni a beszélgetéshez. Próbálja meg újratölteni az oldalt.",
- "You are trying to join a conversation while having an active session in another window or device. This is currently not supported by Nextcloud Talk. What do you want to do?" : "Csatlakozni próbál egy beszélgetéshez, miközben aktív munkamenetet folytat egy másik ablakban vagy eszközön. Ezt a Nextcloud Talk jelenleg nem támogatja. Mit szeretne tenni?",
+ "You are trying to join a conversation while having an active session in another window or device. This is currently not supported by Nextcloud Talk. What do you want to do?" : "Csatlakozni próbál egy beszélgetéshez, miközben aktív munkamenetet folytat egy másik ablakban vagy eszközön. Ezt a Nextcloud Beszélgetés jelenleg nem támogatja. Mit szeretne tenni?",
"Join here" : "Csatlakozás",
- "Leave this page" : "Az oldalt elhagyása",
- "Nextcloud is in maintenance mode, please reload the page" : "A Nextcloud karbantartási módban van, kérjük, töltse újra az oldalt",
+ "Leave this page" : "Oldal elhagyása",
+ "Nextcloud is in maintenance mode, please reload the page" : "A Nextcloud karbantartási módban van, töltse újra az oldalt",
"Sending signaling message has failed." : "A jelző üzenet küldése sikertelen.",
"Lost connection to signaling server. Trying to reconnect." : "Megszakadt a kapcsolat a jelzőkiszolgálóval. Újracsatlakozás kísérlete.",
"Lost connection to signaling server. Try to reload the page manually." : "Megszakadt a kapcsolat a jelzőkiszolgálóval. Próbálja meg kézzel újratölteni az oldalt.",
@@ -1049,45 +1048,45 @@ OC.L10N.register(
"Failed to establish signaling connection. Retrying …" : "Nem sikerült létrehozni a jelzőkapcsolatot. Újrapróbálkozás…",
"Failed to establish signaling connection. Something might be wrong in the signaling server configuration" : "Nem sikerült létrehozni a jelzőkapcsolatot. Valami hibás lehet a jelzőkiszolgáló beállításaiban.",
"Default" : "Alapértelmezett",
- "Microphone {number}" : "Mikrofon {number}",
- "Camera {number}" : "Kamera {number}",
- "Speaker {number}" : "Hangszóró {number}",
- "You seem to be talking while muted, please unmute yourself for others to hear you" : "Úgy tűnik, hogy némán beszél, kérjük oldja fel a némítást, hogy mások meghallják",
- "Could not establish a connection with at least one participant. A TURN server might be needed for your scenario. Please ask your administrator to set one up following {linkstart}this documentation{linkend}." : "Nem sikerült kapcsolatot létesíteni legalább egy résztvevővel. Szükség lehet egy TURN szerverre a művelethez. Kérjük, kérje meg rendszergazdáját, hogy állítson be egyet {linkstart} ezen dokumentáció {linkend} segítségével.",
+ "Microphone {number}" : "{number}. mikrofon",
+ "Camera {number}" : "{number}. kamera",
+ "Speaker {number}" : "{number}. hangszóró",
+ "You seem to be talking while muted, please unmute yourself for others to hear you" : "Úgy tűnik, hogy némítva beszél, oldja fel a némítást, hogy mások is hallják",
+ "Could not establish a connection with at least one participant. A TURN server might be needed for your scenario. Please ask your administrator to set one up following {linkstart}this documentation{linkend}." : "Nem sikerült kapcsolatot létesíteni legalább egy résztvevővel. TURN kiszolgálóra lehet szükség a művelethez. Kérje meg a rendszergazdáját, hogy állítson be egyet {linkstart}ezen dokumentáció{linkend} segítségével.",
"This is taking longer than expected. Are the media permissions already granted (or rejected)? If yes please restart your browser, as audio and video are failing" : "Ez a vártnál hosszabb időt vesz igénybe. A média engedélyeket már megadta (vagy elutasította)? Ha igen, indítsa újra a böngészőt, mivel a hang és a videó meghibásodott",
"Access to microphone & camera is only possible with HTTPS" : "A mikrofon és a kamera hozzáférése csak HTTPS-en lehetséges",
- "Please move your setup to HTTPS" : "Kérlek váltsd a konfigurációdat HTTPS-re",
+ "Please move your setup to HTTPS" : "Váltson HTTPS-re",
"Access to microphone & camera was denied" : "A kamera és a mikrofon hozzáférése letiltva",
- "WebRTC is not supported in your browser" : "A böngésződ nem támogatja a WebRTC-t",
- "Please use a different browser like Firefox or Chrome" : "Kérlek használj másik böngészőt pl Firefoxot vagy Chrome-ot",
+ "WebRTC is not supported in your browser" : "A böngészője nem támogatja a WebRTC-t",
+ "Please use a different browser like Firefox or Chrome" : "Használjon másik böngészőt, például Firefoxot vagy Chrome-ot",
"Error while accessing microphone & camera" : "Hiba a kamera és a mikrofon hozzáférésekor",
"This conversation is password-protected" : "Ez a beszélgetés jelszóval védett",
- "The password is wrong. Try again." : "Hibás jelszó, próbáld újra.",
+ "The password is wrong. Try again." : "Hibás jelszó. Próbálja újra.",
"Specify commands the users can use in chats" : "Adja meg a felhasználók által a csevegésekben használható parancsokat",
"TURN server" : "TURN kiszolgáló",
- "The TURN server is used to proxy the traffic from participants behind a firewall." : "A TURN szervert használjuk a proxyként a tűzfal mögötti felhasználókhoz.",
+ "The TURN server is used to proxy the traffic from participants behind a firewall." : "A TURN kiszolgáló arra való, hogy továbbítsa a tűzfal mögött lévő felhasználók forgalmát.",
"Signaling servers" : "Jelzőkiszolgálók",
"An external signaling server can optionally be used for larger installations. Leave empty to use the internal signaling server." : "Nagyobb telepítések esetén egy külső üzemeltetésű jelzőkiszolgáló is használható. A belső jelzőkiszolgáló használatához hagyja üresen.",
"%s Talk on your mobile devices" : "%s Beszélgetés a mobileszközein",
"Join conversations at any time, anywhere, on any device." : "Csatlakozzon a beszélgetésekhez bármikor, bárhol és bármilyen eszközön.",
- "Android app" : "Android alkalmazás",
- "iOS app" : "iOS alkalmazás",
+ "Android app" : "androidos alkalmazás",
+ "iOS app" : "iOS-es alkalmazás",
"New in Talk 6" : "A Beszélgetés 6 újdonságai",
"- One-to-one conversations are now persistent and can not be turned into group conversations by accident anymore. Also when one of the participants leaves the conversation, the conversation is not automatically deleted anymore. Only if both participants leave, the conversation is deleted from the server" : "- A négyszemközti beszélgetések most már tartósak, és nem lehet véletlenül csoportos beszélgetéssé alakítani őket. Emellett ha egy résztvevő elhagyja a beszélgetést, akkor most már nem kerül automatikusan törlésre. Csak ha mindkét fél elhagyja a beszélgetést, akkor kerül törlésre a kiszolgálóról",
"New in Talk 7" : "A Beszélgetés 7 újdonságai",
- "New in Talk 8" : "A Talk 8 újdonságai",
- "New in Talk 9" : "Új a 9. beszélgetésben",
- "New in Talk 10" : "Új 10. beszélgetésben",
- "{actor} set up Matterbridge to synchronize this conversation with other chats." : "{actor} beállította a Matterbridge-t, hogy szinkronizálja ezt a beszélgetést más beszélgetésekkel.",
- "You set up Matterbridge to synchronize this conversation with other chats." : "Beállította a Matterbridge-t, hogy szinkronizálja ezt a beszélgetést más beszélgetésekkel.",
- "{actor} updated the Matterbridge configuration." : "{actor} frissítette ezt az eseményt a Matterbridge beállításokat.",
- "You updated the Matterbridge configuration." : "Frissítette a Matterbridge beállításokat.",
+ "New in Talk 8" : "A Beszélgetés 8 újdonságai",
+ "New in Talk 9" : "A Beszélgetés 9 újdonságai",
+ "New in Talk 10" : "A Beszélgetés 10 újdonságai",
+ "{actor} set up Matterbridge to synchronize this conversation with other chats." : "{actor} beállította a Matterbridge-dzset, hogy szinkronizálja ezt a beszélgetést más beszélgetésekkel.",
+ "You set up Matterbridge to synchronize this conversation with other chats." : "Beállította a Matterbridge-dzset, hogy szinkronizálja ezt a beszélgetést más beszélgetésekkel.",
+ "{actor} updated the Matterbridge configuration." : "{actor} frissítette a Matterbridge beállításait.",
+ "You updated the Matterbridge configuration." : "Frissítette a Matterbridge beállításait.",
"{actor} removed the Matterbridge configuration." : "{actor} eltávolította a Matterbridge beállításait.",
"You removed the Matterbridge configuration." : "Eltávolította a Matterbridge beállításait.",
"{user} wants to talk with you" : "{user} beszélni szeretne Önnel",
"Chat, video & audio-conferencing using WebRTC\n\n* 💬 **Chat integration!** Nextcloud Talk comes with a simple text chat. Allowing you to share files from your Nextcloud and mentioning other participants.\n* 👥 **Private, group, public and password protected calls!** Just invite somebody, a whole group or send a public link to invite to a call.\n* 💻 **Screen sharing!** Share your screen with participants of your call. You just need to use Firefox version 52 (or newer), latest Edge or Chrome 49 (or newer) with this [Chrome extension](https://chrome.google.com/webstore/detail/screensharing-for-nextclo/kepnpjhambipllfmgmbapncekcmabkol).\n* 🚀 **Integration with other Nextcloud apps** like Files, Contacts and Deck. More to come.\n\nAnd in the works for the [coming versions](https://github.com/nextcloud/spreed/milestones/):\n* ✋ [Federated calls](https://github.com/nextcloud/spreed/issues/21), to call people on other Nextclouds" : "Csevegés, video- és audiokonferencia WebRTC segítségével\n\n* 💬 **Csevegés-integráció!** A Nextcloud Beszélgetés egy egyszerű szöveges csevegővel érkezik. Lehetővé teszi a fájlok megosztását a Nextcloudról, és megemlíthetők a résztvevők.\n* 👥 **Privát, csoportos, nyilvános és jelszóval védett hívások!** Csak hívjon meg valakit, egy teljes csoportot vagy küldjön nyilvános hivatkozást, hogy meghívjon valakit egy hívásba.\n* 💻 **Képernyőmegosztás!** A képernyője megosztása a hívás résztvevőivel. Csak a Firefox 52-es (vagy újabb) verziójára van szüksége, a legfrissebb Edge-re vagy a Chrome 49-es (vagy újabb) verziójára, ezzel a [Chrome kiegészítővel](https://chrome.google.com/webstore/detail/screensharing-for-nextclo/kepnpjhambipllfmgmbapncekcmabkol).\n* 🚀 **Integráció a többi Nextcloud alkalmazással,** mint a Fájlok, Névjegyek vagy a Kártyák. Továbbiak készülőben.\n\nÉs készülőben az [elkövetkező verziókhoz](https://github.com/nextcloud/spreed/milestones/):\n* ✋ [Föderált hívások](https://github.com/nextcloud/spreed/issues/21), hogy más Nextcloud példányokon lévő felhasználókat hívhasson",
"Users that can not use Talk anymore will still be listed as participants in their previous conversations and also their chat messages will be kept." : "Azok a felhasználók, akik már nem tudják tovább használni a Beszélgetést, továbbra is résztvevőként lesznek felsorolva a korábbi beszélgetéseikben, és a csevegőüzeneteik is meg lesznek tartva.",
- "E-mail of the user" : "A felhasználó e-mail címe",
+ "E-mail of the user" : "A felhasználó e-mail-címe",
"Error: Can not connect to server" : "Hiba: Nem lehet csatlakozni a kiszolgálóhoz",
"UDP and TCP" : "UDP és TCP",
"UDP only" : "csak UDP",
@@ -1103,36 +1102,39 @@ OC.L10N.register(
"This conversation is read only" : "Ez a beszélgetés csak olvasható",
"Conversation, " : "Beszélgetés,",
"Allow guests to join via link " : "A vendégek hivatkozással történő csatlakozásának engedélyezése",
+ "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Ön jelenleg a váróban van. A találkozó ekkora van ütemezve: {startTime}",
"Remove" : "Eltávolítás",
- "Bridge with other services" : "Híd más szolgáltatásokkal",
- "More info on Matterbridge." : "Bővebben a Matterbridge-ről.",
+ "[Unknown username]" : "[Ismeretlen felhasználónév]",
+ "Bridge with other services" : "Összekötés más szolgáltatásokkal",
+ "More info on Matterbridge." : "További információk a Matterbridge-ről.",
"Enabled" : "Engedélyezve",
"Show matterbridge log" : "Matterbridge napló megjelenítése",
- "User name or e-mail address" : "Felhasználónév vagy e-mail cím",
- "Add new bridged channel" : "Új áthidalt csatorna hozzáadása",
+ "User name or e-mail address" : "Felhasználónév vagy e-mail-cím",
+ "Add new bridged channel" : "Új összekötött csatorna hozzáadása",
"Participant settings" : "Résztvevő beállításai",
"Add participants to the conversation" : "Résztvevők felvétele a beszélgetésbe",
"Choose in which folder attachments should be saved." : "Válassza ki, hogy a mellékleteket melyik mappába szeretné menteni.",
"Share link" : "Megosztás hivatkozással",
"Exit fullscreen (f)" : "Kilépés a teljes képernyős módból (f)",
"Fullscreen (f)" : "Teljes képernyő (f)",
- "The browser you're using is not fully supported by Nextcloud Talk. Please use the latest version of Mozilla Firefox, Microsoft Edge, Google Chrome or Apple Safari." : "A Nextcloud Talk nem támogatja teljes mértékben az Ön által használt böngészőt. Kérjük, használja a Mozilla Firefox, a Microsoft Edge, a Google Chrome vagy az Apple Safari legújabb verzióját.",
- "Error while uploading file" : "Hiba a fájl feltöltése közben",
- "Use speaker view" : "Használja a hangszóró nézetet",
- "Too many videos to fit in the window. Maximize the window or switch to \"speaker view\" for a better experience." : "Túl sok videó van az ablakban. A jobb élmény érdekében maximalizálja az ablakot, vagy váltson „hangszóró nézetre”.",
- "{actor} set the description to \"%1$s\"" : "{actor} beállította a leírást a következőre: \"%1$s\"",
- "You set the description to \"%1$s\"" : "A leírást \"%1$s\" értékre állította",
- "An administrator set the description to \"%1$s\"" : "Egy rendszergazda a leírást \"%1$s\" értékre állította",
- "{actor} started Matterbridge." : "{actor} elindította a Matterbridge-t.",
- "You started Matterbridge." : "Elindította a Matterbridge-t.",
- "{actor} stopped Matterbridge." : "{actor} leállította a Matterbridge-t.",
- "You stopped Matterbridge." : "Megállította Matterbridge-t.",
- "A TURN server is used to proxy the traffic from participants behind a firewall. If individual participants can not connect to others a TURN server is most likely required. See {linkstart}this documentation{linkend} for setup instructions." : "A TURN kiszolgáló a tűzfal mögött lévő résztvevők forgalmának proxyzására szolgál. Ha az egyes résztvevők nem tudnak csatlakozni másokhoz, akkor valószínűleg TURN kiszolgálóra van szükség. A telepítési utasításokért lásd {linkstart}ezt a dokumentációt{linkend}.",
+ "The browser you're using is not fully supported by Nextcloud Talk. Please use the latest version of Mozilla Firefox, Microsoft Edge, Google Chrome or Apple Safari." : "A Nextcloud Beszélgetés nem támogatja teljes mértékben az Ön által használt böngészőt. Használja a Mozilla Firefox, a Microsoft Edge, a Google Chrome vagy az Apple Safari legújabb verzióját.",
+ "Error while uploading file" : "Hiba a fájl feltöltése során",
+ "Use speaker view" : "A beszélő nézet használata",
+ "Too many videos to fit in the window. Maximize the window or switch to \"speaker view\" for a better experience." : "Túl sok videó van az ablakban. A jobb élmény érdekében maximalizálja az ablakot, vagy váltson „beszélő nézetre”.",
+ "{actor} set the description to \"%1$s\"" : "{actor} erre állította a leírást „%1$s”",
+ "You set the description to \"%1$s\"" : "Erre állította a leírást: „%1$s”",
+ "An administrator set the description to \"%1$s\"" : "Egy rendszergazda erre állította a leírást: „%1$s”",
+ "{actor} started Matterbridge." : "{actor} elindította a Matterbridge-dzset.",
+ "You started Matterbridge." : "Elindította a Matterbridge-dzset.",
+ "{actor} stopped Matterbridge." : "{actor} leállította a Matterbridge-dzset.",
+ "You stopped Matterbridge." : "Leállította Matterbridge-dzset.",
+ "A TURN server is used to proxy the traffic from participants behind a firewall. If individual participants can not connect to others a TURN server is most likely required. See {linkstart}this documentation{linkend} for setup instructions." : "A TURN kiszolgáló a tűzfal mögött lévő résztvevők forgalmának továbbítására szolgál. Ha az egyes résztvevők nem tudnak csatlakozni másokhoz, akkor valószínűleg TURN kiszolgálóra van szükség. A telepítési utasításokért lásd {linkstart}ezt a dokumentációt{linkend}.",
"Lower hand" : "Kéz letétele",
- "Raise hand" : "Kezet felemel",
- "Conversation \"{conversationName}\"" : "\"{conversationName}\" beszélgetés",
- "Settings for conversation \"{conversationName}\"" : "\"{conversationName}\" beszélgetés beállításai",
+ "Raise hand" : "Kéz felemelése",
+ "Conversation \"{conversationName}\"" : "„{conversationName}” beszélgetés",
+ "Settings for conversation \"{conversationName}\"" : "„{conversationName}” beszélgetés beállításai",
"You can not send messages to this conversation at the moment" : "Jelenleg nem küldhet üzeneteket erre a beszélgetésre",
- "Add a description for this conversation" : "Leírás hozzáadása a beszélgetéshez"
+ "Add a description for this conversation" : "Leírás hozzáadása a beszélgetéshez",
+ "Open this location in Openstreetmap" : "Hely megnyitása az OpenStreetMap-en"
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/hu.json b/l10n/hu.json
index dac68d6c2..087a1ff92 100644
--- a/l10n/hu.json
+++ b/l10n/hu.json
@@ -801,7 +801,7 @@
"NickServ password" : "NickServ jelszó",
"Use TLS" : "TSL használata",
"Use SASL" : "SASL használata",
- "Tenant ID" : "Bérlő azonosító",
+ "Tenant ID" : "Ügyfél-azonosító",
"Client ID" : "Kliensazonosító",
"Team ID" : "Csapatazonosító",
"Thread ID" : "Szálazonosító",
@@ -814,31 +814,31 @@
"not running, check Matterbridge log" : "nem fut, ellenőrizze a Matterbridge naplóját",
"not running" : "nem fut",
"Bridge saved" : "Híd mentve",
- "Set the notification level for the current conversation. This will affect only the notifications you receive." : "Állítsa be az aktuális beszélgetés értesítési szintjét. Ez csak a kapott Ön által kapott értesítéseket érinti.",
- "Allow participants to join from a phone." : "A résztvevők telefonon is csatlakozhatnak.",
- "Enable SIP dial-in" : "A SIP betárcsázás engedélyezése",
- "SIP dial-in is now enabled" : "A SIP betárcsázás engedélyezve van",
- "SIP dial-in is now disabled" : "A SIP betárcsázás most le van tiltva",
- "Error occurred when enabling SIP dial-in" : "Hiba történt az SIP telefon engedélyezése során",
- "Error occurred when disabling SIP dial-in" : "Hiba történt az SIP telefon letiltásakor",
- "Cancel editing description" : "A leírás szerkesztésének megszakítása",
- "Submit conversation description" : "Küldje el a beszélgetés leírását",
- "Edit conversation description" : "A beszélgetés leírásának szerkesztése",
- "The description must be less than or equal to {maxLength} characters long. Your current text is {charactersCount} characters long." : "A leírásnak legfeljebb {maxLength} karakteres lehet. Jelenlegi szövege {charactersCount} karakter hosszú.",
+ "Set the notification level for the current conversation. This will affect only the notifications you receive." : "A jelenlegi beszélgetés értesítési szintjének beállítása. Ez csak az Ön által kapott értesítéseket érinti.",
+ "Allow participants to join from a phone." : "Engedélyezés, hogy a résztvevők telefonon is csatlakozhassanak.",
+ "Enable SIP dial-in" : "A SIP-es betárcsázás engedélyezése",
+ "SIP dial-in is now enabled" : "A SIP-es betárcsázás engedélyezett",
+ "SIP dial-in is now disabled" : "A SIP-es betárcsázás nem engedélyezett",
+ "Error occurred when enabling SIP dial-in" : "Hiba történt az SIP-es betárcsázás engedélyezése során",
+ "Error occurred when disabling SIP dial-in" : "Hiba történt az SIP-es betárcsázás letiltása során",
+ "Cancel editing description" : "Leírás szerkesztésének megszakítása",
+ "Submit conversation description" : "Beszélgetés leírásának elküldése",
+ "Edit conversation description" : "Beszélgetés leírásának szerkesztése",
+ "The description must be less than or equal to {maxLength} characters long. Your current text is {charactersCount} characters long." : "A leírás legfeljebb {maxLength} karakteres lehet. Jelenlegi szövege {charactersCount} karakter hosszú.",
"Mark as read" : "Megjelölés olvasottként",
"Remove from favorites" : "Eltávolítás a kedvencekből",
"Add to favorites" : "Hozzáadás a kedvencekhez ",
- "Joining conversation …" : "Csatlakozás a beszélgetéshez …",
+ "Joining conversation …" : "Csatlakozás a beszélgetéshez…",
"You: {lastMessage}" : "Ön: {lastMessage}",
"{actor}: {lastMessage}" : "{actor}: {lastMessage}",
"No matches" : "Nincs egyezés",
- "Conversation list" : "Beszélgetési lista",
+ "Conversation list" : "Beszélgetések listája",
"Open conversations" : "Beszélgetések megnyitása",
"Loading" : "Betöltés",
"No search results" : "Nincs találat",
"Groups" : "Csoportok",
"Circles" : "Körök",
- "Talk settings" : "Talk beállítások",
+ "Talk settings" : "Beszélgetés beállítások",
"Users, groups and circles" : "Felhasználók, csoportok és körök",
"Users and groups" : "Felhasználók és csoportok",
"Users and circles" : "Felhasználók és körök",
@@ -851,8 +851,8 @@
"Link copied to the clipboard!" : "Hivatkozás a vágólapra másolva!",
"Create a new group conversation" : "Új csoportbeszélgetés létrehozása",
"Password protect" : "Jelszóvédelem",
- "Add participants" : "Résztvevők hozzáadása",
"Create conversation" : "Beszélgetés létrehozása",
+ "Add participants" : "Résztvevők hozzáadása",
"Close" : "Bezárás",
"Choose a password" : "Válasszon jelszót",
"Search participants" : "Résztvevők keresése",
@@ -860,8 +860,9 @@
"Allow guests to join via link" : "A vendégek hivatkozással történő csatlakozásának engedélyezése",
"Search conversations or users" : "Beszélgetések vagy felhasználók keresése",
"You are currently waiting in the lobby" : "Ön jelenleg a váróban van",
- "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Ön jelenleg a váróban van. A találkozó ekkora van ütemezve: {startTime}",
- "Calls are not supported in your browser" : "A böngésződ nem támogatja a hívásokat",
+ "The meeting will start soon" : "Ez a találkozó hamarosan elkezdődik",
+ "This meeting is scheduled for {startTime}" : "A találkozó ekkorra van ütemezve: {startTime}",
+ "Calls are not supported in your browser" : "A böngészője nem támogatja a hívásokat",
"Access to microphone is only possible with HTTPS" : "A mikrofon hozzáférése csak HTTPS-en lehetséges",
"Access to microphone was denied" : "A mikrofon hozzáférése letiltva",
"Error while accessing microphone" : "Hiba történt a mikrofon elérésekor",
@@ -870,41 +871,39 @@
"Camera" : "Kamera",
"No microphone available" : "Nincs elérhető mikrofon",
"Select microphone" : "Válasszon mikrofont",
- "No camera available" : "Nem áll rendelkezésre fényképezőgép",
- "Select camera" : "Válassza ki a kamerát",
+ "No camera available" : "Nem áll rendelkezésre kamera",
+ "Select camera" : "Válasszon kamerát",
"Reply" : "Válasz",
"Reply privately" : "Válasz privátban",
- "Copy message link" : "Üzenetlink másolása",
+ "Copy message link" : "Üzenethivatkozás másolása",
"Mark as unread" : "Megjelölés olvasatlanként",
"Go to file" : "Ugrás a fájlhoz",
"Forward message" : "Üzenet továbbítása",
"Unread messages" : "Olvasatlan üzenetek",
"Sending message" : "Üzenet küldése",
"Message sent" : "Üzenet elküldve",
- "Message read by everyone who shares their reading status" : "Az üzenetet mindenki olvassa, aki megosztja olvasási állapotát",
+ "Message read by everyone who shares their reading status" : "Az üzenetet mindenki olvasta, aki megosztja az olvasási állapotát",
"Failed to send the message. Click to try again" : "Nem sikerült elküldeni az üzenetet. Kattintson az újrapróbálkozáshoz",
"Not enough free space to upload file" : "Nincs elég szabad hely a fájl feltöltéséhez",
"You are not allowed to share files" : "Nem oszthat meg fájlokat",
"You cannot send messages to this conversation at the moment" : "Jelenleg nem küldhet üzeneteket erre a beszélgetésre",
"Deleting message" : "Üzenet törlése",
- "Message deleted successfully, but Matterbridge is configured and the message might already be distributed to other services" : "Az üzenet törlése sikeresen megtörtént, de a Matterbridge-t beállították, így előfordulhat, hogy az üzenetet más szolgáltatásokkal már kézbesítették",
+ "Message deleted successfully, but Matterbridge is configured and the message might already be distributed to other services" : "Az üzenet törlése sikeresen megtörtént, de Matterbridge van beállítva, így előfordulhat, hogy az üzenetet már kézbesítették más szolgáltatásoknak",
"Message deleted successfully" : "Az üzenet törölve",
"Message could not be deleted because it is too old" : "Az üzenetet nem sikerült törölni, mert túl régi",
"Only normal chat messages can be deleted" : "Csak a normál csevegési üzeneteket lehet törölni",
- "An error occurred while deleting the message" : "Hiba történt az üzenet törlése közben",
- "Message link copied to clipboard." : "Az üzenet linkje a vágólapra másolva.",
+ "An error occurred while deleting the message" : "Hiba történt az üzenet törlése során",
+ "Message link copied to clipboard." : "Az üzenet hivatkozása a vágólapra másolva.",
"Your browser does not support playing audio files" : "A böngészője nem támogatja a hangfájlok lejátszását.",
"Contact" : "Kapcsolat",
"{stack} in {board}" : "{stack} itt: {board}",
- "Deck Card" : "Deck kártya",
+ "Deck Card" : "Kártya",
"Remove {fileName}" : "{fileName} eltávolítása",
"The message has been forwarded to {selectedConversationName}" : "Az üzenet továbbításra került ide: {selectedConversationName}",
"Go to conversation" : "Ugrás a beszélgetéshez",
"Choose a conversation to forward the selected message." : "Válasszon egy beszélgetést a kiválasztott üzenet továbbításához.",
"Error while forwarding message" : "Hiba az üzenet továbbítása során",
- "Open this location in Openstreetmap" : "Hely megnyitása az OpenStreetMap-en",
- "[Unknown username]" : "[Ismeretlen felhasználónév]",
- "Scroll to bottom" : "Görgessen az aljára",
+ "Scroll to bottom" : "Görgetés az aljára",
"Today" : "Ma",
"Yesterday" : "Tegnap",
"{relativeDate}, {absoluteDate}" : "{relativeDate}, {absoluteDate}",
@@ -915,39 +914,39 @@
"Microphone either not available or disabled in settings" : "A mikrofon nem érhető el, vagy le lett tiltva a beállításokban",
"Error while recording audio" : "Hiba a hang felvétele során",
"Talk recording from {time} ({conversation})" : "Beszélgetés felvétele ekkorról: {time} ({conversation})",
- "Share files to the conversation" : "Fájlok megosztása a beszélgetésbe",
+ "Share files to the conversation" : "Fájlok megosztása a beszélgetéssel",
"Upload new files" : "Új fájlok feltöltése",
- "Share from Files" : "Megosztás a fájlokból",
- "Add emoji" : "Emoji hozzáadása",
+ "Share from Files" : "Megosztás a Fájlokból",
+ "Add emoji" : "Emodzsi hozzáadása",
"Send message" : "Üzenet küldése",
"File to share" : "Fájl megosztása",
"This conversation has been locked" : "A beszélgetés zárolva van",
"Write message, @ to mention someone …" : "Írjon üzenetet, @ ha meg akar valakit említeni…",
"Invalid path selected" : "Érvénytelen útvonal kiválasztva",
- "Disable lobby" : "Az előcsarnok letiltása",
+ "Disable lobby" : "A váró letiltása",
"moderator" : "moderátor",
"bot" : "bot",
"guest" : "vendég",
"Dial-in PIN" : "Telefonos PIN",
"Demote from moderator" : "Lefokozás moderátorról",
- "Promote to moderator" : "Moderátorrá kinevezés",
+ "Promote to moderator" : "Kinevezés moderátorrá",
"Resend invitation" : "Meghívó újraküldése",
"Remove group and members" : "Csoport és a tagok eltávolítása",
"Remove participant" : "Résztvevő eltávolítása",
- "Settings for participant \"{user}\"" : "A(z) \"{user}\" résztvevő beállításai",
- "Add participant \"{user}\"" : "\"{User}\" résztvevő hozzáadása",
- "Participant \"{user}\"" : "\"{User}\" résztvevő",
- "Joined with audio" : "Csatlakozott hanggal",
- "Joined with video" : "Csatlakozott videóval",
+ "Settings for participant \"{user}\"" : "„{user}” résztvevő beállításai",
+ "Add participant \"{user}\"" : "„{user}” résztvevő hozzáadása",
+ "Participant \"{user}\"" : "„{user}” résztvevő",
+ "Joined with audio" : "Hanggal csatlakozott ",
+ "Joined with video" : "Videóval csatlakozott",
"Joined via phone" : "Telefonon csatlakozott",
"Raised their hand" : "Felemelték a kezüket",
- "Invitation was sent to {actorId}." : "A meghívót elküldtük a következőnek: {actorId}.",
+ "Invitation was sent to {actorId}." : "Meghívó elküldve a következőnek: {actorId}.",
"Could not send invitation to {actorId}" : "Nem sikerült elküldeni a meghívót a következőnek: {actorId}",
"Add users" : "Felhasználók hozzáadása",
"Add groups" : "Csoportok hozzáadása",
"Add emails" : "E-mailek hozzáadása",
"Add circles" : "Körök hozzáadása",
- "Searching …" : "Keresés …",
+ "Searching …" : "Keresés…",
"No results" : "Nincs találat",
"Search for more users" : "További felhasználók keresése",
"Add users, groups or circles" : "Felhasználók, csoportok vagy körök hozzáadása",
@@ -956,33 +955,33 @@
"Add groups or circles" : "Csoportok vagy körök kozzáadása",
"Add other sources" : "További források hozzáadása",
"Participants" : "Résztvevők",
- "Search or add participants" : "Keressen vagy adjon hozzá résztvevőket",
- "An error occurred while adding the participants" : "Hiba történt a résztvevők hozzáadása közben",
- "An error occurred while fetching the participants" : "Hiba történt a résztvevők letöltése közben",
+ "Search or add participants" : "Résztvevők keresése vagy hozzáadása",
+ "An error occurred while adding the participants" : "Hiba történt a résztvevők hozzáadása során",
+ "An error occurred while fetching the participants" : "Hiba történt a résztvevők letöltése során",
"Chat" : "Csevegés",
"Details" : "Részletek",
"Meeting ID: {meetingId}" : "Megbeszélés azonosító: {meetingId}",
- "Your PIN: {attendeePin}" : "PIN-kódja: {attendeePin}",
+ "Your PIN: {attendeePin}" : "Az Ön PIN-kódja: {attendeePin}",
"Display name: " : "Megjelenítendő név: ",
"Choose devices" : "Válasszon eszközöket",
"Attachments folder" : "Mellékletek mappa",
"Privacy" : "Adatvédelem",
- "Share my read-status and show the read-status of others" : "Oszd meg az olvasási állapotomat, és mutasd meg mások olvasási állapotát",
- "Sounds" : "Hang",
+ "Share my read-status and show the read-status of others" : "Olvasási állapot megosztása, és a mások olvasási állapotának megjelenítése",
+ "Sounds" : "Hangok",
"Play sounds when participants join or leave a call" : "Hangjelzések lejátszása, amikor a résztvevők csatlakoznak, vagy elhagyják a hívást",
- "Sounds can currently not be played in Safari browser and iPad and iPhone devices due to technical restrictions by the manufacturer." : "A hangokat a gyártó technikai korlátozásai miatt jelenleg nem lehet lejátszani a Safari böngészőben, valamint iPad és iPhone eszközökön.",
+ "Sounds can currently not be played in Safari browser and iPad and iPhone devices due to technical restrictions by the manufacturer." : "A hangokat a gyártó műszaki korlátozásai miatt jelenleg nem lehet lejátszani Safari böngészőben, valamint iPad és iPhone eszközökön.",
"Keyboard shortcuts" : "Gyorsbillentyűk",
- "Speed up your Talk experience with these quick shortcuts." : "Ezekkel a billentyűparancsokkal felpörgetheti a beszélgetés élményét.",
- "Focus the chat input" : "Fókusz a csevegés beviteli mezőn",
- "Unfocus the chat input to use shortcuts" : "A billentyűparancsok használatához hagyja el a csevegés beviteli mezőt",
- "Fullscreen the chat or call" : "A csevegés vagy a hívás teljes képernyős megjelenítése",
+ "Speed up your Talk experience with these quick shortcuts." : "Ezekkel a billentyűparancsokkal felpörgetheti a Beszélgetés élményét.",
+ "Focus the chat input" : "Fókusz a csevegés beviteli mezőjére",
+ "Unfocus the chat input to use shortcuts" : "A billentyűparancsok használatához hagyja el a csevegés beviteli mezőjét",
+ "Fullscreen the chat or call" : "A csevegés vagy hívás teljes képernyős megjelenítése",
"Search" : "Keresés",
"Shortcuts while in a call" : "Billenyűparancsok hívás közben",
"Video on and off" : "Videó be- és kikapcsolása",
- "Microphone on and off" : "A mikrofon be- és kikapcsolása",
+ "Microphone on and off" : "Mikrofon be- és kikapcsolása",
"Space bar" : "Szóköz",
- "Push to talk or push to mute" : "Nyomja meg a beszélgetést vagy a némítást",
- "Raise or lower hand" : "Emelje fel vagy engedje le a kezét",
+ "Push to talk or push to mute" : "Lenyomásra történő beszéd vagy némítás",
+ "Raise or lower hand" : "Kéz felemelése vagy leengedése",
"Choose the folder in which attachments should be saved." : "Válassza ki, hogy mely mappába legyenek mentve a mellékletek.",
"Select location for attachments" : "Válassza ki a mellékletek helyét",
"Error while setting attachment folder" : "Hiba a mellékletek mappa beállításakor",
@@ -992,7 +991,7 @@
"Sounds setting saved" : "Hangbeállítás mentve",
"Error while saving sounds setting" : "Hiba a hangbeállítások mentése során",
"Start call" : "Hívás indítása",
- "Nextcloud Talk was updated, you need to reload the page before you can start or join a call." : "A Nextcloud Talk frissült, újra kell töltenie az oldalt, mielőtt elindíthatna vagy csatlakozhatna egy híváshoz.",
+ "Nextcloud Talk was updated, you need to reload the page before you can start or join a call." : "A Nextcloud Beszélgetés frissült, újra kell töltenie az oldalt, mielőtt hívást indíthatna vagy csatlakozhatna egyhez.",
"You will be able to join the call only after a moderator starts it." : "Csak akkor csatlakozhat a híváshoz, ha azt egy moderátor elindítja.",
"Conversation actions" : "Beszélgetési műveletek",
"Toggle fullscreen" : "Teljes képernyőre váltás",
@@ -1000,14 +999,14 @@
"Mute others" : "Mások elnémítása",
"Exit fullscreen (F)" : "Kilépés a teljes képernyős módból (F)",
"Fullscreen (F)" : "Teljes képernyő (F)",
- "Speaker view" : "Hangszóró nézet",
+ "Speaker view" : "Beszélő nézet",
"Grid view" : "Rács nézet",
"You have new unread messages in the chat." : "Olvasatlan üzenetek vannak a csevegésben.",
"You have been mentioned in the chat." : "Megemlítették a csevegésben.",
- "Send" : "Küld",
+ "Send" : "Küldés",
"Add more files" : "Több fájl hozzáadása",
"No unread mentions" : "Nincsenek olvasatlan említések",
- "Say hi to your friends and colleagues!" : "Üdvözöld a barátaidat és munkatársaidat!",
+ "Say hi to your friends and colleagues!" : "Köszönjön a barátainak és munkatársainak!",
"Start a conversation" : "Beszélgetés indítása",
"You were mentioned" : "Megemlítették Önt",
"Message without mention" : "Üzenet megemlítés nélkül",
@@ -1016,30 +1015,30 @@
"The conversation does not exist" : "A beszélgetés nem létezik",
"Join a conversation or start a new one!" : "Csatlakozzon egy beszélgetéshez, vagy indítson egy újat!",
"No conversations found" : "Nem található beszélgetés",
- "Select conversation" : "Válassza ki a beszélgetést",
- "Link to a conversation" : "Link egy beszélgetéshez",
- "You joined the conversation in another window or device. This is currently not supported by Nextcloud Talk so this session was closed." : "Csatlakozott a beszélgetéshez egy másik ablakban vagy eszközön. Ezt a Nextcloud Talk jelenleg nem támogatja, ezért ezt a munkamenetet lezárták.",
+ "Select conversation" : "Válasszon beszélgetést",
+ "Link to a conversation" : "Hivatkozás egy beszélgetéshez",
+ "You joined the conversation in another window or device. This is currently not supported by Nextcloud Talk so this session was closed." : "Csatlakozott a beszélgetéshez egy másik ablakban vagy eszközön. Ezt a Nextcloud Beszélgetés jelenleg nem támogatja, ezért ezt a munkamenetet lezárták.",
"Join a conversation or start a new one" : "Csatlakozzon egy beszélgetéshez vagy indítson egy újat",
- "Deck card has been posted to the selected <a href=\"{link}\">conversation</a>." : "A Deck kártyát elküldték a kiválasztott <a href=\"{link}\"> beszélgetésbe </a>.",
+ "Deck card has been posted to the selected <a href=\"{link}\">conversation</a>." : "A kártya elküldve a kiválasztott <a href=\"{link}\">beszélgetésbe</a>.",
"No permission to post messages in this conversation" : "Nincs jogosultsága megjegyzést fűzni a beszélgetéshez",
- "An error occurred while posting deck card to conversation." : "Hiba történt a deck kártya beszélgetésbe való elküldése során.",
- "Post to a conversation" : "Bejegyzés a beszélgetésbe",
- "Post to conversation" : "Bejegyzés a beszélgetésbe",
- "The browser you're using is not fully supported by Nextcloud Talk. Please use the latest version of Mozilla Firefox, Microsoft Edge, Google Chrome, Opera or Apple Safari." : "A Nextcloud Talk nem támogatja teljes mértékben az Ön által használt böngészőt. Kérjük, használja a Mozilla Firefox, a Microsoft Edge, a Google Chrome vagy az Apple Safari legújabb verzióját.",
- "Nextcloud Talk was updated, please reload the page" : "A Nextcloud Talk frissült, kérjük, töltse újra az oldalt",
+ "An error occurred while posting deck card to conversation." : "Hiba történt a kártya beszélgetésbe küldése során.",
+ "Post to a conversation" : "Elküldés egy beszélgetésbe",
+ "Post to conversation" : "Elküldés egy beszélgetésbe",
+ "The browser you're using is not fully supported by Nextcloud Talk. Please use the latest version of Mozilla Firefox, Microsoft Edge, Google Chrome, Opera or Apple Safari." : "A Nextcloud Beszélgetés nem támogatja teljes mértékben az Ön által használt böngészőt. Használja a Mozilla Firefox, a Microsoft Edge, a Google Chrome vagy az Apple Safari legújabb verzióját.",
+ "Nextcloud Talk was updated, please reload the page" : "A Nextcloud Beszélgetés frissült, töltse újra az oldalt",
"Do not disturb" : "Ne zavarjanak",
"Away" : "Távol",
- "Error while sharing file" : "Hiba a fájl megosztása közben",
+ "Error while sharing file" : "Hiba a fájl megosztása során",
"Error while clearing conversation history" : "Hiba a beszélgetés előzményeinek törlése során",
- "Not enough free space to upload file \"{fileName}\"" : "Nincs elég szabad hely a(z) \"fileName}\" fájl feltöltéséhez",
- "Error while uploading file \"{fileName}\"" : "Hiba történt a(z) \"{fileName}\" fájl feltöltésekor",
+ "Not enough free space to upload file \"{fileName}\"" : "Nincs elég szabad hely a(z) „{fileName}” fájl feltöltéséhez",
+ "Error while uploading file \"{fileName}\"" : "Hiba történt a(z) „{fileName}” fájl feltöltésekor",
"An error happened when trying to share your file" : "Hiba történt a fájl megosztása során",
"Could not post message: {errorMessage}" : "Nem sikerült elküldeni az üzenetet: {errorMessage}",
"Failed to join the conversation. Try to reload the page." : "Nem sikerült csatlakozni a beszélgetéshez. Próbálja meg újratölteni az oldalt.",
- "You are trying to join a conversation while having an active session in another window or device. This is currently not supported by Nextcloud Talk. What do you want to do?" : "Csatlakozni próbál egy beszélgetéshez, miközben aktív munkamenetet folytat egy másik ablakban vagy eszközön. Ezt a Nextcloud Talk jelenleg nem támogatja. Mit szeretne tenni?",
+ "You are trying to join a conversation while having an active session in another window or device. This is currently not supported by Nextcloud Talk. What do you want to do?" : "Csatlakozni próbál egy beszélgetéshez, miközben aktív munkamenetet folytat egy másik ablakban vagy eszközön. Ezt a Nextcloud Beszélgetés jelenleg nem támogatja. Mit szeretne tenni?",
"Join here" : "Csatlakozás",
- "Leave this page" : "Az oldalt elhagyása",
- "Nextcloud is in maintenance mode, please reload the page" : "A Nextcloud karbantartási módban van, kérjük, töltse újra az oldalt",
+ "Leave this page" : "Oldal elhagyása",
+ "Nextcloud is in maintenance mode, please reload the page" : "A Nextcloud karbantartási módban van, töltse újra az oldalt",
"Sending signaling message has failed." : "A jelző üzenet küldése sikertelen.",
"Lost connection to signaling server. Trying to reconnect." : "Megszakadt a kapcsolat a jelzőkiszolgálóval. Újracsatlakozás kísérlete.",
"Lost connection to signaling server. Try to reload the page manually." : "Megszakadt a kapcsolat a jelzőkiszolgálóval. Próbálja meg kézzel újratölteni az oldalt.",
@@ -1047,45 +1046,45 @@
"Failed to establish signaling connection. Retrying …" : "Nem sikerült létrehozni a jelzőkapcsolatot. Újrapróbálkozás…",
"Failed to establish signaling connection. Something might be wrong in the signaling server configuration" : "Nem sikerült létrehozni a jelzőkapcsolatot. Valami hibás lehet a jelzőkiszolgáló beállításaiban.",
"Default" : "Alapértelmezett",
- "Microphone {number}" : "Mikrofon {number}",
- "Camera {number}" : "Kamera {number}",
- "Speaker {number}" : "Hangszóró {number}",
- "You seem to be talking while muted, please unmute yourself for others to hear you" : "Úgy tűnik, hogy némán beszél, kérjük oldja fel a némítást, hogy mások meghallják",
- "Could not establish a connection with at least one participant. A TURN server might be needed for your scenario. Please ask your administrator to set one up following {linkstart}this documentation{linkend}." : "Nem sikerült kapcsolatot létesíteni legalább egy résztvevővel. Szükség lehet egy TURN szerverre a művelethez. Kérjük, kérje meg rendszergazdáját, hogy állítson be egyet {linkstart} ezen dokumentáció {linkend} segítségével.",
+ "Microphone {number}" : "{number}. mikrofon",
+ "Camera {number}" : "{number}. kamera",
+ "Speaker {number}" : "{number}. hangszóró",
+ "You seem to be talking while muted, please unmute yourself for others to hear you" : "Úgy tűnik, hogy némítva beszél, oldja fel a némítást, hogy mások is hallják",
+ "Could not establish a connection with at least one participant. A TURN server might be needed for your scenario. Please ask your administrator to set one up following {linkstart}this documentation{linkend}." : "Nem sikerült kapcsolatot létesíteni legalább egy résztvevővel. TURN kiszolgálóra lehet szükség a művelethez. Kérje meg a rendszergazdáját, hogy állítson be egyet {linkstart}ezen dokumentáció{linkend} segítségével.",
"This is taking longer than expected. Are the media permissions already granted (or rejected)? If yes please restart your browser, as audio and video are failing" : "Ez a vártnál hosszabb időt vesz igénybe. A média engedélyeket már megadta (vagy elutasította)? Ha igen, indítsa újra a böngészőt, mivel a hang és a videó meghibásodott",
"Access to microphone & camera is only possible with HTTPS" : "A mikrofon és a kamera hozzáférése csak HTTPS-en lehetséges",
- "Please move your setup to HTTPS" : "Kérlek váltsd a konfigurációdat HTTPS-re",
+ "Please move your setup to HTTPS" : "Váltson HTTPS-re",
"Access to microphone & camera was denied" : "A kamera és a mikrofon hozzáférése letiltva",
- "WebRTC is not supported in your browser" : "A böngésződ nem támogatja a WebRTC-t",
- "Please use a different browser like Firefox or Chrome" : "Kérlek használj másik böngészőt pl Firefoxot vagy Chrome-ot",
+ "WebRTC is not supported in your browser" : "A böngészője nem támogatja a WebRTC-t",
+ "Please use a different browser like Firefox or Chrome" : "Használjon másik böngészőt, például Firefoxot vagy Chrome-ot",
"Error while accessing microphone & camera" : "Hiba a kamera és a mikrofon hozzáférésekor",
"This conversation is password-protected" : "Ez a beszélgetés jelszóval védett",
- "The password is wrong. Try again." : "Hibás jelszó, próbáld újra.",
+ "The password is wrong. Try again." : "Hibás jelszó. Próbálja újra.",
"Specify commands the users can use in chats" : "Adja meg a felhasználók által a csevegésekben használható parancsokat",
"TURN server" : "TURN kiszolgáló",
- "The TURN server is used to proxy the traffic from participants behind a firewall." : "A TURN szervert használjuk a proxyként a tűzfal mögötti felhasználókhoz.",
+ "The TURN server is used to proxy the traffic from participants behind a firewall." : "A TURN kiszolgáló arra való, hogy továbbítsa a tűzfal mögött lévő felhasználók forgalmát.",
"Signaling servers" : "Jelzőkiszolgálók",
"An external signaling server can optionally be used for larger installations. Leave empty to use the internal signaling server." : "Nagyobb telepítések esetén egy külső üzemeltetésű jelzőkiszolgáló is használható. A belső jelzőkiszolgáló használatához hagyja üresen.",
"%s Talk on your mobile devices" : "%s Beszélgetés a mobileszközein",
"Join conversations at any time, anywhere, on any device." : "Csatlakozzon a beszélgetésekhez bármikor, bárhol és bármilyen eszközön.",
- "Android app" : "Android alkalmazás",
- "iOS app" : "iOS alkalmazás",
+ "Android app" : "androidos alkalmazás",
+ "iOS app" : "iOS-es alkalmazás",
"New in Talk 6" : "A Beszélgetés 6 újdonságai",
"- One-to-one conversations are now persistent and can not be turned into group conversations by accident anymore. Also when one of the participants leaves the conversation, the conversation is not automatically deleted anymore. Only if both participants leave, the conversation is deleted from the server" : "- A négyszemközti beszélgetések most már tartósak, és nem lehet véletlenül csoportos beszélgetéssé alakítani őket. Emellett ha egy résztvevő elhagyja a beszélgetést, akkor most már nem kerül automatikusan törlésre. Csak ha mindkét fél elhagyja a beszélgetést, akkor kerül törlésre a kiszolgálóról",
"New in Talk 7" : "A Beszélgetés 7 újdonságai",
- "New in Talk 8" : "A Talk 8 újdonságai",
- "New in Talk 9" : "Új a 9. beszélgetésben",
- "New in Talk 10" : "Új 10. beszélgetésben",
- "{actor} set up Matterbridge to synchronize this conversation with other chats." : "{actor} beállította a Matterbridge-t, hogy szinkronizálja ezt a beszélgetést más beszélgetésekkel.",
- "You set up Matterbridge to synchronize this conversation with other chats." : "Beállította a Matterbridge-t, hogy szinkronizálja ezt a beszélgetést más beszélgetésekkel.",
- "{actor} updated the Matterbridge configuration." : "{actor} frissítette ezt az eseményt a Matterbridge beállításokat.",
- "You updated the Matterbridge configuration." : "Frissítette a Matterbridge beállításokat.",
+ "New in Talk 8" : "A Beszélgetés 8 újdonságai",
+ "New in Talk 9" : "A Beszélgetés 9 újdonságai",
+ "New in Talk 10" : "A Beszélgetés 10 újdonságai",
+ "{actor} set up Matterbridge to synchronize this conversation with other chats." : "{actor} beállította a Matterbridge-dzset, hogy szinkronizálja ezt a beszélgetést más beszélgetésekkel.",
+ "You set up Matterbridge to synchronize this conversation with other chats." : "Beállította a Matterbridge-dzset, hogy szinkronizálja ezt a beszélgetést más beszélgetésekkel.",
+ "{actor} updated the Matterbridge configuration." : "{actor} frissítette a Matterbridge beállításait.",
+ "You updated the Matterbridge configuration." : "Frissítette a Matterbridge beállításait.",
"{actor} removed the Matterbridge configuration." : "{actor} eltávolította a Matterbridge beállításait.",
"You removed the Matterbridge configuration." : "Eltávolította a Matterbridge beállításait.",
"{user} wants to talk with you" : "{user} beszélni szeretne Önnel",
"Chat, video & audio-conferencing using WebRTC\n\n* 💬 **Chat integration!** Nextcloud Talk comes with a simple text chat. Allowing you to share files from your Nextcloud and mentioning other participants.\n* 👥 **Private, group, public and password protected calls!** Just invite somebody, a whole group or send a public link to invite to a call.\n* 💻 **Screen sharing!** Share your screen with participants of your call. You just need to use Firefox version 52 (or newer), latest Edge or Chrome 49 (or newer) with this [Chrome extension](https://chrome.google.com/webstore/detail/screensharing-for-nextclo/kepnpjhambipllfmgmbapncekcmabkol).\n* 🚀 **Integration with other Nextcloud apps** like Files, Contacts and Deck. More to come.\n\nAnd in the works for the [coming versions](https://github.com/nextcloud/spreed/milestones/):\n* ✋ [Federated calls](https://github.com/nextcloud/spreed/issues/21), to call people on other Nextclouds" : "Csevegés, video- és audiokonferencia WebRTC segítségével\n\n* 💬 **Csevegés-integráció!** A Nextcloud Beszélgetés egy egyszerű szöveges csevegővel érkezik. Lehetővé teszi a fájlok megosztását a Nextcloudról, és megemlíthetők a résztvevők.\n* 👥 **Privát, csoportos, nyilvános és jelszóval védett hívások!** Csak hívjon meg valakit, egy teljes csoportot vagy küldjön nyilvános hivatkozást, hogy meghívjon valakit egy hívásba.\n* 💻 **Képernyőmegosztás!** A képernyője megosztása a hívás résztvevőivel. Csak a Firefox 52-es (vagy újabb) verziójára van szüksége, a legfrissebb Edge-re vagy a Chrome 49-es (vagy újabb) verziójára, ezzel a [Chrome kiegészítővel](https://chrome.google.com/webstore/detail/screensharing-for-nextclo/kepnpjhambipllfmgmbapncekcmabkol).\n* 🚀 **Integráció a többi Nextcloud alkalmazással,** mint a Fájlok, Névjegyek vagy a Kártyák. Továbbiak készülőben.\n\nÉs készülőben az [elkövetkező verziókhoz](https://github.com/nextcloud/spreed/milestones/):\n* ✋ [Föderált hívások](https://github.com/nextcloud/spreed/issues/21), hogy más Nextcloud példányokon lévő felhasználókat hívhasson",
"Users that can not use Talk anymore will still be listed as participants in their previous conversations and also their chat messages will be kept." : "Azok a felhasználók, akik már nem tudják tovább használni a Beszélgetést, továbbra is résztvevőként lesznek felsorolva a korábbi beszélgetéseikben, és a csevegőüzeneteik is meg lesznek tartva.",
- "E-mail of the user" : "A felhasználó e-mail címe",
+ "E-mail of the user" : "A felhasználó e-mail-címe",
"Error: Can not connect to server" : "Hiba: Nem lehet csatlakozni a kiszolgálóhoz",
"UDP and TCP" : "UDP és TCP",
"UDP only" : "csak UDP",
@@ -1101,36 +1100,39 @@
"This conversation is read only" : "Ez a beszélgetés csak olvasható",
"Conversation, " : "Beszélgetés,",
"Allow guests to join via link " : "A vendégek hivatkozással történő csatlakozásának engedélyezése",
+ "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Ön jelenleg a váróban van. A találkozó ekkora van ütemezve: {startTime}",
"Remove" : "Eltávolítás",
- "Bridge with other services" : "Híd más szolgáltatásokkal",
- "More info on Matterbridge." : "Bővebben a Matterbridge-ről.",
+ "[Unknown username]" : "[Ismeretlen felhasználónév]",
+ "Bridge with other services" : "Összekötés más szolgáltatásokkal",
+ "More info on Matterbridge." : "További információk a Matterbridge-ről.",
"Enabled" : "Engedélyezve",
"Show matterbridge log" : "Matterbridge napló megjelenítése",
- "User name or e-mail address" : "Felhasználónév vagy e-mail cím",
- "Add new bridged channel" : "Új áthidalt csatorna hozzáadása",
+ "User name or e-mail address" : "Felhasználónév vagy e-mail-cím",
+ "Add new bridged channel" : "Új összekötött csatorna hozzáadása",
"Participant settings" : "Résztvevő beállításai",
"Add participants to the conversation" : "Résztvevők felvétele a beszélgetésbe",
"Choose in which folder attachments should be saved." : "Válassza ki, hogy a mellékleteket melyik mappába szeretné menteni.",
"Share link" : "Megosztás hivatkozással",
"Exit fullscreen (f)" : "Kilépés a teljes képernyős módból (f)",
"Fullscreen (f)" : "Teljes képernyő (f)",
- "The browser you're using is not fully supported by Nextcloud Talk. Please use the latest version of Mozilla Firefox, Microsoft Edge, Google Chrome or Apple Safari." : "A Nextcloud Talk nem támogatja teljes mértékben az Ön által használt böngészőt. Kérjük, használja a Mozilla Firefox, a Microsoft Edge, a Google Chrome vagy az Apple Safari legújabb verzióját.",
- "Error while uploading file" : "Hiba a fájl feltöltése közben",
- "Use speaker view" : "Használja a hangszóró nézetet",
- "Too many videos to fit in the window. Maximize the window or switch to \"speaker view\" for a better experience." : "Túl sok videó van az ablakban. A jobb élmény érdekében maximalizálja az ablakot, vagy váltson „hangszóró nézetre”.",
- "{actor} set the description to \"%1$s\"" : "{actor} beállította a leírást a következőre: \"%1$s\"",
- "You set the description to \"%1$s\"" : "A leírást \"%1$s\" értékre állította",
- "An administrator set the description to \"%1$s\"" : "Egy rendszergazda a leírást \"%1$s\" értékre állította",
- "{actor} started Matterbridge." : "{actor} elindította a Matterbridge-t.",
- "You started Matterbridge." : "Elindította a Matterbridge-t.",
- "{actor} stopped Matterbridge." : "{actor} leállította a Matterbridge-t.",
- "You stopped Matterbridge." : "Megállította Matterbridge-t.",
- "A TURN server is used to proxy the traffic from participants behind a firewall. If individual participants can not connect to others a TURN server is most likely required. See {linkstart}this documentation{linkend} for setup instructions." : "A TURN kiszolgáló a tűzfal mögött lévő résztvevők forgalmának proxyzására szolgál. Ha az egyes résztvevők nem tudnak csatlakozni másokhoz, akkor valószínűleg TURN kiszolgálóra van szükség. A telepítési utasításokért lásd {linkstart}ezt a dokumentációt{linkend}.",
+ "The browser you're using is not fully supported by Nextcloud Talk. Please use the latest version of Mozilla Firefox, Microsoft Edge, Google Chrome or Apple Safari." : "A Nextcloud Beszélgetés nem támogatja teljes mértékben az Ön által használt böngészőt. Használja a Mozilla Firefox, a Microsoft Edge, a Google Chrome vagy az Apple Safari legújabb verzióját.",
+ "Error while uploading file" : "Hiba a fájl feltöltése során",
+ "Use speaker view" : "A beszélő nézet használata",
+ "Too many videos to fit in the window. Maximize the window or switch to \"speaker view\" for a better experience." : "Túl sok videó van az ablakban. A jobb élmény érdekében maximalizálja az ablakot, vagy váltson „beszélő nézetre”.",
+ "{actor} set the description to \"%1$s\"" : "{actor} erre állította a leírást „%1$s”",
+ "You set the description to \"%1$s\"" : "Erre állította a leírást: „%1$s”",
+ "An administrator set the description to \"%1$s\"" : "Egy rendszergazda erre állította a leírást: „%1$s”",
+ "{actor} started Matterbridge." : "{actor} elindította a Matterbridge-dzset.",
+ "You started Matterbridge." : "Elindította a Matterbridge-dzset.",
+ "{actor} stopped Matterbridge." : "{actor} leállította a Matterbridge-dzset.",
+ "You stopped Matterbridge." : "Leállította Matterbridge-dzset.",
+ "A TURN server is used to proxy the traffic from participants behind a firewall. If individual participants can not connect to others a TURN server is most likely required. See {linkstart}this documentation{linkend} for setup instructions." : "A TURN kiszolgáló a tűzfal mögött lévő résztvevők forgalmának továbbítására szolgál. Ha az egyes résztvevők nem tudnak csatlakozni másokhoz, akkor valószínűleg TURN kiszolgálóra van szükség. A telepítési utasításokért lásd {linkstart}ezt a dokumentációt{linkend}.",
"Lower hand" : "Kéz letétele",
- "Raise hand" : "Kezet felemel",
- "Conversation \"{conversationName}\"" : "\"{conversationName}\" beszélgetés",
- "Settings for conversation \"{conversationName}\"" : "\"{conversationName}\" beszélgetés beállításai",
+ "Raise hand" : "Kéz felemelése",
+ "Conversation \"{conversationName}\"" : "„{conversationName}” beszélgetés",
+ "Settings for conversation \"{conversationName}\"" : "„{conversationName}” beszélgetés beállításai",
"You can not send messages to this conversation at the moment" : "Jelenleg nem küldhet üzeneteket erre a beszélgetésre",
- "Add a description for this conversation" : "Leírás hozzáadása a beszélgetéshez"
+ "Add a description for this conversation" : "Leírás hozzáadása a beszélgetéshez",
+ "Open this location in Openstreetmap" : "Hely megnyitása az OpenStreetMap-en"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/l10n/it.js b/l10n/it.js
index 57eaf5990..b767253ef 100644
--- a/l10n/it.js
+++ b/l10n/it.js
@@ -812,8 +812,8 @@ OC.L10N.register(
"Link copied to the clipboard!" : "Collegamento copiato negli appunti",
"Create a new group conversation" : "Crea una nuova conversazione di gruppo",
"Password protect" : "Protetta da password",
- "Add participants" : "Aggiungi partecipanti",
"Create conversation" : "Crea conversazione",
+ "Add participants" : "Aggiungi partecipanti",
"Close" : "Chiudi",
"Choose a password" : "Scegli una password",
"Search participants" : "Cerca partecipanti",
@@ -821,7 +821,6 @@ OC.L10N.register(
"Allow guests to join via link" : "Consenti agli ospiti di partecipare tramite collegamento",
"Search conversations or users" : "Cerca conversazioni o utenti",
"You are currently waiting in the lobby" : "Stai attualmente aspettando nell'ingresso",
- "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Stai attualmente aspettando nell'ingresso. Questa riunione è pianificata per {startTime}",
"Calls are not supported in your browser" : "Le chiamate non sono supportate dal tuo browser",
"Access to microphone is only possible with HTTPS" : "L'accesso a microfono è possibile solo con HTTPS",
"Access to microphone was denied" : "L'accesso al microfono è stato negato",
@@ -855,7 +854,6 @@ OC.L10N.register(
"{stack} in {board}" : "{stack} in {board}",
"Deck Card" : "Scheda di Deck",
"Remove {fileName}" : "Rimuovi {fileName}",
- "[Unknown username]" : "[Nome utente sconosciuto]",
"Scroll to bottom" : "Scorri in fondo",
"Today" : "Oggi",
"Yesterday" : "Ieri",
@@ -1037,7 +1035,9 @@ OC.L10N.register(
"This conversation is read only" : "Questa conversazione è in sola lettura",
"Conversation, " : "Conversazione",
"Allow guests to join via link " : "Consenti agli ospiti di unirsi tramite collegamento",
+ "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Stai attualmente aspettando nell'ingresso. Questa riunione è pianificata per {startTime}",
"Remove" : "Rimuovi",
+ "[Unknown username]" : "[Nome utente sconosciuto]",
"Bridge with other services" : "Collega ad altri servizi",
"More info on Matterbridge." : "Maggiori info su Matterbridge.",
"Enabled" : "Abilitato",
diff --git a/l10n/it.json b/l10n/it.json
index a0f5e4599..3b107c5f2 100644
--- a/l10n/it.json
+++ b/l10n/it.json
@@ -810,8 +810,8 @@
"Link copied to the clipboard!" : "Collegamento copiato negli appunti",
"Create a new group conversation" : "Crea una nuova conversazione di gruppo",
"Password protect" : "Protetta da password",
- "Add participants" : "Aggiungi partecipanti",
"Create conversation" : "Crea conversazione",
+ "Add participants" : "Aggiungi partecipanti",
"Close" : "Chiudi",
"Choose a password" : "Scegli una password",
"Search participants" : "Cerca partecipanti",
@@ -819,7 +819,6 @@
"Allow guests to join via link" : "Consenti agli ospiti di partecipare tramite collegamento",
"Search conversations or users" : "Cerca conversazioni o utenti",
"You are currently waiting in the lobby" : "Stai attualmente aspettando nell'ingresso",
- "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Stai attualmente aspettando nell'ingresso. Questa riunione è pianificata per {startTime}",
"Calls are not supported in your browser" : "Le chiamate non sono supportate dal tuo browser",
"Access to microphone is only possible with HTTPS" : "L'accesso a microfono è possibile solo con HTTPS",
"Access to microphone was denied" : "L'accesso al microfono è stato negato",
@@ -853,7 +852,6 @@
"{stack} in {board}" : "{stack} in {board}",
"Deck Card" : "Scheda di Deck",
"Remove {fileName}" : "Rimuovi {fileName}",
- "[Unknown username]" : "[Nome utente sconosciuto]",
"Scroll to bottom" : "Scorri in fondo",
"Today" : "Oggi",
"Yesterday" : "Ieri",
@@ -1035,7 +1033,9 @@
"This conversation is read only" : "Questa conversazione è in sola lettura",
"Conversation, " : "Conversazione",
"Allow guests to join via link " : "Consenti agli ospiti di unirsi tramite collegamento",
+ "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Stai attualmente aspettando nell'ingresso. Questa riunione è pianificata per {startTime}",
"Remove" : "Rimuovi",
+ "[Unknown username]" : "[Nome utente sconosciuto]",
"Bridge with other services" : "Collega ad altri servizi",
"More info on Matterbridge." : "Maggiori info su Matterbridge.",
"Enabled" : "Abilitato",
diff --git a/l10n/ja.js b/l10n/ja.js
index 51846b8cf..498d4d7d7 100644
--- a/l10n/ja.js
+++ b/l10n/ja.js
@@ -834,8 +834,8 @@ OC.L10N.register(
"Link copied to the clipboard!" : "クリップボードにリンクをコピーしました",
"Create a new group conversation" : "新規グループ会話の作成",
"Password protect" : "パスワード保護",
- "Add participants" : "参加者を追加",
"Create conversation" : "会話を作成",
+ "Add participants" : "参加者を追加",
"Close" : "閉じる",
"Choose a password" : "パスワードを選択",
"Search participants" : "参加者を探す",
@@ -843,7 +843,6 @@ OC.L10N.register(
"Allow guests to join via link" : "リンク経由でのゲスト参加を許可",
"Search conversations or users" : "会話やユーザーを検索",
"You are currently waiting in the lobby" : "現在ロビーで待機中",
- "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "現在ロビーで待機中。この会議は{startTime}から予定されています。",
"Calls are not supported in your browser" : "お使いのブラウザーは通話に対応していません",
"Access to microphone is only possible with HTTPS" : "マイクへのアクセスはHTTPSでのみ可能です",
"Access to microphone was denied" : "マイクへのアクセスが拒否されました",
@@ -879,8 +878,6 @@ OC.L10N.register(
"Contact" : "連絡先",
"Deck Card" : "Deckカード",
"Remove {fileName}" : "{fileName} を削除",
- "Open this location in Openstreetmap" : "オープンストリートマップでこの場所を表示",
- "[Unknown username]" : "[不明なユーザー名]",
"Scroll to bottom" : "下にスクロール",
"Today" : "本日",
"Yesterday" : "昨日",
@@ -1077,7 +1074,9 @@ OC.L10N.register(
"This conversation is read only" : "この会話は読み込みのみです",
"Conversation, " : "会話、",
"Allow guests to join via link " : "リンク経由でのゲスト参加を許可",
+ "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "現在ロビーで待機中。この会議は{startTime}から予定されています。",
"Remove" : "削除",
+ "[Unknown username]" : "[不明なユーザー名]",
"Bridge with other services" : "他のサービスと橋渡し",
"More info on Matterbridge." : "Matterbridgeの詳細",
"Enabled" : "有効",
@@ -1107,6 +1106,7 @@ OC.L10N.register(
"Conversation \"{conversationName}\"" : "会話 \"{conversationName}\"",
"Settings for conversation \"{conversationName}\"" : "会話 {conversationName} の設定",
"You can not send messages to this conversation at the moment" : "現在、この会話にメッセージを送信することはできませ",
- "Add a description for this conversation" : "この会話の詳細を追加する"
+ "Add a description for this conversation" : "この会話の詳細を追加する",
+ "Open this location in Openstreetmap" : "オープンストリートマップでこの場所を表示"
},
"nplurals=1; plural=0;");
diff --git a/l10n/ja.json b/l10n/ja.json
index da69cd46e..7c55de5ef 100644
--- a/l10n/ja.json
+++ b/l10n/ja.json
@@ -832,8 +832,8 @@
"Link copied to the clipboard!" : "クリップボードにリンクをコピーしました",
"Create a new group conversation" : "新規グループ会話の作成",
"Password protect" : "パスワード保護",
- "Add participants" : "参加者を追加",
"Create conversation" : "会話を作成",
+ "Add participants" : "参加者を追加",
"Close" : "閉じる",
"Choose a password" : "パスワードを選択",
"Search participants" : "参加者を探す",
@@ -841,7 +841,6 @@
"Allow guests to join via link" : "リンク経由でのゲスト参加を許可",
"Search conversations or users" : "会話やユーザーを検索",
"You are currently waiting in the lobby" : "現在ロビーで待機中",
- "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "現在ロビーで待機中。この会議は{startTime}から予定されています。",
"Calls are not supported in your browser" : "お使いのブラウザーは通話に対応していません",
"Access to microphone is only possible with HTTPS" : "マイクへのアクセスはHTTPSでのみ可能です",
"Access to microphone was denied" : "マイクへのアクセスが拒否されました",
@@ -877,8 +876,6 @@
"Contact" : "連絡先",
"Deck Card" : "Deckカード",
"Remove {fileName}" : "{fileName} を削除",
- "Open this location in Openstreetmap" : "オープンストリートマップでこの場所を表示",
- "[Unknown username]" : "[不明なユーザー名]",
"Scroll to bottom" : "下にスクロール",
"Today" : "本日",
"Yesterday" : "昨日",
@@ -1075,7 +1072,9 @@
"This conversation is read only" : "この会話は読み込みのみです",
"Conversation, " : "会話、",
"Allow guests to join via link " : "リンク経由でのゲスト参加を許可",
+ "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "現在ロビーで待機中。この会議は{startTime}から予定されています。",
"Remove" : "削除",
+ "[Unknown username]" : "[不明なユーザー名]",
"Bridge with other services" : "他のサービスと橋渡し",
"More info on Matterbridge." : "Matterbridgeの詳細",
"Enabled" : "有効",
@@ -1105,6 +1104,7 @@
"Conversation \"{conversationName}\"" : "会話 \"{conversationName}\"",
"Settings for conversation \"{conversationName}\"" : "会話 {conversationName} の設定",
"You can not send messages to this conversation at the moment" : "現在、この会話にメッセージを送信することはできませ",
- "Add a description for this conversation" : "この会話の詳細を追加する"
+ "Add a description for this conversation" : "この会話の詳細を追加する",
+ "Open this location in Openstreetmap" : "オープンストリートマップでこの場所を表示"
},"pluralForm" :"nplurals=1; plural=0;"
} \ No newline at end of file
diff --git a/l10n/ko.js b/l10n/ko.js
index c850dca2b..dce61487f 100644
--- a/l10n/ko.js
+++ b/l10n/ko.js
@@ -746,15 +746,14 @@ OC.L10N.register(
"Link copied to the clipboard!" : "클립보드에 링크가 복사되었습니다!",
"Create a new group conversation" : "새로운 대화 그룹 생성",
"Password protect" : "암호 보호",
- "Add participants" : "참여자 추가",
"Create conversation" : "대화 생성",
+ "Add participants" : "참여자 추가",
"Close" : "닫기",
"Choose a password" : "비밀번호 선택",
"Search participants" : "참여자 찾기",
"Conversation name" : "대화명",
"Search conversations or users" : "대화 또는 사용자 검색",
"You are currently waiting in the lobby" : "당신은 현재 로비에서 대기 중입니다.",
- "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "당신은 현재 로비에서 대기 중입니다. 이 회의는 {startTime} 에 예약되었습니다.",
"Calls are not supported in your browser" : "브라우저에서 통화가 지원되지 않습니다.",
"Access to microphone is only possible with HTTPS" : "HTTPS를 통해서만 마이크에 액세스할 수 있음",
"Access to microphone was denied" : "마이크 액세스가 거부되었습니다.",
@@ -771,7 +770,6 @@ OC.L10N.register(
"Sending message" : "메시지 전송",
"Message sent" : "보낸 메시지",
"Message read by everyone who shares their reading status" : "읽기 상태를 공유하는 모든 사용자가 읽은 메시지",
- "[Unknown username]" : "[Unknown username]",
"Scroll to bottom" : "맨 아래로 스크롤",
"Today" : "오늘",
"Yesterday" : "어제",
@@ -933,7 +931,9 @@ OC.L10N.register(
"This conversation is read only" : "이 대화는 읽기 전용입니다.",
"Conversation, " : "대화,",
"Allow guests to join via link " : "링크를 통해 게스트 참여 허용",
+ "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "당신은 현재 로비에서 대기 중입니다. 이 회의는 {startTime} 에 예약되었습니다.",
"Remove" : "삭제",
+ "[Unknown username]" : "[Unknown username]",
"Bridge with other services" : "다른 서비스와 연결",
"More info on Matterbridge." : "Matterbridge 의 더 많은 정보",
"Enabled" : "활성화됨",
diff --git a/l10n/ko.json b/l10n/ko.json
index f3fe23091..dc00dba1d 100644
--- a/l10n/ko.json
+++ b/l10n/ko.json
@@ -744,15 +744,14 @@
"Link copied to the clipboard!" : "클립보드에 링크가 복사되었습니다!",
"Create a new group conversation" : "새로운 대화 그룹 생성",
"Password protect" : "암호 보호",
- "Add participants" : "참여자 추가",
"Create conversation" : "대화 생성",
+ "Add participants" : "참여자 추가",
"Close" : "닫기",
"Choose a password" : "비밀번호 선택",
"Search participants" : "참여자 찾기",
"Conversation name" : "대화명",
"Search conversations or users" : "대화 또는 사용자 검색",
"You are currently waiting in the lobby" : "당신은 현재 로비에서 대기 중입니다.",
- "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "당신은 현재 로비에서 대기 중입니다. 이 회의는 {startTime} 에 예약되었습니다.",
"Calls are not supported in your browser" : "브라우저에서 통화가 지원되지 않습니다.",
"Access to microphone is only possible with HTTPS" : "HTTPS를 통해서만 마이크에 액세스할 수 있음",
"Access to microphone was denied" : "마이크 액세스가 거부되었습니다.",
@@ -769,7 +768,6 @@
"Sending message" : "메시지 전송",
"Message sent" : "보낸 메시지",
"Message read by everyone who shares their reading status" : "읽기 상태를 공유하는 모든 사용자가 읽은 메시지",
- "[Unknown username]" : "[Unknown username]",
"Scroll to bottom" : "맨 아래로 스크롤",
"Today" : "오늘",
"Yesterday" : "어제",
@@ -931,7 +929,9 @@
"This conversation is read only" : "이 대화는 읽기 전용입니다.",
"Conversation, " : "대화,",
"Allow guests to join via link " : "링크를 통해 게스트 참여 허용",
+ "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "당신은 현재 로비에서 대기 중입니다. 이 회의는 {startTime} 에 예약되었습니다.",
"Remove" : "삭제",
+ "[Unknown username]" : "[Unknown username]",
"Bridge with other services" : "다른 서비스와 연결",
"More info on Matterbridge." : "Matterbridge 의 더 많은 정보",
"Enabled" : "활성화됨",
diff --git a/l10n/lt_LT.js b/l10n/lt_LT.js
index d6a551f79..80f93fa6d 100644
--- a/l10n/lt_LT.js
+++ b/l10n/lt_LT.js
@@ -388,6 +388,7 @@ OC.L10N.register(
"@-mentions only" : "Tik @ paminėjimai",
"Off" : "Išjungta",
"URL of this Nextcloud instance" : "Šio Nextcloud egzemplioriaus URL",
+ "Email of the user" : "Naudotojo el. paštas",
"Language" : "Kalba",
"Country" : "Šalis",
"Status" : "Būsena",
@@ -408,6 +409,7 @@ OC.L10N.register(
"Phone number (Country)" : "Telefono numeris (Šalis)",
"Delete this server" : "Ištrinti šį serverį",
"Status: Checking connection" : "Būsena: Tikrinamas ryšys",
+ "Error: Cannot connect to server" : "Klaida: Nepavyksta prisijungti prie serverio",
"Error: Unknown error occurred" : "Klaida: Įvyko nežinoma klaida",
"Saved" : "Įrašyta",
"Add a new server" : "Pridėti naują serverį",
@@ -423,6 +425,8 @@ OC.L10N.register(
"TURN servers" : "TURN serveriai",
"{nickName} raised their hand." : "{nickName} pakėlė ranką.",
"A participant raised their hand." : "Dalyvis pakėlė ranką.",
+ "Previous page of videos" : "Ankstesnis vaizdo įrašų puslapis",
+ "Next page of videos" : "Kitas vaizdo įrašų puslapis",
"Copy link" : "Kopijuoti nuorodą",
"Connecting …" : "Jungiamasi…",
"Waiting for others to join the call …" : "Laukiama, kol kiti prisijungs prie skambučio…",
@@ -463,23 +467,35 @@ OC.L10N.register(
"An error occurred while starting screensharing." : "Pradedant ekrano bendrinimą, įvyko klaida.",
"Back" : "Atgal",
"Access to camera was denied" : "Prieiga prie kameros buvo uždrausta",
+ "Error while accessing camera: it is likely in use by another program" : "Klaida gaunant prieigą prie kameros: tikėtina, kad ją naudoja kita programa",
"Error while accessing camera" : "Klaida gaunant prieigą prie kameros",
"You" : "Jūs",
"Show screen" : "Rodyti ekraną",
"Mute" : "Nutildyti",
+ "This conversation is read-only" : "Šis pokalbis yra tik skaitymui",
"Favorite" : "Mėgstamas",
"Conversation settings" : "Pokalbio nustatymai",
"Description" : "Aprašas",
"Chat notifications" : "Pokalbio pranešimai",
+ "Meeting settings" : "Susitikimo nustatymai",
+ "Danger zone" : "Pavojinga zona",
+ "Error while updating conversation description" : "Klaida atnaujinant pokalbio aprašą",
+ "Be careful, these actions cannot be undone." : "Būkite atsargūs, šių veiksmų nebegalėsite atšaukti.",
"Leave conversation" : "Išeiti iš pokalbio",
"Delete conversation" : "Ištrinti pokalbį",
"You need to promote a new moderator before you can leave the conversation." : "Prieš išeidami iš pokalbio, turite paaukštinti naują moderatorių.",
"Do you really want to delete \"{displayName}\"?" : "Ar tikrai norite ištrinti \"{displayName}\"?",
+ "Error while deleting conversation" : "Klaida ištrinant pokalbį",
"Password protection" : "Apsauga slaptažodžiu",
"Enter a password" : "Enter a password",
+ "Save password" : "Įrašyti slaptažodį",
"Copy conversation link" : "Kopijuoti pokalbio nuorodą",
+ "Invitations sent" : "Pakvietimai išsiųsti",
"Enable lobby" : "Įjungti laukimo salę",
"Start time (optional)" : "Pradžios laikas (nebūtinas)",
+ "Lock conversation" : "Užrakinti pokalbį",
+ "Error occurred when locking the conversation" : "Užrakinant pokalbį, įvyko klaida",
+ "Error occurred when unlocking the conversation" : "Atrakinant pokalbį, įvyko klaida",
"Save" : "Įrašyti",
"Edit" : "Taisyti",
"More information" : "Daugiau informacijos",
@@ -489,6 +505,7 @@ OC.L10N.register(
"User password" : "Naudotojo slaptažodis",
"Matrix server URL" : "Matrix serverio URL",
"Matrix channel" : "Matrix kanalas",
+ "Team name" : "Komandos pavadinimas",
"Channel name" : "Kanalo pavadinimas",
"Rocket.Chat server URL" : "Rocket.Chat serverio URL",
"User name or email address" : "Naudotojo vardas ar el. pašto adresas",
@@ -500,6 +517,7 @@ OC.L10N.register(
"Channel ID or name" : "Kanalo ID ar pavadinimas",
"Channel" : "Kanalas",
"Login" : "Prisijungti",
+ "IRC server URL (e.g. chat.freenode.net:6667)" : "IRC serverio URL (pvz., chat.freenode.net:6667)",
"Nickname" : "Slapyvardis",
"IRC channel" : "IRC kanalas",
"Use TLS" : "Naudoti TLS",
@@ -514,6 +532,7 @@ OC.L10N.register(
"Add to favorites" : "Pridėti į mėgstamus",
"You: {lastMessage}" : "Jūs: {lastMessage}",
"{actor}: {lastMessage}" : "{actor}: {lastMessage}",
+ "Open conversations" : "Atverti pokalbius",
"Loading" : "Įkeliama",
"No search results" : "Nėra paieškos rezultatų",
"Groups" : "Grupės",
@@ -531,14 +550,14 @@ OC.L10N.register(
"Link copied to the clipboard!" : "Nuoroda nukopijuota į iškarpinę!",
"Create a new group conversation" : "Sukurti naują grupės pokalbį",
"Password protect" : "Apsaugoti slaptažodžiu",
- "Add participants" : "Pridėti dalyvius",
"Create conversation" : "Sukurti pokalbį",
+ "Add participants" : "Pridėti dalyvius",
"Close" : "Užverti",
"Search participants" : "Ieškoti dalyvių",
"Conversation name" : "Pokalbio pavadinimas",
+ "Allow guests to join via link" : "Leisti svečiams prisijungti per nuorodą",
"Search conversations or users" : "Ieškoti pokalbių ar naudotojų",
"You are currently waiting in the lobby" : "Šiuo metu laukiate laukimo salėje",
- "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Šiuo metu laukiate laukimo salėje. Šio susitikimo pradžia yra suplanuota {startTime}",
"Calls are not supported in your browser" : "Jūsų naršyklėje skambučiai yra nepalaikomi",
"Access to microphone is only possible with HTTPS" : "Prieiga prie mikrofono yra įmanoma tik naudojant HTTPS",
"Access to microphone was denied" : "Prieiga prie mikrofono buvo uždrausta",
@@ -551,9 +570,19 @@ OC.L10N.register(
"No camera available" : "Nėra prieinamos kameros",
"Select camera" : "Pasirinkti kamerą",
"Reply" : "Atsakyti",
+ "Reply privately" : "Atsakyti privačiai",
+ "Copy message link" : "Kopijuoti žinutės nuorodą",
"Mark as unread" : "Žymėti kaip neskaitytą",
"Go to file" : "Pereiti į failą",
- "[Unknown username]" : "[Nežinomas naudotojo vardas]",
+ "Forward message" : "Persiųsti žinutę",
+ "Unread messages" : "Neskaitytos žinutės",
+ "Message sent" : "Žinutė išsiųsta",
+ "You are not allowed to share files" : "Jums neleidžiama bendrinti failų",
+ "You cannot send messages to this conversation at the moment" : "Šiuo metu negalite siųsti žinučių į šį pokalbį",
+ "Message deleted successfully" : "Žinutė sėkmingai ištrinta",
+ "Remove {fileName}" : "Šalinti {fileName}",
+ "Error while forwarding message" : "Klaida persiunčiant žinutę",
+ "Scroll to bottom" : "Slinkti į apačią",
"Today" : "Šiandien",
"Yesterday" : "Vakar",
"{relativeDate}, {absoluteDate}" : "{relativeDate}, {absoluteDate}",
@@ -562,12 +591,15 @@ OC.L10N.register(
"Add emoji" : "Pridėti šypsenėlę",
"Send message" : "Siųsti žinutę",
"File to share" : "Failas, kurį bendrinti",
+ "This conversation has been locked" : "Šis pokalbis užrakintas",
"Write message, @ to mention someone …" : "Rašykite žinutę, naudokite @ norėdami kažką paminėti…",
"Invalid path selected" : "Pasirinktas neteisingas kelias",
+ "Disable lobby" : "Išjungti laukimo salę",
"moderator" : "moderatorius",
"guest" : "svečias",
"Demote from moderator" : "Pažeminti iš moderatorių",
"Promote to moderator" : "Paaukštinti į moderatorius",
+ "Resend invitation" : "Siųsti pakvietimą iš naujo",
"Remove participant" : "Šalinti dalyvį",
"Add groups" : "Pridėti grupes",
"Add emails" : "Pridėti el. paštus",
@@ -582,6 +614,8 @@ OC.L10N.register(
"An error occurred while fetching the participants" : "Gaunant dalyvius, įvyko klaida",
"Chat" : "Pokalbis",
"Details" : "Išsamiau",
+ "Meeting ID: {meetingId}" : "Susitikimo ID: {meetingId}",
+ "Your PIN: {attendeePin}" : "Jūsų PIN kodas: {attendeePin}",
"Display name: " : "Rodomas vardas: ",
"Choose devices" : "Pasirinkti įrenginius",
"Attachments folder" : "Priedų aplankas",
@@ -613,6 +647,7 @@ OC.L10N.register(
"Away" : "Atsitraukęs",
"Error while sharing file" : "Klaida bendrinant failą",
"Failed to join the conversation. Try to reload the page." : "Nepavyko prisijungti prie pokalbio. Pabandykite įkelti puslapį iš naujo.",
+ "Leave this page" : "Išeiti iš šio puslapio",
"Nextcloud is in maintenance mode, please reload the page" : "Nextcloud yra techninės priežiūros veiksenoje, įkelkite puslapį iš naujo",
"Sending signaling message has failed." : "Nepavyko išsiųsti signalinės žinutės.",
"Establishing signaling connection is taking longer than expected …" : "Signalinio ryšio užmezgimas trunka ilgiau nei tikėtasi…",
@@ -664,7 +699,9 @@ OC.L10N.register(
"Enable video (v) - Your connection will be briefly interrupted when enabling the video for the first time" : "Įjungti vaizdą (v) - Pirmą kartą įjungiant vaizdą, jūsų ryšys bus trumpam pertrauktas",
"This conversation is read only" : "Šis pokalbis yra tik skaitymui",
"Allow guests to join via link " : "Leisti svečiams prisijungti per nuorodą",
+ "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Šiuo metu laukiate laukimo salėje. Šio susitikimo pradžia yra suplanuota {startTime}",
"Remove" : "Šalinti",
+ "[Unknown username]" : "[Nežinomas naudotojo vardas]",
"Enabled" : "Įjungta",
"User name or e-mail address" : "Naudotojo vardas ar el. pašto adresas",
"Participant settings" : "Dalyvio nustatymai",
@@ -682,6 +719,7 @@ OC.L10N.register(
"You stopped Matterbridge." : "Jūs sustabdėte „Matterbridge“.",
"Lower hand" : "Nuleisti ranką",
"Raise hand" : "Pakelti ranką",
- "Conversation \"{conversationName}\"" : "Pokalbis „{conversationName}“"
+ "Conversation \"{conversationName}\"" : "Pokalbis „{conversationName}“",
+ "You can not send messages to this conversation at the moment" : "Šiuo metu negalite siųsti žinučių į šį pokalbį"
},
"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);");
diff --git a/l10n/lt_LT.json b/l10n/lt_LT.json
index 8476daea5..1fc708aa7 100644
--- a/l10n/lt_LT.json
+++ b/l10n/lt_LT.json
@@ -386,6 +386,7 @@
"@-mentions only" : "Tik @ paminėjimai",
"Off" : "Išjungta",
"URL of this Nextcloud instance" : "Šio Nextcloud egzemplioriaus URL",
+ "Email of the user" : "Naudotojo el. paštas",
"Language" : "Kalba",
"Country" : "Šalis",
"Status" : "Būsena",
@@ -406,6 +407,7 @@
"Phone number (Country)" : "Telefono numeris (Šalis)",
"Delete this server" : "Ištrinti šį serverį",
"Status: Checking connection" : "Būsena: Tikrinamas ryšys",
+ "Error: Cannot connect to server" : "Klaida: Nepavyksta prisijungti prie serverio",
"Error: Unknown error occurred" : "Klaida: Įvyko nežinoma klaida",
"Saved" : "Įrašyta",
"Add a new server" : "Pridėti naują serverį",
@@ -421,6 +423,8 @@
"TURN servers" : "TURN serveriai",
"{nickName} raised their hand." : "{nickName} pakėlė ranką.",
"A participant raised their hand." : "Dalyvis pakėlė ranką.",
+ "Previous page of videos" : "Ankstesnis vaizdo įrašų puslapis",
+ "Next page of videos" : "Kitas vaizdo įrašų puslapis",
"Copy link" : "Kopijuoti nuorodą",
"Connecting …" : "Jungiamasi…",
"Waiting for others to join the call …" : "Laukiama, kol kiti prisijungs prie skambučio…",
@@ -461,23 +465,35 @@
"An error occurred while starting screensharing." : "Pradedant ekrano bendrinimą, įvyko klaida.",
"Back" : "Atgal",
"Access to camera was denied" : "Prieiga prie kameros buvo uždrausta",
+ "Error while accessing camera: it is likely in use by another program" : "Klaida gaunant prieigą prie kameros: tikėtina, kad ją naudoja kita programa",
"Error while accessing camera" : "Klaida gaunant prieigą prie kameros",
"You" : "Jūs",
"Show screen" : "Rodyti ekraną",
"Mute" : "Nutildyti",
+ "This conversation is read-only" : "Šis pokalbis yra tik skaitymui",
"Favorite" : "Mėgstamas",
"Conversation settings" : "Pokalbio nustatymai",
"Description" : "Aprašas",
"Chat notifications" : "Pokalbio pranešimai",
+ "Meeting settings" : "Susitikimo nustatymai",
+ "Danger zone" : "Pavojinga zona",
+ "Error while updating conversation description" : "Klaida atnaujinant pokalbio aprašą",
+ "Be careful, these actions cannot be undone." : "Būkite atsargūs, šių veiksmų nebegalėsite atšaukti.",
"Leave conversation" : "Išeiti iš pokalbio",
"Delete conversation" : "Ištrinti pokalbį",
"You need to promote a new moderator before you can leave the conversation." : "Prieš išeidami iš pokalbio, turite paaukštinti naują moderatorių.",
"Do you really want to delete \"{displayName}\"?" : "Ar tikrai norite ištrinti \"{displayName}\"?",
+ "Error while deleting conversation" : "Klaida ištrinant pokalbį",
"Password protection" : "Apsauga slaptažodžiu",
"Enter a password" : "Enter a password",
+ "Save password" : "Įrašyti slaptažodį",
"Copy conversation link" : "Kopijuoti pokalbio nuorodą",
+ "Invitations sent" : "Pakvietimai išsiųsti",
"Enable lobby" : "Įjungti laukimo salę",
"Start time (optional)" : "Pradžios laikas (nebūtinas)",
+ "Lock conversation" : "Užrakinti pokalbį",
+ "Error occurred when locking the conversation" : "Užrakinant pokalbį, įvyko klaida",
+ "Error occurred when unlocking the conversation" : "Atrakinant pokalbį, įvyko klaida",
"Save" : "Įrašyti",
"Edit" : "Taisyti",
"More information" : "Daugiau informacijos",
@@ -487,6 +503,7 @@
"User password" : "Naudotojo slaptažodis",
"Matrix server URL" : "Matrix serverio URL",
"Matrix channel" : "Matrix kanalas",
+ "Team name" : "Komandos pavadinimas",
"Channel name" : "Kanalo pavadinimas",
"Rocket.Chat server URL" : "Rocket.Chat serverio URL",
"User name or email address" : "Naudotojo vardas ar el. pašto adresas",
@@ -498,6 +515,7 @@
"Channel ID or name" : "Kanalo ID ar pavadinimas",
"Channel" : "Kanalas",
"Login" : "Prisijungti",
+ "IRC server URL (e.g. chat.freenode.net:6667)" : "IRC serverio URL (pvz., chat.freenode.net:6667)",
"Nickname" : "Slapyvardis",
"IRC channel" : "IRC kanalas",
"Use TLS" : "Naudoti TLS",
@@ -512,6 +530,7 @@
"Add to favorites" : "Pridėti į mėgstamus",
"You: {lastMessage}" : "Jūs: {lastMessage}",
"{actor}: {lastMessage}" : "{actor}: {lastMessage}",
+ "Open conversations" : "Atverti pokalbius",
"Loading" : "Įkeliama",
"No search results" : "Nėra paieškos rezultatų",
"Groups" : "Grupės",
@@ -529,14 +548,14 @@
"Link copied to the clipboard!" : "Nuoroda nukopijuota į iškarpinę!",
"Create a new group conversation" : "Sukurti naują grupės pokalbį",
"Password protect" : "Apsaugoti slaptažodžiu",
- "Add participants" : "Pridėti dalyvius",
"Create conversation" : "Sukurti pokalbį",
+ "Add participants" : "Pridėti dalyvius",
"Close" : "Užverti",
"Search participants" : "Ieškoti dalyvių",
"Conversation name" : "Pokalbio pavadinimas",
+ "Allow guests to join via link" : "Leisti svečiams prisijungti per nuorodą",
"Search conversations or users" : "Ieškoti pokalbių ar naudotojų",
"You are currently waiting in the lobby" : "Šiuo metu laukiate laukimo salėje",
- "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Šiuo metu laukiate laukimo salėje. Šio susitikimo pradžia yra suplanuota {startTime}",
"Calls are not supported in your browser" : "Jūsų naršyklėje skambučiai yra nepalaikomi",
"Access to microphone is only possible with HTTPS" : "Prieiga prie mikrofono yra įmanoma tik naudojant HTTPS",
"Access to microphone was denied" : "Prieiga prie mikrofono buvo uždrausta",
@@ -549,9 +568,19 @@
"No camera available" : "Nėra prieinamos kameros",
"Select camera" : "Pasirinkti kamerą",
"Reply" : "Atsakyti",
+ "Reply privately" : "Atsakyti privačiai",
+ "Copy message link" : "Kopijuoti žinutės nuorodą",
"Mark as unread" : "Žymėti kaip neskaitytą",
"Go to file" : "Pereiti į failą",
- "[Unknown username]" : "[Nežinomas naudotojo vardas]",
+ "Forward message" : "Persiųsti žinutę",
+ "Unread messages" : "Neskaitytos žinutės",
+ "Message sent" : "Žinutė išsiųsta",
+ "You are not allowed to share files" : "Jums neleidžiama bendrinti failų",
+ "You cannot send messages to this conversation at the moment" : "Šiuo metu negalite siųsti žinučių į šį pokalbį",
+ "Message deleted successfully" : "Žinutė sėkmingai ištrinta",
+ "Remove {fileName}" : "Šalinti {fileName}",
+ "Error while forwarding message" : "Klaida persiunčiant žinutę",
+ "Scroll to bottom" : "Slinkti į apačią",
"Today" : "Šiandien",
"Yesterday" : "Vakar",
"{relativeDate}, {absoluteDate}" : "{relativeDate}, {absoluteDate}",
@@ -560,12 +589,15 @@
"Add emoji" : "Pridėti šypsenėlę",
"Send message" : "Siųsti žinutę",
"File to share" : "Failas, kurį bendrinti",
+ "This conversation has been locked" : "Šis pokalbis užrakintas",
"Write message, @ to mention someone …" : "Rašykite žinutę, naudokite @ norėdami kažką paminėti…",
"Invalid path selected" : "Pasirinktas neteisingas kelias",
+ "Disable lobby" : "Išjungti laukimo salę",
"moderator" : "moderatorius",
"guest" : "svečias",
"Demote from moderator" : "Pažeminti iš moderatorių",
"Promote to moderator" : "Paaukštinti į moderatorius",
+ "Resend invitation" : "Siųsti pakvietimą iš naujo",
"Remove participant" : "Šalinti dalyvį",
"Add groups" : "Pridėti grupes",
"Add emails" : "Pridėti el. paštus",
@@ -580,6 +612,8 @@
"An error occurred while fetching the participants" : "Gaunant dalyvius, įvyko klaida",
"Chat" : "Pokalbis",
"Details" : "Išsamiau",
+ "Meeting ID: {meetingId}" : "Susitikimo ID: {meetingId}",
+ "Your PIN: {attendeePin}" : "Jūsų PIN kodas: {attendeePin}",
"Display name: " : "Rodomas vardas: ",
"Choose devices" : "Pasirinkti įrenginius",
"Attachments folder" : "Priedų aplankas",
@@ -611,6 +645,7 @@
"Away" : "Atsitraukęs",
"Error while sharing file" : "Klaida bendrinant failą",
"Failed to join the conversation. Try to reload the page." : "Nepavyko prisijungti prie pokalbio. Pabandykite įkelti puslapį iš naujo.",
+ "Leave this page" : "Išeiti iš šio puslapio",
"Nextcloud is in maintenance mode, please reload the page" : "Nextcloud yra techninės priežiūros veiksenoje, įkelkite puslapį iš naujo",
"Sending signaling message has failed." : "Nepavyko išsiųsti signalinės žinutės.",
"Establishing signaling connection is taking longer than expected …" : "Signalinio ryšio užmezgimas trunka ilgiau nei tikėtasi…",
@@ -662,7 +697,9 @@
"Enable video (v) - Your connection will be briefly interrupted when enabling the video for the first time" : "Įjungti vaizdą (v) - Pirmą kartą įjungiant vaizdą, jūsų ryšys bus trumpam pertrauktas",
"This conversation is read only" : "Šis pokalbis yra tik skaitymui",
"Allow guests to join via link " : "Leisti svečiams prisijungti per nuorodą",
+ "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Šiuo metu laukiate laukimo salėje. Šio susitikimo pradžia yra suplanuota {startTime}",
"Remove" : "Šalinti",
+ "[Unknown username]" : "[Nežinomas naudotojo vardas]",
"Enabled" : "Įjungta",
"User name or e-mail address" : "Naudotojo vardas ar el. pašto adresas",
"Participant settings" : "Dalyvio nustatymai",
@@ -680,6 +717,7 @@
"You stopped Matterbridge." : "Jūs sustabdėte „Matterbridge“.",
"Lower hand" : "Nuleisti ranką",
"Raise hand" : "Pakelti ranką",
- "Conversation \"{conversationName}\"" : "Pokalbis „{conversationName}“"
+ "Conversation \"{conversationName}\"" : "Pokalbis „{conversationName}“",
+ "You can not send messages to this conversation at the moment" : "Šiuo metu negalite siųsti žinučių į šį pokalbį"
},"pluralForm" :"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"
} \ No newline at end of file
diff --git a/l10n/mk.js b/l10n/mk.js
index 4fcc095b5..fa6d4c550 100644
--- a/l10n/mk.js
+++ b/l10n/mk.js
@@ -606,15 +606,14 @@ OC.L10N.register(
"Link copied to the clipboard!" : "Линкот е копиран во клипборд!",
"Create a new group conversation" : "Креирајте нов групен разговор",
"Password protect" : "Заштити со лозинка",
- "Add participants" : "Додади учесници",
"Create conversation" : "Креирајте разговор",
+ "Add participants" : "Додади учесници",
"Close" : "Затвори",
"Choose a password" : "Избери лозинка",
"Search participants" : "Барај учесници",
"Conversation name" : "Име на разговорот",
"Search conversations or users" : "Пребарување на разговори или корисници",
"You are currently waiting in the lobby" : "Моментално чекате во лобито",
- "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Моментално чекате во лобито. Состанокот е закажан во {startTime}",
"Calls are not supported in your browser" : "Повици не се поддржани од вашиот прелистувач",
"Access to microphone is only possible with HTTPS" : "Пристап до микрофонот е возможен само преку безбедноска врска HTTPS",
"Access to microphone was denied" : "Нема пристап до микрофонот",
@@ -628,7 +627,6 @@ OC.L10N.register(
"Select camera" : "Избери камера",
"Reply" : "Одговор",
"Go to file" : "Оди до датотеката",
- "[Unknown username]" : "[Непознато корисничко име]",
"Scroll to bottom" : "Скролај до долу",
"Today" : "Денес",
"Yesterday" : "Вчера",
@@ -748,7 +746,9 @@ OC.L10N.register(
"This conversation is read only" : "Разговорот е само за читање",
"Conversation, " : "Разговор,",
"Allow guests to join via link " : "Дозволи им на гостите да се приклучат преку линк",
+ "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Моментално чекате во лобито. Состанокот е закажан во {startTime}",
"Remove" : "Отстрани",
+ "[Unknown username]" : "[Непознато корисничко име]",
"Bridge with other services" : "Мост со други сервери",
"Enabled" : "Овозможен",
"User name or e-mail address" : "Корисничко име или е-пошта адреса",
diff --git a/l10n/mk.json b/l10n/mk.json
index e837da331..d5781001b 100644
--- a/l10n/mk.json
+++ b/l10n/mk.json
@@ -604,15 +604,14 @@
"Link copied to the clipboard!" : "Линкот е копиран во клипборд!",
"Create a new group conversation" : "Креирајте нов групен разговор",
"Password protect" : "Заштити со лозинка",
- "Add participants" : "Додади учесници",
"Create conversation" : "Креирајте разговор",
+ "Add participants" : "Додади учесници",
"Close" : "Затвори",
"Choose a password" : "Избери лозинка",
"Search participants" : "Барај учесници",
"Conversation name" : "Име на разговорот",
"Search conversations or users" : "Пребарување на разговори или корисници",
"You are currently waiting in the lobby" : "Моментално чекате во лобито",
- "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Моментално чекате во лобито. Состанокот е закажан во {startTime}",
"Calls are not supported in your browser" : "Повици не се поддржани од вашиот прелистувач",
"Access to microphone is only possible with HTTPS" : "Пристап до микрофонот е возможен само преку безбедноска врска HTTPS",
"Access to microphone was denied" : "Нема пристап до микрофонот",
@@ -626,7 +625,6 @@
"Select camera" : "Избери камера",
"Reply" : "Одговор",
"Go to file" : "Оди до датотеката",
- "[Unknown username]" : "[Непознато корисничко име]",
"Scroll to bottom" : "Скролај до долу",
"Today" : "Денес",
"Yesterday" : "Вчера",
@@ -746,7 +744,9 @@
"This conversation is read only" : "Разговорот е само за читање",
"Conversation, " : "Разговор,",
"Allow guests to join via link " : "Дозволи им на гостите да се приклучат преку линк",
+ "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Моментално чекате во лобито. Состанокот е закажан во {startTime}",
"Remove" : "Отстрани",
+ "[Unknown username]" : "[Непознато корисничко име]",
"Bridge with other services" : "Мост со други сервери",
"Enabled" : "Овозможен",
"User name or e-mail address" : "Корисничко име или е-пошта адреса",
diff --git a/l10n/nb.js b/l10n/nb.js
index b657cccf8..a85121a2b 100644
--- a/l10n/nb.js
+++ b/l10n/nb.js
@@ -426,8 +426,8 @@ OC.L10N.register(
"Other sources" : "Andre kilder",
"Creating your conversation" : "Opprett din samtale",
"Password protect" : "Passordbeskyttelse",
- "Add participants" : "Legg til deltager",
"Create conversation" : "Opprett samtale",
+ "Add participants" : "Legg til deltager",
"Close" : "Lukk",
"Choose a password" : "Velg et passord",
"Search participants" : "Søk etter deltakere",
diff --git a/l10n/nb.json b/l10n/nb.json
index 13a168ad0..aacaeafb3 100644
--- a/l10n/nb.json
+++ b/l10n/nb.json
@@ -424,8 +424,8 @@
"Other sources" : "Andre kilder",
"Creating your conversation" : "Opprett din samtale",
"Password protect" : "Passordbeskyttelse",
- "Add participants" : "Legg til deltager",
"Create conversation" : "Opprett samtale",
+ "Add participants" : "Legg til deltager",
"Close" : "Lukk",
"Choose a password" : "Velg et passord",
"Search participants" : "Søk etter deltakere",
diff --git a/l10n/nl.js b/l10n/nl.js
index 74b5157df..e9f290479 100644
--- a/l10n/nl.js
+++ b/l10n/nl.js
@@ -837,8 +837,8 @@ OC.L10N.register(
"Link copied to the clipboard!" : "Link gekopieerd naar het klembord!",
"Create a new group conversation" : "Maak een nieuw groepsgesprek",
"Password protect" : "Wachtwoord beveiligen",
- "Add participants" : "Deelnemers toevoegen",
"Create conversation" : "Maak gesprek",
+ "Add participants" : "Deelnemers toevoegen",
"Close" : "Sluiten",
"Choose a password" : "Kies een wachtwoord",
"Search participants" : "Zoek deelnemers",
@@ -846,7 +846,6 @@ OC.L10N.register(
"Allow guests to join via link" : "Sta gasten toe om te deel te nemen via een link",
"Search conversations or users" : "Zoek in gesprekken of gebruikers",
"You are currently waiting in the lobby" : "Je wacht nu in de lobby",
- "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Je wacht nu in de lobby. Deze vergadering staat gepland voor {startTime}",
"Calls are not supported in your browser" : "Oproepen worden niet ondersteund in je browser",
"Access to microphone is only possible with HTTPS" : "Toegang tot microfoon is alleen mogelijk met HTTPS",
"Access to microphone was denied" : "Toegang tot de microfoon is geweigerd",
@@ -883,8 +882,6 @@ OC.L10N.register(
"{stack} in {board}" : "{stack} in {board}",
"Deck Card" : "Deck kaart",
"Remove {fileName}" : "Verwijderen {fileName}",
- "Open this location in Openstreetmap" : "Open deze locatie in Openstreetmap",
- "[Unknown username]" : "[Onbekende gebruikersnaam]",
"Scroll to bottom" : "Scroll naar beneden",
"Today" : "Vandaag",
"Yesterday" : "Gisteren",
@@ -1081,7 +1078,9 @@ OC.L10N.register(
"This conversation is read only" : "Dit gesprek is alleen-lezen",
"Conversation, " : "Gesprekken,",
"Allow guests to join via link " : "Sta gasten toe om te deel te nemen via een link",
+ "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Je wacht nu in de lobby. Deze vergadering staat gepland voor {startTime}",
"Remove" : "Verwijder",
+ "[Unknown username]" : "[Onbekende gebruikersnaam]",
"Bridge with other services" : "Verbinden met andere services",
"More info on Matterbridge." : "Meer info over Matterbridge.",
"Enabled" : "Ingeschakeld",
@@ -1111,6 +1110,7 @@ OC.L10N.register(
"Conversation \"{conversationName}\"" : "Gesprek \"{conversationName}\"",
"Settings for conversation \"{conversationName}\"" : "Instellingen voor gesprek \"{conversationName}\"",
"You can not send messages to this conversation at the moment" : "Je kunt nu geen berichten versturen binnen dit gesprek",
- "Add a description for this conversation" : "Voeg een beschrijving toe aan dit gesprek"
+ "Add a description for this conversation" : "Voeg een beschrijving toe aan dit gesprek",
+ "Open this location in Openstreetmap" : "Open deze locatie in Openstreetmap"
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/nl.json b/l10n/nl.json
index 3890d4341..67d8b674f 100644
--- a/l10n/nl.json
+++ b/l10n/nl.json
@@ -835,8 +835,8 @@
"Link copied to the clipboard!" : "Link gekopieerd naar het klembord!",
"Create a new group conversation" : "Maak een nieuw groepsgesprek",
"Password protect" : "Wachtwoord beveiligen",
- "Add participants" : "Deelnemers toevoegen",
"Create conversation" : "Maak gesprek",
+ "Add participants" : "Deelnemers toevoegen",
"Close" : "Sluiten",
"Choose a password" : "Kies een wachtwoord",
"Search participants" : "Zoek deelnemers",
@@ -844,7 +844,6 @@
"Allow guests to join via link" : "Sta gasten toe om te deel te nemen via een link",
"Search conversations or users" : "Zoek in gesprekken of gebruikers",
"You are currently waiting in the lobby" : "Je wacht nu in de lobby",
- "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Je wacht nu in de lobby. Deze vergadering staat gepland voor {startTime}",
"Calls are not supported in your browser" : "Oproepen worden niet ondersteund in je browser",
"Access to microphone is only possible with HTTPS" : "Toegang tot microfoon is alleen mogelijk met HTTPS",
"Access to microphone was denied" : "Toegang tot de microfoon is geweigerd",
@@ -881,8 +880,6 @@
"{stack} in {board}" : "{stack} in {board}",
"Deck Card" : "Deck kaart",
"Remove {fileName}" : "Verwijderen {fileName}",
- "Open this location in Openstreetmap" : "Open deze locatie in Openstreetmap",
- "[Unknown username]" : "[Onbekende gebruikersnaam]",
"Scroll to bottom" : "Scroll naar beneden",
"Today" : "Vandaag",
"Yesterday" : "Gisteren",
@@ -1079,7 +1076,9 @@
"This conversation is read only" : "Dit gesprek is alleen-lezen",
"Conversation, " : "Gesprekken,",
"Allow guests to join via link " : "Sta gasten toe om te deel te nemen via een link",
+ "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Je wacht nu in de lobby. Deze vergadering staat gepland voor {startTime}",
"Remove" : "Verwijder",
+ "[Unknown username]" : "[Onbekende gebruikersnaam]",
"Bridge with other services" : "Verbinden met andere services",
"More info on Matterbridge." : "Meer info over Matterbridge.",
"Enabled" : "Ingeschakeld",
@@ -1109,6 +1108,7 @@
"Conversation \"{conversationName}\"" : "Gesprek \"{conversationName}\"",
"Settings for conversation \"{conversationName}\"" : "Instellingen voor gesprek \"{conversationName}\"",
"You can not send messages to this conversation at the moment" : "Je kunt nu geen berichten versturen binnen dit gesprek",
- "Add a description for this conversation" : "Voeg een beschrijving toe aan dit gesprek"
+ "Add a description for this conversation" : "Voeg een beschrijving toe aan dit gesprek",
+ "Open this location in Openstreetmap" : "Open deze locatie in Openstreetmap"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/l10n/oc.js b/l10n/oc.js
index 9e0352e75..e586b76b5 100644
--- a/l10n/oc.js
+++ b/l10n/oc.js
@@ -19,6 +19,8 @@ OC.L10N.register(
"- Microsoft Edge and Safari can now be used to participate in audio and video calls" : "- Microsoft Edge e Safari pòdon ara utilizar la conversacion àudio e vidèo",
"- You can now notify all participants by posting \"@all\" into the chat" : "- Podètz ara notificar totes los participants en publicant « @all » al chat",
"- You can now mention guests in the chat" : "- Podètz ara mencionar los convidats al chat",
+ "- Join the same conversation and call from multiple devices" : "- Participar a la meteissa conversacion e sonada de mantun aparelh estant",
+ "- Send voice messages, share your location or contact details" : "- Enviar de messatges vocals, partejar vòstra posicion e detalhs de contactes",
"There are currently no commands available." : "Cap de comanda pas disponibla pel moment.",
"The command does not exist" : "La comanda existís pas",
"An error occurred while running the command. Please ask an administrator to check the logs." : "Una error s’es producha en executant la comanda. Volgatz demandar a l’administrator de verificar los jornals.",
@@ -101,6 +103,9 @@ OC.L10N.register(
"An administrator removed circle {circle}" : "Un administrator tirèt lo cercle {circle}",
"{actor} shared a file which is no longer available" : "{actor} partegèt un fichièr qu’es pas pus disponible",
"You shared a file which is no longer available" : "Partegèretz un fichièr qu'es pas pus disponible",
+ "{actor} set up Matterbridge to synchronize this conversation with other chats" : "{actor} configurèt Matterbridge per sincronizar aquesta conversacion amb d’autras discussions",
+ "You set up Matterbridge to synchronize this conversation with other chats" : "Avètz configurat Matterbridge per sincronizar aquesta conversacion amb d’autras discussions",
+ "{actor} updated the Matterbridge configuration" : "{actor} actualizèt la configuracion Matterbridge",
"You updated the Matterbridge configuration" : "Avètz actualizada la configuracion Matterbridge",
"{actor} removed the Matterbridge configuration" : "{actor} suprimissèt la configuracion Matterbridge",
"You removed the Matterbridge configuration" : "Avètz suprimida la configuracion Matterbdrige",
@@ -145,6 +150,7 @@ OC.L10N.register(
"Password request: %s" : "Senhal requerit : %s",
"Private conversation" : "Conversacion privada",
"Deleted user (%s)" : "Utilizaire suprimit (%s)",
+ "{user1} shared room {roomName} on {remoteServer} with you" : "{user1} a partejat la sala {roomName} sus {remoteServer} amb vos",
"{user} in {call}" : "{user} dins {call}",
"Deleted user in {call}" : "Utilizaire suprimit dins {call}",
"{guest} (guest) in {call}" : "{guest} (guest) dins {call}",
@@ -156,15 +162,20 @@ OC.L10N.register(
"{user} replied to your private message" : "{user} a respondut a vòstre messatge privat",
"{user} replied to your message in conversation {call}" : "{user} a respondut a vòstre messatge dins la conversacion {call}",
"A deleted user replied to your message in conversation {call}" : "Un utilizaire suprimit a respondut a vòstre messatge dins la conversacion {call}",
+ "{user} mentioned you in conversation {call}" : "{user} vos a mencionat dins la conversacion {call}",
"A deleted user mentioned you in conversation {call}" : "Un utilizaire suprimit vos a mencionat dins la conversacion {call}",
+ "{guest} (guest) mentioned you in conversation {call}" : "{guest} (convidat) vos a mencionat dins la conversacion {call}",
"A guest mentioned you in conversation {call}" : "Un convidat vos a mencionat dins la conversacion {call}",
"View chat" : "Veire lo chat",
+ "{user} invited you to a private conversation" : "{user} vos a convidat a una conversacion privada",
"Join call" : "Rejónher la sonada",
+ "{user} invited you to a group conversation: {call}" : "{user} vos a convidat a un conversacion de grop : {call}",
"Answer call" : "Respondre a l’apèl",
"{user} would like to talk with you" : "{user} volriá vos parlar",
"Call back" : "Tornar",
"A group call has started in {call}" : "Una sonada de grop a començat dins {call}",
"You missed a group call in {call}" : "Avètz mancat una sonada de grop dins {call}",
+ "{email} is requesting the password to access {file}" : "{email} demanda l’accès al fichièr {file}",
"Someone is requesting the password to access {file}" : "Qualqu’un demanda lo senhal per accedir a {file}",
"Open settings" : "Dobrir los paramètres",
"Conversations" : "Discussions",
@@ -434,6 +445,7 @@ OC.L10N.register(
"Stay in call" : "Demorar en linha",
"Duplicate session" : "Duplicar la session",
"Discuss this file" : "Discutir d’aqueste fichièr",
+ "Share this file with others to discuss it" : "Partejar aqueste fichièr amb d’autres per ne discutir",
"Share this file" : "Partejar aqueste fichièr",
"Join conversation" : "Rejónher la conversacion",
"Request password" : "Demandar senhal",
@@ -464,6 +476,7 @@ OC.L10N.register(
"Default group notification" : "Notificacion de grop per defaut",
"Allow conversations on files" : "Permetre las conversacions suls fichièrs",
"All messages" : "Totes los messatges",
+ "@-mentions only" : "@-mencions sonque",
"Off" : "Atudat",
"URL of this Nextcloud instance" : "URL d’aquesta instància Nextcloud",
"Email of the user" : "Email de l’utilizaire",
@@ -480,11 +493,13 @@ OC.L10N.register(
"Expired" : "Expirat",
"_%n user_::_%n users_" : ["%n utilizaire","%n utilizaires"],
"Matterbridge integration" : "Integracion Matterbridge",
+ "Enable Matterbridge integration" : "Activar l’integracion Matterbridge",
"Downloading …" : "Telecargament…",
"Install Talk Matterbridge" : "Installar Talk Matterbridge",
"Installed version: {version}" : "Version installada : {version}",
"An error occurred while installing the Talk Matterbridge. Please install it manually." : "Una error s’es producha pendent l’installacion de Talk Matterbridge. Volgatz l’installar manualament.",
"SIP configuration" : "Configuracion SIP",
+ "SIP configuration is only possible with a high-performance backend." : "La configuracion SIP es sonque possibla amb un backend de nauta performança",
"Enable SIP configuration" : "Activar la configuracion SIP",
"Shared secret" : "Secret partejat",
"Phone number (Country)" : "Numèro de telefòn (País)",
@@ -538,6 +553,7 @@ OC.L10N.register(
"No camera" : "Cap de camèra",
"Disable video (V)" : "Desactivar la vidèo (V)",
"Enable video (V)" : "Activar la vidèo (V)",
+ "Enable video (V) - Your connection will be briefly interrupted when enabling the video for the first time" : "Activar la vidèo (V) - La connexion serà interrompuda brèvament pendent l’activacion de la vidèo pel primièr còp",
"Disable video" : "Desactivar la vidèo",
"Enable video" : "Activar la vidèo",
"You are not allowed to enable screensharing" : "Avètz pas l'autorizacion per activar lo partiment d’ecran",
@@ -546,11 +562,20 @@ OC.L10N.register(
"Enable screensharing" : "Activar lo partiment d’ecran",
"Bad sent video and screen quality." : "Marrida vidèo enviada e qualitat d’ecran.",
"Bad sent screen quality." : "Marrida qualitat d’ecran enviada.",
+ "Your internet connection or computer are busy and other participants might be unable to see you. To improve the situation try to disable your video while doing a screenshare." : "Vòstra connexion Internet o vòstre ordenador es ocupat poiriá arribar que los demai participants vos vejan pas. Per melhorar la situacion ensajatz de desactivar la vidèo pendent un partiment d’ecran.",
+ "Your internet connection or computer are busy and other participants might be unable to see your screen." : "Vòstra connexion Internet o vòstre ordenador es ocupat poiriá arribar que los demai participants vejan pas vòstre ecran.",
+ "Your internet connection or computer are busy and other participants might be unable to see you." : "Vòstra connexion Internet o vòstre ordenador es ocupat poiriá arribar que los demai participants vos vejan pas.",
+ "Your internet connection or computer are busy and other participants might be unable to understand and see you. To improve the situation try to disable your video while doing a screenshare." : "Vòstra connexion Internet o vòstre ordenador es ocupat poiriá arribar que los demai participants vos comprengan o vejan pas. Per melhorar la situacion ensajatz de desactivar la vidèo pendent un partiment d’ecran.",
+ "Your internet connection or computer are busy and other participants might be unable to understand and see your screen. To improve the situation try to disable your screenshare." : "Vòstra connexion Internet o vòstre ordenador es ocupat poiriá arribar que los demai participants vos comprengan o vejan pas. Per melhorar la situacion ensajatz de desactivar lo partiment d’ecran.",
"Disable screenshare" : "Desactivar lo partiment d’ecran",
+ "Your internet connection or computer are busy and other participants might be unable to understand and see you. To improve the situation try to disable your video." : "Vòstra connexion Internet o vòstre ordenador es ocupat poiriá arribar que los demai participants vos comprengan o vejan pas. Per melhorar la situacion ensajatz de desactivar la vidèo.",
+ "Your internet connection or computer are busy and other participants might be unable to understand you." : "Vòstra connexion Internet o vòstre ordenador es ocupat poiriá arribar que los demai participants vos comprengan o vejan pas.",
"Screen sharing is not supported by your browser." : "Vòstre navegador pren pas en carga lo partiment d’ecran.",
"Screen sharing requires the page to be loaded through HTTPS." : "Lo partiment d’ecran requerís que la pagina siá cargada via HTTPS.",
"Screensharing requires the page to be loaded through HTTPS." : "Lo partiment d’ecran requerís un cargament via HTTPS.",
+ "Sharing your screen only works with Firefox version 52 or newer." : "Lo partiment d’ecran fonciona pas qu’amb Firefox 52 o mai recent.",
"Screensharing extension is required to share your screen." : "Una extension de partiment d’ecran es requerida per partejar l’ecran.",
+ "Please use a different browser like Firefox or Chrome to share your screen." : "Volgatz utilizar un navegador diferent coma Firefox o Chrome per partejar l’ecran.",
"An error occurred while starting screensharing." : "S’es producha una error en aviant lo partiment d’ecran.",
"Back" : "Retorn",
"Access to camera was denied" : "L’accès a la camèra es estat refusat",
@@ -579,13 +604,17 @@ OC.L10N.register(
"Error while updating conversation description" : "Error pendent l’actualizacion de la descripcion de la conversacion",
"Be careful, these actions cannot be undone." : "Fasètz atencion, aquelas accions pòdon pas èsser anulladas.",
"Leave conversation" : "Quitar la conversacion",
+ "Once a conversation is left, to rejoin a closed conversation, an invite is needed. An open conversation can be rejoined at any time." : "Un còp quitada, per tornar a un conversacion tampada, cal un convit. Una conversacion dubèrta es totjorn accessibla.",
"Delete conversation" : "Suprimir la conversacion",
- "Permanently delete this conversation." : "Suprimir permanent aqueste conversacion",
+ "Permanently delete this conversation." : "Suprimir permanent aquesta conversacion",
"Delete chat messages" : "Suprimir los messatges del chat",
+ "Permanently delete all the messages in this conversation." : "Suprimir per totjorn totes los messatges d’aquesta conversacion.",
"Do you really want to delete \"{displayName}\"?" : "Volètz vertadièrament suprimir « {displayName} » ?",
"Error while deleting conversation" : "Error pendent la supression de la conversacion",
+ "Do you really want to delete all messages in \"{displayName}\"?" : "Volètz vertadièrament suprimir totes los messatges dins « {displayName} » ?",
"Delete all chat messages" : "Suprimir totes los messatges del chat",
"Error while clearing chat history" : "Error pendent l’escafament de l’istoric del chat",
+ "Allow guests to use a public link to join this conversation." : "Permetre als convidats d’utilizar un ligam public per rejónher aquesta conversacion.",
"Allow guests" : "Autorizar los convidats",
"Set a password to restrict who can use the public link." : "Definir lo senhal per restrénher qual pòt utilizar lo ligam public.",
"Password protection" : "Protegir via senhal",
@@ -622,6 +651,9 @@ OC.L10N.register(
"Edit" : "Modificar",
"More information" : "Mai d’informacions",
"Delete" : "Suprimir",
+ "More info on Matterbridge" : "Mai d’info sus Matterbridge",
+ "Enable bridge" : "Activar lo pont",
+ "Show Matterbridge log" : "Veire los jornals de Matterbridge",
"Nextcloud URL" : "URL Nextcloud",
"Nextcloud user" : "Utilizaire Nextcloud",
"User password" : "Senhal utilizaire",
@@ -632,19 +664,23 @@ OC.L10N.register(
"Mattermost user" : "Utilizaire Mattermost",
"Team name" : "Nom de la còla",
"Channel name" : "Nom de la cadena",
+ "Rocket.Chat server URL" : "URL del servidor Rocket.Chat",
"User name or email address" : "Nom d’utilizaire o adreça email",
"Password" : "Senhal",
+ "Rocket.Chat channel" : "Canal Rocket.Chat",
"Skip TLS verification" : "Passar la verificacion TLS",
"Zulip server URL" : "URL servidor Zulip",
"Bot user name" : "Nom d’utilizaire robòt",
"Bot API key" : "Clau d’API robòt",
"Zulip channel" : "Canal Zulip",
"API token" : "Geton API",
+ "Slack channel" : "Canal Slack",
"Server ID or name" : "ID o nom del servidor",
"Channel ID or name" : "ID o nom del canal",
"Channel" : "Cadena",
"Login" : "Login",
"Chat ID" : "ID del chat",
+ "IRC server URL (e.g. chat.freenode.net:6667)" : "URL servidor IRC (per exemple chat.freenode.net:6667)",
"Nickname" : "Escais",
"Connection password" : "Senhal de connexion",
"IRC channel" : "Cadena IRC",
@@ -663,6 +699,7 @@ OC.L10N.register(
"unknown state" : "estat desconegut",
"running" : "en cors d'execucion",
"not running" : "pas en execucion",
+ "Bridge saved" : "Pont enregistrat",
"Cancel editing description" : "Anullar la modificacion de la descripcion",
"Submit conversation description" : "Enviar la descripcion de la conversacion",
"Edit conversation description" : "Editar la descripcion de la conversacion",
@@ -681,6 +718,8 @@ OC.L10N.register(
"Circles" : "Cercles",
"Talk settings" : "Paramètres Talk",
"Users and groups" : "Utilizaires e grops",
+ "Users and circles" : "Utilizaires e cercles",
+ "Groups and circles" : "Grops e cercles",
"Other sources" : "Autras fonts",
"An error occurred while performing the search" : "Una error s'es producha en realizant la recèrca",
"Creating your conversation" : "Creacion de vòstra conversacion",
@@ -689,8 +728,8 @@ OC.L10N.register(
"Link copied to the clipboard!" : "Ligam copiat al quichapapièrs !",
"Create a new group conversation" : "Crear una conversacion de grop novèla",
"Password protect" : "Protegir per un senhal",
- "Add participants" : "Apondre participants",
"Create conversation" : "Crear conversacion",
+ "Add participants" : "Apondre participants",
"Close" : "Tampar",
"Choose a password" : "Causir un senhal",
"Search participants" : "Cercar participants",
@@ -698,7 +737,8 @@ OC.L10N.register(
"Allow guests to join via link" : "Permetre als convidats de rejónher via ligam",
"Search conversations or users" : "Cercar de conversacions o utilizaires",
"You are currently waiting in the lobby" : "Sètz a esperar dins la sala d’espèra",
- "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Sètz a esperar dins la sala d’espèra. Aquesta conferéncia es planificada per {startTime}",
+ "The meeting will start soon" : "La conferéncia començarà lèu",
+ "This meeting is scheduled for {startTime}" : "La conferéncia es planificada per {startTime}",
"Calls are not supported in your browser" : "Vòstre navegador pren pas encarga las sonadas",
"Access to microphone is only possible with HTTPS" : "L’accès al microfòn es sonque possibla amb HTTPS",
"Access to microphone was denied" : "L’accès al microfòn es estat refusat",
@@ -732,9 +772,10 @@ OC.L10N.register(
"Contact" : "Contacte",
"{stack} in {board}" : "{stack} dins {board}",
"Remove {fileName}" : "Suprimir {fileName}",
+ "The message has been forwarded to {selectedConversationName}" : "Lo messatge es estat transferit a {selectedConversationName}",
"Go to conversation" : "Anar a la conversacion",
- "Open this location in Openstreetmap" : "Dobrir aqueste lòc dins Openstreetmap",
- "[Unknown username]" : "[utilizaire desconegut]",
+ "Choose a conversation to forward the selected message." : "Causir una conversacion destinària del messatge seleccionat.",
+ "Error while forwarding message" : "Error en transferissent lo messatge",
"Scroll to bottom" : "Desfilar enbàs",
"Today" : "Uèi",
"Yesterday" : "Ièr",
@@ -791,6 +832,7 @@ OC.L10N.register(
"Privacy" : "Confidencialitat",
"Sounds" : "Sons",
"Play sounds when participants join or leave a call" : "Emetre sons quand los participants rejonhon o quitan una sonada",
+ "Sounds can currently not be played in Safari browser and iPad and iPhone devices due to technical restrictions by the manufacturer." : "Los sons pòdon pas èsser legits dins lo navegador Safari e los aparelhs iPad e iPhone a causa d’una restriccion tecnica del fabricant.",
"Keyboard shortcuts" : "Acorchis de clavièr",
"Speed up your Talk experience with these quick shortcuts." : "Acceleratz vòstra experiéncia Talk amb aqueles acorchis.",
"Fullscreen the chat or call" : "Passar la messatjariá o la sonada en plen ecran",
@@ -842,6 +884,7 @@ OC.L10N.register(
"Do not disturb" : "Me desrengar pas",
"Away" : "Absent",
"Error while sharing file" : "Error pendent lo partiment del fichièr",
+ "Error while clearing conversation history" : "Error pendent escafament de l’istoric de la conversacion",
"Not enough free space to upload file \"{fileName}\"" : "Pas pro d’espaci liure per enviar lo fichièr « {fileName} »",
"Error while uploading file \"{fileName}\"" : "Error en enviant lo fichièr « {fileName} »",
"An error happened when trying to share your file" : "Una error s’es producha en ensajant de partejar vòstre fichièr",
@@ -850,6 +893,7 @@ OC.L10N.register(
"Sending signaling message has failed." : "Lo mandadís de messatge de senhalament a pas reüssit.",
"Lost connection to signaling server. Trying to reconnect." : "Connexion perduda al servidor de senhalament. Ensag de reconnexion.",
"Lost connection to signaling server. Try to reload the page manually." : "Connexion perduda al servidor de senhalament. Ensajatz de recargar la pagina manualament.",
+ "Failed to establish signaling connection. Something might be wrong in the signaling server configuration" : "Fracàs de l’establiment de la connexion de senhalizacion. Quicòm pòt èsser maridament configurat costat servidor.",
"Default" : "Defaut",
"Microphone {number}" : "Microfòn {number}",
"Camera {number}" : "Camèra {number}",
@@ -891,7 +935,9 @@ OC.L10N.register(
"This conversation is read only" : "La conversacion es en lectura sola",
"Conversation, " : "Conversacion, ",
"Allow guests to join via link " : "Permetre als convidats de rejónher via ligam",
+ "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Sètz a esperar dins la sala d’espèra. Aquesta conferéncia es planificada per {startTime}",
"Remove" : "Suprimir",
+ "[Unknown username]" : "[utilizaire desconegut]",
"More info on Matterbridge." : "Mai d‘informacions sus Matterbridge.",
"Enabled" : "Activada",
"User name or e-mail address" : "Nom d’utilizaire o adreça electronica",
@@ -915,6 +961,7 @@ OC.L10N.register(
"Conversation \"{conversationName}\"" : "Conversacion « {conversationName} »",
"Settings for conversation \"{conversationName}\"" : "Paramètres per la conversacion « {conversationName} »",
"You can not send messages to this conversation at the moment" : "Podètz pas enviar de messatges a aquesta conversacion pel moment",
- "Add a description for this conversation" : "Apondètz una descripcion per aquesta conversacion"
+ "Add a description for this conversation" : "Apondètz una descripcion per aquesta conversacion",
+ "Open this location in Openstreetmap" : "Dobrir aqueste lòc dins Openstreetmap"
},
"nplurals=2; plural=(n > 1);");
diff --git a/l10n/oc.json b/l10n/oc.json
index 97dbf5290..34f6e3d00 100644
--- a/l10n/oc.json
+++ b/l10n/oc.json
@@ -17,6 +17,8 @@
"- Microsoft Edge and Safari can now be used to participate in audio and video calls" : "- Microsoft Edge e Safari pòdon ara utilizar la conversacion àudio e vidèo",
"- You can now notify all participants by posting \"@all\" into the chat" : "- Podètz ara notificar totes los participants en publicant « @all » al chat",
"- You can now mention guests in the chat" : "- Podètz ara mencionar los convidats al chat",
+ "- Join the same conversation and call from multiple devices" : "- Participar a la meteissa conversacion e sonada de mantun aparelh estant",
+ "- Send voice messages, share your location or contact details" : "- Enviar de messatges vocals, partejar vòstra posicion e detalhs de contactes",
"There are currently no commands available." : "Cap de comanda pas disponibla pel moment.",
"The command does not exist" : "La comanda existís pas",
"An error occurred while running the command. Please ask an administrator to check the logs." : "Una error s’es producha en executant la comanda. Volgatz demandar a l’administrator de verificar los jornals.",
@@ -99,6 +101,9 @@
"An administrator removed circle {circle}" : "Un administrator tirèt lo cercle {circle}",
"{actor} shared a file which is no longer available" : "{actor} partegèt un fichièr qu’es pas pus disponible",
"You shared a file which is no longer available" : "Partegèretz un fichièr qu'es pas pus disponible",
+ "{actor} set up Matterbridge to synchronize this conversation with other chats" : "{actor} configurèt Matterbridge per sincronizar aquesta conversacion amb d’autras discussions",
+ "You set up Matterbridge to synchronize this conversation with other chats" : "Avètz configurat Matterbridge per sincronizar aquesta conversacion amb d’autras discussions",
+ "{actor} updated the Matterbridge configuration" : "{actor} actualizèt la configuracion Matterbridge",
"You updated the Matterbridge configuration" : "Avètz actualizada la configuracion Matterbridge",
"{actor} removed the Matterbridge configuration" : "{actor} suprimissèt la configuracion Matterbridge",
"You removed the Matterbridge configuration" : "Avètz suprimida la configuracion Matterbdrige",
@@ -143,6 +148,7 @@
"Password request: %s" : "Senhal requerit : %s",
"Private conversation" : "Conversacion privada",
"Deleted user (%s)" : "Utilizaire suprimit (%s)",
+ "{user1} shared room {roomName} on {remoteServer} with you" : "{user1} a partejat la sala {roomName} sus {remoteServer} amb vos",
"{user} in {call}" : "{user} dins {call}",
"Deleted user in {call}" : "Utilizaire suprimit dins {call}",
"{guest} (guest) in {call}" : "{guest} (guest) dins {call}",
@@ -154,15 +160,20 @@
"{user} replied to your private message" : "{user} a respondut a vòstre messatge privat",
"{user} replied to your message in conversation {call}" : "{user} a respondut a vòstre messatge dins la conversacion {call}",
"A deleted user replied to your message in conversation {call}" : "Un utilizaire suprimit a respondut a vòstre messatge dins la conversacion {call}",
+ "{user} mentioned you in conversation {call}" : "{user} vos a mencionat dins la conversacion {call}",
"A deleted user mentioned you in conversation {call}" : "Un utilizaire suprimit vos a mencionat dins la conversacion {call}",
+ "{guest} (guest) mentioned you in conversation {call}" : "{guest} (convidat) vos a mencionat dins la conversacion {call}",
"A guest mentioned you in conversation {call}" : "Un convidat vos a mencionat dins la conversacion {call}",
"View chat" : "Veire lo chat",
+ "{user} invited you to a private conversation" : "{user} vos a convidat a una conversacion privada",
"Join call" : "Rejónher la sonada",
+ "{user} invited you to a group conversation: {call}" : "{user} vos a convidat a un conversacion de grop : {call}",
"Answer call" : "Respondre a l’apèl",
"{user} would like to talk with you" : "{user} volriá vos parlar",
"Call back" : "Tornar",
"A group call has started in {call}" : "Una sonada de grop a començat dins {call}",
"You missed a group call in {call}" : "Avètz mancat una sonada de grop dins {call}",
+ "{email} is requesting the password to access {file}" : "{email} demanda l’accès al fichièr {file}",
"Someone is requesting the password to access {file}" : "Qualqu’un demanda lo senhal per accedir a {file}",
"Open settings" : "Dobrir los paramètres",
"Conversations" : "Discussions",
@@ -432,6 +443,7 @@
"Stay in call" : "Demorar en linha",
"Duplicate session" : "Duplicar la session",
"Discuss this file" : "Discutir d’aqueste fichièr",
+ "Share this file with others to discuss it" : "Partejar aqueste fichièr amb d’autres per ne discutir",
"Share this file" : "Partejar aqueste fichièr",
"Join conversation" : "Rejónher la conversacion",
"Request password" : "Demandar senhal",
@@ -462,6 +474,7 @@
"Default group notification" : "Notificacion de grop per defaut",
"Allow conversations on files" : "Permetre las conversacions suls fichièrs",
"All messages" : "Totes los messatges",
+ "@-mentions only" : "@-mencions sonque",
"Off" : "Atudat",
"URL of this Nextcloud instance" : "URL d’aquesta instància Nextcloud",
"Email of the user" : "Email de l’utilizaire",
@@ -478,11 +491,13 @@
"Expired" : "Expirat",
"_%n user_::_%n users_" : ["%n utilizaire","%n utilizaires"],
"Matterbridge integration" : "Integracion Matterbridge",
+ "Enable Matterbridge integration" : "Activar l’integracion Matterbridge",
"Downloading …" : "Telecargament…",
"Install Talk Matterbridge" : "Installar Talk Matterbridge",
"Installed version: {version}" : "Version installada : {version}",
"An error occurred while installing the Talk Matterbridge. Please install it manually." : "Una error s’es producha pendent l’installacion de Talk Matterbridge. Volgatz l’installar manualament.",
"SIP configuration" : "Configuracion SIP",
+ "SIP configuration is only possible with a high-performance backend." : "La configuracion SIP es sonque possibla amb un backend de nauta performança",
"Enable SIP configuration" : "Activar la configuracion SIP",
"Shared secret" : "Secret partejat",
"Phone number (Country)" : "Numèro de telefòn (País)",
@@ -536,6 +551,7 @@
"No camera" : "Cap de camèra",
"Disable video (V)" : "Desactivar la vidèo (V)",
"Enable video (V)" : "Activar la vidèo (V)",
+ "Enable video (V) - Your connection will be briefly interrupted when enabling the video for the first time" : "Activar la vidèo (V) - La connexion serà interrompuda brèvament pendent l’activacion de la vidèo pel primièr còp",
"Disable video" : "Desactivar la vidèo",
"Enable video" : "Activar la vidèo",
"You are not allowed to enable screensharing" : "Avètz pas l'autorizacion per activar lo partiment d’ecran",
@@ -544,11 +560,20 @@
"Enable screensharing" : "Activar lo partiment d’ecran",
"Bad sent video and screen quality." : "Marrida vidèo enviada e qualitat d’ecran.",
"Bad sent screen quality." : "Marrida qualitat d’ecran enviada.",
+ "Your internet connection or computer are busy and other participants might be unable to see you. To improve the situation try to disable your video while doing a screenshare." : "Vòstra connexion Internet o vòstre ordenador es ocupat poiriá arribar que los demai participants vos vejan pas. Per melhorar la situacion ensajatz de desactivar la vidèo pendent un partiment d’ecran.",
+ "Your internet connection or computer are busy and other participants might be unable to see your screen." : "Vòstra connexion Internet o vòstre ordenador es ocupat poiriá arribar que los demai participants vejan pas vòstre ecran.",
+ "Your internet connection or computer are busy and other participants might be unable to see you." : "Vòstra connexion Internet o vòstre ordenador es ocupat poiriá arribar que los demai participants vos vejan pas.",
+ "Your internet connection or computer are busy and other participants might be unable to understand and see you. To improve the situation try to disable your video while doing a screenshare." : "Vòstra connexion Internet o vòstre ordenador es ocupat poiriá arribar que los demai participants vos comprengan o vejan pas. Per melhorar la situacion ensajatz de desactivar la vidèo pendent un partiment d’ecran.",
+ "Your internet connection or computer are busy and other participants might be unable to understand and see your screen. To improve the situation try to disable your screenshare." : "Vòstra connexion Internet o vòstre ordenador es ocupat poiriá arribar que los demai participants vos comprengan o vejan pas. Per melhorar la situacion ensajatz de desactivar lo partiment d’ecran.",
"Disable screenshare" : "Desactivar lo partiment d’ecran",
+ "Your internet connection or computer are busy and other participants might be unable to understand and see you. To improve the situation try to disable your video." : "Vòstra connexion Internet o vòstre ordenador es ocupat poiriá arribar que los demai participants vos comprengan o vejan pas. Per melhorar la situacion ensajatz de desactivar la vidèo.",
+ "Your internet connection or computer are busy and other participants might be unable to understand you." : "Vòstra connexion Internet o vòstre ordenador es ocupat poiriá arribar que los demai participants vos comprengan o vejan pas.",
"Screen sharing is not supported by your browser." : "Vòstre navegador pren pas en carga lo partiment d’ecran.",
"Screen sharing requires the page to be loaded through HTTPS." : "Lo partiment d’ecran requerís que la pagina siá cargada via HTTPS.",
"Screensharing requires the page to be loaded through HTTPS." : "Lo partiment d’ecran requerís un cargament via HTTPS.",
+ "Sharing your screen only works with Firefox version 52 or newer." : "Lo partiment d’ecran fonciona pas qu’amb Firefox 52 o mai recent.",
"Screensharing extension is required to share your screen." : "Una extension de partiment d’ecran es requerida per partejar l’ecran.",
+ "Please use a different browser like Firefox or Chrome to share your screen." : "Volgatz utilizar un navegador diferent coma Firefox o Chrome per partejar l’ecran.",
"An error occurred while starting screensharing." : "S’es producha una error en aviant lo partiment d’ecran.",
"Back" : "Retorn",
"Access to camera was denied" : "L’accès a la camèra es estat refusat",
@@ -577,13 +602,17 @@
"Error while updating conversation description" : "Error pendent l’actualizacion de la descripcion de la conversacion",
"Be careful, these actions cannot be undone." : "Fasètz atencion, aquelas accions pòdon pas èsser anulladas.",
"Leave conversation" : "Quitar la conversacion",
+ "Once a conversation is left, to rejoin a closed conversation, an invite is needed. An open conversation can be rejoined at any time." : "Un còp quitada, per tornar a un conversacion tampada, cal un convit. Una conversacion dubèrta es totjorn accessibla.",
"Delete conversation" : "Suprimir la conversacion",
- "Permanently delete this conversation." : "Suprimir permanent aqueste conversacion",
+ "Permanently delete this conversation." : "Suprimir permanent aquesta conversacion",
"Delete chat messages" : "Suprimir los messatges del chat",
+ "Permanently delete all the messages in this conversation." : "Suprimir per totjorn totes los messatges d’aquesta conversacion.",
"Do you really want to delete \"{displayName}\"?" : "Volètz vertadièrament suprimir « {displayName} » ?",
"Error while deleting conversation" : "Error pendent la supression de la conversacion",
+ "Do you really want to delete all messages in \"{displayName}\"?" : "Volètz vertadièrament suprimir totes los messatges dins « {displayName} » ?",
"Delete all chat messages" : "Suprimir totes los messatges del chat",
"Error while clearing chat history" : "Error pendent l’escafament de l’istoric del chat",
+ "Allow guests to use a public link to join this conversation." : "Permetre als convidats d’utilizar un ligam public per rejónher aquesta conversacion.",
"Allow guests" : "Autorizar los convidats",
"Set a password to restrict who can use the public link." : "Definir lo senhal per restrénher qual pòt utilizar lo ligam public.",
"Password protection" : "Protegir via senhal",
@@ -620,6 +649,9 @@
"Edit" : "Modificar",
"More information" : "Mai d’informacions",
"Delete" : "Suprimir",
+ "More info on Matterbridge" : "Mai d’info sus Matterbridge",
+ "Enable bridge" : "Activar lo pont",
+ "Show Matterbridge log" : "Veire los jornals de Matterbridge",
"Nextcloud URL" : "URL Nextcloud",
"Nextcloud user" : "Utilizaire Nextcloud",
"User password" : "Senhal utilizaire",
@@ -630,19 +662,23 @@
"Mattermost user" : "Utilizaire Mattermost",
"Team name" : "Nom de la còla",
"Channel name" : "Nom de la cadena",
+ "Rocket.Chat server URL" : "URL del servidor Rocket.Chat",
"User name or email address" : "Nom d’utilizaire o adreça email",
"Password" : "Senhal",
+ "Rocket.Chat channel" : "Canal Rocket.Chat",
"Skip TLS verification" : "Passar la verificacion TLS",
"Zulip server URL" : "URL servidor Zulip",
"Bot user name" : "Nom d’utilizaire robòt",
"Bot API key" : "Clau d’API robòt",
"Zulip channel" : "Canal Zulip",
"API token" : "Geton API",
+ "Slack channel" : "Canal Slack",
"Server ID or name" : "ID o nom del servidor",
"Channel ID or name" : "ID o nom del canal",
"Channel" : "Cadena",
"Login" : "Login",
"Chat ID" : "ID del chat",
+ "IRC server URL (e.g. chat.freenode.net:6667)" : "URL servidor IRC (per exemple chat.freenode.net:6667)",
"Nickname" : "Escais",
"Connection password" : "Senhal de connexion",
"IRC channel" : "Cadena IRC",
@@ -661,6 +697,7 @@
"unknown state" : "estat desconegut",
"running" : "en cors d'execucion",
"not running" : "pas en execucion",
+ "Bridge saved" : "Pont enregistrat",
"Cancel editing description" : "Anullar la modificacion de la descripcion",
"Submit conversation description" : "Enviar la descripcion de la conversacion",
"Edit conversation description" : "Editar la descripcion de la conversacion",
@@ -679,6 +716,8 @@
"Circles" : "Cercles",
"Talk settings" : "Paramètres Talk",
"Users and groups" : "Utilizaires e grops",
+ "Users and circles" : "Utilizaires e cercles",
+ "Groups and circles" : "Grops e cercles",
"Other sources" : "Autras fonts",
"An error occurred while performing the search" : "Una error s'es producha en realizant la recèrca",
"Creating your conversation" : "Creacion de vòstra conversacion",
@@ -687,8 +726,8 @@
"Link copied to the clipboard!" : "Ligam copiat al quichapapièrs !",
"Create a new group conversation" : "Crear una conversacion de grop novèla",
"Password protect" : "Protegir per un senhal",
- "Add participants" : "Apondre participants",
"Create conversation" : "Crear conversacion",
+ "Add participants" : "Apondre participants",
"Close" : "Tampar",
"Choose a password" : "Causir un senhal",
"Search participants" : "Cercar participants",
@@ -696,7 +735,8 @@
"Allow guests to join via link" : "Permetre als convidats de rejónher via ligam",
"Search conversations or users" : "Cercar de conversacions o utilizaires",
"You are currently waiting in the lobby" : "Sètz a esperar dins la sala d’espèra",
- "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Sètz a esperar dins la sala d’espèra. Aquesta conferéncia es planificada per {startTime}",
+ "The meeting will start soon" : "La conferéncia començarà lèu",
+ "This meeting is scheduled for {startTime}" : "La conferéncia es planificada per {startTime}",
"Calls are not supported in your browser" : "Vòstre navegador pren pas encarga las sonadas",
"Access to microphone is only possible with HTTPS" : "L’accès al microfòn es sonque possibla amb HTTPS",
"Access to microphone was denied" : "L’accès al microfòn es estat refusat",
@@ -730,9 +770,10 @@
"Contact" : "Contacte",
"{stack} in {board}" : "{stack} dins {board}",
"Remove {fileName}" : "Suprimir {fileName}",
+ "The message has been forwarded to {selectedConversationName}" : "Lo messatge es estat transferit a {selectedConversationName}",
"Go to conversation" : "Anar a la conversacion",
- "Open this location in Openstreetmap" : "Dobrir aqueste lòc dins Openstreetmap",
- "[Unknown username]" : "[utilizaire desconegut]",
+ "Choose a conversation to forward the selected message." : "Causir una conversacion destinària del messatge seleccionat.",
+ "Error while forwarding message" : "Error en transferissent lo messatge",
"Scroll to bottom" : "Desfilar enbàs",
"Today" : "Uèi",
"Yesterday" : "Ièr",
@@ -789,6 +830,7 @@
"Privacy" : "Confidencialitat",
"Sounds" : "Sons",
"Play sounds when participants join or leave a call" : "Emetre sons quand los participants rejonhon o quitan una sonada",
+ "Sounds can currently not be played in Safari browser and iPad and iPhone devices due to technical restrictions by the manufacturer." : "Los sons pòdon pas èsser legits dins lo navegador Safari e los aparelhs iPad e iPhone a causa d’una restriccion tecnica del fabricant.",
"Keyboard shortcuts" : "Acorchis de clavièr",
"Speed up your Talk experience with these quick shortcuts." : "Acceleratz vòstra experiéncia Talk amb aqueles acorchis.",
"Fullscreen the chat or call" : "Passar la messatjariá o la sonada en plen ecran",
@@ -840,6 +882,7 @@
"Do not disturb" : "Me desrengar pas",
"Away" : "Absent",
"Error while sharing file" : "Error pendent lo partiment del fichièr",
+ "Error while clearing conversation history" : "Error pendent escafament de l’istoric de la conversacion",
"Not enough free space to upload file \"{fileName}\"" : "Pas pro d’espaci liure per enviar lo fichièr « {fileName} »",
"Error while uploading file \"{fileName}\"" : "Error en enviant lo fichièr « {fileName} »",
"An error happened when trying to share your file" : "Una error s’es producha en ensajant de partejar vòstre fichièr",
@@ -848,6 +891,7 @@
"Sending signaling message has failed." : "Lo mandadís de messatge de senhalament a pas reüssit.",
"Lost connection to signaling server. Trying to reconnect." : "Connexion perduda al servidor de senhalament. Ensag de reconnexion.",
"Lost connection to signaling server. Try to reload the page manually." : "Connexion perduda al servidor de senhalament. Ensajatz de recargar la pagina manualament.",
+ "Failed to establish signaling connection. Something might be wrong in the signaling server configuration" : "Fracàs de l’establiment de la connexion de senhalizacion. Quicòm pòt èsser maridament configurat costat servidor.",
"Default" : "Defaut",
"Microphone {number}" : "Microfòn {number}",
"Camera {number}" : "Camèra {number}",
@@ -889,7 +933,9 @@
"This conversation is read only" : "La conversacion es en lectura sola",
"Conversation, " : "Conversacion, ",
"Allow guests to join via link " : "Permetre als convidats de rejónher via ligam",
+ "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Sètz a esperar dins la sala d’espèra. Aquesta conferéncia es planificada per {startTime}",
"Remove" : "Suprimir",
+ "[Unknown username]" : "[utilizaire desconegut]",
"More info on Matterbridge." : "Mai d‘informacions sus Matterbridge.",
"Enabled" : "Activada",
"User name or e-mail address" : "Nom d’utilizaire o adreça electronica",
@@ -913,6 +959,7 @@
"Conversation \"{conversationName}\"" : "Conversacion « {conversationName} »",
"Settings for conversation \"{conversationName}\"" : "Paramètres per la conversacion « {conversationName} »",
"You can not send messages to this conversation at the moment" : "Podètz pas enviar de messatges a aquesta conversacion pel moment",
- "Add a description for this conversation" : "Apondètz una descripcion per aquesta conversacion"
+ "Add a description for this conversation" : "Apondètz una descripcion per aquesta conversacion",
+ "Open this location in Openstreetmap" : "Dobrir aqueste lòc dins Openstreetmap"
},"pluralForm" :"nplurals=2; plural=(n > 1);"
} \ No newline at end of file
diff --git a/l10n/pl.js b/l10n/pl.js
index 69c204953..65ddc58bf 100644
--- a/l10n/pl.js
+++ b/l10n/pl.js
@@ -148,6 +148,7 @@ OC.L10N.register(
"Message deleted by author" : "Wiadomość usunięta przez autora",
"Message deleted by {actor}" : "Wiadomość usunięta przez {actor}",
"Message deleted by you" : "Wiadomość usunięta przez Ciebie",
+ "Deleted user" : "Usunięty użytkownik",
"%s (guest)" : "%s (gość)",
"You missed a call from {user}" : "Przeoczyłeś połączenie od {user}",
"You tried to call {user}" : "Próbowałeś połączyć się z {user}",
@@ -688,7 +689,7 @@ OC.L10N.register(
"Screensharing extension is required to share your screen." : "Aby udostępnić ekran wymagane jest rozszerzenie do udostępniania ekranu.",
"Please use a different browser like Firefox or Chrome to share your screen." : "Aby udostępnić ekran, użyj innej przeglądarki, takiej jak Firefox lub Chrome.",
"An error occurred while starting screensharing." : "Wystąpił błąd podczas uruchamiania udostępniania ekranu.",
- "Back" : "Wróć",
+ "Back" : "Wstecz",
"Access to camera was denied" : "Odmowa dostępu do aparatu",
"Error while accessing camera: it is likely in use by another program" : "Błąd podczas uzyskiwania dostępu do kamery: prawdopodobnie jest używana przez inny program",
"Error while accessing camera" : "Wystąpił błąd podczas dostępu do kamery",
@@ -853,8 +854,8 @@ OC.L10N.register(
"Link copied to the clipboard!" : "Link skopiowany do schowka!",
"Create a new group conversation" : "Utwórz nową rozmowę grupową",
"Password protect" : "Zabezpiecz hasłem",
- "Add participants" : "Dodaj uczestników",
"Create conversation" : "Utwórz rozmowę",
+ "Add participants" : "Dodaj uczestników",
"Close" : "Zakończ",
"Choose a password" : "Wybierz hasło",
"Search participants" : "Wyszukaj uczestników",
@@ -862,7 +863,8 @@ OC.L10N.register(
"Allow guests to join via link" : "Zezwól gościom na dołączanie za pomocą linku",
"Search conversations or users" : "Szukaj rozmów lub użytkowników",
"You are currently waiting in the lobby" : "Obecnie czekasz w poczekalni",
- "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Obecnie czekasz w poczekalni. To spotkanie jest zaplanowane na {startTime}",
+ "The meeting will start soon" : "Spotkanie rozpocznie się wkrótce",
+ "This meeting is scheduled for {startTime}" : "Spotkanie jest zaplanowane na {startTime}",
"Calls are not supported in your browser" : "Twoja przeglądarka nie obsługuje połączeń",
"Access to microphone is only possible with HTTPS" : "Dostęp do mikrofonu jest możliwy tylko przy użyciu protokołu HTTPS",
"Access to microphone was denied" : "Odmowa dostępu do mikrofonu",
@@ -878,7 +880,7 @@ OC.L10N.register(
"Reply privately" : "Odpowiedz prywatnie",
"Copy message link" : "Kopiuj link wiadomości",
"Mark as unread" : "Oznacz jako nieprzeczytane",
- "Go to file" : "Idź do pliku",
+ "Go to file" : "Przejdź do pliku",
"Forward message" : "Przekaż wiadomość",
"Unread messages" : "Nieprzeczytane wiadomości",
"Sending message" : "Wysyłanie wiadomości",
@@ -904,8 +906,7 @@ OC.L10N.register(
"Go to conversation" : "Przejdź do rozmowy",
"Choose a conversation to forward the selected message." : "Wybierz rozmowę, aby przekazać wybraną wiadomość.",
"Error while forwarding message" : "Błąd podczas przekazywania wiadomości",
- "Open this location in Openstreetmap" : "Otwórz lokalizację w Openstreetmap",
- "[Unknown username]" : "[Nieznana nazwa użytkownika]",
+ "Open this location in OpenStreetMap" : "Otwórz lokalizację w OpenStreetMap",
"Scroll to bottom" : "Przewiń do dołu",
"Today" : "Dzisiaj",
"Yesterday" : "Wczoraj",
@@ -1103,7 +1104,9 @@ OC.L10N.register(
"This conversation is read only" : "Ta rozmowa jest tylko do odczytu",
"Conversation, " : "Rozmowa, ",
"Allow guests to join via link " : "Zezwól gościom na dołączanie za pomocą linku",
+ "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Obecnie czekasz w poczekalni. To spotkanie jest zaplanowane na {startTime}",
"Remove" : "Usuń",
+ "[Unknown username]" : "[Nieznana nazwa użytkownika]",
"Bridge with other services" : "Połącz z innymi usługami",
"More info on Matterbridge." : "Więcej informacji o Matterbridge.",
"Enabled" : "Włączone",
@@ -1133,6 +1136,7 @@ OC.L10N.register(
"Conversation \"{conversationName}\"" : "Rozmowa \"{conversationName}\"",
"Settings for conversation \"{conversationName}\"" : "Ustawienia rozmowy \"{conversationName}\"",
"You can not send messages to this conversation at the moment" : "W tej chwili nie możesz wysyłać wiadomości dla tej rozmowy",
- "Add a description for this conversation" : "Dodaj opis rozmowy"
+ "Add a description for this conversation" : "Dodaj opis rozmowy",
+ "Open this location in Openstreetmap" : "Otwórz lokalizację w Openstreetmap"
},
"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);");
diff --git a/l10n/pl.json b/l10n/pl.json
index bb0f154cf..c7f8b0837 100644
--- a/l10n/pl.json
+++ b/l10n/pl.json
@@ -146,6 +146,7 @@
"Message deleted by author" : "Wiadomość usunięta przez autora",
"Message deleted by {actor}" : "Wiadomość usunięta przez {actor}",
"Message deleted by you" : "Wiadomość usunięta przez Ciebie",
+ "Deleted user" : "Usunięty użytkownik",
"%s (guest)" : "%s (gość)",
"You missed a call from {user}" : "Przeoczyłeś połączenie od {user}",
"You tried to call {user}" : "Próbowałeś połączyć się z {user}",
@@ -686,7 +687,7 @@
"Screensharing extension is required to share your screen." : "Aby udostępnić ekran wymagane jest rozszerzenie do udostępniania ekranu.",
"Please use a different browser like Firefox or Chrome to share your screen." : "Aby udostępnić ekran, użyj innej przeglądarki, takiej jak Firefox lub Chrome.",
"An error occurred while starting screensharing." : "Wystąpił błąd podczas uruchamiania udostępniania ekranu.",
- "Back" : "Wróć",
+ "Back" : "Wstecz",
"Access to camera was denied" : "Odmowa dostępu do aparatu",
"Error while accessing camera: it is likely in use by another program" : "Błąd podczas uzyskiwania dostępu do kamery: prawdopodobnie jest używana przez inny program",
"Error while accessing camera" : "Wystąpił błąd podczas dostępu do kamery",
@@ -851,8 +852,8 @@
"Link copied to the clipboard!" : "Link skopiowany do schowka!",
"Create a new group conversation" : "Utwórz nową rozmowę grupową",
"Password protect" : "Zabezpiecz hasłem",
- "Add participants" : "Dodaj uczestników",
"Create conversation" : "Utwórz rozmowę",
+ "Add participants" : "Dodaj uczestników",
"Close" : "Zakończ",
"Choose a password" : "Wybierz hasło",
"Search participants" : "Wyszukaj uczestników",
@@ -860,7 +861,8 @@
"Allow guests to join via link" : "Zezwól gościom na dołączanie za pomocą linku",
"Search conversations or users" : "Szukaj rozmów lub użytkowników",
"You are currently waiting in the lobby" : "Obecnie czekasz w poczekalni",
- "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Obecnie czekasz w poczekalni. To spotkanie jest zaplanowane na {startTime}",
+ "The meeting will start soon" : "Spotkanie rozpocznie się wkrótce",
+ "This meeting is scheduled for {startTime}" : "Spotkanie jest zaplanowane na {startTime}",
"Calls are not supported in your browser" : "Twoja przeglądarka nie obsługuje połączeń",
"Access to microphone is only possible with HTTPS" : "Dostęp do mikrofonu jest możliwy tylko przy użyciu protokołu HTTPS",
"Access to microphone was denied" : "Odmowa dostępu do mikrofonu",
@@ -876,7 +878,7 @@
"Reply privately" : "Odpowiedz prywatnie",
"Copy message link" : "Kopiuj link wiadomości",
"Mark as unread" : "Oznacz jako nieprzeczytane",
- "Go to file" : "Idź do pliku",
+ "Go to file" : "Przejdź do pliku",
"Forward message" : "Przekaż wiadomość",
"Unread messages" : "Nieprzeczytane wiadomości",
"Sending message" : "Wysyłanie wiadomości",
@@ -902,8 +904,7 @@
"Go to conversation" : "Przejdź do rozmowy",
"Choose a conversation to forward the selected message." : "Wybierz rozmowę, aby przekazać wybraną wiadomość.",
"Error while forwarding message" : "Błąd podczas przekazywania wiadomości",
- "Open this location in Openstreetmap" : "Otwórz lokalizację w Openstreetmap",
- "[Unknown username]" : "[Nieznana nazwa użytkownika]",
+ "Open this location in OpenStreetMap" : "Otwórz lokalizację w OpenStreetMap",
"Scroll to bottom" : "Przewiń do dołu",
"Today" : "Dzisiaj",
"Yesterday" : "Wczoraj",
@@ -1101,7 +1102,9 @@
"This conversation is read only" : "Ta rozmowa jest tylko do odczytu",
"Conversation, " : "Rozmowa, ",
"Allow guests to join via link " : "Zezwól gościom na dołączanie za pomocą linku",
+ "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Obecnie czekasz w poczekalni. To spotkanie jest zaplanowane na {startTime}",
"Remove" : "Usuń",
+ "[Unknown username]" : "[Nieznana nazwa użytkownika]",
"Bridge with other services" : "Połącz z innymi usługami",
"More info on Matterbridge." : "Więcej informacji o Matterbridge.",
"Enabled" : "Włączone",
@@ -1131,6 +1134,7 @@
"Conversation \"{conversationName}\"" : "Rozmowa \"{conversationName}\"",
"Settings for conversation \"{conversationName}\"" : "Ustawienia rozmowy \"{conversationName}\"",
"You can not send messages to this conversation at the moment" : "W tej chwili nie możesz wysyłać wiadomości dla tej rozmowy",
- "Add a description for this conversation" : "Dodaj opis rozmowy"
+ "Add a description for this conversation" : "Dodaj opis rozmowy",
+ "Open this location in Openstreetmap" : "Otwórz lokalizację w Openstreetmap"
},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"
} \ No newline at end of file
diff --git a/l10n/pt_BR.js b/l10n/pt_BR.js
index 536750686..ef8a941d9 100644
--- a/l10n/pt_BR.js
+++ b/l10n/pt_BR.js
@@ -853,8 +853,8 @@ OC.L10N.register(
"Link copied to the clipboard!" : "Link copiado para a área de transferência!",
"Create a new group conversation" : "Criar um novo grupo de conversa",
"Password protect" : "Proteger com senha",
- "Add participants" : "Adicionar participantes",
"Create conversation" : "Criando conversa",
+ "Add participants" : "Adicionar participantes",
"Close" : "Fechar",
"Choose a password" : "Escolha uma senha",
"Search participants" : "Procurar participantes",
@@ -862,7 +862,8 @@ OC.L10N.register(
"Allow guests to join via link" : "Permitir que convidados participem via link",
"Search conversations or users" : "Pesquisar conversas ou usuários",
"You are currently waiting in the lobby" : "Você está atualmente esperando no lobby",
- "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Você está esperando no lobby no momento. Esta reunião está agendada para {startTime}",
+ "The meeting will start soon" : "A reunião iniciará em breve",
+ "This meeting is scheduled for {startTime}" : "Esta reunião está agendada para iniciar em {startTime}",
"Calls are not supported in your browser" : "Seu navegador não suporta chamadas",
"Access to microphone is only possible with HTTPS" : "O acesso ao microfone somente é possível via HTTPS",
"Access to microphone was denied" : "O acesso ao microfone foi negado",
@@ -904,8 +905,6 @@ OC.L10N.register(
"Go to conversation" : "Ir para a conversa ",
"Choose a conversation to forward the selected message." : "Escolha uma conversa para encaminhar a mensagem selecionada. ",
"Error while forwarding message" : "Erro ao encaminhar mensagem ",
- "Open this location in Openstreetmap" : "Abra este local no Openstreetmap ",
- "[Unknown username]" : "[Nome de usuário desconhecido]",
"Scroll to bottom" : "Rolar para baixo",
"Today" : "Hoje",
"Yesterday" : "Ontem",
@@ -1103,7 +1102,9 @@ OC.L10N.register(
"This conversation is read only" : "Esta conversa é somente leitura",
"Conversation, " : "Conversa,",
"Allow guests to join via link " : "Permitir que convidados participem via link",
+ "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Você está esperando no lobby no momento. Esta reunião está agendada para {startTime}",
"Remove" : "Excluir",
+ "[Unknown username]" : "[Nome de usuário desconhecido]",
"Bridge with other services" : "Integração com outros serviços",
"More info on Matterbridge." : "Mais informações em Matterbridge.",
"Enabled" : "Ativado",
@@ -1133,6 +1134,7 @@ OC.L10N.register(
"Conversation \"{conversationName}\"" : "Conversa \"{conversationName}\"",
"Settings for conversation \"{conversationName}\"" : "Configurações para conversa \"{conversationName}\"",
"You can not send messages to this conversation at the moment" : "Você não pode enviar mensagens para esta conversa no momento",
- "Add a description for this conversation" : "Adicionar uma descrição para esta conversa"
+ "Add a description for this conversation" : "Adicionar uma descrição para esta conversa",
+ "Open this location in Openstreetmap" : "Abra este local no Openstreetmap "
},
"nplurals=2; plural=(n > 1);");
diff --git a/l10n/pt_BR.json b/l10n/pt_BR.json
index 7a40d2c94..9c1175078 100644
--- a/l10n/pt_BR.json
+++ b/l10n/pt_BR.json
@@ -851,8 +851,8 @@
"Link copied to the clipboard!" : "Link copiado para a área de transferência!",
"Create a new group conversation" : "Criar um novo grupo de conversa",
"Password protect" : "Proteger com senha",
- "Add participants" : "Adicionar participantes",
"Create conversation" : "Criando conversa",
+ "Add participants" : "Adicionar participantes",
"Close" : "Fechar",
"Choose a password" : "Escolha uma senha",
"Search participants" : "Procurar participantes",
@@ -860,7 +860,8 @@
"Allow guests to join via link" : "Permitir que convidados participem via link",
"Search conversations or users" : "Pesquisar conversas ou usuários",
"You are currently waiting in the lobby" : "Você está atualmente esperando no lobby",
- "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Você está esperando no lobby no momento. Esta reunião está agendada para {startTime}",
+ "The meeting will start soon" : "A reunião iniciará em breve",
+ "This meeting is scheduled for {startTime}" : "Esta reunião está agendada para iniciar em {startTime}",
"Calls are not supported in your browser" : "Seu navegador não suporta chamadas",
"Access to microphone is only possible with HTTPS" : "O acesso ao microfone somente é possível via HTTPS",
"Access to microphone was denied" : "O acesso ao microfone foi negado",
@@ -902,8 +903,6 @@
"Go to conversation" : "Ir para a conversa ",
"Choose a conversation to forward the selected message." : "Escolha uma conversa para encaminhar a mensagem selecionada. ",
"Error while forwarding message" : "Erro ao encaminhar mensagem ",
- "Open this location in Openstreetmap" : "Abra este local no Openstreetmap ",
- "[Unknown username]" : "[Nome de usuário desconhecido]",
"Scroll to bottom" : "Rolar para baixo",
"Today" : "Hoje",
"Yesterday" : "Ontem",
@@ -1101,7 +1100,9 @@
"This conversation is read only" : "Esta conversa é somente leitura",
"Conversation, " : "Conversa,",
"Allow guests to join via link " : "Permitir que convidados participem via link",
+ "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Você está esperando no lobby no momento. Esta reunião está agendada para {startTime}",
"Remove" : "Excluir",
+ "[Unknown username]" : "[Nome de usuário desconhecido]",
"Bridge with other services" : "Integração com outros serviços",
"More info on Matterbridge." : "Mais informações em Matterbridge.",
"Enabled" : "Ativado",
@@ -1131,6 +1132,7 @@
"Conversation \"{conversationName}\"" : "Conversa \"{conversationName}\"",
"Settings for conversation \"{conversationName}\"" : "Configurações para conversa \"{conversationName}\"",
"You can not send messages to this conversation at the moment" : "Você não pode enviar mensagens para esta conversa no momento",
- "Add a description for this conversation" : "Adicionar uma descrição para esta conversa"
+ "Add a description for this conversation" : "Adicionar uma descrição para esta conversa",
+ "Open this location in Openstreetmap" : "Abra este local no Openstreetmap "
},"pluralForm" :"nplurals=2; plural=(n > 1);"
} \ No newline at end of file
diff --git a/l10n/ru.js b/l10n/ru.js
index c9ff115a6..3fd64e380 100644
--- a/l10n/ru.js
+++ b/l10n/ru.js
@@ -36,6 +36,9 @@ OC.L10N.register(
"- Give your conversations some context with a description and open it up so logged in users can find it and join themselves" : " - Возможность назначить обсуждениям контекст и описание для облегчения их поиска другими пользователями;",
"- See a read status and send failed messages again" : " - Просмотр статуса прочтения сообщения и повторная отправка сообщений в случае сбоя при их доставке;",
"- Raise your hand in a call with the R key" : " - Возможность «поднять руку» во время вызова (клавиша «R»);",
+ "- Join the same conversation and call from multiple devices" : "- Возможность одновременно подключаться к обсуждениям и вызовам с различных устройств;",
+ "- Send voice messages, share your location or contact details" : "- Передача голосовых сообщений, публикация местоположения и карточек контактов;",
+ "- Add groups to a conversation and new group members will automatically be added as participants" : "- Возможность добавить группу пользователей в обсуждение. Все новые участники группы будут добавлены в такое обсуждение в качестве участников;",
"There are currently no commands available." : "В настоящий момент нет доступных команд.",
"The command does not exist" : "Команда не существует",
"An error occurred while running the command. Please ask an administrator to check the logs." : "Ошибка во время выполнения команды, попросите администратора проверить файлы журналов Nextcloud.",
@@ -46,6 +49,9 @@ OC.L10N.register(
"{actor} renamed the conversation from \"%1$s\" to \"%2$s\"" : "{actor} переименовал(а) обсуждение «%1$s» в «%2$s»",
"You renamed the conversation from \"%1$s\" to \"%2$s\"" : "Вы переименовали обсуждение «%1$s» в «%2$s»",
"An administrator renamed the conversation from \"%1$s\" to \"%2$s\"" : "Администратор переименовал обсуждение «%1$s» в «%2$s»",
+ "{actor} set the description" : "{actor} создал описание",
+ "You set the description" : "Вы создали описание",
+ "An administrator set the description" : "Администратор создал описание",
"{actor} removed the description" : "{actor} удалил описание",
"You removed the description" : "Вы удалили описание",
"An administrator removed the description" : "Администратор удалил описание",
@@ -101,6 +107,18 @@ OC.L10N.register(
"{actor} removed you" : "{actor} исключил(а) вас",
"An administrator removed you" : "Администратор исключил вас",
"An administrator removed {user}" : "Администратор исключил пользователя {user} ",
+ "{actor} added group {group}" : "{actor} добавил(а) группу {group}",
+ "You added group {group}" : "Вы добавили группу {group}",
+ "An administrator added group {group}" : "Администратор добавил группу {group}",
+ "{actor} removed group {group}" : "{actor} удалил(а) группу {group}",
+ "You removed group {group}" : "Вы удалили группу {group}",
+ "An administrator removed group {group}" : "Администратор удалил группу {group}",
+ "{actor} added circle {circle}" : "{actor} добавил(а) круг {circle}",
+ "You added circle {circle}" : "Вы добавили круг {circle}",
+ "An administrator added circle {circle}" : "Администратор добавил круг {circle}",
+ "{actor} removed circle {circle}" : "{actor} удалил(а) круг {circle}",
+ "You removed circle {circle}" : "Вы удалили круг {circle}",
+ "An administrator removed circle {circle}" : "Администратор удалил круг {circle}",
"{actor} promoted {user} to moderator" : "{actor} назначил(а) пользователя {user} модератором",
"You promoted {user} to moderator" : "Вы назначили {user} модератором",
"{actor} promoted you to moderator" : "{actor} назначил(а) вас модератором",
@@ -113,13 +131,26 @@ OC.L10N.register(
"An administrator demoted {user} from moderator" : "Администратор сместил(а) пользователя {user} с поста модератора",
"{actor} shared a file which is no longer available" : "{actor} предоставил(а) общий доступ к файлу, который более не доступен",
"You shared a file which is no longer available" : "Вы поделились файлом, который более не доступен",
+ "{actor} set up Matterbridge to synchronize this conversation with other chats" : "{actor} настроил(а) Matterbridge для обмена сообщениями с другими чатами",
+ "You set up Matterbridge to synchronize this conversation with other chats" : "Вы настроили Matterbridge для обмена сообщениями с другими чатами",
+ "{actor} updated the Matterbridge configuration" : "{actor} изменил(а) конфигурацию системы обмена сообщениями Matterbridge",
+ "You updated the Matterbridge configuration" : "Вы изменили конфигурацию системы обмена сообщениями Matterbridge",
+ "{actor} removed the Matterbridge configuration" : "{actor} удалил(а) конфигурацию системы обмена сообщениями Matterbridge",
+ "You removed the Matterbridge configuration" : "Вы удалили конфигурацию системы обмена сообщениями Matterbridge",
+ "{actor} started Matterbridge" : "{actor} запустил(а) систему обмена сообщениями Matterbridge",
+ "You started Matterbridge" : "Вы запустили систему обмена сообщениями Matterbridge",
+ "{actor} stopped Matterbridge" : "{actor} остановил(а) систему обмена сообщениями Matterbridge",
+ "You stopped Matterbridge" : "Вы остановили систему обмена сообщениями Matterbridge",
"{actor} deleted a message" : "{actor} удалил(а) сообщение",
"You deleted a message" : "Вы удалили сообщение",
+ "{actor} cleared the history of the conversation" : "{actor} удалил(а) историю обсуждения",
+ "You cleared the history of the conversation" : "Вы удалили историю обсуждения",
"Message deleted by author" : "Сообщение удалено автором",
"Message deleted by {actor}" : "Сообщение удалено пользователем {actor}",
"Message deleted by you" : "Сообщение удалено вами",
"%s (guest)" : "%s (гость)",
"You missed a call from {user}" : "Вы пропустили вызов от пользователя {user}",
+ "You tried to call {user}" : "Вы попытались позвонить пользователю {user}",
"_Call with %n guest (Duration {duration})_::_Call with %n guests (Duration {duration})_" : ["Вызов с %n гостем (продолжительность: {duration})","Вызов с %n гостями (продолжительность: {duration})","Вызов с %n гостями (продолжительность: {duration})","Вызов с %n гостями (продолжительность: {duration})"],
"Call with {user1} and {user2} (Duration {duration})" : "Вызов пользователей {user1} и {user2} (продолжительность: {duration})",
"Call with {user1}, {user2} and {user3} (Duration {duration})" : "Вызов пользователей {user1}, {user2} и {user3} (продолжительность: {duration})",
@@ -149,6 +180,7 @@ OC.L10N.register(
"Password request: %s" : "Запрос пароля: %s",
"Private conversation" : "Приватное обсуждение",
"Deleted user (%s)" : "Пользователь, учётная запись которого удалена (%s)",
+ "{user1} shared room {roomName} on {remoteServer} with you" : "{user1} предоставл(а) вам доступ к {roomName} на сервере {remoteServer}",
"{user} in {call}" : "{user} в {call}",
"Deleted user in {call}" : "Пользователь, который был удалён в {call}",
"{guest} (guest) in {call}" : "{guest} (гость) в {call}",
@@ -468,6 +500,7 @@ OC.L10N.register(
"Conversation not found" : "Обсуждение не найдено",
"Path is already shared with this room" : "Путь уже поделен с этой комнатой",
"Chat, video & audio-conferencing using WebRTC" : "Чат, видео- и аудиоконференции, основанные на технологии WebRTC",
+ "Chat, video & audio-conferencing using WebRTC\n\n* 💬 **Chat integration!** Nextcloud Talk comes with a simple text chat. Allowing you to share files from your Nextcloud and mentioning other participants.\n* 👥 **Private, group, public and password protected calls!** Just invite somebody, a whole group or send a public link to invite to a call.\n* 💻 **Screen sharing!** Share your screen with participants of your call. You just need to use Firefox version 66 (or newer), latest Edge or Chrome 72 (or newer, also possible using Chrome 49 with this [Chrome extension](https://chrome.google.com/webstore/detail/screensharing-for-nextclo/kepnpjhambipllfmgmbapncekcmabkol)).\n* 🚀 **Integration with other Nextcloud apps** like Files, Contacts and Deck. More to come.\n\nAnd in the works for the [coming versions](https://github.com/nextcloud/spreed/milestones/):\n* ✋ [Federated calls](https://github.com/nextcloud/spreed/issues/21), to call people on other Nextclouds" : "Чат, видео- и аудиоконференции с использованием WebRTC\n\n* 💬 **Интеграция чата!** Nextcloud Talk поддерживает простой текстовый чат. Он позволяет вам делиться файлами из вашего Nextcloud и оповещать других участников.\n* 👥 **Приватные, групповые, публичные и защищённые паролем звонки!** Просто пригласите конкретного человека, целую группу или отправьте публичную ссылку для приглашения к звонку.\n* 💻 **Демонстрация экрана!** Демонстрируйте свой экран участникам вашего звонка. Вам просто нужно использовать Firefox версии 66 (или новее), Edge последней версии или Chrome 72 (или новее, но также возможно использовать Chrome 49 с этим [расширением Chrome](https://chrome.google.com/webstore/detail/screensharing-for-nextclo/kepnpjhambipllfmgmbapncekcmabkol).\n* 🚀 **Интеграция с другими приложениями Nextcloud** такими как Files, Contacts и Deck. Дальше - больше.\n\nИ в разработке для [следующих версий](https://github.com/nextcloud/spreed/milestones/):\n* ✋ [Федеративные звонки](https://github.com/nextcloud/spreed/issues/21), чтобы звонить людям с других серверов Nextcloud",
"Navigating away from the page will leave the call in {conversation}" : "При переходе с этой страницы произойдёт выход из вызова «{conversation}» ",
"Leave call" : "Покинуть вызов",
"Stay in call" : "Не покидать вызов",
@@ -615,11 +648,13 @@ OC.L10N.register(
"Settings" : "Настройки",
"Dismiss" : "Отклонить",
"Raise hand (R)" : "Поднять руку (R)",
+ "You are not allowed to enable audio" : "Вам не разрешено использовать звук",
"No audio" : "Без звука",
"Mute audio (M)" : "Отключить звук (M)",
"Unmute audio (M)" : "Включить звук (M)",
"Mute audio" : "Отключить звук",
"Unmute audio" : "Включить звук",
+ "You are not allowed to enable video" : "Вам не разрешено использовать видеосвязь",
"No camera" : "Камера отсуствует",
"Disable video (V)" : "Отключить видео (V)",
"Enable video (V)" : "Включить видео (V)",
@@ -627,6 +662,8 @@ OC.L10N.register(
"Disable video" : "Отключить видео",
"Enable video" : "Включить видео",
"Enable video. Your connection will be briefly interrupted when enabling the video for the first time" : "Включение трансляции видео. Подключение будет кратковременно прервано при первом включении.",
+ "You are not allowed to enable screensharing" : "Вам не разрешено транслировать экран",
+ "No screensharing" : "Не использовать трансляцию экрана",
"Screensharing options" : "Параметры трансляции экрана",
"Enable screensharing" : "Включить трансляцию экрана",
"Bad sent video and screen quality." : "Плохое качество видео и изображения.",
@@ -669,6 +706,7 @@ OC.L10N.register(
"Favorite" : "Добавить в избранное",
"Conversation settings" : "Параметры обсуждения",
"Description" : "Описание",
+ "Enter a description for this conversation" : "Задайте описание этого обсуждения",
"Chat notifications" : "Уведомления чата",
"Guests access" : "Доступ для гостей",
"Meeting settings" : "Параметры встречи",
@@ -677,10 +715,17 @@ OC.L10N.register(
"Error while updating conversation description" : "Не удалось изменить описание обсуждения",
"Be careful, these actions cannot be undone." : "Будьте осторожны, эти действия нельзя отменить.",
"Leave conversation" : "Покинуть обсуждение",
+ "Once a conversation is left, to rejoin a closed conversation, an invite is needed. An open conversation can be rejoined at any time." : "Для повторного входа в завершённое обсуждение требуется приглашение. Повторный вход в открытые обсуждения возможен без такого ограничения.",
"Delete conversation" : "Удаление обсуждения",
+ "Permanently delete this conversation." : "Удалить это обсуждение безвозвратно.",
+ "Delete chat messages" : "Удалить сообщения",
+ "Permanently delete all the messages in this conversation." : "Безвозвратно удалить все сообщения в этом обсуждении.",
"You need to promote a new moderator before you can leave the conversation." : "Вам нужно назначить нового модератора перед тем, как покинуть обсуждение.",
"Do you really want to delete \"{displayName}\"?" : "Действительно удалить «{displayName}»?",
"Error while deleting conversation" : "Ошибка при удалении беседы",
+ "Do you really want to delete all messages in \"{displayName}\"?" : "Подтвердите удаление всех сообщений в «{displayName}\"».",
+ "Delete all chat messages" : "Удалить все сообщения",
+ "Error while clearing chat history" : "Не удалось очистить историю сообщений",
"Allow guests to use a public link to join this conversation." : "Разрешить гостям заходить в это обсуждение по открытой ссылке",
"Allow guests" : "Разрешить гостевой доступ",
"Set a password to restrict who can use the public link." : "Задать пароль для входа по открытой ссылке.",
@@ -808,8 +853,8 @@ OC.L10N.register(
"Link copied to the clipboard!" : "Ссылка скопирована в буфер обмена",
"Create a new group conversation" : "Создать обсуждение группой пользователей",
"Password protect" : "Защитить паролем",
- "Add participants" : "Добавить участников",
"Create conversation" : "Создать обсуждение",
+ "Add participants" : "Добавить участников",
"Close" : "Закрыть",
"Choose a password" : "Выберите пароль",
"Search participants" : "Искать участников",
@@ -817,7 +862,8 @@ OC.L10N.register(
"Allow guests to join via link" : "Разрешить гостям заходить по ссылке",
"Search conversations or users" : "Искать обсуждения или пользователей",
"You are currently waiting in the lobby" : "В данный момент вы ожидаете в вестибюле",
- "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "В данный момент вы ожидаете в вестибюле. Эта встреча запланирована на {startTime}",
+ "The meeting will start soon" : "Встреча скоро начнётся",
+ "This meeting is scheduled for {startTime}" : "Начало встречи запланировано на {startTime}",
"Calls are not supported in your browser" : "Ваш браузер не поддерживает звонки",
"Access to microphone is only possible with HTTPS" : "Доступ к микрофону разрешён только при использовании протокола HTTPS",
"Access to microphone was denied" : "Доступ к микрофону запрещён",
@@ -834,12 +880,14 @@ OC.L10N.register(
"Copy message link" : "Скопировать ссылку на сообщение",
"Mark as unread" : "Пометить, как непрочитанное",
"Go to file" : "Перейти к файлу",
+ "Forward message" : "Переслать сообщение",
"Unread messages" : "Непрочитанные сообщения",
"Sending message" : "Сообщение отправляется",
"Message sent" : "Сообщение отправлено",
"Message read by everyone who shares their reading status" : "Сообщение прочитано всеми пользователями, включившими отчёт о прочтении",
"Failed to send the message. Click to try again" : "Не удалось отправить сообщение; нажмите, чтобы попробовать ещё раз",
"Not enough free space to upload file" : "Недостаточно свободного места для передачи файла на сервер",
+ "You are not allowed to share files" : "Вам не разрешено публиковать файлы",
"You cannot send messages to this conversation at the moment" : "Сейчас вы не можете отправлять сообщения в это обсуждение",
"Deleting message" : "Сообщение удаляется",
"Message deleted successfully, but Matterbridge is configured and the message might already be distributed to other services" : "Сообщение удалено, но оно могло быть передано через Matterbridge в службы, с которыми настроен обмен данными",
@@ -848,13 +896,26 @@ OC.L10N.register(
"Only normal chat messages can be deleted" : "Возможно удалять только обычные сообщения",
"An error occurred while deleting the message" : "Не удалось удалить сообщение",
"Message link copied to clipboard." : "Ссылка на сообщение скопирована в буфер обмена.",
+ "Your browser does not support playing audio files" : "Ваш браузер не поддерживает воспроизведение звуковых файлов",
+ "Contact" : "Контакт",
"{stack} in {board}" : "«{stack}» с доски «{board}»",
"Deck Card" : "Карточка",
- "[Unknown username]" : "[Неизвестный пользователь]",
+ "Remove {fileName}" : "Удалить {fileName}",
+ "The message has been forwarded to {selectedConversationName}" : "Сообщение переслано в {selectedConversationName}",
+ "Go to conversation" : "Перейти в обсуждение",
+ "Choose a conversation to forward the selected message." : "Выберете обсуждение для пересылки выбранного сообщения.",
+ "Error while forwarding message" : "Не удалось переслать сообщение",
"Scroll to bottom" : "Прокрутить вниз",
"Today" : "Сегодня",
"Yesterday" : "Вчера",
"{relativeDate}, {absoluteDate}" : "{relativeDate}, {absoluteDate}",
+ "Record voice message" : "Записать голосовое сообщение",
+ "End recording and send" : "Завершить запись и отправить",
+ "Dismiss recording" : "Отменить запись",
+ "Access to the microphone was denied" : "Не удалось получить доступ к микрофону",
+ "Microphone either not available or disabled in settings" : "Микрофон недоступен или отключен",
+ "Error while recording audio" : "Не удалось записать звук",
+ "Talk recording from {time} ({conversation})" : "Голосовое сообщение записано в {time} ({conversation})",
"Share files to the conversation" : "Поделиться файлами в беседе",
"Upload new files" : "Отправить файлы",
"Share from Files" : "Опубликовать из приложения Файлы",
@@ -866,6 +927,7 @@ OC.L10N.register(
"Invalid path selected" : "Указан некорректный путь",
"Disable lobby" : "Отключить лобби",
"moderator" : "модератор",
+ "bot" : "бот",
"guest" : "Гость",
"Dial-in PIN" : "PIN для звонка",
"Demote from moderator" : "Сместить с поста модератора",
@@ -908,6 +970,7 @@ OC.L10N.register(
"Privacy" : "Конфиденциальность",
"Share my read-status and show the read-status of others" : "Просматривать и показывать отчёт о прочтении сообщений",
"Sounds" : "Звуки",
+ "Play sounds when participants join or leave a call" : "Воспроизводить звуки, когда участники присоединяются к вызову или покидают его",
"Sounds can currently not be played in Safari browser and iPad and iPhone devices due to technical restrictions by the manufacturer." : "В настоящее время звуки нельзя воспроизводить в браузере Safari, а также на устройствах iPad и iPhone из-за технических ограничений производителя.",
"Keyboard shortcuts" : "Комбинации клавиш",
"Speed up your Talk experience with these quick shortcuts." : "Увеличьте скорость работы в приложении использованием комбинаций клавиш",
@@ -921,11 +984,14 @@ OC.L10N.register(
"Space bar" : "Пробел",
"Push to talk or push to mute" : "Кнопка для включения (PTT) или отключения (PTM) передачи голоса ",
"Raise or lower hand" : "Поднять или опустить руку",
+ "Choose the folder in which attachments should be saved." : "Выберите папку для сохранения вложений.",
"Select location for attachments" : "Выберите путь для сохранения вложений",
"Error while setting attachment folder" : "Не удалось задать папку для вложений",
"Your privacy setting has been saved" : "Параметры конфиденциальности сохранены",
"Error while setting read status privacy" : "Не удалось сохранить параметр состояния прочтения",
"Failed to save sounds setting" : "Не удалось сохранить настройки звуков",
+ "Sounds setting saved" : "Параметры звука сохранены",
+ "Error while saving sounds setting" : "Не удалось сохранить параметры звука",
"Start call" : "Начать вызов",
"Nextcloud Talk was updated, you need to reload the page before you can start or join a call." : "Nextcloud Talk был обновлен, перезагрузите страницу чтобы можно было начать или присоединиться к звонку.",
"You will be able to join the call only after a moderator starts it." : "Вы сможете подключиться к звонку после того как его начнет модератор.",
@@ -937,6 +1003,8 @@ OC.L10N.register(
"Fullscreen (F)" : "Во весь экран (F)",
"Speaker view" : "Режим показа выступающего",
"Grid view" : "Вид сеткой",
+ "You have new unread messages in the chat." : "В обсуждении имеются непрочитанные сообщения.",
+ "You have been mentioned in the chat." : "Вы были упомянуты в обсуждении.",
"Send" : "Отправить",
"Add more files" : "Добавить файлы",
"No unread mentions" : "Нет ни одного непрочитанного упоминания",
@@ -963,8 +1031,10 @@ OC.L10N.register(
"Do not disturb" : "Не беспокоить",
"Away" : "Отсутствует",
"Error while sharing file" : "Ошибка сохранения файла",
+ "Error while clearing conversation history" : "Не удалось удалить историю сообщений обсуждения",
"Not enough free space to upload file \"{fileName}\"" : "Недостаточно свободного места для передачи на сервер файла «{fileName}» ",
"Error while uploading file \"{fileName}\"" : "Не удалось передать на сервер файл «{fileName}»",
+ "An error happened when trying to share your file" : "Не удалось опубликовать файл",
"Could not post message: {errorMessage}" : "Не удалось опубликовать сообщение: {errorMessage}",
"Failed to join the conversation. Try to reload the page." : "Сбой при подключении к обсуждению. Попробуйте обновить страницу.",
"You are trying to join a conversation while having an active session in another window or device. This is currently not supported by Nextcloud Talk. What do you want to do?" : "Вы пытаетесь присоединиться к обсуждению, в котором уже есть активные сессии из другого окна или устройства. В данный момент данная возможность не поддерживается сервером Nextcloud Talk. Что вы хотите сделать?",
@@ -1032,7 +1102,9 @@ OC.L10N.register(
"This conversation is read only" : "Это обсуждение только для чтения",
"Conversation, " : "Обсуждение,",
"Allow guests to join via link " : "Разрешить гостям заходить по ссылке",
+ "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "В данный момент вы ожидаете в вестибюле. Эта встреча запланирована на {startTime}",
"Remove" : "Удалить",
+ "[Unknown username]" : "[Неизвестный пользователь]",
"Bridge with other services" : "Обмен сообщениями с внешними службами",
"More info on Matterbridge." : "Дополнительные сведения о Matterbridge.",
"Enabled" : "Включено",
@@ -1062,6 +1134,7 @@ OC.L10N.register(
"Conversation \"{conversationName}\"" : "Обсуждение «{conversationName}»",
"Settings for conversation \"{conversationName}\"" : "Параметры обсуждения «{conversationName}»",
"You can not send messages to this conversation at the moment" : "Сейчас вы не можете отправлять сообщения в это обсуждение",
- "Add a description for this conversation" : "Добавьте описание этого обсуждения"
+ "Add a description for this conversation" : "Добавьте описание этого обсуждения",
+ "Open this location in Openstreetmap" : "Открыть местоположение в OpenStreetMap"
},
"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);");
diff --git a/l10n/ru.json b/l10n/ru.json
index 83eb2cf14..9fbc8bbeb 100644
--- a/l10n/ru.json
+++ b/l10n/ru.json
@@ -34,6 +34,9 @@
"- Give your conversations some context with a description and open it up so logged in users can find it and join themselves" : " - Возможность назначить обсуждениям контекст и описание для облегчения их поиска другими пользователями;",
"- See a read status and send failed messages again" : " - Просмотр статуса прочтения сообщения и повторная отправка сообщений в случае сбоя при их доставке;",
"- Raise your hand in a call with the R key" : " - Возможность «поднять руку» во время вызова (клавиша «R»);",
+ "- Join the same conversation and call from multiple devices" : "- Возможность одновременно подключаться к обсуждениям и вызовам с различных устройств;",
+ "- Send voice messages, share your location or contact details" : "- Передача голосовых сообщений, публикация местоположения и карточек контактов;",
+ "- Add groups to a conversation and new group members will automatically be added as participants" : "- Возможность добавить группу пользователей в обсуждение. Все новые участники группы будут добавлены в такое обсуждение в качестве участников;",
"There are currently no commands available." : "В настоящий момент нет доступных команд.",
"The command does not exist" : "Команда не существует",
"An error occurred while running the command. Please ask an administrator to check the logs." : "Ошибка во время выполнения команды, попросите администратора проверить файлы журналов Nextcloud.",
@@ -44,6 +47,9 @@
"{actor} renamed the conversation from \"%1$s\" to \"%2$s\"" : "{actor} переименовал(а) обсуждение «%1$s» в «%2$s»",
"You renamed the conversation from \"%1$s\" to \"%2$s\"" : "Вы переименовали обсуждение «%1$s» в «%2$s»",
"An administrator renamed the conversation from \"%1$s\" to \"%2$s\"" : "Администратор переименовал обсуждение «%1$s» в «%2$s»",
+ "{actor} set the description" : "{actor} создал описание",
+ "You set the description" : "Вы создали описание",
+ "An administrator set the description" : "Администратор создал описание",
"{actor} removed the description" : "{actor} удалил описание",
"You removed the description" : "Вы удалили описание",
"An administrator removed the description" : "Администратор удалил описание",
@@ -99,6 +105,18 @@
"{actor} removed you" : "{actor} исключил(а) вас",
"An administrator removed you" : "Администратор исключил вас",
"An administrator removed {user}" : "Администратор исключил пользователя {user} ",
+ "{actor} added group {group}" : "{actor} добавил(а) группу {group}",
+ "You added group {group}" : "Вы добавили группу {group}",
+ "An administrator added group {group}" : "Администратор добавил группу {group}",
+ "{actor} removed group {group}" : "{actor} удалил(а) группу {group}",
+ "You removed group {group}" : "Вы удалили группу {group}",
+ "An administrator removed group {group}" : "Администратор удалил группу {group}",
+ "{actor} added circle {circle}" : "{actor} добавил(а) круг {circle}",
+ "You added circle {circle}" : "Вы добавили круг {circle}",
+ "An administrator added circle {circle}" : "Администратор добавил круг {circle}",
+ "{actor} removed circle {circle}" : "{actor} удалил(а) круг {circle}",
+ "You removed circle {circle}" : "Вы удалили круг {circle}",
+ "An administrator removed circle {circle}" : "Администратор удалил круг {circle}",
"{actor} promoted {user} to moderator" : "{actor} назначил(а) пользователя {user} модератором",
"You promoted {user} to moderator" : "Вы назначили {user} модератором",
"{actor} promoted you to moderator" : "{actor} назначил(а) вас модератором",
@@ -111,13 +129,26 @@
"An administrator demoted {user} from moderator" : "Администратор сместил(а) пользователя {user} с поста модератора",
"{actor} shared a file which is no longer available" : "{actor} предоставил(а) общий доступ к файлу, который более не доступен",
"You shared a file which is no longer available" : "Вы поделились файлом, который более не доступен",
+ "{actor} set up Matterbridge to synchronize this conversation with other chats" : "{actor} настроил(а) Matterbridge для обмена сообщениями с другими чатами",
+ "You set up Matterbridge to synchronize this conversation with other chats" : "Вы настроили Matterbridge для обмена сообщениями с другими чатами",
+ "{actor} updated the Matterbridge configuration" : "{actor} изменил(а) конфигурацию системы обмена сообщениями Matterbridge",
+ "You updated the Matterbridge configuration" : "Вы изменили конфигурацию системы обмена сообщениями Matterbridge",
+ "{actor} removed the Matterbridge configuration" : "{actor} удалил(а) конфигурацию системы обмена сообщениями Matterbridge",
+ "You removed the Matterbridge configuration" : "Вы удалили конфигурацию системы обмена сообщениями Matterbridge",
+ "{actor} started Matterbridge" : "{actor} запустил(а) систему обмена сообщениями Matterbridge",
+ "You started Matterbridge" : "Вы запустили систему обмена сообщениями Matterbridge",
+ "{actor} stopped Matterbridge" : "{actor} остановил(а) систему обмена сообщениями Matterbridge",
+ "You stopped Matterbridge" : "Вы остановили систему обмена сообщениями Matterbridge",
"{actor} deleted a message" : "{actor} удалил(а) сообщение",
"You deleted a message" : "Вы удалили сообщение",
+ "{actor} cleared the history of the conversation" : "{actor} удалил(а) историю обсуждения",
+ "You cleared the history of the conversation" : "Вы удалили историю обсуждения",
"Message deleted by author" : "Сообщение удалено автором",
"Message deleted by {actor}" : "Сообщение удалено пользователем {actor}",
"Message deleted by you" : "Сообщение удалено вами",
"%s (guest)" : "%s (гость)",
"You missed a call from {user}" : "Вы пропустили вызов от пользователя {user}",
+ "You tried to call {user}" : "Вы попытались позвонить пользователю {user}",
"_Call with %n guest (Duration {duration})_::_Call with %n guests (Duration {duration})_" : ["Вызов с %n гостем (продолжительность: {duration})","Вызов с %n гостями (продолжительность: {duration})","Вызов с %n гостями (продолжительность: {duration})","Вызов с %n гостями (продолжительность: {duration})"],
"Call with {user1} and {user2} (Duration {duration})" : "Вызов пользователей {user1} и {user2} (продолжительность: {duration})",
"Call with {user1}, {user2} and {user3} (Duration {duration})" : "Вызов пользователей {user1}, {user2} и {user3} (продолжительность: {duration})",
@@ -147,6 +178,7 @@
"Password request: %s" : "Запрос пароля: %s",
"Private conversation" : "Приватное обсуждение",
"Deleted user (%s)" : "Пользователь, учётная запись которого удалена (%s)",
+ "{user1} shared room {roomName} on {remoteServer} with you" : "{user1} предоставл(а) вам доступ к {roomName} на сервере {remoteServer}",
"{user} in {call}" : "{user} в {call}",
"Deleted user in {call}" : "Пользователь, который был удалён в {call}",
"{guest} (guest) in {call}" : "{guest} (гость) в {call}",
@@ -466,6 +498,7 @@
"Conversation not found" : "Обсуждение не найдено",
"Path is already shared with this room" : "Путь уже поделен с этой комнатой",
"Chat, video & audio-conferencing using WebRTC" : "Чат, видео- и аудиоконференции, основанные на технологии WebRTC",
+ "Chat, video & audio-conferencing using WebRTC\n\n* 💬 **Chat integration!** Nextcloud Talk comes with a simple text chat. Allowing you to share files from your Nextcloud and mentioning other participants.\n* 👥 **Private, group, public and password protected calls!** Just invite somebody, a whole group or send a public link to invite to a call.\n* 💻 **Screen sharing!** Share your screen with participants of your call. You just need to use Firefox version 66 (or newer), latest Edge or Chrome 72 (or newer, also possible using Chrome 49 with this [Chrome extension](https://chrome.google.com/webstore/detail/screensharing-for-nextclo/kepnpjhambipllfmgmbapncekcmabkol)).\n* 🚀 **Integration with other Nextcloud apps** like Files, Contacts and Deck. More to come.\n\nAnd in the works for the [coming versions](https://github.com/nextcloud/spreed/milestones/):\n* ✋ [Federated calls](https://github.com/nextcloud/spreed/issues/21), to call people on other Nextclouds" : "Чат, видео- и аудиоконференции с использованием WebRTC\n\n* 💬 **Интеграция чата!** Nextcloud Talk поддерживает простой текстовый чат. Он позволяет вам делиться файлами из вашего Nextcloud и оповещать других участников.\n* 👥 **Приватные, групповые, публичные и защищённые паролем звонки!** Просто пригласите конкретного человека, целую группу или отправьте публичную ссылку для приглашения к звонку.\n* 💻 **Демонстрация экрана!** Демонстрируйте свой экран участникам вашего звонка. Вам просто нужно использовать Firefox версии 66 (или новее), Edge последней версии или Chrome 72 (или новее, но также возможно использовать Chrome 49 с этим [расширением Chrome](https://chrome.google.com/webstore/detail/screensharing-for-nextclo/kepnpjhambipllfmgmbapncekcmabkol).\n* 🚀 **Интеграция с другими приложениями Nextcloud** такими как Files, Contacts и Deck. Дальше - больше.\n\nИ в разработке для [следующих версий](https://github.com/nextcloud/spreed/milestones/):\n* ✋ [Федеративные звонки](https://github.com/nextcloud/spreed/issues/21), чтобы звонить людям с других серверов Nextcloud",
"Navigating away from the page will leave the call in {conversation}" : "При переходе с этой страницы произойдёт выход из вызова «{conversation}» ",
"Leave call" : "Покинуть вызов",
"Stay in call" : "Не покидать вызов",
@@ -613,11 +646,13 @@
"Settings" : "Настройки",
"Dismiss" : "Отклонить",
"Raise hand (R)" : "Поднять руку (R)",
+ "You are not allowed to enable audio" : "Вам не разрешено использовать звук",
"No audio" : "Без звука",
"Mute audio (M)" : "Отключить звук (M)",
"Unmute audio (M)" : "Включить звук (M)",
"Mute audio" : "Отключить звук",
"Unmute audio" : "Включить звук",
+ "You are not allowed to enable video" : "Вам не разрешено использовать видеосвязь",
"No camera" : "Камера отсуствует",
"Disable video (V)" : "Отключить видео (V)",
"Enable video (V)" : "Включить видео (V)",
@@ -625,6 +660,8 @@
"Disable video" : "Отключить видео",
"Enable video" : "Включить видео",
"Enable video. Your connection will be briefly interrupted when enabling the video for the first time" : "Включение трансляции видео. Подключение будет кратковременно прервано при первом включении.",
+ "You are not allowed to enable screensharing" : "Вам не разрешено транслировать экран",
+ "No screensharing" : "Не использовать трансляцию экрана",
"Screensharing options" : "Параметры трансляции экрана",
"Enable screensharing" : "Включить трансляцию экрана",
"Bad sent video and screen quality." : "Плохое качество видео и изображения.",
@@ -667,6 +704,7 @@
"Favorite" : "Добавить в избранное",
"Conversation settings" : "Параметры обсуждения",
"Description" : "Описание",
+ "Enter a description for this conversation" : "Задайте описание этого обсуждения",
"Chat notifications" : "Уведомления чата",
"Guests access" : "Доступ для гостей",
"Meeting settings" : "Параметры встречи",
@@ -675,10 +713,17 @@
"Error while updating conversation description" : "Не удалось изменить описание обсуждения",
"Be careful, these actions cannot be undone." : "Будьте осторожны, эти действия нельзя отменить.",
"Leave conversation" : "Покинуть обсуждение",
+ "Once a conversation is left, to rejoin a closed conversation, an invite is needed. An open conversation can be rejoined at any time." : "Для повторного входа в завершённое обсуждение требуется приглашение. Повторный вход в открытые обсуждения возможен без такого ограничения.",
"Delete conversation" : "Удаление обсуждения",
+ "Permanently delete this conversation." : "Удалить это обсуждение безвозвратно.",
+ "Delete chat messages" : "Удалить сообщения",
+ "Permanently delete all the messages in this conversation." : "Безвозвратно удалить все сообщения в этом обсуждении.",
"You need to promote a new moderator before you can leave the conversation." : "Вам нужно назначить нового модератора перед тем, как покинуть обсуждение.",
"Do you really want to delete \"{displayName}\"?" : "Действительно удалить «{displayName}»?",
"Error while deleting conversation" : "Ошибка при удалении беседы",
+ "Do you really want to delete all messages in \"{displayName}\"?" : "Подтвердите удаление всех сообщений в «{displayName}\"».",
+ "Delete all chat messages" : "Удалить все сообщения",
+ "Error while clearing chat history" : "Не удалось очистить историю сообщений",
"Allow guests to use a public link to join this conversation." : "Разрешить гостям заходить в это обсуждение по открытой ссылке",
"Allow guests" : "Разрешить гостевой доступ",
"Set a password to restrict who can use the public link." : "Задать пароль для входа по открытой ссылке.",
@@ -806,8 +851,8 @@
"Link copied to the clipboard!" : "Ссылка скопирована в буфер обмена",
"Create a new group conversation" : "Создать обсуждение группой пользователей",
"Password protect" : "Защитить паролем",
- "Add participants" : "Добавить участников",
"Create conversation" : "Создать обсуждение",
+ "Add participants" : "Добавить участников",
"Close" : "Закрыть",
"Choose a password" : "Выберите пароль",
"Search participants" : "Искать участников",
@@ -815,7 +860,8 @@
"Allow guests to join via link" : "Разрешить гостям заходить по ссылке",
"Search conversations or users" : "Искать обсуждения или пользователей",
"You are currently waiting in the lobby" : "В данный момент вы ожидаете в вестибюле",
- "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "В данный момент вы ожидаете в вестибюле. Эта встреча запланирована на {startTime}",
+ "The meeting will start soon" : "Встреча скоро начнётся",
+ "This meeting is scheduled for {startTime}" : "Начало встречи запланировано на {startTime}",
"Calls are not supported in your browser" : "Ваш браузер не поддерживает звонки",
"Access to microphone is only possible with HTTPS" : "Доступ к микрофону разрешён только при использовании протокола HTTPS",
"Access to microphone was denied" : "Доступ к микрофону запрещён",
@@ -832,12 +878,14 @@
"Copy message link" : "Скопировать ссылку на сообщение",
"Mark as unread" : "Пометить, как непрочитанное",
"Go to file" : "Перейти к файлу",
+ "Forward message" : "Переслать сообщение",
"Unread messages" : "Непрочитанные сообщения",
"Sending message" : "Сообщение отправляется",
"Message sent" : "Сообщение отправлено",
"Message read by everyone who shares their reading status" : "Сообщение прочитано всеми пользователями, включившими отчёт о прочтении",
"Failed to send the message. Click to try again" : "Не удалось отправить сообщение; нажмите, чтобы попробовать ещё раз",
"Not enough free space to upload file" : "Недостаточно свободного места для передачи файла на сервер",
+ "You are not allowed to share files" : "Вам не разрешено публиковать файлы",
"You cannot send messages to this conversation at the moment" : "Сейчас вы не можете отправлять сообщения в это обсуждение",
"Deleting message" : "Сообщение удаляется",
"Message deleted successfully, but Matterbridge is configured and the message might already be distributed to other services" : "Сообщение удалено, но оно могло быть передано через Matterbridge в службы, с которыми настроен обмен данными",
@@ -846,13 +894,26 @@
"Only normal chat messages can be deleted" : "Возможно удалять только обычные сообщения",
"An error occurred while deleting the message" : "Не удалось удалить сообщение",
"Message link copied to clipboard." : "Ссылка на сообщение скопирована в буфер обмена.",
+ "Your browser does not support playing audio files" : "Ваш браузер не поддерживает воспроизведение звуковых файлов",
+ "Contact" : "Контакт",
"{stack} in {board}" : "«{stack}» с доски «{board}»",
"Deck Card" : "Карточка",
- "[Unknown username]" : "[Неизвестный пользователь]",
+ "Remove {fileName}" : "Удалить {fileName}",
+ "The message has been forwarded to {selectedConversationName}" : "Сообщение переслано в {selectedConversationName}",
+ "Go to conversation" : "Перейти в обсуждение",
+ "Choose a conversation to forward the selected message." : "Выберете обсуждение для пересылки выбранного сообщения.",
+ "Error while forwarding message" : "Не удалось переслать сообщение",
"Scroll to bottom" : "Прокрутить вниз",
"Today" : "Сегодня",
"Yesterday" : "Вчера",
"{relativeDate}, {absoluteDate}" : "{relativeDate}, {absoluteDate}",
+ "Record voice message" : "Записать голосовое сообщение",
+ "End recording and send" : "Завершить запись и отправить",
+ "Dismiss recording" : "Отменить запись",
+ "Access to the microphone was denied" : "Не удалось получить доступ к микрофону",
+ "Microphone either not available or disabled in settings" : "Микрофон недоступен или отключен",
+ "Error while recording audio" : "Не удалось записать звук",
+ "Talk recording from {time} ({conversation})" : "Голосовое сообщение записано в {time} ({conversation})",
"Share files to the conversation" : "Поделиться файлами в беседе",
"Upload new files" : "Отправить файлы",
"Share from Files" : "Опубликовать из приложения Файлы",
@@ -864,6 +925,7 @@
"Invalid path selected" : "Указан некорректный путь",
"Disable lobby" : "Отключить лобби",
"moderator" : "модератор",
+ "bot" : "бот",
"guest" : "Гость",
"Dial-in PIN" : "PIN для звонка",
"Demote from moderator" : "Сместить с поста модератора",
@@ -906,6 +968,7 @@
"Privacy" : "Конфиденциальность",
"Share my read-status and show the read-status of others" : "Просматривать и показывать отчёт о прочтении сообщений",
"Sounds" : "Звуки",
+ "Play sounds when participants join or leave a call" : "Воспроизводить звуки, когда участники присоединяются к вызову или покидают его",
"Sounds can currently not be played in Safari browser and iPad and iPhone devices due to technical restrictions by the manufacturer." : "В настоящее время звуки нельзя воспроизводить в браузере Safari, а также на устройствах iPad и iPhone из-за технических ограничений производителя.",
"Keyboard shortcuts" : "Комбинации клавиш",
"Speed up your Talk experience with these quick shortcuts." : "Увеличьте скорость работы в приложении использованием комбинаций клавиш",
@@ -919,11 +982,14 @@
"Space bar" : "Пробел",
"Push to talk or push to mute" : "Кнопка для включения (PTT) или отключения (PTM) передачи голоса ",
"Raise or lower hand" : "Поднять или опустить руку",
+ "Choose the folder in which attachments should be saved." : "Выберите папку для сохранения вложений.",
"Select location for attachments" : "Выберите путь для сохранения вложений",
"Error while setting attachment folder" : "Не удалось задать папку для вложений",
"Your privacy setting has been saved" : "Параметры конфиденциальности сохранены",
"Error while setting read status privacy" : "Не удалось сохранить параметр состояния прочтения",
"Failed to save sounds setting" : "Не удалось сохранить настройки звуков",
+ "Sounds setting saved" : "Параметры звука сохранены",
+ "Error while saving sounds setting" : "Не удалось сохранить параметры звука",
"Start call" : "Начать вызов",
"Nextcloud Talk was updated, you need to reload the page before you can start or join a call." : "Nextcloud Talk был обновлен, перезагрузите страницу чтобы можно было начать или присоединиться к звонку.",
"You will be able to join the call only after a moderator starts it." : "Вы сможете подключиться к звонку после того как его начнет модератор.",
@@ -935,6 +1001,8 @@
"Fullscreen (F)" : "Во весь экран (F)",
"Speaker view" : "Режим показа выступающего",
"Grid view" : "Вид сеткой",
+ "You have new unread messages in the chat." : "В обсуждении имеются непрочитанные сообщения.",
+ "You have been mentioned in the chat." : "Вы были упомянуты в обсуждении.",
"Send" : "Отправить",
"Add more files" : "Добавить файлы",
"No unread mentions" : "Нет ни одного непрочитанного упоминания",
@@ -961,8 +1029,10 @@
"Do not disturb" : "Не беспокоить",
"Away" : "Отсутствует",
"Error while sharing file" : "Ошибка сохранения файла",
+ "Error while clearing conversation history" : "Не удалось удалить историю сообщений обсуждения",
"Not enough free space to upload file \"{fileName}\"" : "Недостаточно свободного места для передачи на сервер файла «{fileName}» ",
"Error while uploading file \"{fileName}\"" : "Не удалось передать на сервер файл «{fileName}»",
+ "An error happened when trying to share your file" : "Не удалось опубликовать файл",
"Could not post message: {errorMessage}" : "Не удалось опубликовать сообщение: {errorMessage}",
"Failed to join the conversation. Try to reload the page." : "Сбой при подключении к обсуждению. Попробуйте обновить страницу.",
"You are trying to join a conversation while having an active session in another window or device. This is currently not supported by Nextcloud Talk. What do you want to do?" : "Вы пытаетесь присоединиться к обсуждению, в котором уже есть активные сессии из другого окна или устройства. В данный момент данная возможность не поддерживается сервером Nextcloud Talk. Что вы хотите сделать?",
@@ -1030,7 +1100,9 @@
"This conversation is read only" : "Это обсуждение только для чтения",
"Conversation, " : "Обсуждение,",
"Allow guests to join via link " : "Разрешить гостям заходить по ссылке",
+ "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "В данный момент вы ожидаете в вестибюле. Эта встреча запланирована на {startTime}",
"Remove" : "Удалить",
+ "[Unknown username]" : "[Неизвестный пользователь]",
"Bridge with other services" : "Обмен сообщениями с внешними службами",
"More info on Matterbridge." : "Дополнительные сведения о Matterbridge.",
"Enabled" : "Включено",
@@ -1060,6 +1132,7 @@
"Conversation \"{conversationName}\"" : "Обсуждение «{conversationName}»",
"Settings for conversation \"{conversationName}\"" : "Параметры обсуждения «{conversationName}»",
"You can not send messages to this conversation at the moment" : "Сейчас вы не можете отправлять сообщения в это обсуждение",
- "Add a description for this conversation" : "Добавьте описание этого обсуждения"
+ "Add a description for this conversation" : "Добавьте описание этого обсуждения",
+ "Open this location in Openstreetmap" : "Открыть местоположение в OpenStreetMap"
},"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"
} \ No newline at end of file
diff --git a/l10n/sc.js b/l10n/sc.js
index f484361c1..42a8032a8 100644
--- a/l10n/sc.js
+++ b/l10n/sc.js
@@ -817,7 +817,7 @@ OC.L10N.register(
"SIP dial-in is now disabled" : "S'atzessu SIP immoe est disativu",
"Error occurred when enabling SIP dial-in" : "B'at àpidu un'errore ativende s'atzessu SIP",
"Error occurred when disabling SIP dial-in" : "B'at àpidu un'errore disativende s'atzessu SIP",
- "Cancel editing description" : "Cantzella sa modìfica de sa descritzione",
+ "Cancel editing description" : "Annulla sa modìfica de sa descritzione",
"Submit conversation description" : "Imbia sa descritzione de sa resonada",
"Edit conversation description" : "Modìfica sa descritzione de sa resonada",
"The description must be less than or equal to {maxLength} characters long. Your current text is {charactersCount} characters long." : "Sa descritzione depet èssere prus curtza o paris a {maxLength} caràteres. Su testu immoe est longu {charactersCount} caràteres",
@@ -847,8 +847,8 @@ OC.L10N.register(
"Link copied to the clipboard!" : "Ligòngiu copiadu in punta de billete!",
"Create a new group conversation" : "Crea unu grupu de resonada nou",
"Password protect" : "Bàrdia sa crae",
- "Add participants" : "Agiunghe partetzipantes",
"Create conversation" : "Crea resonada",
+ "Add participants" : "Agiunghe partetzipantes",
"Close" : "Serra",
"Choose a password" : "Sèbera una crae",
"Search participants" : "Chirca partetzipantes",
@@ -856,7 +856,6 @@ OC.L10N.register(
"Allow guests to join via link" : "Permite a is persones invitadas de intrare cun unu ligòngiu",
"Search conversations or users" : "Chirca resonadas o utentes",
"You are currently waiting in the lobby" : "Immoe ses abetende in s'intrada",
- "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Immoe ses abetende in s'intrada. Custa riunione est programmada pro {startTime}",
"Calls are not supported in your browser" : "Is mutidas no sunt suportadas in su navigadore tuo",
"Access to microphone is only possible with HTTPS" : "S'atzessu a su micròfonu si podet fàghere isceti cun HTTPS",
"Access to microphone was denied" : "S'atzessu a su micròfonu est istadu negadu",
@@ -898,8 +897,6 @@ OC.L10N.register(
"Go to conversation" : "Bae a sa resonada",
"Choose a conversation to forward the selected message." : "Sèbera una resonada pro torrare a imbiare su messàgiu seletzionadu.",
"Error while forwarding message" : "Errore torrende a imbiare su messàgiu",
- "Open this location in Openstreetmap" : "Aberi custa positzione in Openstreetmap",
- "[Unknown username]" : "[Nùmene de utente disconnotu]",
"Scroll to bottom" : "Iscurre a bàsciu",
"Today" : "Oe",
"Yesterday" : "Eris",
@@ -1097,7 +1094,9 @@ OC.L10N.register(
"This conversation is read only" : "Custa resonada est de letura sola",
"Conversation, " : "Resonada,",
"Allow guests to join via link " : "Permite a is persones invitadas de intrare cun unu ligòngiu",
+ "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Immoe ses abetende in s'intrada. Custa riunione est programmada pro {startTime}",
"Remove" : "Boga",
+ "[Unknown username]" : "[Nùmene de utente disconnotu]",
"Bridge with other services" : "Collega cun àteros serbìtzios",
"More info on Matterbridge." : "Àteras informatziones subra de Matterbridge.",
"Enabled" : "Ativadu",
@@ -1127,6 +1126,7 @@ OC.L10N.register(
"Conversation \"{conversationName}\"" : "Resonada \"{conversationName}\"",
"Settings for conversation \"{conversationName}\"" : "Impostatziones de sa resonada \"{conversationName}\"",
"You can not send messages to this conversation at the moment" : "Non podes imbiare messàgios in custa resonada in custu momentu",
- "Add a description for this conversation" : "Agiunghe una descritzione pro custa resonada"
+ "Add a description for this conversation" : "Agiunghe una descritzione pro custa resonada",
+ "Open this location in Openstreetmap" : "Aberi custa positzione in Openstreetmap"
},
"nplurals=2; plural=(n != 1);");
diff --git a/l10n/sc.json b/l10n/sc.json
index 660086efe..9608efa0e 100644
--- a/l10n/sc.json
+++ b/l10n/sc.json
@@ -815,7 +815,7 @@
"SIP dial-in is now disabled" : "S'atzessu SIP immoe est disativu",
"Error occurred when enabling SIP dial-in" : "B'at àpidu un'errore ativende s'atzessu SIP",
"Error occurred when disabling SIP dial-in" : "B'at àpidu un'errore disativende s'atzessu SIP",
- "Cancel editing description" : "Cantzella sa modìfica de sa descritzione",
+ "Cancel editing description" : "Annulla sa modìfica de sa descritzione",
"Submit conversation description" : "Imbia sa descritzione de sa resonada",
"Edit conversation description" : "Modìfica sa descritzione de sa resonada",
"The description must be less than or equal to {maxLength} characters long. Your current text is {charactersCount} characters long." : "Sa descritzione depet èssere prus curtza o paris a {maxLength} caràteres. Su testu immoe est longu {charactersCount} caràteres",
@@ -845,8 +845,8 @@
"Link copied to the clipboard!" : "Ligòngiu copiadu in punta de billete!",
"Create a new group conversation" : "Crea unu grupu de resonada nou",
"Password protect" : "Bàrdia sa crae",
- "Add participants" : "Agiunghe partetzipantes",
"Create conversation" : "Crea resonada",
+ "Add participants" : "Agiunghe partetzipantes",
"Close" : "Serra",
"Choose a password" : "Sèbera una crae",
"Search participants" : "Chirca partetzipantes",
@@ -854,7 +854,6 @@
"Allow guests to join via link" : "Permite a is persones invitadas de intrare cun unu ligòngiu",
"Search conversations or users" : "Chirca resonadas o utentes",
"You are currently waiting in the lobby" : "Immoe ses abetende in s'intrada",
- "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Immoe ses abetende in s'intrada. Custa riunione est programmada pro {startTime}",
"Calls are not supported in your browser" : "Is mutidas no sunt suportadas in su navigadore tuo",
"Access to microphone is only possible with HTTPS" : "S'atzessu a su micròfonu si podet fàghere isceti cun HTTPS",
"Access to microphone was denied" : "S'atzessu a su micròfonu est istadu negadu",
@@ -896,8 +895,6 @@
"Go to conversation" : "Bae a sa resonada",
"Choose a conversation to forward the selected message." : "Sèbera una resonada pro torrare a imbiare su messàgiu seletzionadu.",
"Error while forwarding message" : "Errore torrende a imbiare su messàgiu",
- "Open this location in Openstreetmap" : "Aberi custa positzione in Openstreetmap",
- "[Unknown username]" : "[Nùmene de utente disconnotu]",
"Scroll to bottom" : "Iscurre a bàsciu",
"Today" : "Oe",
"Yesterday" : "Eris",
@@ -1095,7 +1092,9 @@
"This conversation is read only" : "Custa resonada est de letura sola",
"Conversation, " : "Resonada,",
"Allow guests to join via link " : "Permite a is persones invitadas de intrare cun unu ligòngiu",
+ "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Immoe ses abetende in s'intrada. Custa riunione est programmada pro {startTime}",
"Remove" : "Boga",
+ "[Unknown username]" : "[Nùmene de utente disconnotu]",
"Bridge with other services" : "Collega cun àteros serbìtzios",
"More info on Matterbridge." : "Àteras informatziones subra de Matterbridge.",
"Enabled" : "Ativadu",
@@ -1125,6 +1124,7 @@
"Conversation \"{conversationName}\"" : "Resonada \"{conversationName}\"",
"Settings for conversation \"{conversationName}\"" : "Impostatziones de sa resonada \"{conversationName}\"",
"You can not send messages to this conversation at the moment" : "Non podes imbiare messàgios in custa resonada in custu momentu",
- "Add a description for this conversation" : "Agiunghe una descritzione pro custa resonada"
+ "Add a description for this conversation" : "Agiunghe una descritzione pro custa resonada",
+ "Open this location in Openstreetmap" : "Aberi custa positzione in Openstreetmap"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
} \ No newline at end of file
diff --git a/l10n/sk.js b/l10n/sk.js
index 4d708552e..f139945b5 100644
--- a/l10n/sk.js
+++ b/l10n/sk.js
@@ -148,6 +148,7 @@ OC.L10N.register(
"Message deleted by author" : "Správa vymazaná autorom",
"Message deleted by {actor}" : "Správa vymazaná od {actor}",
"Message deleted by you" : "Správa bola vami zmazaná",
+ "Deleted user" : "Zmazaný užívateľ",
"%s (guest)" : "%s (guest)",
"You missed a call from {user}" : "Zmeškali ste hovor od používateľa {user}",
"You tried to call {user}" : "Pokúšali ste sa zavolať {user}",
@@ -853,8 +854,8 @@ OC.L10N.register(
"Link copied to the clipboard!" : "Odkaz bol skopírovaný do schránky!",
"Create a new group conversation" : "Vytvoriť novú skupinovú konverzáciu",
"Password protect" : "Chrániť heslom",
- "Add participants" : "Pridať účastníkov",
"Create conversation" : "Vytvoriť konverzáciu",
+ "Add participants" : "Pridať účastníkov",
"Close" : "Zatvoriť",
"Choose a password" : "Vyberte heslo",
"Search participants" : "Vyhľadať účastníkov",
@@ -862,7 +863,8 @@ OC.L10N.register(
"Allow guests to join via link" : "Umožnite hosťom pripojiť sa prostredníctvom odkazu",
"Search conversations or users" : "Vyhľadajte konverzácie alebo používateľov",
"You are currently waiting in the lobby" : "Momentálne ste v čakárni",
- "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Momentálne ste v čakárni. Toto stretnutie je naplánované na {startTime}",
+ "The meeting will start soon" : "Rozhovor začne čoskoro",
+ "This meeting is scheduled for {startTime}" : "Tento rozhovor je naplánovaný na {startTime}",
"Calls are not supported in your browser" : "Váš prehliadač nepodporuje hovory",
"Access to microphone is only possible with HTTPS" : "Prístup k mikrofónu je možný iba pomocou protokolu HTTPS",
"Access to microphone was denied" : "Prístup k mikrofónu bol zamietnutý",
@@ -904,8 +906,7 @@ OC.L10N.register(
"Go to conversation" : "Prejisť na konverzáciu",
"Choose a conversation to forward the selected message." : "Vyberte konverzáciu, ktorou chcete vybranú správu poslať ďalej.",
"Error while forwarding message" : "Chyba počas preposielania správy",
- "Open this location in Openstreetmap" : "Otvoriť toto umiestnenie v Openstreetmap",
- "[Unknown username]" : "[Neznáme používateľské meno]",
+ "Open this location in OpenStreetMap" : "Otvoriť toto umiestnenie v Openstreetmap",
"Scroll to bottom" : "Posuňte sa nadol",
"Today" : "Dnes",
"Yesterday" : "Včera",
@@ -1103,7 +1104,9 @@ OC.L10N.register(
"This conversation is read only" : "Táto konverzácia je iba na čítanie",
"Conversation, " : "Konverzácia,",
"Allow guests to join via link " : "Umožnite hosťom pripojiť sa prostredníctvom odkazu",
+ "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Momentálne ste v čakárni. Toto stretnutie je naplánované na {startTime}",
"Remove" : "Odobrať",
+ "[Unknown username]" : "[Neznáme používateľské meno]",
"Bridge with other services" : "Premostenie na ďalšie služby",
"More info on Matterbridge." : "Viac informácií o Matterbridge.",
"Enabled" : "Povolené",
@@ -1133,6 +1136,7 @@ OC.L10N.register(
"Conversation \"{conversationName}\"" : "Konverzácia \"{conversationName}\"",
"Settings for conversation \"{conversationName}\"" : "Nastavenia konverzácie \"{conversationName}\"",
"You can not send messages to this conversation at the moment" : "Teraz nemôžete poslať správu do tejto konverzácie",
- "Add a description for this conversation" : "Pridať popis tejto konverzácie"
+ "Add a description for this conversation" : "Pridať popis tejto konverzácie",
+ "Open this location in Openstreetmap" : "Otvoriť toto umiestnenie v Openstreetmap"
},
"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");
diff --git a/l10n/sk.json b/l10n/sk.json
index cd22b2480..882072a96 100644
--- a/l10n/sk.json
+++ b/l10n/sk.json
@@ -146,6 +146,7 @@
"Message deleted by author" : "Správa vymazaná autorom",
"Message deleted by {actor}" : "Správa vymazaná od {actor}",
"Message deleted by you" : "Správa bola vami zmazaná",
+ "Deleted user" : "Zmazaný užívateľ",
"%s (guest)" : "%s (guest)",
"You missed a call from {user}" : "Zmeškali ste hovor od používateľa {user}",
"You tried to call {user}" : "Pokúšali ste sa zavolať {user}",
@@ -851,8 +852,8 @@
"Link copied to the clipboard!" : "Odkaz bol skopírovaný do schránky!",
"Create a new group conversation" : "Vytvoriť novú skupinovú konverzáciu",
"Password protect" : "Chrániť heslom",
- "Add participants" : "Pridať účastníkov",
"Create conversation" : "Vytvoriť konverzáciu",
+ "Add participants" : "Pridať účastníkov",
"Close" : "Zatvoriť",
"Choose a password" : "Vyberte heslo",
"Search participants" : "Vyhľadať účastníkov",
@@ -860,7 +861,8 @@
"Allow guests to join via link" : "Umožnite hosťom pripojiť sa prostredníctvom odkazu",
"Search conversations or users" : "Vyhľadajte konverzácie alebo používateľov",
"You are currently waiting in the lobby" : "Momentálne ste v čakárni",
- "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Momentálne ste v čakárni. Toto stretnutie je naplánované na {startTime}",
+ "The meeting will start soon" : "Rozhovor začne čoskoro",
+ "This meeting is scheduled for {startTime}" : "Tento rozhovor je naplánovaný na {startTime}",
"Calls are not supported in your browser" : "Váš prehliadač nepodporuje hovory",
"Access to microphone is only possible with HTTPS" : "Prístup k mikrofónu je možný iba pomocou protokolu HTTPS",
"Access to microphone was denied" : "Prístup k mikrofónu bol zamietnutý",
@@ -902,8 +904,7 @@
"Go to conversation" : "Prejisť na konverzáciu",
"Choose a conversation to forward the selected message." : "Vyberte konverzáciu, ktorou chcete vybranú správu poslať ďalej.",
"Error while forwarding message" : "Chyba počas preposielania správy",
- "Open this location in Openstreetmap" : "Otvoriť toto umiestnenie v Openstreetmap",
- "[Unknown username]" : "[Neznáme používateľské meno]",
+ "Open this location in OpenStreetMap" : "Otvoriť toto umiestnenie v Openstreetmap",
"Scroll to bottom" : "Posuňte sa nadol",
"Today" : "Dnes",
"Yesterday" : "Včera",
@@ -1101,7 +1102,9 @@
"This conversation is read only" : "Táto konverzácia je iba na čítanie",
"Conversation, " : "Konverzácia,",
"Allow guests to join via link " : "Umožnite hosťom pripojiť sa prostredníctvom odkazu",
+ "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Momentálne ste v čakárni. Toto stretnutie je naplánované na {startTime}",
"Remove" : "Odobrať",
+ "[Unknown username]" : "[Neznáme používateľské meno]",
"Bridge with other services" : "Premostenie na ďalšie služby",
"More info on Matterbridge." : "Viac informácií o Matterbridge.",
"Enabled" : "Povolené",
@@ -1131,6 +1134,7 @@
"Conversation \"{conversationName}\"" : "Konverzácia \"{conversationName}\"",
"Settings for conversation \"{conversationName}\"" : "Nastavenia konverzácie \"{conversationName}\"",
"You can not send messages to this conversation at the moment" : "Teraz nemôžete poslať správu do tejto konverzácie",
- "Add a description for this conversation" : "Pridať popis tejto konverzácie"
+ "Add a description for this conversation" : "Pridať popis tejto konverzácie",
+ "Open this location in Openstreetmap" : "Otvoriť toto umiestnenie v Openstreetmap"
},"pluralForm" :"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"
} \ No newline at end of file
diff --git a/l10n/sl.js b/l10n/sl.js
index b8bccd1d0..52df67617 100644
--- a/l10n/sl.js
+++ b/l10n/sl.js
@@ -104,11 +104,18 @@ OC.L10N.register(
"{actor} removed you" : "{actor} vas odstrani",
"An administrator removed you" : "Skrbnik vas je odstranil",
"An administrator removed {user}" : "Skrbnik odstrani uporabnika: {user}",
+ "{actor} added group {group}" : "{actor} doda skupino {group}",
"You added group {group}" : "Dodate skupino {group}",
"An administrator added group {group}" : "Skrbnik doda skupino {group}",
"{actor} removed group {group}" : "{actor} odstrani skupino {group}",
"You removed group {group}" : "Odstranite skupino {group}",
"An administrator removed group {group}" : "Skrbnik odstrani skupino {group}",
+ "{actor} added circle {circle}" : "{actor} doda krog {circle}",
+ "You added circle {circle}" : "Dodate krog {circle}",
+ "An administrator added circle {circle}" : "Skrbnik doda krog {circle}",
+ "{actor} removed circle {circle}" : "{actor} odstrani krog {circle}",
+ "You removed circle {circle}" : "Odstranite krog {circle}",
+ "An administrator removed circle {circle}" : "Skrbnik odstrani krog {circle}",
"{actor} promoted {user} to moderator" : "{actor} poviša uporabnika {user} v moderatorja",
"You promoted {user} to moderator" : "Povišali ste uporabnika {user} v moderatorja",
"{actor} promoted you to moderator" : "{actor} vas poviša v moderatorja",
@@ -828,8 +835,8 @@ OC.L10N.register(
"Link copied to the clipboard!" : "Povezava je kopirana v odložišče!",
"Create a new group conversation" : "Ustvari nov skupinski pogovor",
"Password protect" : "Zaščiti z geslom",
- "Add participants" : "Dodaj udeležence",
"Create conversation" : "Ustvari pogovor",
+ "Add participants" : "Dodaj udeležence",
"Close" : "Zapri",
"Choose a password" : "izbor gesla",
"Search participants" : "Poišči udeležence",
@@ -837,7 +844,6 @@ OC.L10N.register(
"Allow guests to join via link" : "Dovoli gostom povezovanje prek povezave",
"Search conversations or users" : "Poišči med stiki in pogovori",
"You are currently waiting in the lobby" : "Trenutno čakate v spletni čakalnici.",
- "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Trenutno še čakate v spletni čakalnici. Sestanek je načrtovan za {startTime}.",
"Calls are not supported in your browser" : "Klici v tem brskalniku niso podprti",
"Access to microphone is only possible with HTTPS" : "Dostop do mikrofona je mogoče le prek protokola HTTPS",
"Access to microphone was denied" : "Dostop do mikrofona je bil zavrnjen",
@@ -871,8 +877,6 @@ OC.L10N.register(
"Message link copied to clipboard." : "Povezava sporočila je kopirana v odložišče.",
"{stack} in {board}" : "{stack} v {board}",
"Deck Card" : "Naloga Deck",
- "Open this location in Openstreetmap" : "Odpri mesto v programu Openstreetmap",
- "[Unknown username]" : "[Neznano uporabniško ime]",
"Scroll to bottom" : "Podrsajte do dna",
"Today" : "Danes",
"Yesterday" : "Včeraj",
@@ -1058,7 +1062,9 @@ OC.L10N.register(
"This conversation is read only" : "Ta pogovor je le za branje",
"Conversation, " : "Pogovor,",
"Allow guests to join via link " : "Dovoli povezave gostov prek povezave",
+ "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Trenutno še čakate v spletni čakalnici. Sestanek je načrtovan za {startTime}.",
"Remove" : "Odstrani",
+ "[Unknown username]" : "[Neznano uporabniško ime]",
"Bridge with other services" : "Preusmerjaj na druge storitve",
"More info on Matterbridge." : "Več podrobnosti o Matterbridge.",
"Enabled" : "Omogočeno",
@@ -1088,6 +1094,7 @@ OC.L10N.register(
"Conversation \"{conversationName}\"" : "Pogovor »{conversationName}«",
"Settings for conversation \"{conversationName}\"" : "Nastavitve pogovora »{conversationName}«",
"You can not send messages to this conversation at the moment" : "Trenutno ni mogoče pošiljati sporočil v ta pogovor.",
- "Add a description for this conversation" : "Dodaj opis za ta pogovor"
+ "Add a description for this conversation" : "Dodaj opis za ta pogovor",
+ "Open this location in Openstreetmap" : "Odpri mesto v programu Openstreetmap"
},
"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");
diff --git a/l10n/sl.json b/l10n/sl.json
index ebbbceef4..bd363dd31 100644
--- a/l10n/sl.json
+++ b/l10n/sl.json
@@ -102,11 +102,18 @@
"{actor} removed you" : "{actor} vas odstrani",
"An administrator removed you" : "Skrbnik vas je odstranil",
"An administrator removed {user}" : "Skrbnik odstrani uporabnika: {user}",
+ "{actor} added group {group}" : "{actor} doda skupino {group}",
"You added group {group}" : "Dodate skupino {group}",
"An administrator added group {group}" : "Skrbnik doda skupino {group}",
"{actor} removed group {group}" : "{actor} odstrani skupino {group}",
"You removed group {group}" : "Odstranite skupino {group}",
"An administrator removed group {group}" : "Skrbnik odstrani skupino {group}",
+ "{actor} added circle {circle}" : "{actor} doda krog {circle}",
+ "You added circle {circle}" : "Dodate krog {circle}",
+ "An administrator added circle {circle}" : "Skrbnik doda krog {circle}",
+ "{actor} removed circle {circle}" : "{actor} odstrani krog {circle}",
+ "You removed circle {circle}" : "Odstranite krog {circle}",
+ "An administrator removed circle {circle}" : "Skrbnik odstrani krog {circle}",
"{actor} promoted {user} to moderator" : "{actor} poviša uporabnika {user} v moderatorja",
"You promoted {user} to moderator" : "Povišali ste uporabnika {user} v moderatorja",
"{actor} promoted you to moderator" : "{actor} vas poviša v moderatorja",
@@ -826,8 +833,8 @@
"Link copied to the clipboard!" : "Povezava je kopirana v odložišče!",
"Create a new group conversation" : "Ustvari nov skupinski pogovor",
"Password protect" : "Zaščiti z geslom",
- "Add participants" : "Dodaj udeležence",
"Create conversation" : "Ustvari pogovor",
+ "Add participants" : "Dodaj udeležence",
"Close" : "Zapri",
"Choose a password" : "izbor gesla",
"Search participants" : "Poišči udeležence",
@@ -835,7 +842,6 @@
"Allow guests to join via link" : "Dovoli gostom povezovanje prek povezave",
"Search conversations or users" : "Poišči med stiki in pogovori",
"You are currently waiting in the lobby" : "Trenutno čakate v spletni čakalnici.",
- "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Trenutno še čakate v spletni čakalnici. Sestanek je načrtovan za {startTime}.",
"Calls are not supported in your browser" : "Klici v tem brskalniku niso podprti",
"Access to microphone is only possible with HTTPS" : "Dostop do mikrofona je mogoče le prek protokola HTTPS",
"Access to microphone was denied" : "Dostop do mikrofona je bil zavrnjen",
@@ -869,8 +875,6 @@
"Message link copied to clipboard." : "Povezava sporočila je kopirana v odložišče.",
"{stack} in {board}" : "{stack} v {board}",
"Deck Card" : "Naloga Deck",
- "Open this location in Openstreetmap" : "Odpri mesto v programu Openstreetmap",
- "[Unknown username]" : "[Neznano uporabniško ime]",
"Scroll to bottom" : "Podrsajte do dna",
"Today" : "Danes",
"Yesterday" : "Včeraj",
@@ -1056,7 +1060,9 @@
"This conversation is read only" : "Ta pogovor je le za branje",
"Conversation, " : "Pogovor,",
"Allow guests to join via link " : "Dovoli povezave gostov prek povezave",
+ "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Trenutno še čakate v spletni čakalnici. Sestanek je načrtovan za {startTime}.",
"Remove" : "Odstrani",
+ "[Unknown username]" : "[Neznano uporabniško ime]",
"Bridge with other services" : "Preusmerjaj na druge storitve",
"More info on Matterbridge." : "Več podrobnosti o Matterbridge.",
"Enabled" : "Omogočeno",
@@ -1086,6 +1092,7 @@
"Conversation \"{conversationName}\"" : "Pogovor »{conversationName}«",
"Settings for conversation \"{conversationName}\"" : "Nastavitve pogovora »{conversationName}«",
"You can not send messages to this conversation at the moment" : "Trenutno ni mogoče pošiljati sporočil v ta pogovor.",
- "Add a description for this conversation" : "Dodaj opis za ta pogovor"
+ "Add a description for this conversation" : "Dodaj opis za ta pogovor",
+ "Open this location in Openstreetmap" : "Odpri mesto v programu Openstreetmap"
},"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"
} \ No newline at end of file
diff --git a/l10n/sr.js b/l10n/sr.js
index 102649cfc..4534eaf5c 100644
--- a/l10n/sr.js
+++ b/l10n/sr.js
@@ -470,7 +470,6 @@ OC.L10N.register(
"Close" : "Затвори",
"Conversation name" : "Назив разговора",
"You are currently waiting in the lobby" : "Тренутно чекате у лобију",
- "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Тренутно чекате у лобију. Овај састанак је заказан за {startTime}",
"Camera" : "Камера",
"Reply" : "Одговори",
"Go to file" : "Иди на фајл",
@@ -539,6 +538,7 @@ OC.L10N.register(
"Disable video (v)" : "Искључи видео (v)",
"Enable video (v)" : "Укључи видео (v)",
"Enable video (v) - Your connection will be briefly interrupted when enabling the video for the first time" : "Укључи видео (v) - Ваша веза ће накратко бити прекинута док се видео укључује по први пут",
+ "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Тренутно чекате у лобију. Овај састанак је заказан за {startTime}",
"Remove" : "Уклони",
"Enabled" : "Укључено",
"Add participants to the conversation" : "Додај учеснике на разговор",
diff --git a/l10n/sr.json b/l10n/sr.json
index bf32a4c93..66e4ad65e 100644
--- a/l10n/sr.json
+++ b/l10n/sr.json
@@ -468,7 +468,6 @@
"Close" : "Затвори",
"Conversation name" : "Назив разговора",
"You are currently waiting in the lobby" : "Тренутно чекате у лобију",
- "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Тренутно чекате у лобију. Овај састанак је заказан за {startTime}",
"Camera" : "Камера",
"Reply" : "Одговори",
"Go to file" : "Иди на фајл",
@@ -537,6 +536,7 @@
"Disable video (v)" : "Искључи видео (v)",
"Enable video (v)" : "Укључи видео (v)",
"Enable video (v) - Your connection will be briefly interrupted when enabling the video for the first time" : "Укључи видео (v) - Ваша веза ће накратко бити прекинута док се видео укључује по први пут",
+ "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Тренутно чекате у лобију. Овај састанак је заказан за {startTime}",
"Remove" : "Уклони",
"Enabled" : "Укључено",
"Add participants to the conversation" : "Додај учеснике на разговор",
diff --git a/l10n/sv.js b/l10n/sv.js
index dfaf5841f..9420f7064 100644
--- a/l10n/sv.js
+++ b/l10n/sv.js
@@ -556,19 +556,17 @@ OC.L10N.register(
"Link copied to the clipboard!" : "Länken kopierad till urklipp!",
"Create a new group conversation" : "Skapa en ny gruppkonversation",
"Password protect" : "Lösenordsskydda",
- "Add participants" : "Lägg till deltagare",
"Create conversation" : "Skapa konversation",
+ "Add participants" : "Lägg till deltagare",
"Close" : "Stäng",
"Choose a password" : "Välj ett lösenord",
"Search participants" : "Sök deltagare",
"Conversation name" : "Konversationens namn",
"Search conversations or users" : "Sök konversationer eller användare",
"You are currently waiting in the lobby" : "Du väntar för närvarande i lobbyn",
- "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Du väntar för närvarande i lobbyn. Detta möte är planerat till {startTime}",
"Camera" : "Kamera",
"Reply" : "Svara",
"Go to file" : "Gå till fil",
- "[Unknown username]" : "[Okänt användarnamn]",
"Today" : "Idag",
"Yesterday" : "Igår",
"{relativeDate}, {absoluteDate}" : "{relativeDate}, {absoluteDate}",
@@ -675,7 +673,9 @@ OC.L10N.register(
"This conversation is read only" : "Denna konversation är skrivskyddad",
"Conversation, " : "Konversation, ",
"Allow guests to join via link " : "Tillåt gäster att ansluta via länk",
+ "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Du väntar för närvarande i lobbyn. Detta möte är planerat till {startTime}",
"Remove" : "Ta bort",
+ "[Unknown username]" : "[Okänt användarnamn]",
"Enabled" : "Aktiverad",
"Participant settings" : "Deltagarinställningar",
"Add participants to the conversation" : "Lägg till deltagare i konversationen",
diff --git a/l10n/sv.json b/l10n/sv.json
index e9e05d433..e66ffc9c6 100644
--- a/l10n/sv.json
+++ b/l10n/sv.json
@@ -554,19 +554,17 @@
"Link copied to the clipboard!" : "Länken kopierad till urklipp!",
"Create a new group conversation" : "Skapa en ny gruppkonversation",
"Password protect" : "Lösenordsskydda",
- "Add participants" : "Lägg till deltagare",
"Create conversation" : "Skapa konversation",
+ "Add participants" : "Lägg till deltagare",
"Close" : "Stäng",
"Choose a password" : "Välj ett lösenord",
"Search participants" : "Sök deltagare",
"Conversation name" : "Konversationens namn",
"Search conversations or users" : "Sök konversationer eller användare",
"You are currently waiting in the lobby" : "Du väntar för närvarande i lobbyn",
- "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Du väntar för närvarande i lobbyn. Detta möte är planerat till {startTime}",
"Camera" : "Kamera",
"Reply" : "Svara",
"Go to file" : "Gå till fil",
- "[Unknown username]" : "[Okänt användarnamn]",
"Today" : "Idag",
"Yesterday" : "Igår",
"{relativeDate}, {absoluteDate}" : "{relativeDate}, {absoluteDate}",
@@ -673,7 +671,9 @@
"This conversation is read only" : "Denna konversation är skrivskyddad",
"Conversation, " : "Konversation, ",
"Allow guests to join via link " : "Tillåt gäster att ansluta via länk",
+ "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Du väntar för närvarande i lobbyn. Detta möte är planerat till {startTime}",
"Remove" : "Ta bort",
+ "[Unknown username]" : "[Okänt användarnamn]",
"Enabled" : "Aktiverad",
"Participant settings" : "Deltagarinställningar",
"Add participants to the conversation" : "Lägg till deltagare i konversationen",
diff --git a/l10n/tr.js b/l10n/tr.js
index 4b86552ac..c856f5bfa 100644
--- a/l10n/tr.js
+++ b/l10n/tr.js
@@ -148,6 +148,7 @@ OC.L10N.register(
"Message deleted by author" : "İleti yazarı tarafından silindi",
"Message deleted by {actor}" : "İleti {actor} tarafından silindi",
"Message deleted by you" : "İleti sizin tarafınızdan silindi",
+ "Deleted user" : "Kullanıcıyı sildi ",
"%s (guest)" : "%s (konuk)",
"You missed a call from {user}" : "{user} kullanıcısı sizi aramış",
"You tried to call {user}" : "{user} kullanıcısını aramayı denediniz",
@@ -853,8 +854,8 @@ OC.L10N.register(
"Link copied to the clipboard!" : "Bağlantı panoya kopyalandı!",
"Create a new group conversation" : "Yeni bir grup görüşmesi oluştur",
"Password protect" : "Parola koruması",
- "Add participants" : "Katılımcı ekle",
"Create conversation" : "Görüşme oluştur",
+ "Add participants" : "Katılımcı ekle",
"Close" : "Kapat",
"Choose a password" : "Bir parola yazın",
"Search participants" : "Katılımcı arama",
@@ -862,7 +863,8 @@ OC.L10N.register(
"Allow guests to join via link" : "Konuklar bağlantı ile katılabilsin",
"Search conversations or users" : "Görüşme ya da kullanıcı arama",
"You are currently waiting in the lobby" : "Şu anda girişte bekliyorsunuz",
- "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Şu anda girişte bekliyorsunuz. Bu görüşme {startTime} zamanında başlayacak",
+ "The meeting will start soon" : "Toplantı yakında başlayacak",
+ "This meeting is scheduled for {startTime}" : "Bu toplantının başlangıcı {startTime} olarak ayarlanmış",
"Calls are not supported in your browser" : "Web tarayıcınız çağrıları desteklemiyor",
"Access to microphone is only possible with HTTPS" : "Mikrofona yalnız HTTPS üzerinden erişilebilir",
"Access to microphone was denied" : "Mikrofona erişim reddedildi",
@@ -904,8 +906,7 @@ OC.L10N.register(
"Go to conversation" : "Görüşmeye git",
"Choose a conversation to forward the selected message." : "Seçilmiş iletinin iletileceği bir görüşme seçin.",
"Error while forwarding message" : "İleti iletilirken bir sorun çıktı",
- "Open this location in Openstreetmap" : "Bu konumu Openstreetmap üzerinde aç",
- "[Unknown username]" : "[Kullanıcı adı bilinmiyor]",
+ "Open this location in OpenStreetMap" : "Bu konumu OpenStreetMap üzerinde aç",
"Scroll to bottom" : "Aşağıya kaydır",
"Today" : "Bugün",
"Yesterday" : "Dün",
@@ -1103,7 +1104,9 @@ OC.L10N.register(
"This conversation is read only" : "Bu görüşme salt okunur",
"Conversation, " : "Görüşme,",
"Allow guests to join via link " : "Konuklar bağlantı ile katılabilsin",
+ "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Şu anda girişte bekliyorsunuz. Bu görüşme {startTime} zamanında başlayacak",
"Remove" : "Sil",
+ "[Unknown username]" : "[Kullanıcı adı bilinmiyor]",
"Bridge with other services" : "Diğer hizmetler ile köprü kur",
"More info on Matterbridge." : "Matterbridge hakkında ayrıntılı bilgi.",
"Enabled" : "Etkin",
@@ -1133,6 +1136,7 @@ OC.L10N.register(
"Conversation \"{conversationName}\"" : "\"{conversationName}\" görüşmesi",
"Settings for conversation \"{conversationName}\"" : "\"{conversationName}\" görüşmesinin ayarları",
"You can not send messages to this conversation at the moment" : "Şu anda bu görüşmeye ileti gönderemezsiniz",
- "Add a description for this conversation" : "Bu görüşme için bir açıklama ekleyin"
+ "Add a description for this conversation" : "Bu görüşme için bir açıklama ekleyin",
+ "Open this location in Openstreetmap" : "Bu konumu Openstreetmap üzerinde aç"
},
"nplurals=2; plural=(n > 1);");
diff --git a/l10n/tr.json b/l10n/tr.json
index ad06b6949..40c5f53e0 100644
--- a/l10n/tr.json
+++ b/l10n/tr.json
@@ -146,6 +146,7 @@
"Message deleted by author" : "İleti yazarı tarafından silindi",
"Message deleted by {actor}" : "İleti {actor} tarafından silindi",
"Message deleted by you" : "İleti sizin tarafınızdan silindi",
+ "Deleted user" : "Kullanıcıyı sildi ",
"%s (guest)" : "%s (konuk)",
"You missed a call from {user}" : "{user} kullanıcısı sizi aramış",
"You tried to call {user}" : "{user} kullanıcısını aramayı denediniz",
@@ -851,8 +852,8 @@
"Link copied to the clipboard!" : "Bağlantı panoya kopyalandı!",
"Create a new group conversation" : "Yeni bir grup görüşmesi oluştur",
"Password protect" : "Parola koruması",
- "Add participants" : "Katılımcı ekle",
"Create conversation" : "Görüşme oluştur",
+ "Add participants" : "Katılımcı ekle",
"Close" : "Kapat",
"Choose a password" : "Bir parola yazın",
"Search participants" : "Katılımcı arama",
@@ -860,7 +861,8 @@
"Allow guests to join via link" : "Konuklar bağlantı ile katılabilsin",
"Search conversations or users" : "Görüşme ya da kullanıcı arama",
"You are currently waiting in the lobby" : "Şu anda girişte bekliyorsunuz",
- "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Şu anda girişte bekliyorsunuz. Bu görüşme {startTime} zamanında başlayacak",
+ "The meeting will start soon" : "Toplantı yakında başlayacak",
+ "This meeting is scheduled for {startTime}" : "Bu toplantının başlangıcı {startTime} olarak ayarlanmış",
"Calls are not supported in your browser" : "Web tarayıcınız çağrıları desteklemiyor",
"Access to microphone is only possible with HTTPS" : "Mikrofona yalnız HTTPS üzerinden erişilebilir",
"Access to microphone was denied" : "Mikrofona erişim reddedildi",
@@ -902,8 +904,7 @@
"Go to conversation" : "Görüşmeye git",
"Choose a conversation to forward the selected message." : "Seçilmiş iletinin iletileceği bir görüşme seçin.",
"Error while forwarding message" : "İleti iletilirken bir sorun çıktı",
- "Open this location in Openstreetmap" : "Bu konumu Openstreetmap üzerinde aç",
- "[Unknown username]" : "[Kullanıcı adı bilinmiyor]",
+ "Open this location in OpenStreetMap" : "Bu konumu OpenStreetMap üzerinde aç",
"Scroll to bottom" : "Aşağıya kaydır",
"Today" : "Bugün",
"Yesterday" : "Dün",
@@ -1101,7 +1102,9 @@
"This conversation is read only" : "Bu görüşme salt okunur",
"Conversation, " : "Görüşme,",
"Allow guests to join via link " : "Konuklar bağlantı ile katılabilsin",
+ "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Şu anda girişte bekliyorsunuz. Bu görüşme {startTime} zamanında başlayacak",
"Remove" : "Sil",
+ "[Unknown username]" : "[Kullanıcı adı bilinmiyor]",
"Bridge with other services" : "Diğer hizmetler ile köprü kur",
"More info on Matterbridge." : "Matterbridge hakkında ayrıntılı bilgi.",
"Enabled" : "Etkin",
@@ -1131,6 +1134,7 @@
"Conversation \"{conversationName}\"" : "\"{conversationName}\" görüşmesi",
"Settings for conversation \"{conversationName}\"" : "\"{conversationName}\" görüşmesinin ayarları",
"You can not send messages to this conversation at the moment" : "Şu anda bu görüşmeye ileti gönderemezsiniz",
- "Add a description for this conversation" : "Bu görüşme için bir açıklama ekleyin"
+ "Add a description for this conversation" : "Bu görüşme için bir açıklama ekleyin",
+ "Open this location in Openstreetmap" : "Bu konumu Openstreetmap üzerinde aç"
},"pluralForm" :"nplurals=2; plural=(n > 1);"
} \ No newline at end of file
diff --git a/l10n/uk.js b/l10n/uk.js
index de37615f0..32a88be3f 100644
--- a/l10n/uk.js
+++ b/l10n/uk.js
@@ -110,8 +110,8 @@ OC.L10N.register(
"Groups" : "Групи",
"Create a new group conversation" : "Створити нову групову розмову",
"Password protect" : "Захистити паролем",
- "Add participants" : "Додати учасників",
"Create conversation" : "Створити розмову",
+ "Add participants" : "Додати учасників",
"Close" : "Закрити",
"Search participants" : "Пошук учасників",
"Conversation name" : "Назва розмови",
diff --git a/l10n/uk.json b/l10n/uk.json
index d8e73e140..6e0cf0078 100644
--- a/l10n/uk.json
+++ b/l10n/uk.json
@@ -108,8 +108,8 @@
"Groups" : "Групи",
"Create a new group conversation" : "Створити нову групову розмову",
"Password protect" : "Захистити паролем",
- "Add participants" : "Додати учасників",
"Create conversation" : "Створити розмову",
+ "Add participants" : "Додати учасників",
"Close" : "Закрити",
"Search participants" : "Пошук учасників",
"Conversation name" : "Назва розмови",
diff --git a/l10n/vi.js b/l10n/vi.js
index a68d88bab..25e1fa4a8 100644
--- a/l10n/vi.js
+++ b/l10n/vi.js
@@ -567,8 +567,8 @@ OC.L10N.register(
"Link copied to the clipboard!" : "Đã sao chép liên kết vào khay nhớ tạm!",
"Create a new group conversation" : "Tạo một cuộc trò chuyện nhóm mới",
"Password protect" : "Mật khẩu bảo vệ",
- "Add participants" : "Thêm người tham gia",
"Create conversation" : "Tạo cuộc trò chuyện",
+ "Add participants" : "Thêm người tham gia",
"Close" : "Đóng",
"Choose a password" : "Chọn mật khẩu",
"Search participants" : "Tìm kiếm người tham gia",
@@ -576,7 +576,6 @@ OC.L10N.register(
"Allow guests to join via link" : "Cho phép khách tham gia qua liên kết",
"Search conversations or users" : "Tìm kiếm cuộc trò chuyện hoặc người dùng",
"You are currently waiting in the lobby" : "Bạn hiện đang đợi ở sảnh đợi",
- "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Bạn hiện đang đợi ở sảnh. Cuộc họp này được lên lịch vào {startTime}",
"Calls are not supported in your browser" : "Cuộc gọi không được hỗ trợ trong trình duyệt của bạn",
"Access to microphone is only possible with HTTPS" : "Chỉ có thể truy cập vào micrô với HTTPS",
"Access to microphone was denied" : "Quyền truy cập vào micrô đã bị từ chối",
@@ -786,6 +785,7 @@ OC.L10N.register(
"This conversation is read only" : "Cuộc trò chuyện này chỉ đọc",
"Conversation, " : "Cuộc hội thoại, ",
"Allow guests to join via link " : "Cho phép khách tham gia qua liên kết",
+ "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Bạn hiện đang đợi ở sảnh. Cuộc họp này được lên lịch vào {startTime}",
"Remove" : "Xóa bỏ",
"Bridge with other services" : "Nối với các dịch vụ khác",
"More info on Matterbridge." : "Thông tin thêm về Matterbridge.",
diff --git a/l10n/vi.json b/l10n/vi.json
index 230a6a370..16b924afe 100644
--- a/l10n/vi.json
+++ b/l10n/vi.json
@@ -565,8 +565,8 @@
"Link copied to the clipboard!" : "Đã sao chép liên kết vào khay nhớ tạm!",
"Create a new group conversation" : "Tạo một cuộc trò chuyện nhóm mới",
"Password protect" : "Mật khẩu bảo vệ",
- "Add participants" : "Thêm người tham gia",
"Create conversation" : "Tạo cuộc trò chuyện",
+ "Add participants" : "Thêm người tham gia",
"Close" : "Đóng",
"Choose a password" : "Chọn mật khẩu",
"Search participants" : "Tìm kiếm người tham gia",
@@ -574,7 +574,6 @@
"Allow guests to join via link" : "Cho phép khách tham gia qua liên kết",
"Search conversations or users" : "Tìm kiếm cuộc trò chuyện hoặc người dùng",
"You are currently waiting in the lobby" : "Bạn hiện đang đợi ở sảnh đợi",
- "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Bạn hiện đang đợi ở sảnh. Cuộc họp này được lên lịch vào {startTime}",
"Calls are not supported in your browser" : "Cuộc gọi không được hỗ trợ trong trình duyệt của bạn",
"Access to microphone is only possible with HTTPS" : "Chỉ có thể truy cập vào micrô với HTTPS",
"Access to microphone was denied" : "Quyền truy cập vào micrô đã bị từ chối",
@@ -784,6 +783,7 @@
"This conversation is read only" : "Cuộc trò chuyện này chỉ đọc",
"Conversation, " : "Cuộc hội thoại, ",
"Allow guests to join via link " : "Cho phép khách tham gia qua liên kết",
+ "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "Bạn hiện đang đợi ở sảnh. Cuộc họp này được lên lịch vào {startTime}",
"Remove" : "Xóa bỏ",
"Bridge with other services" : "Nối với các dịch vụ khác",
"More info on Matterbridge." : "Thông tin thêm về Matterbridge.",
diff --git a/l10n/zh_CN.js b/l10n/zh_CN.js
index 14af1bcfb..9d3eeb5c6 100644
--- a/l10n/zh_CN.js
+++ b/l10n/zh_CN.js
@@ -148,6 +148,7 @@ OC.L10N.register(
"Message deleted by author" : "消息被作者删除了",
"Message deleted by {actor}" : "消息被 {actor} 删除了",
"Message deleted by you" : "消息被你删除了",
+ "Deleted user" : "删除用户",
"%s (guest)" : "%s (访客)",
"You missed a call from {user}" : "您错过了来自 {user} 的一个通话",
"You tried to call {user}" : "你尝试呼叫 {user}",
@@ -852,8 +853,8 @@ OC.L10N.register(
"Link copied to the clipboard!" : "链接已复制到剪贴板!",
"Create a new group conversation" : "建立新的群组对话",
"Password protect" : "密码保护",
- "Add participants" : "添加参与者",
"Create conversation" : "建立对话",
+ "Add participants" : "添加参与者",
"Close" : "关闭",
"Choose a password" : "选择一个密码",
"Search participants" : "搜索参与者",
@@ -861,7 +862,8 @@ OC.L10N.register(
"Allow guests to join via link" : "允许来宾通过链接加入",
"Search conversations or users" : "搜索会话或用户",
"You are currently waiting in the lobby" : "您当前正在休息室等待。",
- "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "您当前正在休息室等待。此会议预定于 {startTime} 开始",
+ "The meeting will start soon" : "会议不久后开始",
+ "This meeting is scheduled for {startTime}" : "此会议定于 {startTime} 开始",
"Calls are not supported in your browser" : "您的浏览器不支持呼叫",
"Access to microphone is only possible with HTTPS" : "麦克风只能通过 HTTPS 协议访问",
"Access to microphone was denied" : "无权访问麦克风",
@@ -903,8 +905,7 @@ OC.L10N.register(
"Go to conversation" : "转到对话",
"Choose a conversation to forward the selected message." : "选择会话来转发所选消息",
"Error while forwarding message" : "转发消息时出错",
- "Open this location in Openstreetmap" : "在 Openstreetmap 中打开此位置",
- "[Unknown username]" : "[未知用户名]",
+ "Open this location in OpenStreetMap" : "在 OpenStreetMap 中打开此位置",
"Scroll to bottom" : "滚动到底部",
"Today" : "今天",
"Yesterday" : "昨天",
@@ -1102,7 +1103,9 @@ OC.L10N.register(
"This conversation is read only" : "此会话是只读的",
"Conversation, " : "会话,",
"Allow guests to join via link " : "允许访客通过链接加入",
+ "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "您当前正在休息室等待。此会议预定于 {startTime} 开始",
"Remove" : "移除",
+ "[Unknown username]" : "[未知用户名]",
"Bridge with other services" : "与其他服务连接 ",
"More info on Matterbridge." : "有关 Matterbridge 的更多信息",
"Enabled" : "已启用",
@@ -1132,6 +1135,7 @@ OC.L10N.register(
"Conversation \"{conversationName}\"" : "会话 \"{conversationName}\"",
"Settings for conversation \"{conversationName}\"" : "会话 \"{conversationName}\" 的设置",
"You can not send messages to this conversation at the moment" : "你目前不能向此会话发送消息",
- "Add a description for this conversation" : "为这个对话添加一个描述 "
+ "Add a description for this conversation" : "为这个对话添加一个描述 ",
+ "Open this location in Openstreetmap" : "在 Openstreetmap 中打开此位置"
},
"nplurals=1; plural=0;");
diff --git a/l10n/zh_CN.json b/l10n/zh_CN.json
index b62d13956..2ca5a6d5f 100644
--- a/l10n/zh_CN.json
+++ b/l10n/zh_CN.json
@@ -146,6 +146,7 @@
"Message deleted by author" : "消息被作者删除了",
"Message deleted by {actor}" : "消息被 {actor} 删除了",
"Message deleted by you" : "消息被你删除了",
+ "Deleted user" : "删除用户",
"%s (guest)" : "%s (访客)",
"You missed a call from {user}" : "您错过了来自 {user} 的一个通话",
"You tried to call {user}" : "你尝试呼叫 {user}",
@@ -850,8 +851,8 @@
"Link copied to the clipboard!" : "链接已复制到剪贴板!",
"Create a new group conversation" : "建立新的群组对话",
"Password protect" : "密码保护",
- "Add participants" : "添加参与者",
"Create conversation" : "建立对话",
+ "Add participants" : "添加参与者",
"Close" : "关闭",
"Choose a password" : "选择一个密码",
"Search participants" : "搜索参与者",
@@ -859,7 +860,8 @@
"Allow guests to join via link" : "允许来宾通过链接加入",
"Search conversations or users" : "搜索会话或用户",
"You are currently waiting in the lobby" : "您当前正在休息室等待。",
- "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "您当前正在休息室等待。此会议预定于 {startTime} 开始",
+ "The meeting will start soon" : "会议不久后开始",
+ "This meeting is scheduled for {startTime}" : "此会议定于 {startTime} 开始",
"Calls are not supported in your browser" : "您的浏览器不支持呼叫",
"Access to microphone is only possible with HTTPS" : "麦克风只能通过 HTTPS 协议访问",
"Access to microphone was denied" : "无权访问麦克风",
@@ -901,8 +903,7 @@
"Go to conversation" : "转到对话",
"Choose a conversation to forward the selected message." : "选择会话来转发所选消息",
"Error while forwarding message" : "转发消息时出错",
- "Open this location in Openstreetmap" : "在 Openstreetmap 中打开此位置",
- "[Unknown username]" : "[未知用户名]",
+ "Open this location in OpenStreetMap" : "在 OpenStreetMap 中打开此位置",
"Scroll to bottom" : "滚动到底部",
"Today" : "今天",
"Yesterday" : "昨天",
@@ -1100,7 +1101,9 @@
"This conversation is read only" : "此会话是只读的",
"Conversation, " : "会话,",
"Allow guests to join via link " : "允许访客通过链接加入",
+ "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "您当前正在休息室等待。此会议预定于 {startTime} 开始",
"Remove" : "移除",
+ "[Unknown username]" : "[未知用户名]",
"Bridge with other services" : "与其他服务连接 ",
"More info on Matterbridge." : "有关 Matterbridge 的更多信息",
"Enabled" : "已启用",
@@ -1130,6 +1133,7 @@
"Conversation \"{conversationName}\"" : "会话 \"{conversationName}\"",
"Settings for conversation \"{conversationName}\"" : "会话 \"{conversationName}\" 的设置",
"You can not send messages to this conversation at the moment" : "你目前不能向此会话发送消息",
- "Add a description for this conversation" : "为这个对话添加一个描述 "
+ "Add a description for this conversation" : "为这个对话添加一个描述 ",
+ "Open this location in Openstreetmap" : "在 Openstreetmap 中打开此位置"
},"pluralForm" :"nplurals=1; plural=0;"
} \ No newline at end of file
diff --git a/l10n/zh_HK.js b/l10n/zh_HK.js
index d8ecf4eb3..2316b3049 100644
--- a/l10n/zh_HK.js
+++ b/l10n/zh_HK.js
@@ -148,6 +148,7 @@ OC.L10N.register(
"Message deleted by author" : "訊息被作者刪除",
"Message deleted by {actor}" : "訊息被 {actor} 刪除",
"Message deleted by you" : "訊息被您刪除",
+ "Deleted user" : "已刪除的用戶",
"%s (guest)" : "%s(訪客)",
"You missed a call from {user}" : "您錯過了 {user} 的來電",
"You tried to call {user}" : "你試圖致電 {user}",
@@ -853,8 +854,8 @@ OC.L10N.register(
"Link copied to the clipboard!" : "已複製連結至剪貼板",
"Create a new group conversation" : "建立新群組對話",
"Password protect" : "密碼防護",
- "Add participants" : "添加參與者",
"Create conversation" : "建立對話",
+ "Add participants" : "添加參與者",
"Close" : "關閉",
"Choose a password" : "選擇密碼",
"Search participants" : "搜尋參與者",
@@ -862,7 +863,8 @@ OC.L10N.register(
"Allow guests to join via link" : "允許訪客透過連結加入",
"Search conversations or users" : "搜尋對話或用戶",
"You are currently waiting in the lobby" : "您當前正在等候室等候。",
- "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "您目前正在等候室等候。本次會議預定於 {startTime} 開始",
+ "The meeting will start soon" : "會議即將開始",
+ "This meeting is scheduled for {startTime}" : "此會議定於 {startTime} 開始",
"Calls are not supported in your browser" : "你使用的瀏覽器不支援通話",
"Access to microphone is only possible with HTTPS" : "只有使用 HTTPS 才能存取米高風",
"Access to microphone was denied" : "存取米高風被拒絕",
@@ -904,8 +906,7 @@ OC.L10N.register(
"Go to conversation" : "前往對話",
"Choose a conversation to forward the selected message." : "選擇要將所選消息轉發到的對話。",
"Error while forwarding message" : "轉寄訊息時發生錯誤",
- "Open this location in Openstreetmap" : "在 Openstreetmap 中打開此位置",
- "[Unknown username]" : "[用戶名不詳]",
+ "Open this location in OpenStreetMap" : "在 OpenStreetMap 中打開此位置",
"Scroll to bottom" : "滾動到底部",
"Today" : "今日",
"Yesterday" : "昨日",
@@ -1103,7 +1104,9 @@ OC.L10N.register(
"This conversation is read only" : "對話是唯讀狀態",
"Conversation, " : "對話,",
"Allow guests to join via link " : "允許訪客透過連結加入",
+ "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "您目前正在等候室等候。本次會議預定於 {startTime} 開始",
"Remove" : "移除",
+ "[Unknown username]" : "[用戶名不詳]",
"Bridge with other services" : "連接其他服務",
"More info on Matterbridge." : "有關 Matterbridge 的更多信息。",
"Enabled" : "已啟用",
@@ -1133,6 +1136,7 @@ OC.L10N.register(
"Conversation \"{conversationName}\"" : "對話 \"{conversationName}\"",
"Settings for conversation \"{conversationName}\"" : "對話 \"{conversationName}\" 的設定",
"You can not send messages to this conversation at the moment" : "您目前無法向此對話發送消息",
- "Add a description for this conversation" : "添加此對話的描述"
+ "Add a description for this conversation" : "添加此對話的描述",
+ "Open this location in Openstreetmap" : "在 Openstreetmap 中打開此位置"
},
"nplurals=1; plural=0;");
diff --git a/l10n/zh_HK.json b/l10n/zh_HK.json
index c42220cad..e0aa2bed2 100644
--- a/l10n/zh_HK.json
+++ b/l10n/zh_HK.json
@@ -146,6 +146,7 @@
"Message deleted by author" : "訊息被作者刪除",
"Message deleted by {actor}" : "訊息被 {actor} 刪除",
"Message deleted by you" : "訊息被您刪除",
+ "Deleted user" : "已刪除的用戶",
"%s (guest)" : "%s(訪客)",
"You missed a call from {user}" : "您錯過了 {user} 的來電",
"You tried to call {user}" : "你試圖致電 {user}",
@@ -851,8 +852,8 @@
"Link copied to the clipboard!" : "已複製連結至剪貼板",
"Create a new group conversation" : "建立新群組對話",
"Password protect" : "密碼防護",
- "Add participants" : "添加參與者",
"Create conversation" : "建立對話",
+ "Add participants" : "添加參與者",
"Close" : "關閉",
"Choose a password" : "選擇密碼",
"Search participants" : "搜尋參與者",
@@ -860,7 +861,8 @@
"Allow guests to join via link" : "允許訪客透過連結加入",
"Search conversations or users" : "搜尋對話或用戶",
"You are currently waiting in the lobby" : "您當前正在等候室等候。",
- "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "您目前正在等候室等候。本次會議預定於 {startTime} 開始",
+ "The meeting will start soon" : "會議即將開始",
+ "This meeting is scheduled for {startTime}" : "此會議定於 {startTime} 開始",
"Calls are not supported in your browser" : "你使用的瀏覽器不支援通話",
"Access to microphone is only possible with HTTPS" : "只有使用 HTTPS 才能存取米高風",
"Access to microphone was denied" : "存取米高風被拒絕",
@@ -902,8 +904,7 @@
"Go to conversation" : "前往對話",
"Choose a conversation to forward the selected message." : "選擇要將所選消息轉發到的對話。",
"Error while forwarding message" : "轉寄訊息時發生錯誤",
- "Open this location in Openstreetmap" : "在 Openstreetmap 中打開此位置",
- "[Unknown username]" : "[用戶名不詳]",
+ "Open this location in OpenStreetMap" : "在 OpenStreetMap 中打開此位置",
"Scroll to bottom" : "滾動到底部",
"Today" : "今日",
"Yesterday" : "昨日",
@@ -1101,7 +1102,9 @@
"This conversation is read only" : "對話是唯讀狀態",
"Conversation, " : "對話,",
"Allow guests to join via link " : "允許訪客透過連結加入",
+ "You are currently waiting in the lobby. This meeting is scheduled for {startTime}" : "您目前正在等候室等候。本次會議預定於 {startTime} 開始",
"Remove" : "移除",
+ "[Unknown username]" : "[用戶名不詳]",
"Bridge with other services" : "連接其他服務",
"More info on Matterbridge." : "有關 Matterbridge 的更多信息。",
"Enabled" : "已啟用",
@@ -1131,6 +1134,7 @@
"Conversation \"{conversationName}\"" : "對話 \"{conversationName}\"",
"Settings for conversation \"{conversationName}\"" : "對話 \"{conversationName}\" 的設定",
"You can not send messages to this conversation at the moment" : "您目前無法向此對話發送消息",
- "Add a description for this conversation" : "添加此對話的描述"
+ "Add a description for this conversation" : "添加此對話的描述",
+ "Open this location in Openstreetmap" : "在 Openstreetmap 中打開此位置"
},"pluralForm" :"nplurals=1; plural=0;"
} \ No newline at end of file
diff --git a/lib/Chat/ChatManager.php b/lib/Chat/ChatManager.php
index c7de834b3..627af40fa 100644
--- a/lib/Chat/ChatManager.php
+++ b/lib/Chat/ChatManager.php
@@ -62,6 +62,8 @@ class ChatManager {
public const MAX_CHAT_LENGTH = 32000;
+ public const GEO_LOCATION_VALIDATOR = '/^geo:-?\d{1,2}(\.\d+)?,-?\d{1,3}(\.\d+)?(,-?\d+(\.\d+)?)?(;crs=wgs84)?(;u=\d+(\.\d+)?)?$/i';
+
/** @var ICommentsManager */
private $commentsManager;
/** @var IEventDispatcher */
diff --git a/lib/Chat/Parser/SystemMessage.php b/lib/Chat/Parser/SystemMessage.php
index 00029c2be..8a2b34f5a 100644
--- a/lib/Chat/Parser/SystemMessage.php
+++ b/lib/Chat/Parser/SystemMessage.php
@@ -24,6 +24,7 @@ declare(strict_types=1);
namespace OCA\Talk\Chat\Parser;
use OCA\DAV\CardDAV\PhotoCache;
+use OCA\Talk\Chat\ChatManager;
use OCA\Talk\Exceptions\ParticipantNotFoundException;
use OCA\Talk\GuestManager;
use OCA\Talk\Model\Attendee;
@@ -373,6 +374,14 @@ class SystemMessage {
} elseif ($message === 'object_shared') {
$parsedParameters['object'] = $parameters['metaData'];
$parsedMessage = '{object}';
+
+ if (isset($parsedParameters['object']['type'])
+ && $parsedParameters['object']['type'] === 'geo-location'
+ && !preg_match(ChatManager::GEO_LOCATION_VALIDATOR, $parsedParameters['object']['id'])) {
+ $parsedParameters = [];
+ $parsedMessage = $this->l->t('The shared location is malformed');
+ }
+
$chatMessage->setMessageType('comment');
} elseif ($message === 'matterbridge_config_added') {
$parsedMessage = $this->l->t('{actor} set up Matterbridge to synchronize this conversation with other chats');
diff --git a/lib/Controller/ChatController.php b/lib/Controller/ChatController.php
index af9e13b31..10a807659 100644
--- a/lib/Controller/ChatController.php
+++ b/lib/Controller/ChatController.php
@@ -288,6 +288,11 @@ class ChatController extends AEnvironmentAwareController {
return new DataResponse([], Http::STATUS_BAD_REQUEST);
}
+ if ($data['type'] === 'geo-location'
+ && !preg_match(ChatManager::GEO_LOCATION_VALIDATOR, $data['id'])) {
+ return new DataResponse([], Http::STATUS_BAD_REQUEST);
+ }
+
$this->participantService->ensureOneToOneRoomIsFilled($this->room);
$creationDateTime = $this->timeFactory->getDateTime('now', new \DateTimeZone('UTC'));
diff --git a/lib/Migration/Version10000Date20201012144235.php b/lib/Migration/Version10000Date20201012144235.php
index f7d22cb51..3705cbebd 100644
--- a/lib/Migration/Version10000Date20201012144235.php
+++ b/lib/Migration/Version10000Date20201012144235.php
@@ -43,11 +43,13 @@ class Version10000Date20201012144235 extends SimpleMigrationStep {
$schema = $schemaClosure();
$table = $schema->getTable('talk_rooms');
- $table->addColumn('sip_enabled', Types::SMALLINT, [
- 'notnull' => true,
- 'default' => 0,
- 'unsigned' => true,
- ]);
+ if (!$table->hasColumn('sip_enabled')) {
+ $table->addColumn('sip_enabled', Types::SMALLINT, [
+ 'notnull' => true,
+ 'default' => 0,
+ 'unsigned' => true,
+ ]);
+ }
return $schema;
}
diff --git a/lib/TalkSession.php b/lib/TalkSession.php
index 44ef46c98..4c3b02c7e 100644
--- a/lib/TalkSession.php
+++ b/lib/TalkSession.php
@@ -133,7 +133,7 @@ class TalkSession {
$this->session->set($key, json_encode($values));
}
- public function renewSessionId() {
- $this->session->regenerateId();
+ public function renewSessionId(): void {
+ $this->session->regenerateId(true, true);
}
}
diff --git a/src/components/CallView/shared/LocalMediaControls.vue b/src/components/CallView/shared/LocalMediaControls.vue
index c73f5105d..efa0518b4 100644
--- a/src/components/CallView/shared/LocalMediaControls.vue
+++ b/src/components/CallView/shared/LocalMediaControls.vue
@@ -646,6 +646,14 @@ export default {
},
toggleVideo() {
+ /**
+ * Abort toggling the video if the 'v' key is lifted when pasting an
+ * image in the new message form.
+ */
+ if (document.getElementsByClassName('upload-editor').length !== 0) {
+ return
+ }
+
if (!this.model.attributes.videoAvailable) {
return
}
diff --git a/src/components/LeftSidebar/LeftSidebar.vue b/src/components/LeftSidebar/LeftSidebar.vue
index 69131e761..7cea41488 100644
--- a/src/components/LeftSidebar/LeftSidebar.vue
+++ b/src/components/LeftSidebar/LeftSidebar.vue
@@ -474,7 +474,7 @@ export default {
.new-conversation {
display: flex;
- padding: 8px 0;
+ padding: 8px 8px 8px 4px;
&--scrolled-down {
border-bottom: 1px solid var(--color-border);
}
diff --git a/src/components/LeftSidebar/NewGroupConversation/NewGroupConversation.vue b/src/components/LeftSidebar/NewGroupConversation/NewGroupConversation.vue
index b5070c81a..520c40073 100644
--- a/src/components/LeftSidebar/NewGroupConversation/NewGroupConversation.vue
+++ b/src/components/LeftSidebar/NewGroupConversation/NewGroupConversation.vue
@@ -89,6 +89,13 @@
class="navigation">
<!-- First page -->
<button
+ v-if="page===0 && isPublic"
+ class="navigation__button navigation__button-left "
+ :disabled="disabled"
+ @click="handleCreateConversation">
+ {{ t('spreed', 'Create conversation') }}
+ </button>
+ <button
v-if="page===0"
class="navigation__button navigation__button-right primary"
:disabled="disabled"
diff --git a/src/components/MessagesList/MessagesGroup/Message/MessagePart/Location.vue b/src/components/MessagesList/MessagesGroup/Message/MessagePart/Location.vue
index 46d7143bc..a2bf35be9 100644
--- a/src/components/MessagesList/MessagesGroup/Message/MessagePart/Location.vue
+++ b/src/components/MessagesList/MessagesGroup/Message/MessagePart/Location.vue
@@ -121,7 +121,7 @@ export default {
},
linkAriaLabel() {
- return t('spreed', 'Open this location in Openstreetmap')
+ return t('spreed', 'Open this location in OpenStreetMap')
},
},
}
diff --git a/src/components/MessagesList/MessagesList.vue b/src/components/MessagesList/MessagesList.vue
index 1783247f9..3ef7496c9 100644
--- a/src/components/MessagesList/MessagesList.vue
+++ b/src/components/MessagesList/MessagesList.vue
@@ -145,20 +145,6 @@ export default {
},
/**
- * Finds the first visual unread message element
- *
- * @returns {object} DOM element of the first unread message
- */
- unreadMessageElement() {
- let el = document.getElementById('message_' + this.visualLastReadMessageId)
- if (el) {
- el = el.closest('.message')
- }
-
- return el
- },
-
- /**
* Gets the messages array. We need this because the DynamicScroller needs an array to
* loop through.
*
@@ -673,6 +659,20 @@ export default {
}, 1000),
/**
+ * Finds the first visual unread message element
+ *
+ * @returns {object} DOM element of the first unread message
+ */
+ getUnreadMessageElement() {
+ let el = document.getElementById('message_' + this.visualLastReadMessageId)
+ if (el) {
+ el = el.closest('.message')
+ }
+
+ return el
+ },
+
+ /**
* Recalculates the current read marker position based on the first visible element,
* but only do so if the previous marker was already seen.
*
@@ -697,8 +697,10 @@ export default {
return
}
+ const unreadMessageElement = this.getUnreadMessageElement()
+
// first unread message has not been seen yet, so don't move it
- if (!this.unreadMessageElement || this.unreadMessageElement.getAttribute('data-seen') !== 'true') {
+ if (!unreadMessageElement || unreadMessageElement.getAttribute('data-seen') !== 'true') {
return
}
@@ -709,12 +711,12 @@ export default {
return
}
- if (this.unreadMessageElement.offsetTop - this.scroller.scrollTop > 0) {
+ if (unreadMessageElement.offsetTop - this.scroller.scrollTop > 0) {
// still visible, hasn't disappeared at the top yet
return
}
- const firstVisibleMessage = this.findFirstVisibleMessage(this.unreadMessageElement)
+ const firstVisibleMessage = this.findFirstVisibleMessage(unreadMessageElement)
if (!firstVisibleMessage) {
console.warn('First visible message not found: ', firstVisibleMessage)
return
diff --git a/src/components/NewMessageForm/AudioRecorder/AudioRecorder.vue b/src/components/NewMessageForm/AudioRecorder/AudioRecorder.vue
index aa42ebe70..b55ed068d 100644
--- a/src/components/NewMessageForm/AudioRecorder/AudioRecorder.vue
+++ b/src/components/NewMessageForm/AudioRecorder/AudioRecorder.vue
@@ -28,8 +28,9 @@
content: startRecordingTooltip,
delay: tooltipDelay,
}"
- :disabled="!encoderReady"
+ :disabled="!canStartRecording"
class="audio-recorder__trigger nc-button nc-button__main"
+ :class="{'audio-recorder__trigger--disabled': !canStartRecording}"
@click="start">
<Microphone
:size="16"
@@ -94,6 +95,13 @@ export default {
tooltip: Tooltip,
},
+ props: {
+ disabled: {
+ type: Boolean,
+ default: false,
+ },
+ },
+
data() {
return {
// The audio stream object
@@ -151,6 +159,14 @@ export default {
encoderReady() {
return this.$store.getters.encoderReady
},
+
+ canStartRecording() {
+ if (this.disabled) {
+ return false
+ } else {
+ return this.encoderReady
+ }
+ },
},
watch: {
@@ -173,6 +189,9 @@ export default {
* Initialize the media stream and start capturing the audio
*/
async start() {
+ if (!this.canStartRecording) {
+ return
+ }
// Create new audio stream
try {
this.audioStream = await mediaDevicesManager.getUserMedia({
@@ -299,7 +318,7 @@ export default {
let time = today.getFullYear() + '-' + ('0' + today.getMonth()).slice(-2) + '-' + ('0' + today.getDay()).slice(-2)
time += ' ' + ('0' + today.getHours()).slice(-2) + '-' + ('0' + today.getMinutes()).slice(-2) + '-' + ('0' + today.getSeconds()).slice(-2)
const name = t('spreed', 'Talk recording from {time} ({conversation})', { time, conversation })
- return name.substring(0, 246) + '.wav'
+ return name.substring(0, 146) + '.wav'
},
/**
@@ -330,6 +349,18 @@ export default {
opacity: 1;
}
}
+ &--disabled {
+ opacity: .5;
+ cursor: default;
+ &:hover,
+ &:focus {
+ background-color: transparent !important;
+ }
+ }
+
+ &--disabled * {
+ cursor: default;
+ }
}
&__stop {
diff --git a/src/components/NewMessageForm/NewMessageForm.vue b/src/components/NewMessageForm/NewMessageForm.vue
index f192fa218..7333ff466 100644
--- a/src/components/NewMessageForm/NewMessageForm.vue
+++ b/src/components/NewMessageForm/NewMessageForm.vue
@@ -107,6 +107,7 @@
<AudioRecorder
v-if="!hasText && canUploadFiles"
+ :disabled="disabled"
@recording="handleRecording"
@audioFile="handleAudioFile" />
@@ -206,7 +207,7 @@ export default {
},
placeholderText() {
- if (this.isReadonly) {
+ if (this.isReadOnly) {
return t('spreed', 'This conversation has been locked')
} else if (!this.currentConversationIsJoined) {
return t('spreed', 'Joining conversation …')
@@ -554,13 +555,15 @@ export default {
}
// Override actions styles TODO: upstream this change
-::v-deep .action-item__menutoggle {
- opacity: .8 !important;
+// Targeting two classess for specificity
+::v-deep .action-item__menutoggle.action-item__menutoggle--with-icon-slot {
+ opacity: 1 !important;
&:hover,
&:focus {
background-color: var(--color-background-hover) !important;
- opacity: .8 !important;
+ }
+ &:disabled {
+ opacity: .5 !important;
}
}
-
</style>
diff --git a/tests/integration/features/chat/rich-object-share.feature b/tests/integration/features/chat/rich-object-share.feature
index 94a0f3719..53e30bf4b 100644
--- a/tests/integration/features/chat/rich-object-share.feature
+++ b/tests/integration/features/chat/rich-object-share.feature
@@ -11,10 +11,16 @@ Feature: chat/public
| room | actorType | actorId | actorDisplayName | message | messageParameters |
| public room | users | participant1 | participant1-displayname | {object} | {"actor":{"type":"user","id":"participant1","name":"participant1-displayname"},"object":{"name":"Another room","call-type":"group","type":"call","id":"R4nd0mT0k3n"}} |
-
Scenario: Share an invalid rich object to a chat
Given user "participant1" creates room "public room" (v4)
| roomType | 3 |
| roomName | room |
When user "participant1" shares rich-object "call" "R4nd0mT0k3n" '{"MISSINGname":"Another room","call-type":"group"}' to room "public room" with 400 (v1)
Then user "participant1" sees the following messages in room "public room" with 200
+
+ Scenario: Share an invalid location to a chat
+ Given user "participant1" creates room "public room" (v4)
+ | roomType | 3 |
+ | roomName | room |
+ When user "participant1" shares rich-object "geo-location" "https://nextcloud.com/" '{"name":"Location name"}' to room "public room" with 400 (v1)
+ Then user "participant1" sees the following messages in room "public room" with 200
diff --git a/tests/php/Chat/Parser/SystemMessageTest.php b/tests/php/Chat/Parser/SystemMessageTest.php
index c7ea3b78f..e5787e2b4 100644
--- a/tests/php/Chat/Parser/SystemMessageTest.php
+++ b/tests/php/Chat/Parser/SystemMessageTest.php
@@ -384,6 +384,34 @@ class SystemMessageTest extends TestCase {
'You opened the conversation to registered and guest app users',
['actor' => ['id' => 'actor', 'type' => 'user']],
],
+ ['object_shared', ['metaData' => ['id' => 'geo:52.5450511,13.3741463', 'type' => 'geo-location', 'name' => 'Nextcloud Berlin Office']], 'actor',
+ '{object}',
+ ['actor' => ['id' => 'actor', 'type' => 'user'], 'object' => ['id' => 'geo:52.5450511,13.3741463', 'type' => 'geo-location', 'name' => 'Nextcloud Berlin Office']],
+ ],
+ ['object_shared', ['metaData' => ['id' => 'geo:48,15', 'type' => 'geo-location', 'name' => 'Coarse coordinate']], 'actor',
+ '{object}',
+ ['actor' => ['id' => 'actor', 'type' => 'user'], 'object' => ['id' => 'geo:48,15', 'type' => 'geo-location', 'name' => 'Coarse coordinate']],
+ ],
+ ['object_shared', ['metaData' => ['id' => 'geo:-48.15,-16.23,-42.108', 'type' => 'geo-location', 'name' => 'Negative coordinate with altitude']], 'actor',
+ '{object}',
+ ['actor' => ['id' => 'actor', 'type' => 'user'], 'object' => ['id' => 'geo:-48.15,-16.23,-42.108', 'type' => 'geo-location', 'name' => 'Negative coordinate with altitude']],
+ ],
+ ['object_shared', ['metaData' => ['id' => 'geo:52.5450511,13.3741463;crs=wgs84', 'type' => 'geo-location', 'name' => 'Coordinate with reference system']], 'actor',
+ '{object}',
+ ['actor' => ['id' => 'actor', 'type' => 'user'], 'object' => ['id' => 'geo:52.5450511,13.3741463;crs=wgs84', 'type' => 'geo-location', 'name' => 'Coordinate with reference system']],
+ ],
+ ['object_shared', ['metaData' => ['id' => 'geo:52.5450511,13.3741463;u=42', 'type' => 'geo-location', 'name' => 'Coordinate with uncertainty']], 'actor',
+ '{object}',
+ ['actor' => ['id' => 'actor', 'type' => 'user'], 'object' => ['id' => 'geo:52.5450511,13.3741463;u=42', 'type' => 'geo-location', 'name' => 'Coordinate with uncertainty']],
+ ],
+ ['object_shared', ['metaData' => ['id' => 'geo:52.5450511,13.3741463;crs=wgs84;u=42', 'type' => 'geo-location', 'name' => 'Coordinate with reference system and uncertainty']], 'actor',
+ '{object}',
+ ['actor' => ['id' => 'actor', 'type' => 'user'], 'object' => ['id' => 'geo:52.5450511,13.3741463;crs=wgs84;u=42', 'type' => 'geo-location', 'name' => 'Coordinate with reference system and uncertainty']],
+ ],
+ ['object_shared', ['metaData' => ['id' => 'https://nextcloud.com', 'type' => 'geo-location', 'name' => 'Link instead of geo location']], 'actor',
+ 'The shared location is malformed',
+ [],
+ ],
];
}