From d63c4dbba3df2925e725590a9f1dba1d23ba6b98 Mon Sep 17 00:00:00 2001 From: brtbr Date: Sat, 1 Jun 2024 23:16:41 +0200 Subject: [PATCH 1/7] fix: copy to clipboard as plain/text The default behavior for CopyToClipboard is to choose the output format text/html. This causes issues when pasting into HTML messages in Thunderbird. Therefore this commit changes the output format to text/plain which seems to solve the issue. --- ts/Manager/EditRoomDialog.tsx | 2 +- ts/Manager/RecordingRow.tsx | 2 +- ts/Manager/RoomRow.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ts/Manager/EditRoomDialog.tsx b/ts/Manager/EditRoomDialog.tsx index a0b1bde..67c67af 100644 --- a/ts/Manager/EditRoomDialog.tsx +++ b/ts/Manager/EditRoomDialog.tsx @@ -89,7 +89,7 @@ const EditRoomDialog: React.FC = ({ room, restriction, updateProperty, op return ; })} - {(value === Access.Password && room.password) && } + {(value === Access.Password && room.password) && } {descriptions[field] && {descriptions[field]}} ); diff --git a/ts/Manager/RecordingRow.tsx b/ts/Manager/RecordingRow.tsx index 3b89d0e..f9be4ff 100644 --- a/ts/Manager/RecordingRow.tsx +++ b/ts/Manager/RecordingRow.tsx @@ -17,7 +17,7 @@ const RecordingRow: React.FC = ({recording, deleteRecording, storeRecordi - + diff --git a/ts/Manager/RoomRow.tsx b/ts/Manager/RoomRow.tsx index bc6808a..38979fa 100644 --- a/ts/Manager/RoomRow.tsx +++ b/ts/Manager/RoomRow.tsx @@ -198,7 +198,7 @@ const RoomRow: React.FC = (props) => { - + From a86601d6ac9da722427d6730215646560285f9f3 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Mon, 16 Dec 2024 02:31:57 +0000 Subject: [PATCH 2/7] Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/ug.js | 34 +++++++++++++++++----------------- l10n/ug.json | 34 +++++++++++++++++----------------- 2 files changed, 34 insertions(+), 34 deletions(-) diff --git a/l10n/ug.js b/l10n/ug.js index c4ff9a5..41df3b7 100644 --- a/l10n/ug.js +++ b/l10n/ug.js @@ -3,11 +3,11 @@ OC.L10N.register( { "You created the room %s." : "ئۆينى% s قۇردىڭىز.", "You deleted the room %s." : "ئۆينى% s ئۆچۈردىڭىز.", - "{user} deleted the room %s." : "{ئىشلەتكۈچى} ئۆينى% s ئۆچۈردى.", - "You shared the room %s with {shareWith}." : "ياتاقنى% s {shareWith with بىلەن ئورتاقلاشتىڭىز.", - "{user} shared the room %s with you." : "{ئىشلەتكۈچى} ياتاق% s نى سىز بىلەن ئورتاقلاشتى.", - "You unshared the room %s with {shareWith}." : "ئۆينى% s {shareWith with بىلەن ئورتاقلاشمىدىڭىز.", - "{user} unshared the room %s with you." : "{ئىشلەتكۈچى} ئۆينى% s بىلەن ئورتاقلاشمىدى.", + "{user} deleted the room %s." : "{user} ئۆينى% s ئۆچۈردى.", + "You shared the room %s with {shareWith}." : "ياتاقنى% s {shareWith} بىلەن ئورتاقلاشتىڭىز.", + "{user} shared the room %s with you." : "{user} ياتاق% s نى سىز بىلەن ئورتاقلاشتى.", + "You unshared the room %s with {shareWith}." : "ئۆينى% s {shareWith} بىلەن ئورتاقلاشمىدىڭىز.", + "{user} unshared the room %s with you." : "{user} ئۆينى% s بىلەن ئورتاقلاشمىدى.", "You started a meeting in the \"%s\" room." : "سىز «% s» ئۆيىدە يىغىن باشلىدىڭىز.", "{user} started a meeting in the \"%s\" room." : "{user} \"% s\" ئۆيىدە يىغىن باشلىدى.", "The meeting in room \"%s\" has ended." : "«% S» دىكى يىغىن ئاخىرلاشتى.", @@ -81,7 +81,7 @@ OC.L10N.register( "If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "ئەگەر قوزغىتىلغان بولسا ، ئىشلەتكۈچى تۇنجى قوشۇلغان ۋاقىتتا (BBB مۇلازىمېتىرى 2.3 دىن باشلاپ ئىشلەتكىلى بولىدۇ) ياڭراتقۇ ۋە تور كامېراسىنى ئالدىن كۆرمەسلىكى كېرەك.", "If enabled, the user list, chat area and presentation are hidden by default." : "ئەگەر قوزغىتىلسا ، ئىشلەتكۈچى تىزىملىكى ، پاراڭلىشىش رايونى ۋە تونۇشتۇرۇش سۈكۈتتىكى ھالەتتە يوشۇرۇنغان.", "If enabled, all users will join the meeting muted." : "ئەگەر قوزغىتىلسا ، بارلىق ئىشلەتكۈچىلەر ئاۋازسىز يىغىنغا قاتنىشىدۇ.", - "Edit \"{room}\"" : "\"{Room}\" نى تەھرىرلەڭ", + "Edit \"{room}\"" : "\"{room}\" نى تەھرىرلەڭ", "Room URL" : "ياتاق URL", "Welcome" : "خۇش كەپسىز", "Participant limit" : "قاتناشقۇچىلارنىڭ چېكى", @@ -102,14 +102,14 @@ OC.L10N.register( "Copy to clipboard" : "چاپلاش تاختىسىغا كۆچۈرۈڭ", "Save as file" : "ھۆججەت سۈپىتىدە ساقلاڭ", "Delete" : "ئۆچۈر", - "Are you sure you want to delete \"{name}\"? This operation cannot be undone." : "«{Name}» نى ئۆچۈرمەكچىمۇ؟ بۇ مەشغۇلاتنى ئەمەلدىن قالدۇرغىلى بولمايدۇ.", + "Are you sure you want to delete \"{name}\"? This operation cannot be undone." : "«{name}» نى ئۆچۈرمەكچىمۇ؟ بۇ مەشغۇلاتنى ئەمەلدىن قالدۇرغىلى بولمايدۇ.", "Delete \"{name}\"?" : "ئۆچۈرۈڭ \"{name}\"?", "Select target folder" : "نىشان ھۆججەت قىسقۇچىنى تاللاڭ", - "Room URL was stored in \"{path}\" as \"{filename}\"." : "ياتاق ئادرېسى \"{path}\" دا \"{ھۆججەت ئىسمى}\" سۈپىتىدە ساقلاندى.", + "Room URL was stored in \"{path}\" as \"{filename}\"." : "ياتاق ئادرېسى \"{path}\" دا \"{filename} ئىسمى}\" سۈپىتىدە ساقلاندى.", "Link stored" : "ئۇلىنىش ساقلانغان", "URL to room could not be stored." : "ياتاقتىكى URL نى ساقلىغىلى بولمايدۇ.", "Error" : "خاتالىق", - "URL to presentation was stored in \"{path}\" as \"{filename}\"." : "تونۇشتۇرۇش ئادرېسى «{path}» دا «{ھۆججەت ئىسمى}» سۈپىتىدە ساقلانغان.", + "URL to presentation was stored in \"{path}\" as \"{filename}\"." : "تونۇشتۇرۇش ئادرېسى «{path}» دا «{filename} ئىسمى}» سۈپىتىدە ساقلانغان.", "URL to presentation could not be stored." : "تونۇشتۇرۇش ئادرېسىنى ساقلىغىلى بولمايدۇ.", "Are you sure you want to delete the recording from \"{startDate}\"? This operation cannot be undone." : "خاتىرىنى «{startDate}» دىن ئۆچۈرمەكچىمۇ؟ بۇ مەشغۇلاتنى ئەمەلدىن قالدۇرغىلى بولمايدۇ.", "Delete?" : "ئۆچۈرەمسىز؟", @@ -125,22 +125,22 @@ OC.L10N.register( "Max. participants" : "Max. قاتناشقۇچىلار", "Group …" : "گۇرۇپپا…", "Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "چەكلىمىلەر ھازىرقى ئۆيلەرگە تەسىر كۆرسەتمەيدۇ. Minus one بولسا قىممەتنىڭ چەكسىز ئىكەنلىكىنى كۆرسىتىدۇ. ئەگەر كۆپ چەكلىمىلەر قوللىنىلسا ، ھەر بىر ئىشلەتكۈچى ئۈچۈن ئەڭ ئاز چەكلەش ئۇسۇلى تاللىنىدۇ.", - "Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "«{Name}» گۇرۇپپىسىنىڭ چەكلىمىسىنى ئۆچۈرمەكچىمۇ؟ بۇ مەشغۇلاتنى ئەمەلدىن قالدۇرغىلى بولمايدۇ.", - "Delete restrictions for \"{name}\"?" : "\"{Name}\" چەكلىمىسىنى ئۆچۈرۈڭ؟", + "Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "«{name}» گۇرۇپپىسىنىڭ چەكلىمىسىنى ئۆچۈرمەكچىمۇ؟ بۇ مەشغۇلاتنى ئەمەلدىن قالدۇرغىلى بولمايدۇ.", + "Delete restrictions for \"{name}\"?" : "\"{name}\" چەكلىمىسىنى ئۆچۈرۈڭ؟", "Settings saved" : "تەڭشەكلەر ساقلاندى", "Unexpected error occurred" : "ئويلىمىغان خاتالىق يۈز بەردى", "API URL is invalid" : "API URL ئىناۋەتسىز", "API secret is invalid" : "API مەخپىيىتى ئىناۋەتسىز", "URL has to start with HTTPS" : "URL نى HTTPS دىن باشلاش كېرەك", - "URL has to contain the {token} placeholder" : "URL دا {بەلگە} ئورۇن ئىگىسى بولۇشى كېرەك", - "URL has to start with https:// and contain {token}. Additionally the {user} placeholder can be used." : "URL چوقۇم https: // دىن باشلىنىشى ھەمدە {بەلگە} نى ئۆز ئىچىگە ئېلىشى كېرەك. بۇنىڭدىن باشقا ، {ئىشلەتكۈچى} ئورۇن ئىگىسىنى ئىشلىتىشكە بولىدۇ.", - "The file \"{filename}\" was uploaded to your room." : "«{ھۆججەت ئىسمى}» ھۆججىتى ئۆيىڭىزگە يۈكلەندى.", - "The file \"{filename}\" could not be uploaded to your room." : "«{ھۆججەت ئىسمى}» ھۆججىتىنى ئۆيىڭىزگە يۈكلەشكە بولمىدى.", - "The file \"{filename}\" could not be uploaded to your room. Maybe your BigBlueButton server does not support this action." : "«{ھۆججەت ئىسمى}» ھۆججىتىنى ئۆيىڭىزگە يۈكلەشكە بولمىدى. بەلكىم BigBlueButton مۇلازىمېتىرىڭىز بۇ ھەرىكەتنى قوللىماسلىقى مۇمكىن.", + "URL has to contain the {token} placeholder" : "URL دا {token} ئورۇن ئىگىسى بولۇشى كېرەك", + "URL has to start with https:// and contain {token}. Additionally the {user} placeholder can be used." : "URL چوقۇم https: // دىن باشلىنىشى ھەمدە {token} نى ئۆز ئىچىگە ئېلىشى كېرەك. بۇنىڭدىن باشقا ، {user} ئورۇن ئىگىسىنى ئىشلىتىشكە بولىدۇ.", + "The file \"{filename}\" was uploaded to your room." : "«{filename} ئىسمى}» ھۆججىتى ئۆيىڭىزگە يۈكلەندى.", + "The file \"{filename}\" could not be uploaded to your room." : "«{filename} ئىسمى}» ھۆججىتىنى ئۆيىڭىزگە يۈكلەشكە بولمىدى.", + "The file \"{filename}\" could not be uploaded to your room. Maybe your BigBlueButton server does not support this action." : "«{filename} ئىسمى}» ھۆججىتىنى ئۆيىڭىزگە يۈكلەشكە بولمىدى. بەلكىم BigBlueButton مۇلازىمېتىرىڭىز بۇ ھەرىكەتنى قوللىماسلىقى مۇمكىن.", "Send file to BBB" : "BBB غا ھۆججەت ئەۋەتىڭ", "Send to" : "ئەۋەتىش", "Start with" : "بىلەن باشلاڭ", - "Please select the room in which you like to use the file \"{filename}\"." : "«{ھۆججەت ئىسمى}» ھۆججىتىنى ئىشلىتىشنى ياخشى كۆرىدىغان ئۆينى تاللاڭ.", + "Please select the room in which you like to use the file \"{filename}\"." : "«{filename} ئىسمى}» ھۆججىتىنى ئىشلىتىشنى ياخشى كۆرىدىغان ئۆينى تاللاڭ.", "No rooms available!" : "ياتاق يوق!", "Send to BBB" : "BBB غا ئەۋەتىڭ" }, diff --git a/l10n/ug.json b/l10n/ug.json index 67ae2e3..729dfb6 100644 --- a/l10n/ug.json +++ b/l10n/ug.json @@ -1,11 +1,11 @@ { "translations": { "You created the room %s." : "ئۆينى% s قۇردىڭىز.", "You deleted the room %s." : "ئۆينى% s ئۆچۈردىڭىز.", - "{user} deleted the room %s." : "{ئىشلەتكۈچى} ئۆينى% s ئۆچۈردى.", - "You shared the room %s with {shareWith}." : "ياتاقنى% s {shareWith with بىلەن ئورتاقلاشتىڭىز.", - "{user} shared the room %s with you." : "{ئىشلەتكۈچى} ياتاق% s نى سىز بىلەن ئورتاقلاشتى.", - "You unshared the room %s with {shareWith}." : "ئۆينى% s {shareWith with بىلەن ئورتاقلاشمىدىڭىز.", - "{user} unshared the room %s with you." : "{ئىشلەتكۈچى} ئۆينى% s بىلەن ئورتاقلاشمىدى.", + "{user} deleted the room %s." : "{user} ئۆينى% s ئۆچۈردى.", + "You shared the room %s with {shareWith}." : "ياتاقنى% s {shareWith} بىلەن ئورتاقلاشتىڭىز.", + "{user} shared the room %s with you." : "{user} ياتاق% s نى سىز بىلەن ئورتاقلاشتى.", + "You unshared the room %s with {shareWith}." : "ئۆينى% s {shareWith} بىلەن ئورتاقلاشمىدىڭىز.", + "{user} unshared the room %s with you." : "{user} ئۆينى% s بىلەن ئورتاقلاشمىدى.", "You started a meeting in the \"%s\" room." : "سىز «% s» ئۆيىدە يىغىن باشلىدىڭىز.", "{user} started a meeting in the \"%s\" room." : "{user} \"% s\" ئۆيىدە يىغىن باشلىدى.", "The meeting in room \"%s\" has ended." : "«% S» دىكى يىغىن ئاخىرلاشتى.", @@ -79,7 +79,7 @@ "If enabled, the user has not to perform an echo call and webcam preview on the first join (available since BBB server 2.3)." : "ئەگەر قوزغىتىلغان بولسا ، ئىشلەتكۈچى تۇنجى قوشۇلغان ۋاقىتتا (BBB مۇلازىمېتىرى 2.3 دىن باشلاپ ئىشلەتكىلى بولىدۇ) ياڭراتقۇ ۋە تور كامېراسىنى ئالدىن كۆرمەسلىكى كېرەك.", "If enabled, the user list, chat area and presentation are hidden by default." : "ئەگەر قوزغىتىلسا ، ئىشلەتكۈچى تىزىملىكى ، پاراڭلىشىش رايونى ۋە تونۇشتۇرۇش سۈكۈتتىكى ھالەتتە يوشۇرۇنغان.", "If enabled, all users will join the meeting muted." : "ئەگەر قوزغىتىلسا ، بارلىق ئىشلەتكۈچىلەر ئاۋازسىز يىغىنغا قاتنىشىدۇ.", - "Edit \"{room}\"" : "\"{Room}\" نى تەھرىرلەڭ", + "Edit \"{room}\"" : "\"{room}\" نى تەھرىرلەڭ", "Room URL" : "ياتاق URL", "Welcome" : "خۇش كەپسىز", "Participant limit" : "قاتناشقۇچىلارنىڭ چېكى", @@ -100,14 +100,14 @@ "Copy to clipboard" : "چاپلاش تاختىسىغا كۆچۈرۈڭ", "Save as file" : "ھۆججەت سۈپىتىدە ساقلاڭ", "Delete" : "ئۆچۈر", - "Are you sure you want to delete \"{name}\"? This operation cannot be undone." : "«{Name}» نى ئۆچۈرمەكچىمۇ؟ بۇ مەشغۇلاتنى ئەمەلدىن قالدۇرغىلى بولمايدۇ.", + "Are you sure you want to delete \"{name}\"? This operation cannot be undone." : "«{name}» نى ئۆچۈرمەكچىمۇ؟ بۇ مەشغۇلاتنى ئەمەلدىن قالدۇرغىلى بولمايدۇ.", "Delete \"{name}\"?" : "ئۆچۈرۈڭ \"{name}\"?", "Select target folder" : "نىشان ھۆججەت قىسقۇچىنى تاللاڭ", - "Room URL was stored in \"{path}\" as \"{filename}\"." : "ياتاق ئادرېسى \"{path}\" دا \"{ھۆججەت ئىسمى}\" سۈپىتىدە ساقلاندى.", + "Room URL was stored in \"{path}\" as \"{filename}\"." : "ياتاق ئادرېسى \"{path}\" دا \"{filename} ئىسمى}\" سۈپىتىدە ساقلاندى.", "Link stored" : "ئۇلىنىش ساقلانغان", "URL to room could not be stored." : "ياتاقتىكى URL نى ساقلىغىلى بولمايدۇ.", "Error" : "خاتالىق", - "URL to presentation was stored in \"{path}\" as \"{filename}\"." : "تونۇشتۇرۇش ئادرېسى «{path}» دا «{ھۆججەت ئىسمى}» سۈپىتىدە ساقلانغان.", + "URL to presentation was stored in \"{path}\" as \"{filename}\"." : "تونۇشتۇرۇش ئادرېسى «{path}» دا «{filename} ئىسمى}» سۈپىتىدە ساقلانغان.", "URL to presentation could not be stored." : "تونۇشتۇرۇش ئادرېسىنى ساقلىغىلى بولمايدۇ.", "Are you sure you want to delete the recording from \"{startDate}\"? This operation cannot be undone." : "خاتىرىنى «{startDate}» دىن ئۆچۈرمەكچىمۇ؟ بۇ مەشغۇلاتنى ئەمەلدىن قالدۇرغىلى بولمايدۇ.", "Delete?" : "ئۆچۈرەمسىز؟", @@ -123,22 +123,22 @@ "Max. participants" : "Max. قاتناشقۇچىلار", "Group …" : "گۇرۇپپا…", "Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "چەكلىمىلەر ھازىرقى ئۆيلەرگە تەسىر كۆرسەتمەيدۇ. Minus one بولسا قىممەتنىڭ چەكسىز ئىكەنلىكىنى كۆرسىتىدۇ. ئەگەر كۆپ چەكلىمىلەر قوللىنىلسا ، ھەر بىر ئىشلەتكۈچى ئۈچۈن ئەڭ ئاز چەكلەش ئۇسۇلى تاللىنىدۇ.", - "Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "«{Name}» گۇرۇپپىسىنىڭ چەكلىمىسىنى ئۆچۈرمەكچىمۇ؟ بۇ مەشغۇلاتنى ئەمەلدىن قالدۇرغىلى بولمايدۇ.", - "Delete restrictions for \"{name}\"?" : "\"{Name}\" چەكلىمىسىنى ئۆچۈرۈڭ؟", + "Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "«{name}» گۇرۇپپىسىنىڭ چەكلىمىسىنى ئۆچۈرمەكچىمۇ؟ بۇ مەشغۇلاتنى ئەمەلدىن قالدۇرغىلى بولمايدۇ.", + "Delete restrictions for \"{name}\"?" : "\"{name}\" چەكلىمىسىنى ئۆچۈرۈڭ؟", "Settings saved" : "تەڭشەكلەر ساقلاندى", "Unexpected error occurred" : "ئويلىمىغان خاتالىق يۈز بەردى", "API URL is invalid" : "API URL ئىناۋەتسىز", "API secret is invalid" : "API مەخپىيىتى ئىناۋەتسىز", "URL has to start with HTTPS" : "URL نى HTTPS دىن باشلاش كېرەك", - "URL has to contain the {token} placeholder" : "URL دا {بەلگە} ئورۇن ئىگىسى بولۇشى كېرەك", - "URL has to start with https:// and contain {token}. Additionally the {user} placeholder can be used." : "URL چوقۇم https: // دىن باشلىنىشى ھەمدە {بەلگە} نى ئۆز ئىچىگە ئېلىشى كېرەك. بۇنىڭدىن باشقا ، {ئىشلەتكۈچى} ئورۇن ئىگىسىنى ئىشلىتىشكە بولىدۇ.", - "The file \"{filename}\" was uploaded to your room." : "«{ھۆججەت ئىسمى}» ھۆججىتى ئۆيىڭىزگە يۈكلەندى.", - "The file \"{filename}\" could not be uploaded to your room." : "«{ھۆججەت ئىسمى}» ھۆججىتىنى ئۆيىڭىزگە يۈكلەشكە بولمىدى.", - "The file \"{filename}\" could not be uploaded to your room. Maybe your BigBlueButton server does not support this action." : "«{ھۆججەت ئىسمى}» ھۆججىتىنى ئۆيىڭىزگە يۈكلەشكە بولمىدى. بەلكىم BigBlueButton مۇلازىمېتىرىڭىز بۇ ھەرىكەتنى قوللىماسلىقى مۇمكىن.", + "URL has to contain the {token} placeholder" : "URL دا {token} ئورۇن ئىگىسى بولۇشى كېرەك", + "URL has to start with https:// and contain {token}. Additionally the {user} placeholder can be used." : "URL چوقۇم https: // دىن باشلىنىشى ھەمدە {token} نى ئۆز ئىچىگە ئېلىشى كېرەك. بۇنىڭدىن باشقا ، {user} ئورۇن ئىگىسىنى ئىشلىتىشكە بولىدۇ.", + "The file \"{filename}\" was uploaded to your room." : "«{filename} ئىسمى}» ھۆججىتى ئۆيىڭىزگە يۈكلەندى.", + "The file \"{filename}\" could not be uploaded to your room." : "«{filename} ئىسمى}» ھۆججىتىنى ئۆيىڭىزگە يۈكلەشكە بولمىدى.", + "The file \"{filename}\" could not be uploaded to your room. Maybe your BigBlueButton server does not support this action." : "«{filename} ئىسمى}» ھۆججىتىنى ئۆيىڭىزگە يۈكلەشكە بولمىدى. بەلكىم BigBlueButton مۇلازىمېتىرىڭىز بۇ ھەرىكەتنى قوللىماسلىقى مۇمكىن.", "Send file to BBB" : "BBB غا ھۆججەت ئەۋەتىڭ", "Send to" : "ئەۋەتىش", "Start with" : "بىلەن باشلاڭ", - "Please select the room in which you like to use the file \"{filename}\"." : "«{ھۆججەت ئىسمى}» ھۆججىتىنى ئىشلىتىشنى ياخشى كۆرىدىغان ئۆينى تاللاڭ.", + "Please select the room in which you like to use the file \"{filename}\"." : "«{filename} ئىسمى}» ھۆججىتىنى ئىشلىتىشنى ياخشى كۆرىدىغان ئۆينى تاللاڭ.", "No rooms available!" : "ياتاق يوق!", "Send to BBB" : "BBB غا ئەۋەتىڭ" },"pluralForm" :"nplurals=2; plural=(n != 1);" From bae9ab4e2a891e0e39da4303fcee9be458db9da2 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Sat, 21 Dec 2024 02:30:36 +0000 Subject: [PATCH 3/7] Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/da.js | 3 ++- l10n/da.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/l10n/da.js b/l10n/da.js index 9f72d4b..11de7d5 100644 --- a/l10n/da.js +++ b/l10n/da.js @@ -29,6 +29,7 @@ OC.L10N.register( "Delete?" : "Slet?", "Server error" : "Serverfejl", "Loading" : "Indlæser", - "Settings saved" : "Indstillinger gemt" + "Settings saved" : "Indstillinger gemt", + "Unexpected error occurred" : "En uventet fejl opstod" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/da.json b/l10n/da.json index 1a03b14..0169337 100644 --- a/l10n/da.json +++ b/l10n/da.json @@ -27,6 +27,7 @@ "Delete?" : "Slet?", "Server error" : "Serverfejl", "Loading" : "Indlæser", - "Settings saved" : "Indstillinger gemt" + "Settings saved" : "Indstillinger gemt", + "Unexpected error occurred" : "En uventet fejl opstod" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file From 36eb3a722527c94eeb7c01acd3b181ba4aa8e8e0 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Fri, 3 Jan 2025 02:30:39 +0000 Subject: [PATCH 4/7] Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/sk.js | 3 +++ l10n/sk.json | 3 +++ 2 files changed, 6 insertions(+) diff --git a/l10n/sk.js b/l10n/sk.js index 98c33be..5879257 100644 --- a/l10n/sk.js +++ b/l10n/sk.js @@ -57,6 +57,7 @@ OC.L10N.register( "No matches" : "Žiadne zhody", "admin" : "správca", "moderator" : "moderátor", + "user" : "užívateľ", "Name" : "Názov", "Access" : "Prístup", "Max" : "Max", @@ -113,7 +114,9 @@ OC.L10N.register( "Delete?" : "Zmazať?", "Could not delete record" : "Záznam sa nepodarilo odstrániť", "Server error" : "Chyba servera", + "Open room" : "Otvoriť miestnosť", "Start" : "Začiatok", + "Clone room" : "Klonovať miestnosť", "Loading" : "Načítava sa...", "You are not allowed to change this option, because this room is shared with you." : "Túto možnosť nemôžete zmeniť, pretože táto miestnosť je s vami zdieľaná.", "Max. rooms" : "Maximálny počet miestností", diff --git a/l10n/sk.json b/l10n/sk.json index 6d934f8..1e6a065 100644 --- a/l10n/sk.json +++ b/l10n/sk.json @@ -55,6 +55,7 @@ "No matches" : "Žiadne zhody", "admin" : "správca", "moderator" : "moderátor", + "user" : "užívateľ", "Name" : "Názov", "Access" : "Prístup", "Max" : "Max", @@ -111,7 +112,9 @@ "Delete?" : "Zmazať?", "Could not delete record" : "Záznam sa nepodarilo odstrániť", "Server error" : "Chyba servera", + "Open room" : "Otvoriť miestnosť", "Start" : "Začiatok", + "Clone room" : "Klonovať miestnosť", "Loading" : "Načítava sa...", "You are not allowed to change this option, because this room is shared with you." : "Túto možnosť nemôžete zmeniť, pretože táto miestnosť je s vami zdieľaná.", "Max. rooms" : "Maximálny počet miestností", From 5d52731db733b8a9dfe4b939f6a7837aeaef54af Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Sat, 11 Jan 2025 02:29:03 +0000 Subject: [PATCH 5/7] Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/sk.js | 3 +++ l10n/sk.json | 3 +++ 2 files changed, 6 insertions(+) diff --git a/l10n/sk.js b/l10n/sk.js index 5879257..44b804f 100644 --- a/l10n/sk.js +++ b/l10n/sk.js @@ -22,6 +22,7 @@ OC.L10N.register( "API URL or secret not configured. Please contact your administrator." : "Nie je nastavená URL API alebo API tajomstvo. Kontaktujte svojho správcu.", "BigBlueButton Integration" : "Integrácia BigBlueButton", "BigBlueButton integration for Nextcloud" : "Integrácia BigBlueButton pre Nextcloud", + "This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/littleredbutton/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nContributors are welcome! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Táto aplikácia umožňuje vytvárať stretnutia s externou inštaláciou [BigBlueButton] (https://bigbluebutton.org).\n\n* **Nastavenie miestnosti** Vytvorte viacero konfigurácií izieb s názvom, uvítacou správou…\n* **Zdieľať odkaz hosťa** Zdieľajte odkaz na izbu so všetkými svojimi hosťami\n* **Zdieľať odkaz moderátora** Pozvite moderátorov do miestnosti\n* **Zdieľať miestnosti** Zdieľať miestnosti s členmi, skupinami alebo kruhmi\n* **Vlastná prezentácia** Spustite miestnosť s vybranou prezentáciou z prehliadača súborov\n* **Správa nahrávok** Zobrazte, zdieľajte a odstráňte nahrávky pre svoje izby\n* **Obmedzenia** Obmedzte vytváranie miestností na určité skupiny\n* **Aktivity** Získajte prehľad o aktivitách v miestnosti\n\nSprievodca rýchlym spustením a ďalšie informácie v našom [readme](https://github.com/littleredbutton/cloud_bbb).\nPáči sa vám táto aplikácia? Vráťte niečo komunite open source a pozrite si naše\n[spôsoby prispievania](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nPrispievatelia sú vítaní! Ak máte čas, bolo by úžasné, keby ste pomohli vylepšiť túto aplikáciu.\n\n*Táto aplikácia integruje BigBlueButton a nie je schválená ani certifikovaná spoločnosťou BigBlueButton Inc. BigBlueButton a logo BigBlueButton sú ochranné známky spoločnosti BigBlueButton Inc.*", "Room not found" : "Miestnosť nenájdená", "The room could not be found. Maybe it was deleted?" : "Miestnosť sa nepodarilo nájsť. Možno bola odstránená?", "Back to %s" : "Späť na %s", @@ -71,6 +72,7 @@ OC.L10N.register( "This message is shown to all users in the chat area after they joined." : "Táto správa sa po pripojení zobrazí všetkým používateľom v oblasti četu.", "Sets a limit on the number of participants for this room. Zero means there is no limit." : "Nastavuje limit počtu účastníkov v tejto miestnosti. Nula znamená, že je bez limitu.", "If enabled, the moderator is able to start the recording." : "Ak je povolené, moderátor môže spustiť nahrávanie.", + "Explanation of the different concepts that constitute access options :
- Public: Anyone who has the link can join.-
Internal: Only Nextcloud users can join.-
Password: Only guests who have the password can join..-
Waiting room: A moderator must accept each guest before they can join.-
Restricted : Only selected users and groups can access this room." : "Vysvetlenie rôznych pojmov, ktoré tvoria možnosti prístupu:
- Verejné: Každý, kto má odkaz, sa môže pripojiť.-
Interný: Pripojiť sa môžu iba užívatelia Nextcloud.-
Heslo: Pripojiť sa môžu iba hostia, ktorí majú heslo.-
Čakáreň: Moderátor musí prijať každého hosťa skôr, ako sa bude môcť pripojiť.-
Obmedzené: Do tejto miestnosti majú prístup iba vybraní užívatelia a skupiny.", "A moderator is able to manage all participants in a meeting including kicking, muting or selecting a presenter. Users with the role moderator are also able to close a meeting or change the default settings." : "Moderátor je schopný riadiť všetkých účastníkov stretnutia, vrátane kopania, stlmenia alebo výberu prezentéra. Používatelia s úlohou moderátora môžu tiež uzavrieť stretnutie alebo zmeniť predvolené nastavenia.", "If enabled, normal users have to wait until a moderator is in the room." : "Ak je zapnuté, bežní používatelia musia počkať, kým do miestnosti nevstúpi moderátor.", "If enabled, a moderator URL is generated which allows access with moderator permission." : "Ak je zapnuté, generuje sa adresa URL moderátora, ktorá umožňuje prístup s povolením moderátora.", @@ -114,6 +116,7 @@ OC.L10N.register( "Delete?" : "Zmazať?", "Could not delete record" : "Záznam sa nepodarilo odstrániť", "Server error" : "Chyba servera", + "Could not modify publishing state" : "Stav zverejnenia sa nepodarilo upraviť", "Open room" : "Otvoriť miestnosť", "Start" : "Začiatok", "Clone room" : "Klonovať miestnosť", diff --git a/l10n/sk.json b/l10n/sk.json index 1e6a065..a8e0b7e 100644 --- a/l10n/sk.json +++ b/l10n/sk.json @@ -20,6 +20,7 @@ "API URL or secret not configured. Please contact your administrator." : "Nie je nastavená URL API alebo API tajomstvo. Kontaktujte svojho správcu.", "BigBlueButton Integration" : "Integrácia BigBlueButton", "BigBlueButton integration for Nextcloud" : "Integrácia BigBlueButton pre Nextcloud", + "This app allows to create meetings with an external installation of [BigBlueButton](https://bigbluebutton.org).\n\n* **Room setup** Create multiple room configurations with name, welcome message …\n* **Share guest link** Share the room link with all your guests\n* **Share moderator link** Invite moderators to the room\n* **Share rooms** Share rooms with members, groups or circles\n* **Custom presentation** Start a room with a selected presentation from your file browser\n* **Manage recordings** View, share and delete recordings for your rooms\n* **Restrictions** Restrict room creation to certain groups\n* **Activities** Get an overview of your room activities\n\nQuick start guide and further information in our [readme](https://github.com/littleredbutton/cloud_bbb).\nDo you like this application? Give something back to the open source community and checkout our\n[ways to contribute](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nContributors are welcome! If you have time it would be awesome if you could help to enhance this application.\n\n*This app integrates BigBlueButton and is not endorsed or certified by BigBlueButton Inc. BigBlueButton and the BigBlueButton Logo are trademarks of BigBlueButton Inc.*" : "Táto aplikácia umožňuje vytvárať stretnutia s externou inštaláciou [BigBlueButton] (https://bigbluebutton.org).\n\n* **Nastavenie miestnosti** Vytvorte viacero konfigurácií izieb s názvom, uvítacou správou…\n* **Zdieľať odkaz hosťa** Zdieľajte odkaz na izbu so všetkými svojimi hosťami\n* **Zdieľať odkaz moderátora** Pozvite moderátorov do miestnosti\n* **Zdieľať miestnosti** Zdieľať miestnosti s členmi, skupinami alebo kruhmi\n* **Vlastná prezentácia** Spustite miestnosť s vybranou prezentáciou z prehliadača súborov\n* **Správa nahrávok** Zobrazte, zdieľajte a odstráňte nahrávky pre svoje izby\n* **Obmedzenia** Obmedzte vytváranie miestností na určité skupiny\n* **Aktivity** Získajte prehľad o aktivitách v miestnosti\n\nSprievodca rýchlym spustením a ďalšie informácie v našom [readme](https://github.com/littleredbutton/cloud_bbb).\nPáči sa vám táto aplikácia? Vráťte niečo komunite open source a pozrite si naše\n[spôsoby prispievania](https://github.com/littleredbutton/cloud_bbb/blob/master/.github/contributing.md).\n\nPrispievatelia sú vítaní! Ak máte čas, bolo by úžasné, keby ste pomohli vylepšiť túto aplikáciu.\n\n*Táto aplikácia integruje BigBlueButton a nie je schválená ani certifikovaná spoločnosťou BigBlueButton Inc. BigBlueButton a logo BigBlueButton sú ochranné známky spoločnosti BigBlueButton Inc.*", "Room not found" : "Miestnosť nenájdená", "The room could not be found. Maybe it was deleted?" : "Miestnosť sa nepodarilo nájsť. Možno bola odstránená?", "Back to %s" : "Späť na %s", @@ -69,6 +70,7 @@ "This message is shown to all users in the chat area after they joined." : "Táto správa sa po pripojení zobrazí všetkým používateľom v oblasti četu.", "Sets a limit on the number of participants for this room. Zero means there is no limit." : "Nastavuje limit počtu účastníkov v tejto miestnosti. Nula znamená, že je bez limitu.", "If enabled, the moderator is able to start the recording." : "Ak je povolené, moderátor môže spustiť nahrávanie.", + "Explanation of the different concepts that constitute access options :
- Public: Anyone who has the link can join.-
Internal: Only Nextcloud users can join.-
Password: Only guests who have the password can join..-
Waiting room: A moderator must accept each guest before they can join.-
Restricted : Only selected users and groups can access this room." : "Vysvetlenie rôznych pojmov, ktoré tvoria možnosti prístupu:
- Verejné: Každý, kto má odkaz, sa môže pripojiť.-
Interný: Pripojiť sa môžu iba užívatelia Nextcloud.-
Heslo: Pripojiť sa môžu iba hostia, ktorí majú heslo.-
Čakáreň: Moderátor musí prijať každého hosťa skôr, ako sa bude môcť pripojiť.-
Obmedzené: Do tejto miestnosti majú prístup iba vybraní užívatelia a skupiny.", "A moderator is able to manage all participants in a meeting including kicking, muting or selecting a presenter. Users with the role moderator are also able to close a meeting or change the default settings." : "Moderátor je schopný riadiť všetkých účastníkov stretnutia, vrátane kopania, stlmenia alebo výberu prezentéra. Používatelia s úlohou moderátora môžu tiež uzavrieť stretnutie alebo zmeniť predvolené nastavenia.", "If enabled, normal users have to wait until a moderator is in the room." : "Ak je zapnuté, bežní používatelia musia počkať, kým do miestnosti nevstúpi moderátor.", "If enabled, a moderator URL is generated which allows access with moderator permission." : "Ak je zapnuté, generuje sa adresa URL moderátora, ktorá umožňuje prístup s povolením moderátora.", @@ -112,6 +114,7 @@ "Delete?" : "Zmazať?", "Could not delete record" : "Záznam sa nepodarilo odstrániť", "Server error" : "Chyba servera", + "Could not modify publishing state" : "Stav zverejnenia sa nepodarilo upraviť", "Open room" : "Otvoriť miestnosť", "Start" : "Začiatok", "Clone room" : "Klonovať miestnosť", From 079679601dfcecb85954fe6fab0439c9dc8d66b4 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Fri, 24 Jan 2025 02:30:28 +0000 Subject: [PATCH 6/7] Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/is.js | 1 + l10n/is.json | 1 + l10n/sr.js | 2 +- l10n/sr.json | 2 +- 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/l10n/is.js b/l10n/is.js index 1b24ece..03d79d5 100644 --- a/l10n/is.js +++ b/l10n/is.js @@ -17,6 +17,7 @@ OC.L10N.register( "Welcome" : "Velkomin", "Sharing" : "Deiling", "Miscellaneous" : "Ýmislegt", + "Room name" : "Heiti fundarsalar", "Create" : "Búa til", "Published" : "Útgefið", "Copy to clipboard" : "Afrita á klippispjald", diff --git a/l10n/is.json b/l10n/is.json index 5f3fa31..d5a559c 100644 --- a/l10n/is.json +++ b/l10n/is.json @@ -15,6 +15,7 @@ "Welcome" : "Velkomin", "Sharing" : "Deiling", "Miscellaneous" : "Ýmislegt", + "Room name" : "Heiti fundarsalar", "Create" : "Búa til", "Published" : "Útgefið", "Copy to clipboard" : "Afrita á klippispjald", diff --git a/l10n/sr.js b/l10n/sr.js index 69ab3c0..d11fd46 100644 --- a/l10n/sr.js +++ b/l10n/sr.js @@ -126,7 +126,7 @@ OC.L10N.register( "Max. participants" : "Макс. бр. учесника", "Group …" : "Група ...", "Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Ограничења не утичу на постојеће собе. Минус један значи да вредност није ограничена. Ако важи више ограничења, бира се најмање рестриктивна опција за сваког корисника.", - "Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "Да ли сте сигурни да желите да обришете ограниења за групу „{name}”? Ова операција не може да се поништи.", + "Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "Да ли сте сигурни да желите да обришете ограничења за групу „{name}”? Ова операција не може да се поништи.", "Delete restrictions for \"{name}\"?" : "Да обришем ограничења за „{name}?", "Settings saved" : "Поставке сачуване", "Unexpected error occurred" : "Дошло је до неочекиване грешке", diff --git a/l10n/sr.json b/l10n/sr.json index 4c8f200..9184b6d 100644 --- a/l10n/sr.json +++ b/l10n/sr.json @@ -124,7 +124,7 @@ "Max. participants" : "Макс. бр. учесника", "Group …" : "Група ...", "Restrictions do not affect existing rooms. Minus one means the value is unlimited. The least restrictive option is chosen for every user if multiple restrictions apply." : "Ограничења не утичу на постојеће собе. Минус један значи да вредност није ограничена. Ако важи више ограничења, бира се најмање рестриктивна опција за сваког корисника.", - "Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "Да ли сте сигурни да желите да обришете ограниења за групу „{name}”? Ова операција не може да се поништи.", + "Are you sure you want to delete the restrictions for group \"{name}\"? This operation cannot be undone." : "Да ли сте сигурни да желите да обришете ограничења за групу „{name}”? Ова операција не може да се поништи.", "Delete restrictions for \"{name}\"?" : "Да обришем ограничења за „{name}?", "Settings saved" : "Поставке сачуване", "Unexpected error occurred" : "Дошло је до неочекиване грешке", From 5deddb8d9aa1099e7c9a30cea7001333deff0475 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Sat, 1 Feb 2025 02:31:13 +0000 Subject: [PATCH 7/7] Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/is.js | 3 ++- l10n/is.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/l10n/is.js b/l10n/is.js index 03d79d5..29190c7 100644 --- a/l10n/is.js +++ b/l10n/is.js @@ -26,6 +26,7 @@ OC.L10N.register( "Server error" : "Villa frá þjóni", "Start" : "Byrjun", "Loading" : "Hleð inn", - "Settings saved" : "Stillingar vistaðar" + "Settings saved" : "Stillingar vistaðar", + "Unexpected error occurred" : "Óvænt villa kom upp" }, "nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"); diff --git a/l10n/is.json b/l10n/is.json index d5a559c..d60982f 100644 --- a/l10n/is.json +++ b/l10n/is.json @@ -24,6 +24,7 @@ "Server error" : "Villa frá þjóni", "Start" : "Byrjun", "Loading" : "Hleð inn", - "Settings saved" : "Stillingar vistaðar" + "Settings saved" : "Stillingar vistaðar", + "Unexpected error occurred" : "Óvænt villa kom upp" },"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);" } \ No newline at end of file