diff options
Diffstat (limited to 'apps/files_sharing')
127 files changed, 1264 insertions, 1530 deletions
diff --git a/apps/files_sharing/css/icons.css b/apps/files_sharing/css/icons.css index b27ee91e37d..3a81b66561f 100644 --- a/apps/files_sharing/css/icons.css +++ b/apps/files_sharing/css/icons.css @@ -1,10 +1,4 @@ /*! * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors * SPDX-License-Identifier: AGPL-3.0-or-later - *//*! - * SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors - * SPDX-License-Identifier: AGPL-3.0-or-later - *//*! - * SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors - * SPDX-License-Identifier: AGPL-3.0-or-later */.icon-room{background-image:var(--icon-talk-dark)}.icon-circle{background-image:var(--icon-circles-dark)}.icon-guests{background-image:var(--icon-user-dark)}/*# sourceMappingURL=icons.css.map */ diff --git a/apps/files_sharing/css/icons.css.map b/apps/files_sharing/css/icons.css.map index 33f84dc03d4..8a0933ead82 100644 --- a/apps/files_sharing/css/icons.css.map +++ b/apps/files_sharing/css/icons.css.map @@ -1 +1 @@ -{"version":3,"sourceRoot":"","sources":["icons.scss","../../../core/css/variables.scss","../../../core/css/functions.scss"],"names":[],"mappings":"AAAA;AAAA;AAAA;AAAA,GCEA;AAAA;AAAA;AAAA,GCFA;AAAA;AAAA;AAAA,GFQA,WACC,uCAGD,aACC,0CAGD,aACC","file":"icons.css"}
\ No newline at end of file +{"version":3,"sourceRoot":"","sources":["icons.scss"],"names":[],"mappings":"AAAA;AAAA;AAAA;AAAA,GAQA,WACC,uCAGD,aACC,0CAGD,aACC","file":"icons.css"}
\ No newline at end of file diff --git a/apps/files_sharing/css/icons.scss b/apps/files_sharing/css/icons.scss index 3307a9fa4cb..6dcbd14d478 100644 --- a/apps/files_sharing/css/icons.scss +++ b/apps/files_sharing/css/icons.scss @@ -2,10 +2,10 @@ * SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors * SPDX-License-Identifier: AGPL-3.0-or-later */ -@use 'variables'; -@use 'functions'; -// This is the icons used in the sharing ui (multiselect) +// This is the icons used in the sharing ui (SharingInput component) +// loaded by apps/files_sharing/lib/Listener/LoadAdditionalListener.php + .icon-room { background-image: var(--icon-talk-dark); } diff --git a/apps/files_sharing/css/mobile.css b/apps/files_sharing/css/mobile.css deleted file mode 100644 index 6bab90e8c63..00000000000 --- a/apps/files_sharing/css/mobile.css +++ /dev/null @@ -1,8 +0,0 @@ -/*! - * SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors - * SPDX-FileCopyrightText: 2014 ownCloud, Inc. - * SPDX-License-Identifier: AGPL-3.0-only - *//*! - * SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors - * SPDX-License-Identifier: AGPL-3.0-or-later - */@media only screen and (max-width: 1024px){#header.share-file{position:absolute !important}table th.column-size,table td.filesize,table th.column-mtime,table td.date{display:none}table td.filename .nametext{max-width:75% !important}#imgframe{width:100%;padding:0}#imgframe .publicpreview{margin-top:32px}.files-fileList a.action img{padding-block:0;padding-inline:12px 6px}.files-fileList a.action:not(.menuitem) span{display:none}.nametext{width:60%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#header .menutoggle{padding-inline-end:14px;background-position:center}.note{padding:0 20px}.emptycontent{margin-top:10vh}}/*# sourceMappingURL=mobile.css.map */ diff --git a/apps/files_sharing/css/mobile.css.map b/apps/files_sharing/css/mobile.css.map deleted file mode 100644 index 7c6c212dbb0..00000000000 --- a/apps/files_sharing/css/mobile.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sourceRoot":"","sources":["mobile.scss","../../../core/css/variables.scss"],"names":[],"mappings":"AAAA;AAAA;AAAA;AAAA;AAAA,GCEA;AAAA;AAAA;AAAA,GDKA,2CAGA,mBACC,6BAID,2EAIC,aAID,4BACC,yBAID,UACC,WACA,UAGD,yBACC,gBAID,6BACC,gBACA,wBAGD,6CACC,aAID,UACC,UACA,mBACA,gBACA,uBAGD,oBACI,wBACA,2BAEJ,MACC,eAGD,cACC","file":"mobile.css"}
\ No newline at end of file diff --git a/apps/files_sharing/css/mobile.css.map.license b/apps/files_sharing/css/mobile.css.map.license deleted file mode 100644 index 3d60c440a9c..00000000000 --- a/apps/files_sharing/css/mobile.css.map.license +++ /dev/null @@ -1,3 +0,0 @@ -SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors -SPDX-FileCopyrightText: 2014 ownCloud, Inc. -SPDX-License-Identifier: AGPL-3.0-only diff --git a/apps/files_sharing/css/mobile.scss b/apps/files_sharing/css/mobile.scss deleted file mode 100644 index 1f1a9b74357..00000000000 --- a/apps/files_sharing/css/mobile.scss +++ /dev/null @@ -1,67 +0,0 @@ -/*! - * SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors - * SPDX-FileCopyrightText: 2014 ownCloud, Inc. - * SPDX-License-Identifier: AGPL-3.0-only - */ -@use 'variables'; - -@media only screen and (max-width: variables.$breakpoint-mobile) { - -/* make header scroll up for single shares, more view of content on small screens */ -#header.share-file { - position: absolute !important; -} - -/* hide size and date columns */ -table th.column-size, -table td.filesize, -table th.column-mtime, -table td.date { - display: none; -} - -/* restrict length of displayed filename to prevent overflow */ -table td.filename .nametext { - max-width: 75% !important; -} - -/* on mobile, show single shared image at full width without margin */ -#imgframe { - width: 100%; - padding: 0; -} -/* some margin for the file type icon */ -#imgframe .publicpreview { - margin-top: 32px; -} - -/* some padding for better clickability */ -.files-fileList a.action img { - padding-block: 0; - padding-inline: 12px 6px; -} -/* hide text of the actions on mobile */ -.files-fileList a.action:not(.menuitem) span { - display: none; -} - -/* ellipsis on file names */ -.nametext { - width: 60%; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; -} - -#header .menutoggle { - padding-inline-end: 14px; - background-position: center; -} -.note { - padding: 0 20px; -} - -.emptycontent { - margin-top: 10vh; -} -} diff --git a/apps/files_sharing/css/public.css b/apps/files_sharing/css/public.css deleted file mode 100644 index 6b5d3933419..00000000000 --- a/apps/files_sharing/css/public.css +++ /dev/null @@ -1,8 +0,0 @@ -/*! - * SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors - * SPDX-FileCopyrightText: 2012-2016 ownCloud, Inc. - * SPDX-License-Identifier: AGPL-3.0-only - *//*! - * SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors - * SPDX-License-Identifier: AGPL-3.0-or-later - */#preview{text-align:center}#preview .notCreatable{display:none}#noPreview{display:none;padding-top:80px}#imgframe{height:75%;padding-bottom:32px;padding-top:32px;width:80%;margin:0 auto}#imgframe #viewer{height:100%;width:100%}#imgframe img{max-height:calc(100vh - var(--header-height) - 65px - 200px - 16px) !important;max-width:100% !important;width:unset !important}#imgframe :not(#viewer) img{min-width:100px}#imgframe video{max-height:calc(100vh - var(--header-height) - 65px - 200px - 16px)}#imgframe .plyr:fullscreen video{max-height:unset}#imgframe audio{display:block;margin-inline:auto}#imgframe #viewer[data-handler=audios]{margin-top:400px}#imgframe .text-preview{display:inline-block;position:relative;text-align:start;white-space:pre-wrap;overflow-y:scroll;height:auto;min-height:200px;max-height:800px}#imgframe .ellipsis{font-size:1.2em}#imgframe .viewer__file{height:100%;width:100%}#imgframe .plyr{top:0px !important;max-height:100%}.app-files_sharing #app-content footer{position:sticky !important}thead{inset-inline-start:0 !important}#data-upload-form{position:relative;inset-inline-end:0;height:32px;overflow:hidden;padding:0;float:right;display:inline;margin:0}.directDownload #downloadFile{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:90%;display:inline-block;margin-inline:auto;margin-top:16px}.download-size{opacity:.5}#details{display:inline-flex}#details button,#details input,#details .button{margin:0 5px;line-height:normal}#details button:hover,#details input:hover,#details .button:hover{border-color:rgba(0,0,0,.3) !important}#public-upload .avatardiv{margin:0 auto}.emptycontent.has-note{margin-top:5vh}#public-upload .emptycontent h2{margin:10px 0 5px 0}#public-upload .emptycontent h2+p{margin-bottom:30px}#public-upload .emptycontent .icon-folder{height:16px;width:16px;background-size:16px;display:inline-block;vertical-align:text-top;margin-bottom:0;margin-inline-end:5px;opacity:1}#public-upload .emptycontent #displayavatar .icon-folder{height:48px;width:48px;background-size:48px}#public-upload .emptycontent .button{display:inline-block;height:auto;width:auto;background-size:16px;background-position:16px;opacity:.7;font-size:20px;line-height:initial;margin:20px;padding:10px 20px;padding-inline-start:42px}#public-upload .emptycontent ul{width:230px;margin:5px auto 5vh;text-align:start}#public-upload .emptycontent li{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:7px 0}#public-upload .emptycontent li img{margin-inline-end:5px;position:relative;top:2px}#drop-upload-progress-indicator span.icon-loading-small{padding-inline-start:18px;margin-inline-end:7px}#drop-uploaded-files li #drop-upload-name{float:left;max-width:180px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}#drop-uploaded-files li #drop-upload-status{float:right}.disclaimer,.note{margin:0 auto 30px;max-width:400px;text-align:start}#note-content{padding:5px;display:inline-block;width:350px}#note-content .content{overflow:auto;max-height:200px}#show-terms-dialog{cursor:pointer;font-weight:bold}/*# sourceMappingURL=public.css.map */ diff --git a/apps/files_sharing/css/public.css.map b/apps/files_sharing/css/public.css.map deleted file mode 100644 index a34a1422358..00000000000 --- a/apps/files_sharing/css/public.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sourceRoot":"","sources":["public.scss","../../../core/css/variables.scss"],"names":[],"mappings":"AAAA;AAAA;AAAA;AAAA;AAAA,GCEA;AAAA;AAAA;AAAA,GDSA,SACC,kBAGD,uBACC,aAGD,WACC,aACA,iBAGD,UACC,WACA,oBACA,iBACA,UACA,cAGD,kBACC,YACA,WAGD,cACC,+EACA,0BACA,uBAGD,4BACI,gBAGJ,gBACC,oEAGD,iCACI,iBAGJ,gBACC,cACA,mBAGD,uCAEI,iBAGJ,wBACC,qBACA,kBACA,iBACA,qBACA,kBACA,YACA,iBACA,iBAGD,oBACC,gBAGD,wBACC,YACA,WAGD,gBACC,mBACA,gBAGD,uCACC,2BAID,MACC,gCAGD,kBACC,kBACA,mBACA,YACA,gBACA,UACA,YACA,eACA,SAID,8BACC,mBACA,gBACA,uBACA,cACA,qBACA,mBACA,gBAGD,eACC,WAID,SACC,oBAGD,gDAGC,aACA,mBAGD,kEAIC,uCAGD,0BACC,cAIA,uBACC,eAIF,gCACC,oBAGD,kCACC,mBAGD,0CACC,YACA,WACA,qBACA,qBACA,wBACA,gBACA,sBACA,UAGD,yDACC,YACA,WACA,qBAGD,qCACC,qBACA,YACA,WACA,qBACA,yBACA,WACA,eACA,oBACA,YACA,kBACA,0BAGD,gCACC,YACA,oBACA,iBAGD,gCACC,gBACA,uBACA,mBACA,cAGD,oCACC,sBACA,kBACA,QAGD,wDACC,0BACA,sBAGD,0CACC,WACA,gBACA,uBACA,mBACA,gBAGD,4CACC,YAGD,kBAEC,mBACA,gBACA,iBAGD,cACC,YACA,qBACA,YACA,uBACC,cACA,iBAIF,mBACC,eACA","file":"public.css"}
\ No newline at end of file diff --git a/apps/files_sharing/css/public.css.map.license b/apps/files_sharing/css/public.css.map.license deleted file mode 100644 index 1c70f3b7dd4..00000000000 --- a/apps/files_sharing/css/public.css.map.license +++ /dev/null @@ -1,3 +0,0 @@ -SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors -SPDX-FileCopyrightText: 2012-2016 ownCloud, Inc. -SPDX-License-Identifier: AGPL-3.0-only diff --git a/apps/files_sharing/css/public.scss b/apps/files_sharing/css/public.scss deleted file mode 100644 index 645aeeff357..00000000000 --- a/apps/files_sharing/css/public.scss +++ /dev/null @@ -1,250 +0,0 @@ -/*! - * SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors - * SPDX-FileCopyrightText: 2012-2016 ownCloud, Inc. - * SPDX-License-Identifier: AGPL-3.0-only - */ -@use 'variables'; - -$footer-height: 65px; -$footer-padding-height: 16px; -$download-button-section-height: 200px; - -#preview { - text-align: center; -} - -#preview .notCreatable { - display: none; -} - -#noPreview { - display:none; - padding-top:80px; -} - -#imgframe { - height:75%; - padding-bottom:32px; - padding-top:32px; - width:80%; - margin:0 auto; -} - -#imgframe #viewer { - height: 100%; - width: 100%; -} - -#imgframe img { - max-height: calc(100vh - var(--header-height) - #{$footer-height} - #{$download-button-section-height} - #{$footer-padding-height}) !important; - max-width: 100% !important; - width: unset !important; -} - -#imgframe :not(#viewer) img { - min-width: 100px; -} - -#imgframe video { - max-height: calc(100vh - var(--header-height) - #{$footer-height} - #{$download-button-section-height} - #{$footer-padding-height}); -} - -#imgframe .plyr:fullscreen video { - max-height: unset; -} - -#imgframe audio { - display: block; - margin-inline: auto; -} - -#imgframe #viewer[data-handler=audios] { - // for speed settings - margin-top: 400px; -} - -#imgframe .text-preview { - display: inline-block; - position: relative; - text-align: start; - white-space: pre-wrap; - overflow-y: scroll; - height: auto; - min-height: 200px; - max-height: 800px; -} - -#imgframe .ellipsis { - font-size: 1.2em; -} - -#imgframe .viewer__file { - height: 100%; - width: 100%; -} - -#imgframe .plyr { - top: 0px !important; - max-height: 100%; -} - -.app-files_sharing #app-content footer { - position: sticky !important; -} - -/* fix multiselect bar offset on shared page */ -thead { - inset-inline-start: 0 !important; -} - -#data-upload-form { - position: relative; - inset-inline-end: 0; - height: 32px; - overflow: hidden; - padding: 0; - float: right; - display: inline; - margin: 0; -} - -/* keep long file names in one line to not overflow download button on mobile */ -.directDownload #downloadFile { - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - max-width: 90%; - display: inline-block; - margin-inline: auto; - margin-top: 16px; -} - -.download-size { - opacity: .5; -} - -/* header buttons */ -#details { - display: inline-flex; -} - -#details button, -#details input, -#details .button { - margin: 0 5px; - line-height: normal; -} - -#details button:hover, -#details input:hover, -#details .button:hover { - /* No */ - border-color: rgba(0,0,0,0.3) !important; -} - -#public-upload .avatardiv { - margin: 0 auto; -} - -.emptycontent { - &.has-note { - margin-top: 5vh; - } -} - -#public-upload .emptycontent h2 { - margin: 10px 0 5px 0; -} - -#public-upload .emptycontent h2+p { - margin-bottom: 30px; -} - -#public-upload .emptycontent .icon-folder { - height: 16px; - width: 16px; - background-size: 16px; - display: inline-block; - vertical-align: text-top; - margin-bottom: 0; - margin-inline-end: 5px; - opacity: 1; -} - -#public-upload .emptycontent #displayavatar .icon-folder { - height: 48px; - width: 48px; - background-size: 48px; -} - -#public-upload .emptycontent .button { - display: inline-block; - height: auto; - width: auto; - background-size: 16px; - background-position: 16px; - opacity: .7; - font-size: 20px; - line-height: initial; - margin: 20px; - padding: 10px 20px; - padding-inline-start: 42px; -} - -#public-upload .emptycontent ul { - width: 230px; - margin: 5px auto 5vh; - text-align: start; -} - -#public-upload .emptycontent li { - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - padding: 7px 0; -} - -#public-upload .emptycontent li img { - margin-inline-end: 5px; - position: relative; - top: 2px; -} - -#drop-upload-progress-indicator span.icon-loading-small { - padding-inline-start: 18px; - margin-inline-end: 7px; -} - -#drop-uploaded-files li #drop-upload-name { - float: left; - max-width: 180px; - text-overflow: ellipsis; - white-space: nowrap; - overflow: hidden; -} - -#drop-uploaded-files li #drop-upload-status { - float: right; -} - -.disclaimer, -.note { - margin: 0 auto 30px; - max-width: 400px; - text-align: start; -} - -#note-content { - padding: 5px; - display:inline-block; - width: 350px; - .content { - overflow: auto; - max-height: 200px; - } -} - -#show-terms-dialog { - cursor: pointer; - font-weight: bold; -} diff --git a/apps/files_sharing/css/publicView.css b/apps/files_sharing/css/publicView.css deleted file mode 100644 index e7b2021d547..00000000000 --- a/apps/files_sharing/css/publicView.css +++ /dev/null @@ -1,15 +0,0 @@ -/*! - * SPDX-FileCopyrightText: 2017 Nextcloud GmbH and Nextcloud contributors - * SPDX-License-Identifier: AGPL-3.0-or-later - *//*! - * SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors - * SPDX-FileCopyrightText: 2012-2016 ownCloud, Inc. - * SPDX-License-Identifier: AGPL-3.0-only - *//*! - * SPDX-FileCopyrightText: 2018 Nextcloud GmbH and Nextcloud contributors - * SPDX-License-Identifier: AGPL-3.0-or-later - */#preview{text-align:center}#preview .notCreatable{display:none}#noPreview{display:none;padding-top:80px}#imgframe{height:75%;padding-bottom:32px;padding-top:32px;width:80%;margin:0 auto}#imgframe #viewer{height:100%;width:100%}#imgframe img{max-height:calc(100vh - var(--header-height) - 65px - 200px - 16px) !important;max-width:100% !important;width:unset !important}#imgframe :not(#viewer) img{min-width:100px}#imgframe video{max-height:calc(100vh - var(--header-height) - 65px - 200px - 16px)}#imgframe .plyr:fullscreen video{max-height:unset}#imgframe audio{display:block;margin-inline:auto}#imgframe #viewer[data-handler=audios]{margin-top:400px}#imgframe .text-preview{display:inline-block;position:relative;text-align:start;white-space:pre-wrap;overflow-y:scroll;height:auto;min-height:200px;max-height:800px}#imgframe .ellipsis{font-size:1.2em}#imgframe .viewer__file{height:100%;width:100%}#imgframe .plyr{top:0px !important;max-height:100%}.app-files_sharing #app-content footer{position:sticky !important}thead{inset-inline-start:0 !important}#data-upload-form{position:relative;inset-inline-end:0;height:32px;overflow:hidden;padding:0;float:right;display:inline;margin:0}.directDownload #downloadFile{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:90%;display:inline-block;margin-inline:auto;margin-top:16px}.download-size{opacity:.5}#details{display:inline-flex}#details button,#details input,#details .button{margin:0 5px;line-height:normal}#details button:hover,#details input:hover,#details .button:hover{border-color:rgba(0,0,0,.3) !important}#public-upload .avatardiv{margin:0 auto}.emptycontent.has-note{margin-top:5vh}#public-upload .emptycontent h2{margin:10px 0 5px 0}#public-upload .emptycontent h2+p{margin-bottom:30px}#public-upload .emptycontent .icon-folder{height:16px;width:16px;background-size:16px;display:inline-block;vertical-align:text-top;margin-bottom:0;margin-inline-end:5px;opacity:1}#public-upload .emptycontent #displayavatar .icon-folder{height:48px;width:48px;background-size:48px}#public-upload .emptycontent .button{display:inline-block;height:auto;width:auto;background-size:16px;background-position:16px;opacity:.7;font-size:20px;line-height:initial;margin:20px;padding:10px 20px;padding-inline-start:42px}#public-upload .emptycontent ul{width:230px;margin:5px auto 5vh;text-align:start}#public-upload .emptycontent li{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:7px 0}#public-upload .emptycontent li img{margin-inline-end:5px;position:relative;top:2px}#drop-upload-progress-indicator span.icon-loading-small{padding-inline-start:18px;margin-inline-end:7px}#drop-uploaded-files li #drop-upload-name{float:left;max-width:180px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}#drop-uploaded-files li #drop-upload-status{float:right}.disclaimer,.note{margin:0 auto 30px;max-width:400px;text-align:start}#note-content{padding:5px;display:inline-block;width:350px}#note-content .content{overflow:auto;max-height:200px}#show-terms-dialog{cursor:pointer;font-weight:bold}/*! - * SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors - * SPDX-FileCopyrightText: 2014 ownCloud, Inc. - * SPDX-License-Identifier: AGPL-3.0-only - */@media only screen and (max-width: 1024px){#header.share-file{position:absolute !important}table th.column-size,table td.filesize,table th.column-mtime,table td.date{display:none}table td.filename .nametext{max-width:75% !important}#imgframe{width:100%;padding:0}#imgframe .publicpreview{margin-top:32px}.files-fileList a.action img{padding-block:0;padding-inline:12px 6px}.files-fileList a.action:not(.menuitem) span{display:none}.nametext{width:60%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#header .menutoggle{padding-inline-end:14px;background-position:center}.note{padding:0 20px}.emptycontent{margin-top:10vh}}/*# sourceMappingURL=publicView.css.map */ diff --git a/apps/files_sharing/css/publicView.css.map b/apps/files_sharing/css/publicView.css.map deleted file mode 100644 index 25f1abf527a..00000000000 --- a/apps/files_sharing/css/publicView.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sourceRoot":"","sources":["publicView.scss","../../../core/css/variables.scss","public.scss","mobile.scss"],"names":[],"mappings":"AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,GCEA;AAAA;AAAA;AAAA,GCSA,SACC,kBAGD,uBACC,aAGD,WACC,aACA,iBAGD,UACC,WACA,oBACA,iBACA,UACA,cAGD,kBACC,YACA,WAGD,cACC,+EACA,0BACA,uBAGD,4BACI,gBAGJ,gBACC,oEAGD,iCACI,iBAGJ,gBACC,cACA,mBAGD,uCAEI,iBAGJ,wBACC,qBACA,kBACA,iBACA,qBACA,kBACA,YACA,iBACA,iBAGD,oBACC,gBAGD,wBACC,YACA,WAGD,gBACC,mBACA,gBAGD,uCACC,2BAID,MACC,gCAGD,kBACC,kBACA,mBACA,YACA,gBACA,UACA,YACA,eACA,SAID,8BACC,mBACA,gBACA,uBACA,cACA,qBACA,mBACA,gBAGD,eACC,WAID,SACC,oBAGD,gDAGC,aACA,mBAGD,kEAIC,uCAGD,0BACC,cAIA,uBACC,eAIF,gCACC,oBAGD,kCACC,mBAGD,0CACC,YACA,WACA,qBACA,qBACA,wBACA,gBACA,sBACA,UAGD,yDACC,YACA,WACA,qBAGD,qCACC,qBACA,YACA,WACA,qBACA,yBACA,WACA,eACA,oBACA,YACA,kBACA,0BAGD,gCACC,YACA,oBACA,iBAGD,gCACC,gBACA,uBACA,mBACA,cAGD,oCACC,sBACA,kBACA,QAGD,wDACC,0BACA,sBAGD,0CACC,WACA,gBACA,uBACA,mBACA,gBAGD,4CACC,YAGD,kBAEC,mBACA,gBACA,iBAGD,cACC,YACA,qBACA,YACA,uBACC,cACA,iBAIF,mBACC,eACA,iBCxPD;AAAA;AAAA;AAAA;AAAA,GAOA,2CAGA,mBACC,6BAID,2EAIC,aAID,4BACC,yBAID,UACC,WACA,UAGD,yBACC,gBAID,6BACC,gBACA,wBAGD,6CACC,aAID,UACC,UACA,mBACA,gBACA,uBAGD,oBACI,wBACA,2BAEJ,MACC,eAGD,cACC","file":"publicView.css"}
\ No newline at end of file diff --git a/apps/files_sharing/css/publicView.css.map.license b/apps/files_sharing/css/publicView.css.map.license deleted file mode 100644 index dddb428772d..00000000000 --- a/apps/files_sharing/css/publicView.css.map.license +++ /dev/null @@ -1,2 +0,0 @@ -SPDX-FileCopyrightText: 2017 Nextcloud GmbH and Nextcloud contributors -SPDX-License-Identifier: AGPL-3.0-or-later diff --git a/apps/files_sharing/css/publicView.scss b/apps/files_sharing/css/publicView.scss deleted file mode 100644 index 9f61141d330..00000000000 --- a/apps/files_sharing/css/publicView.scss +++ /dev/null @@ -1,6 +0,0 @@ -/*! - * SPDX-FileCopyrightText: 2017 Nextcloud GmbH and Nextcloud contributors - * SPDX-License-Identifier: AGPL-3.0-or-later - */ -@use 'public'; -@use 'mobile'; diff --git a/apps/files_sharing/l10n/ar.js b/apps/files_sharing/l10n/ar.js index 508fe55aa0a..2f067ced7dc 100644 --- a/apps/files_sharing/l10n/ar.js +++ b/apps/files_sharing/l10n/ar.js @@ -385,16 +385,6 @@ OC.L10N.register( "Shared with you and {circle} by {owner}" : "تمّت مشاركته معك و مع الدائرة {circle} من قِبَل {owner}", "Shared with you and the conversation {conversation} by {owner}" : "تمّت مشاركته معك و مع المحادثة {conversation} من قِبَل {owner}", "Shared with you in a conversation by {owner}" : "تمّت مشاركته معك في محادثة من قِبَل {owner}", - "Share note" : "ملاحظة عن المشاركة", - "Show list view" : "أظهِِر عرض القائمة list view", - "Show grid view" : "أظهِِر عرض الصناديق grid view", - "Upload files to %s" : "رَفْعُ ملفات إلى %s", - "%s shared a folder with you." : "قام %s بمشاركة مجلد معك.", - "Note" : "ملاحظة", - "Select or drop files" : "إختر أو أفلِت ملفات", - "Uploading files" : "رفع الملفات جارٍ...", - "Uploaded files:" : "تمّ رَفْعُ ملفاتٍ:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "برفع الملفات ، فإنك توافق على %1$s شروط الخدمة %2$s.", "Share not found" : "مشاركة غير موجودة", "Back to %s" : "عودة إلى %s", "Add to your Nextcloud" : "إضافة إلى حسابك على نكست كلاود", @@ -404,6 +394,8 @@ OC.L10N.register( "This will stop your current uploads." : "سيؤدي هذا لإيقاف رفع الملفات الحالية.", "Move or copy" : "أنقُل أو انسَخ", "You can upload into this folder" : "بإمكانك رفع الملفات إلى هذا المجلد", + "Show list view" : "أظهِِر عرض القائمة list view", + "Show grid view" : "أظهِِر عرض الصناديق grid view", "No compatible server found at {remote}" : "لم يتم العثور على خادم متوافق في {remote}", "Invalid server URL" : "عنوان الرابط للخادم غير صالح", "Failed to add the public link to your Nextcloud" : "فشل في إضافة الرابط العام إلى الخادم السحابي الخاص بك", @@ -416,6 +408,14 @@ OC.L10N.register( "To upload files, you need to provide your name first." : "لرفع الملفات، يجب أن تكتب اسمك أوّلاً.", "Enter your name" : "أدخِل اسمك", "Submit name" : "إرسال الاسم", + "Share note" : "ملاحظة عن المشاركة", + "Upload files to %s" : "رَفْعُ ملفات إلى %s", + "%s shared a folder with you." : "قام %s بمشاركة مجلد معك.", + "Note" : "ملاحظة", + "Select or drop files" : "إختر أو أفلِت ملفات", + "Uploading files" : "رفع الملفات جارٍ...", + "Uploaded files:" : "تمّ رَفْعُ ملفاتٍ:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "برفع الملفات ، فإنك توافق على %1$s شروط الخدمة %2$s.", "Name" : "الاسم", "Email, federated cloud id" : "بريد إلكتروني، مُعرِّف سحابة اتحاديّة", "Filename must not be empty." : "يجب ألّا يكون اسم الملف فارغاً." diff --git a/apps/files_sharing/l10n/ar.json b/apps/files_sharing/l10n/ar.json index 540daa96c91..f7b8af2e100 100644 --- a/apps/files_sharing/l10n/ar.json +++ b/apps/files_sharing/l10n/ar.json @@ -383,16 +383,6 @@ "Shared with you and {circle} by {owner}" : "تمّت مشاركته معك و مع الدائرة {circle} من قِبَل {owner}", "Shared with you and the conversation {conversation} by {owner}" : "تمّت مشاركته معك و مع المحادثة {conversation} من قِبَل {owner}", "Shared with you in a conversation by {owner}" : "تمّت مشاركته معك في محادثة من قِبَل {owner}", - "Share note" : "ملاحظة عن المشاركة", - "Show list view" : "أظهِِر عرض القائمة list view", - "Show grid view" : "أظهِِر عرض الصناديق grid view", - "Upload files to %s" : "رَفْعُ ملفات إلى %s", - "%s shared a folder with you." : "قام %s بمشاركة مجلد معك.", - "Note" : "ملاحظة", - "Select or drop files" : "إختر أو أفلِت ملفات", - "Uploading files" : "رفع الملفات جارٍ...", - "Uploaded files:" : "تمّ رَفْعُ ملفاتٍ:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "برفع الملفات ، فإنك توافق على %1$s شروط الخدمة %2$s.", "Share not found" : "مشاركة غير موجودة", "Back to %s" : "عودة إلى %s", "Add to your Nextcloud" : "إضافة إلى حسابك على نكست كلاود", @@ -402,6 +392,8 @@ "This will stop your current uploads." : "سيؤدي هذا لإيقاف رفع الملفات الحالية.", "Move or copy" : "أنقُل أو انسَخ", "You can upload into this folder" : "بإمكانك رفع الملفات إلى هذا المجلد", + "Show list view" : "أظهِِر عرض القائمة list view", + "Show grid view" : "أظهِِر عرض الصناديق grid view", "No compatible server found at {remote}" : "لم يتم العثور على خادم متوافق في {remote}", "Invalid server URL" : "عنوان الرابط للخادم غير صالح", "Failed to add the public link to your Nextcloud" : "فشل في إضافة الرابط العام إلى الخادم السحابي الخاص بك", @@ -414,6 +406,14 @@ "To upload files, you need to provide your name first." : "لرفع الملفات، يجب أن تكتب اسمك أوّلاً.", "Enter your name" : "أدخِل اسمك", "Submit name" : "إرسال الاسم", + "Share note" : "ملاحظة عن المشاركة", + "Upload files to %s" : "رَفْعُ ملفات إلى %s", + "%s shared a folder with you." : "قام %s بمشاركة مجلد معك.", + "Note" : "ملاحظة", + "Select or drop files" : "إختر أو أفلِت ملفات", + "Uploading files" : "رفع الملفات جارٍ...", + "Uploaded files:" : "تمّ رَفْعُ ملفاتٍ:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "برفع الملفات ، فإنك توافق على %1$s شروط الخدمة %2$s.", "Name" : "الاسم", "Email, federated cloud id" : "بريد إلكتروني، مُعرِّف سحابة اتحاديّة", "Filename must not be empty." : "يجب ألّا يكون اسم الملف فارغاً." diff --git a/apps/files_sharing/l10n/ast.js b/apps/files_sharing/l10n/ast.js index 93fbfd31a73..475576a969c 100644 --- a/apps/files_sharing/l10n/ast.js +++ b/apps/files_sharing/l10n/ast.js @@ -278,15 +278,6 @@ OC.L10N.register( "Shared with you and {circle} by {owner}" : "{owner} compartió l'elementu contigo y con «{circle}»", "Shared with you and the conversation {conversation} by {owner}" : "{owner} compartió l'elementu contigo y cola conversación «{conversation}»", "Shared with you in a conversation by {owner}" : "{owner} compartió l'elementu contigo nuna conversación", - "Share note" : "Compartir una nota", - "Show list view" : "Amosar la vista en llista", - "Show grid view" : "Amosar la vista en rexáu", - "Upload files to %s" : "Xubir ficheros a «%s»", - "Note" : "Nota", - "Select or drop files" : "Seleiciona o suelta los ficheros", - "Uploading files" : "Xubiendo ficheros", - "Uploaded files:" : "Ficheros xubíos:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Al xubir los ficheros, aceptes los %1$stérminos del serviciu%2$s", "Share not found" : "Nun s'atopó la compartición", "Back to %s" : "Volver a «%s»", "Add to your Nextcloud" : "Amestar a Nextcloud", @@ -296,12 +287,21 @@ OC.L10N.register( "This will stop your current uploads." : "Esta aición va parar les xubes actuales.", "Move or copy" : "Mover o copiar", "You can upload into this folder" : "Pues xubir conteníu a esta carpeta", + "Show list view" : "Amosar la vista en llista", + "Show grid view" : "Amosar la vista en rexáu", "No compatible server found at {remote}" : "Nun s'atopó nengún sirvidor compatible en «{remote}»", "Invalid server URL" : "La URL del sirvidor ye inválida", "Failed to add the public link to your Nextcloud" : "Nun se pue amestar l'enllaz públicu a esta instancia de Nextcloud", "Download all files" : "Baxar tolos ficheros", "Search for share recipients" : "Buscar destinatarios del elementu compartíu", "No recommendations. Start typing." : "Nun hai nenguna recomendación. Comienza a escribir", + "Share note" : "Compartir una nota", + "Upload files to %s" : "Xubir ficheros a «%s»", + "Note" : "Nota", + "Select or drop files" : "Seleiciona o suelta los ficheros", + "Uploading files" : "Xubiendo ficheros", + "Uploaded files:" : "Ficheros xubíos:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "Al xubir los ficheros, aceptes los %1$stérminos del serviciu%2$s", "Name" : "Nome" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/ast.json b/apps/files_sharing/l10n/ast.json index 596e94b9050..e95918aad5a 100644 --- a/apps/files_sharing/l10n/ast.json +++ b/apps/files_sharing/l10n/ast.json @@ -276,15 +276,6 @@ "Shared with you and {circle} by {owner}" : "{owner} compartió l'elementu contigo y con «{circle}»", "Shared with you and the conversation {conversation} by {owner}" : "{owner} compartió l'elementu contigo y cola conversación «{conversation}»", "Shared with you in a conversation by {owner}" : "{owner} compartió l'elementu contigo nuna conversación", - "Share note" : "Compartir una nota", - "Show list view" : "Amosar la vista en llista", - "Show grid view" : "Amosar la vista en rexáu", - "Upload files to %s" : "Xubir ficheros a «%s»", - "Note" : "Nota", - "Select or drop files" : "Seleiciona o suelta los ficheros", - "Uploading files" : "Xubiendo ficheros", - "Uploaded files:" : "Ficheros xubíos:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Al xubir los ficheros, aceptes los %1$stérminos del serviciu%2$s", "Share not found" : "Nun s'atopó la compartición", "Back to %s" : "Volver a «%s»", "Add to your Nextcloud" : "Amestar a Nextcloud", @@ -294,12 +285,21 @@ "This will stop your current uploads." : "Esta aición va parar les xubes actuales.", "Move or copy" : "Mover o copiar", "You can upload into this folder" : "Pues xubir conteníu a esta carpeta", + "Show list view" : "Amosar la vista en llista", + "Show grid view" : "Amosar la vista en rexáu", "No compatible server found at {remote}" : "Nun s'atopó nengún sirvidor compatible en «{remote}»", "Invalid server URL" : "La URL del sirvidor ye inválida", "Failed to add the public link to your Nextcloud" : "Nun se pue amestar l'enllaz públicu a esta instancia de Nextcloud", "Download all files" : "Baxar tolos ficheros", "Search for share recipients" : "Buscar destinatarios del elementu compartíu", "No recommendations. Start typing." : "Nun hai nenguna recomendación. Comienza a escribir", + "Share note" : "Compartir una nota", + "Upload files to %s" : "Xubir ficheros a «%s»", + "Note" : "Nota", + "Select or drop files" : "Seleiciona o suelta los ficheros", + "Uploading files" : "Xubiendo ficheros", + "Uploaded files:" : "Ficheros xubíos:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "Al xubir los ficheros, aceptes los %1$stérminos del serviciu%2$s", "Name" : "Nome" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/bg.js b/apps/files_sharing/l10n/bg.js index bd8f335ef2f..e651fd12c61 100644 --- a/apps/files_sharing/l10n/bg.js +++ b/apps/files_sharing/l10n/bg.js @@ -223,15 +223,6 @@ OC.L10N.register( "Shared with you and {circle} by {owner}" : "Споделено с вас и {circle} от {owner}", "Shared with you and the conversation {conversation} by {owner}" : "Споделено с вас и разговора {conversation} от {owner}", "Shared with you in a conversation by {owner}" : "Споделено с вас в разговор от {owner}", - "Share note" : "Сподели бележка", - "Show list view" : "Показване с изглед на списък", - "Show grid view" : "Показване в решетъчен изглед", - "Upload files to %s" : "Качване на файлове към %s", - "Note" : "Бележка", - "Select or drop files" : "Изберете файл или преместете с мишката", - "Uploading files" : "Качване на файлове", - "Uploaded files:" : "Качени файлове:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "С качването на файлове, вие се съгласявате с %1$s условията на услугата%2$s.", "Share not found" : "Споделянето не е открито", "Back to %s" : "Обратно към %s", "Add to your Nextcloud" : "Добавете към Nextcloud", @@ -241,6 +232,8 @@ OC.L10N.register( "This will stop your current uploads." : "Това ще прекрати всички ваши текущи процеси по качване на файлове.", "Move or copy" : "Премести или копирай", "You can upload into this folder" : "Може да качвате в папката", + "Show list view" : "Показване с изглед на списък", + "Show grid view" : "Показване в решетъчен изглед", "No compatible server found at {remote}" : "Не беше намерен съвместим сървър на {remote}", "Invalid server URL" : "URL адреса на сървъра не е валиден", "Failed to add the public link to your Nextcloud" : "Неуспешно добавяне на публичната връзка към вашия Nextcloud", @@ -248,6 +241,13 @@ OC.L10N.register( "Search for share recipients" : "Търсене на получатели на споделяне", "No recommendations. Start typing." : "Няма препоръки. Започнете да пишете.", "Enter your name" : "Въведете вашето име", + "Share note" : "Сподели бележка", + "Upload files to %s" : "Качване на файлове към %s", + "Note" : "Бележка", + "Select or drop files" : "Изберете файл или преместете с мишката", + "Uploading files" : "Качване на файлове", + "Uploaded files:" : "Качени файлове:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "С качването на файлове, вие се съгласявате с %1$s условията на услугата%2$s.", "Name" : "Име" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/bg.json b/apps/files_sharing/l10n/bg.json index f2dc60f8226..f55855a3c73 100644 --- a/apps/files_sharing/l10n/bg.json +++ b/apps/files_sharing/l10n/bg.json @@ -221,15 +221,6 @@ "Shared with you and {circle} by {owner}" : "Споделено с вас и {circle} от {owner}", "Shared with you and the conversation {conversation} by {owner}" : "Споделено с вас и разговора {conversation} от {owner}", "Shared with you in a conversation by {owner}" : "Споделено с вас в разговор от {owner}", - "Share note" : "Сподели бележка", - "Show list view" : "Показване с изглед на списък", - "Show grid view" : "Показване в решетъчен изглед", - "Upload files to %s" : "Качване на файлове към %s", - "Note" : "Бележка", - "Select or drop files" : "Изберете файл или преместете с мишката", - "Uploading files" : "Качване на файлове", - "Uploaded files:" : "Качени файлове:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "С качването на файлове, вие се съгласявате с %1$s условията на услугата%2$s.", "Share not found" : "Споделянето не е открито", "Back to %s" : "Обратно към %s", "Add to your Nextcloud" : "Добавете към Nextcloud", @@ -239,6 +230,8 @@ "This will stop your current uploads." : "Това ще прекрати всички ваши текущи процеси по качване на файлове.", "Move or copy" : "Премести или копирай", "You can upload into this folder" : "Може да качвате в папката", + "Show list view" : "Показване с изглед на списък", + "Show grid view" : "Показване в решетъчен изглед", "No compatible server found at {remote}" : "Не беше намерен съвместим сървър на {remote}", "Invalid server URL" : "URL адреса на сървъра не е валиден", "Failed to add the public link to your Nextcloud" : "Неуспешно добавяне на публичната връзка към вашия Nextcloud", @@ -246,6 +239,13 @@ "Search for share recipients" : "Търсене на получатели на споделяне", "No recommendations. Start typing." : "Няма препоръки. Започнете да пишете.", "Enter your name" : "Въведете вашето име", + "Share note" : "Сподели бележка", + "Upload files to %s" : "Качване на файлове към %s", + "Note" : "Бележка", + "Select or drop files" : "Изберете файл или преместете с мишката", + "Uploading files" : "Качване на файлове", + "Uploaded files:" : "Качени файлове:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "С качването на файлове, вие се съгласявате с %1$s условията на услугата%2$s.", "Name" : "Име" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/ca.js b/apps/files_sharing/l10n/ca.js index a8c78dd12c3..68c3994f58c 100644 --- a/apps/files_sharing/l10n/ca.js +++ b/apps/files_sharing/l10n/ca.js @@ -385,16 +385,6 @@ OC.L10N.register( "Shared with you and {circle} by {owner}" : "{owner} l'ha compartit amb vós i amb el cercle {circle}", "Shared with you and the conversation {conversation} by {owner}" : "{owner} l'ha compartit amb vós i amb la conversa {conversation}", "Shared with you in a conversation by {owner}" : "{owner} l'ha compartit amb vós en una conversa", - "Share note" : "Nota de l'element compartit", - "Show list view" : "Mostra la visualització de llista", - "Show grid view" : "Mostra la visualització de graella", - "Upload files to %s" : "Puja fitxers a %s", - "%s shared a folder with you." : "%s ha compartit una carpeta amb tu.", - "Note" : "Nota", - "Select or drop files" : "Seleccioneu o deixeu anar fitxers", - "Uploading files" : "S'estan pujant els fitxers", - "Uploaded files:" : "Fitxers pujats:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Si pugeu fitxers, accepteu les %1$scondicions del servei%2$s.", "Share not found" : "No s'ha trobat la compartició", "Back to %s" : "Torna a %s", "Add to your Nextcloud" : "Afegeix al Nextcloud", @@ -404,6 +394,8 @@ OC.L10N.register( "This will stop your current uploads." : "Això aturarà les pujades actuals.", "Move or copy" : "Mou o copia", "You can upload into this folder" : "Podeu pujar elements a aquesta carpeta", + "Show list view" : "Mostra la visualització de llista", + "Show grid view" : "Mostra la visualització de graella", "No compatible server found at {remote}" : "No s'ha trobat cap servidor compatible a {remote}", "Invalid server URL" : "L'URL del servidor no és vàlida", "Failed to add the public link to your Nextcloud" : "No s'ha pogut afegir l'enllaç públic al vostre Nextcloud", @@ -416,6 +408,14 @@ OC.L10N.register( "To upload files, you need to provide your name first." : "Per la pujada de fitxers, primer heu de proporcionar el vostre nom.", "Enter your name" : "Introdueix el teu nom", "Submit name" : "Envia el nom", + "Share note" : "Nota de l'element compartit", + "Upload files to %s" : "Puja fitxers a %s", + "%s shared a folder with you." : "%s ha compartit una carpeta amb tu.", + "Note" : "Nota", + "Select or drop files" : "Seleccioneu o deixeu anar fitxers", + "Uploading files" : "S'estan pujant els fitxers", + "Uploaded files:" : "Fitxers pujats:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "Si pugeu fitxers, accepteu les %1$scondicions del servei%2$s.", "Name" : "Nom", "Email, federated cloud id" : "Correu, identificador del núvol federat", "Filename must not be empty." : "El nom del fitxer no ha d'estar buit." diff --git a/apps/files_sharing/l10n/ca.json b/apps/files_sharing/l10n/ca.json index dd6b9279650..9ea9ce823ce 100644 --- a/apps/files_sharing/l10n/ca.json +++ b/apps/files_sharing/l10n/ca.json @@ -383,16 +383,6 @@ "Shared with you and {circle} by {owner}" : "{owner} l'ha compartit amb vós i amb el cercle {circle}", "Shared with you and the conversation {conversation} by {owner}" : "{owner} l'ha compartit amb vós i amb la conversa {conversation}", "Shared with you in a conversation by {owner}" : "{owner} l'ha compartit amb vós en una conversa", - "Share note" : "Nota de l'element compartit", - "Show list view" : "Mostra la visualització de llista", - "Show grid view" : "Mostra la visualització de graella", - "Upload files to %s" : "Puja fitxers a %s", - "%s shared a folder with you." : "%s ha compartit una carpeta amb tu.", - "Note" : "Nota", - "Select or drop files" : "Seleccioneu o deixeu anar fitxers", - "Uploading files" : "S'estan pujant els fitxers", - "Uploaded files:" : "Fitxers pujats:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Si pugeu fitxers, accepteu les %1$scondicions del servei%2$s.", "Share not found" : "No s'ha trobat la compartició", "Back to %s" : "Torna a %s", "Add to your Nextcloud" : "Afegeix al Nextcloud", @@ -402,6 +392,8 @@ "This will stop your current uploads." : "Això aturarà les pujades actuals.", "Move or copy" : "Mou o copia", "You can upload into this folder" : "Podeu pujar elements a aquesta carpeta", + "Show list view" : "Mostra la visualització de llista", + "Show grid view" : "Mostra la visualització de graella", "No compatible server found at {remote}" : "No s'ha trobat cap servidor compatible a {remote}", "Invalid server URL" : "L'URL del servidor no és vàlida", "Failed to add the public link to your Nextcloud" : "No s'ha pogut afegir l'enllaç públic al vostre Nextcloud", @@ -414,6 +406,14 @@ "To upload files, you need to provide your name first." : "Per la pujada de fitxers, primer heu de proporcionar el vostre nom.", "Enter your name" : "Introdueix el teu nom", "Submit name" : "Envia el nom", + "Share note" : "Nota de l'element compartit", + "Upload files to %s" : "Puja fitxers a %s", + "%s shared a folder with you." : "%s ha compartit una carpeta amb tu.", + "Note" : "Nota", + "Select or drop files" : "Seleccioneu o deixeu anar fitxers", + "Uploading files" : "S'estan pujant els fitxers", + "Uploaded files:" : "Fitxers pujats:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "Si pugeu fitxers, accepteu les %1$scondicions del servei%2$s.", "Name" : "Nom", "Email, federated cloud id" : "Correu, identificador del núvol federat", "Filename must not be empty." : "El nom del fitxer no ha d'estar buit." diff --git a/apps/files_sharing/l10n/cs.js b/apps/files_sharing/l10n/cs.js index 0c50df839a3..c499e7f731b 100644 --- a/apps/files_sharing/l10n/cs.js +++ b/apps/files_sharing/l10n/cs.js @@ -401,16 +401,6 @@ OC.L10N.register( "Shared with you and {circle} by {owner}" : "Sdíleno s vámi a {circle} od {owner}", "Shared with you and the conversation {conversation} by {owner}" : "{owner} sdílí vám a konverzaci {conversation}", "Shared with you in a conversation by {owner}" : " {owner} vám sdílí v konverzaci", - "Share note" : "Sdílet poznámku", - "Show list view" : "Zobrazit v seznamu", - "Show grid view" : "Zobrazit v mřížce", - "Upload files to %s" : "Nahrát soubory do %s", - "%s shared a folder with you." : "%s vám nasdílel(a) složku.", - "Note" : "Poznámka", - "Select or drop files" : "Vyberte nebo přetáhněte soubory", - "Uploading files" : "Nahrávání souborů", - "Uploaded files:" : "Nahrané soubory:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Nahráním souborů vyjadřujete souhlas s %1$svšeobecnými podmínkami%2$s.", "Share not found" : "Sdílení nenalezeno", "Back to %s" : "Zpět na %s", "Add to your Nextcloud" : "Přidat do Nextcloud", @@ -420,6 +410,8 @@ OC.L10N.register( "This will stop your current uploads." : "Toto zastaví vaše stávající nahrávání.", "Move or copy" : "Přesunout nebo zkopírovat", "You can upload into this folder" : "Do této složky můžete nahrávat", + "Show list view" : "Zobrazit v seznamu", + "Show grid view" : "Zobrazit v mřížce", "No compatible server found at {remote}" : "Na {remote} nebyl nalezen kompatibilní server", "Invalid server URL" : "Neplatná URL serveru", "Failed to add the public link to your Nextcloud" : "Nepodařilo se přidání veřejného odkazu do Nextcloud", @@ -432,6 +424,14 @@ OC.L10N.register( "To upload files, you need to provide your name first." : "Aby bylo možné nahrávat soubory, je třeba nejprve zadat své jméno.", "Enter your name" : "Zadejte své jméno", "Submit name" : "Odeslat jméno", + "Share note" : "Sdílet poznámku", + "Upload files to %s" : "Nahrát soubory do %s", + "%s shared a folder with you." : "%s vám nasdílel(a) složku.", + "Note" : "Poznámka", + "Select or drop files" : "Vyberte nebo přetáhněte soubory", + "Uploading files" : "Nahrávání souborů", + "Uploaded files:" : "Nahrané soubory:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "Nahráním souborů vyjadřujete souhlas s %1$svšeobecnými podmínkami%2$s.", "Name" : "Název", "Share with accounts, teams, federated cloud id" : "Nasdílejte účtům, týmům, identifikátorům v rámci federovaného cloudu", "Email, federated cloud id" : "E-mail, identif. federovaného cloudu", diff --git a/apps/files_sharing/l10n/cs.json b/apps/files_sharing/l10n/cs.json index 93497447ce5..feb4c661923 100644 --- a/apps/files_sharing/l10n/cs.json +++ b/apps/files_sharing/l10n/cs.json @@ -399,16 +399,6 @@ "Shared with you and {circle} by {owner}" : "Sdíleno s vámi a {circle} od {owner}", "Shared with you and the conversation {conversation} by {owner}" : "{owner} sdílí vám a konverzaci {conversation}", "Shared with you in a conversation by {owner}" : " {owner} vám sdílí v konverzaci", - "Share note" : "Sdílet poznámku", - "Show list view" : "Zobrazit v seznamu", - "Show grid view" : "Zobrazit v mřížce", - "Upload files to %s" : "Nahrát soubory do %s", - "%s shared a folder with you." : "%s vám nasdílel(a) složku.", - "Note" : "Poznámka", - "Select or drop files" : "Vyberte nebo přetáhněte soubory", - "Uploading files" : "Nahrávání souborů", - "Uploaded files:" : "Nahrané soubory:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Nahráním souborů vyjadřujete souhlas s %1$svšeobecnými podmínkami%2$s.", "Share not found" : "Sdílení nenalezeno", "Back to %s" : "Zpět na %s", "Add to your Nextcloud" : "Přidat do Nextcloud", @@ -418,6 +408,8 @@ "This will stop your current uploads." : "Toto zastaví vaše stávající nahrávání.", "Move or copy" : "Přesunout nebo zkopírovat", "You can upload into this folder" : "Do této složky můžete nahrávat", + "Show list view" : "Zobrazit v seznamu", + "Show grid view" : "Zobrazit v mřížce", "No compatible server found at {remote}" : "Na {remote} nebyl nalezen kompatibilní server", "Invalid server URL" : "Neplatná URL serveru", "Failed to add the public link to your Nextcloud" : "Nepodařilo se přidání veřejného odkazu do Nextcloud", @@ -430,6 +422,14 @@ "To upload files, you need to provide your name first." : "Aby bylo možné nahrávat soubory, je třeba nejprve zadat své jméno.", "Enter your name" : "Zadejte své jméno", "Submit name" : "Odeslat jméno", + "Share note" : "Sdílet poznámku", + "Upload files to %s" : "Nahrát soubory do %s", + "%s shared a folder with you." : "%s vám nasdílel(a) složku.", + "Note" : "Poznámka", + "Select or drop files" : "Vyberte nebo přetáhněte soubory", + "Uploading files" : "Nahrávání souborů", + "Uploaded files:" : "Nahrané soubory:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "Nahráním souborů vyjadřujete souhlas s %1$svšeobecnými podmínkami%2$s.", "Name" : "Název", "Share with accounts, teams, federated cloud id" : "Nasdílejte účtům, týmům, identifikátorům v rámci federovaného cloudu", "Email, federated cloud id" : "E-mail, identif. federovaného cloudu", diff --git a/apps/files_sharing/l10n/da.js b/apps/files_sharing/l10n/da.js index ca9f27e3db3..463c1a69221 100644 --- a/apps/files_sharing/l10n/da.js +++ b/apps/files_sharing/l10n/da.js @@ -385,16 +385,6 @@ OC.L10N.register( "Shared with you and {circle} by {owner}" : "Delt med dig og {circle} af {owner}", "Shared with you and the conversation {conversation} by {owner}" : "Delt med dig og konversationen {conversation} af {owner}", "Shared with you in a conversation by {owner}" : "Delt med dig og konversationen af {owner}", - "Share note" : "Del note", - "Show list view" : "Vis som liste", - "Show grid view" : "Vis som gitter", - "Upload files to %s" : "Upload filer til %s", - "%s shared a folder with you." : "%s delte en mappe med dig.", - "Note" : "Note", - "Select or drop files" : "Vælg eller slip filer", - "Uploading files" : "Uploader filer", - "Uploaded files:" : "Uploadede filer:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Ved at uploade filer accepterer du %1$sservicebetingelserne%2$s.", "Share not found" : "Delt fil ikke fundet", "Back to %s" : "Tilbage til %s", "Add to your Nextcloud" : "Tilføj til din Nextcloud", @@ -404,6 +394,8 @@ OC.L10N.register( "This will stop your current uploads." : "Dette vil stoppe din nuværende uploads.", "Move or copy" : "Flyt eller kopier", "You can upload into this folder" : "Du kan overføre til denne mappe", + "Show list view" : "Vis som liste", + "Show grid view" : "Vis som gitter", "No compatible server found at {remote}" : "Ingen kompatible servere fundet på {remote}", "Invalid server URL" : "Ugyldig server adresse", "Failed to add the public link to your Nextcloud" : "Fejl ved tilføjelse af offentligt link til din Nextcloud", @@ -416,6 +408,14 @@ OC.L10N.register( "To upload files, you need to provide your name first." : "For at uploade filer skal du først angive dit navn.", "Enter your name" : "Angiv dit navn", "Submit name" : "Angiv navn", + "Share note" : "Del note", + "Upload files to %s" : "Upload filer til %s", + "%s shared a folder with you." : "%s delte en mappe med dig.", + "Note" : "Note", + "Select or drop files" : "Vælg eller slip filer", + "Uploading files" : "Uploader filer", + "Uploaded files:" : "Uploadede filer:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "Ved at uploade filer accepterer du %1$sservicebetingelserne%2$s.", "Name" : "Navn", "Email, federated cloud id" : "E-mail, sammenkoblings cloud id", "Filename must not be empty." : "Filnavnet må ikke være tomt." diff --git a/apps/files_sharing/l10n/da.json b/apps/files_sharing/l10n/da.json index af4be1e8560..73f7c3aea8e 100644 --- a/apps/files_sharing/l10n/da.json +++ b/apps/files_sharing/l10n/da.json @@ -383,16 +383,6 @@ "Shared with you and {circle} by {owner}" : "Delt med dig og {circle} af {owner}", "Shared with you and the conversation {conversation} by {owner}" : "Delt med dig og konversationen {conversation} af {owner}", "Shared with you in a conversation by {owner}" : "Delt med dig og konversationen af {owner}", - "Share note" : "Del note", - "Show list view" : "Vis som liste", - "Show grid view" : "Vis som gitter", - "Upload files to %s" : "Upload filer til %s", - "%s shared a folder with you." : "%s delte en mappe med dig.", - "Note" : "Note", - "Select or drop files" : "Vælg eller slip filer", - "Uploading files" : "Uploader filer", - "Uploaded files:" : "Uploadede filer:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Ved at uploade filer accepterer du %1$sservicebetingelserne%2$s.", "Share not found" : "Delt fil ikke fundet", "Back to %s" : "Tilbage til %s", "Add to your Nextcloud" : "Tilføj til din Nextcloud", @@ -402,6 +392,8 @@ "This will stop your current uploads." : "Dette vil stoppe din nuværende uploads.", "Move or copy" : "Flyt eller kopier", "You can upload into this folder" : "Du kan overføre til denne mappe", + "Show list view" : "Vis som liste", + "Show grid view" : "Vis som gitter", "No compatible server found at {remote}" : "Ingen kompatible servere fundet på {remote}", "Invalid server URL" : "Ugyldig server adresse", "Failed to add the public link to your Nextcloud" : "Fejl ved tilføjelse af offentligt link til din Nextcloud", @@ -414,6 +406,14 @@ "To upload files, you need to provide your name first." : "For at uploade filer skal du først angive dit navn.", "Enter your name" : "Angiv dit navn", "Submit name" : "Angiv navn", + "Share note" : "Del note", + "Upload files to %s" : "Upload filer til %s", + "%s shared a folder with you." : "%s delte en mappe med dig.", + "Note" : "Note", + "Select or drop files" : "Vælg eller slip filer", + "Uploading files" : "Uploader filer", + "Uploaded files:" : "Uploadede filer:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "Ved at uploade filer accepterer du %1$sservicebetingelserne%2$s.", "Name" : "Navn", "Email, federated cloud id" : "E-mail, sammenkoblings cloud id", "Filename must not be empty." : "Filnavnet må ikke være tomt." diff --git a/apps/files_sharing/l10n/de.js b/apps/files_sharing/l10n/de.js index 20d4a9b9ee1..083db9d8e8c 100644 --- a/apps/files_sharing/l10n/de.js +++ b/apps/files_sharing/l10n/de.js @@ -210,9 +210,9 @@ OC.L10N.register( "Shared via link by {initiator}" : "Geteilt mittels Link von {initiator}", "File request ({label})" : "Dateianfrage ({label})", "Mail share ({label})" : "Mail teilen ({label})", - "Share link ({label})" : "Link teilen ({label})", + "Share link ({label})" : "Externer Link ({label})", "Mail share" : "E-Mail-Freigabe", - "Share link ({index})" : "Link teilen ({index})", + "Share link ({index})" : "Externer Link ({index})", "Create public link" : "Öffentlichen Link erstellen", "Actions for \"{title}\"" : "Aktionen für \"{title}\"", "Copy public link of \"{title}\" to clipboard" : "Öffentlichen Link von \"{title}\" in die Zwischenablage kopieren", @@ -401,16 +401,6 @@ OC.L10N.register( "Shared with you and {circle} by {owner}" : "{owner} hat dies mit dir und dem Kreis {circle} geteilt", "Shared with you and the conversation {conversation} by {owner}" : "{owner} hat dies mit dir und der Unterhaltung {conversation} geteilt", "Shared with you in a conversation by {owner}" : "{owner} hat dies mit dir in einer Unterhaltung geteilt", - "Share note" : "Notiz teilen", - "Show list view" : "Listenansicht anzeigen", - "Show grid view" : "Rasteransicht anzeigen", - "Upload files to %s" : "Dateien für %s hochladen", - "%s shared a folder with you." : "%s hat einen Ordner mit dir geteilt.", - "Note" : "Notiz", - "Select or drop files" : "Dateien auswählen oder hierher ziehen", - "Uploading files" : "Dateien werden hochgeladen", - "Uploaded files:" : "Hochgeladene Dateien:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Durch das Hochladen von Dateien stimmst du den %1$sNutzungsbedingungen%2$s zu.", "Share not found" : "Freigabe nicht gefunden", "Back to %s" : "Zurück zu %s", "Add to your Nextcloud" : "Zu deiner Nextcloud hinzufügen", @@ -420,6 +410,8 @@ OC.L10N.register( "This will stop your current uploads." : "Hiermit werden die aktuellen Uploads angehalten.", "Move or copy" : "Verschieben oder kopieren", "You can upload into this folder" : "Du kannst in diesen Ordner hochladen", + "Show list view" : "Listenansicht anzeigen", + "Show grid view" : "Rasteransicht anzeigen", "No compatible server found at {remote}" : "Keinen kompatiblen Server unter {remote} gefunden", "Invalid server URL" : "Falsche Server-URL", "Failed to add the public link to your Nextcloud" : "Der öffentliche Link konnte nicht zu deiner Nextcloud hinzugefügt werden", @@ -432,6 +424,14 @@ OC.L10N.register( "To upload files, you need to provide your name first." : "Um Dateien hochzuladen, musst du zunächst deinen Namen angeben.", "Enter your name" : "Gib deinen Namen ein", "Submit name" : "Name übermitteln", + "Share note" : "Notiz teilen", + "Upload files to %s" : "Dateien für %s hochladen", + "%s shared a folder with you." : "%s hat einen Ordner mit dir geteilt.", + "Note" : "Notiz", + "Select or drop files" : "Dateien auswählen oder hierher ziehen", + "Uploading files" : "Dateien werden hochgeladen", + "Uploaded files:" : "Hochgeladene Dateien:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "Durch das Hochladen von Dateien stimmst du den %1$sNutzungsbedingungen%2$s zu.", "Name" : "Name", "Share with accounts, teams, federated cloud id" : "Teilen mit Konten, Teams, Federated-Cloud-IDs", "Email, federated cloud id" : "Name, Federated-Cloud-ID", diff --git a/apps/files_sharing/l10n/de.json b/apps/files_sharing/l10n/de.json index d7561764bd8..b2d69bc8e8f 100644 --- a/apps/files_sharing/l10n/de.json +++ b/apps/files_sharing/l10n/de.json @@ -208,9 +208,9 @@ "Shared via link by {initiator}" : "Geteilt mittels Link von {initiator}", "File request ({label})" : "Dateianfrage ({label})", "Mail share ({label})" : "Mail teilen ({label})", - "Share link ({label})" : "Link teilen ({label})", + "Share link ({label})" : "Externer Link ({label})", "Mail share" : "E-Mail-Freigabe", - "Share link ({index})" : "Link teilen ({index})", + "Share link ({index})" : "Externer Link ({index})", "Create public link" : "Öffentlichen Link erstellen", "Actions for \"{title}\"" : "Aktionen für \"{title}\"", "Copy public link of \"{title}\" to clipboard" : "Öffentlichen Link von \"{title}\" in die Zwischenablage kopieren", @@ -399,16 +399,6 @@ "Shared with you and {circle} by {owner}" : "{owner} hat dies mit dir und dem Kreis {circle} geteilt", "Shared with you and the conversation {conversation} by {owner}" : "{owner} hat dies mit dir und der Unterhaltung {conversation} geteilt", "Shared with you in a conversation by {owner}" : "{owner} hat dies mit dir in einer Unterhaltung geteilt", - "Share note" : "Notiz teilen", - "Show list view" : "Listenansicht anzeigen", - "Show grid view" : "Rasteransicht anzeigen", - "Upload files to %s" : "Dateien für %s hochladen", - "%s shared a folder with you." : "%s hat einen Ordner mit dir geteilt.", - "Note" : "Notiz", - "Select or drop files" : "Dateien auswählen oder hierher ziehen", - "Uploading files" : "Dateien werden hochgeladen", - "Uploaded files:" : "Hochgeladene Dateien:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Durch das Hochladen von Dateien stimmst du den %1$sNutzungsbedingungen%2$s zu.", "Share not found" : "Freigabe nicht gefunden", "Back to %s" : "Zurück zu %s", "Add to your Nextcloud" : "Zu deiner Nextcloud hinzufügen", @@ -418,6 +408,8 @@ "This will stop your current uploads." : "Hiermit werden die aktuellen Uploads angehalten.", "Move or copy" : "Verschieben oder kopieren", "You can upload into this folder" : "Du kannst in diesen Ordner hochladen", + "Show list view" : "Listenansicht anzeigen", + "Show grid view" : "Rasteransicht anzeigen", "No compatible server found at {remote}" : "Keinen kompatiblen Server unter {remote} gefunden", "Invalid server URL" : "Falsche Server-URL", "Failed to add the public link to your Nextcloud" : "Der öffentliche Link konnte nicht zu deiner Nextcloud hinzugefügt werden", @@ -430,6 +422,14 @@ "To upload files, you need to provide your name first." : "Um Dateien hochzuladen, musst du zunächst deinen Namen angeben.", "Enter your name" : "Gib deinen Namen ein", "Submit name" : "Name übermitteln", + "Share note" : "Notiz teilen", + "Upload files to %s" : "Dateien für %s hochladen", + "%s shared a folder with you." : "%s hat einen Ordner mit dir geteilt.", + "Note" : "Notiz", + "Select or drop files" : "Dateien auswählen oder hierher ziehen", + "Uploading files" : "Dateien werden hochgeladen", + "Uploaded files:" : "Hochgeladene Dateien:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "Durch das Hochladen von Dateien stimmst du den %1$sNutzungsbedingungen%2$s zu.", "Name" : "Name", "Share with accounts, teams, federated cloud id" : "Teilen mit Konten, Teams, Federated-Cloud-IDs", "Email, federated cloud id" : "Name, Federated-Cloud-ID", diff --git a/apps/files_sharing/l10n/de_DE.js b/apps/files_sharing/l10n/de_DE.js index c2514fd2500..ae518539e97 100644 --- a/apps/files_sharing/l10n/de_DE.js +++ b/apps/files_sharing/l10n/de_DE.js @@ -401,16 +401,6 @@ OC.L10N.register( "Shared with you and {circle} by {owner}" : "{owner} hat dies mit Ihnen und dem Kreis {circle} geteilt", "Shared with you and the conversation {conversation} by {owner}" : "{owner} hat diese mit Ihnen und der Unterhaltung {conversation} geteilt", "Shared with you in a conversation by {owner}" : "{owner} hat diese mit Ihnen in einer Unterhaltung geteilt", - "Share note" : "Notiz teilen", - "Show list view" : "Listenansicht anzeigen", - "Show grid view" : "Kachelansicht anzeigen", - "Upload files to %s" : "Dateien für %s hochladen", - "%s shared a folder with you." : "%s hat einen Ordner mit Ihnen geteilt.", - "Note" : "Notiz", - "Select or drop files" : "Dateien auswählen oder hierher ziehen", - "Uploading files" : "Dateien werden hochgeladen", - "Uploaded files:" : "Hochgeladene Dateien:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Durch das Hochladen von Dateien stimmen Sie den %1$sNutzungsbedingungen%2$s zu.", "Share not found" : "Freigabe nicht gefunden", "Back to %s" : "Zurück zu %s", "Add to your Nextcloud" : "Zu Ihrer Nextcloud hinzufügen", @@ -420,6 +410,8 @@ OC.L10N.register( "This will stop your current uploads." : "Hiermit werden die aktuellen Uploads angehalten.", "Move or copy" : "Verschieben oder kopieren", "You can upload into this folder" : "Sie können in diesen Ordner hochladen", + "Show list view" : "Listenansicht anzeigen", + "Show grid view" : "Kachelansicht anzeigen", "No compatible server found at {remote}" : "Keinen kompatiblen Server unter {remote} gefunden", "Invalid server URL" : "Falsche Server-URL", "Failed to add the public link to your Nextcloud" : "Der öffentliche Link konnte nicht zu Ihrer Nextcloud hinzugefügt werden", @@ -432,6 +424,14 @@ OC.L10N.register( "To upload files, you need to provide your name first." : "Um Dateien hochzuladen, müssen Sie zunächst Ihren Namen angeben.", "Enter your name" : "Geben Sie Ihren Namen ein", "Submit name" : "Name übermitteln", + "Share note" : "Notiz teilen", + "Upload files to %s" : "Dateien für %s hochladen", + "%s shared a folder with you." : "%s hat einen Ordner mit Ihnen geteilt.", + "Note" : "Notiz", + "Select or drop files" : "Dateien auswählen oder hierher ziehen", + "Uploading files" : "Dateien werden hochgeladen", + "Uploaded files:" : "Hochgeladene Dateien:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "Durch das Hochladen von Dateien stimmen Sie den %1$sNutzungsbedingungen%2$s zu.", "Name" : "Name", "Share with accounts, teams, federated cloud id" : "Teilen mit Konten, Teams, Federated-Cloud-IDs", "Email, federated cloud id" : "Name, Federated-Cloud-ID", diff --git a/apps/files_sharing/l10n/de_DE.json b/apps/files_sharing/l10n/de_DE.json index 4a8a5fcfeb3..20922680926 100644 --- a/apps/files_sharing/l10n/de_DE.json +++ b/apps/files_sharing/l10n/de_DE.json @@ -399,16 +399,6 @@ "Shared with you and {circle} by {owner}" : "{owner} hat dies mit Ihnen und dem Kreis {circle} geteilt", "Shared with you and the conversation {conversation} by {owner}" : "{owner} hat diese mit Ihnen und der Unterhaltung {conversation} geteilt", "Shared with you in a conversation by {owner}" : "{owner} hat diese mit Ihnen in einer Unterhaltung geteilt", - "Share note" : "Notiz teilen", - "Show list view" : "Listenansicht anzeigen", - "Show grid view" : "Kachelansicht anzeigen", - "Upload files to %s" : "Dateien für %s hochladen", - "%s shared a folder with you." : "%s hat einen Ordner mit Ihnen geteilt.", - "Note" : "Notiz", - "Select or drop files" : "Dateien auswählen oder hierher ziehen", - "Uploading files" : "Dateien werden hochgeladen", - "Uploaded files:" : "Hochgeladene Dateien:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Durch das Hochladen von Dateien stimmen Sie den %1$sNutzungsbedingungen%2$s zu.", "Share not found" : "Freigabe nicht gefunden", "Back to %s" : "Zurück zu %s", "Add to your Nextcloud" : "Zu Ihrer Nextcloud hinzufügen", @@ -418,6 +408,8 @@ "This will stop your current uploads." : "Hiermit werden die aktuellen Uploads angehalten.", "Move or copy" : "Verschieben oder kopieren", "You can upload into this folder" : "Sie können in diesen Ordner hochladen", + "Show list view" : "Listenansicht anzeigen", + "Show grid view" : "Kachelansicht anzeigen", "No compatible server found at {remote}" : "Keinen kompatiblen Server unter {remote} gefunden", "Invalid server URL" : "Falsche Server-URL", "Failed to add the public link to your Nextcloud" : "Der öffentliche Link konnte nicht zu Ihrer Nextcloud hinzugefügt werden", @@ -430,6 +422,14 @@ "To upload files, you need to provide your name first." : "Um Dateien hochzuladen, müssen Sie zunächst Ihren Namen angeben.", "Enter your name" : "Geben Sie Ihren Namen ein", "Submit name" : "Name übermitteln", + "Share note" : "Notiz teilen", + "Upload files to %s" : "Dateien für %s hochladen", + "%s shared a folder with you." : "%s hat einen Ordner mit Ihnen geteilt.", + "Note" : "Notiz", + "Select or drop files" : "Dateien auswählen oder hierher ziehen", + "Uploading files" : "Dateien werden hochgeladen", + "Uploaded files:" : "Hochgeladene Dateien:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "Durch das Hochladen von Dateien stimmen Sie den %1$sNutzungsbedingungen%2$s zu.", "Name" : "Name", "Share with accounts, teams, federated cloud id" : "Teilen mit Konten, Teams, Federated-Cloud-IDs", "Email, federated cloud id" : "Name, Federated-Cloud-ID", diff --git a/apps/files_sharing/l10n/el.js b/apps/files_sharing/l10n/el.js index 8d9efb9e50e..19fb4519a20 100644 --- a/apps/files_sharing/l10n/el.js +++ b/apps/files_sharing/l10n/el.js @@ -245,15 +245,6 @@ OC.L10N.register( "Shared with you and {circle} by {owner}" : "Διαμοιράστηκε με σας και τον {circle} από τον {owner}", "Shared with you and the conversation {conversation} by {owner}" : "Διαμοιράστηκε με σας και με τη συζήτηση {conversation} από {owner}", "Shared with you in a conversation by {owner}" : "Διαμοιράστηκε με σας από τον {owner}", - "Share note" : "Σημείωση κοινόχρηστου", - "Show list view" : "Προβολή λίστας", - "Show grid view" : "Προβολή πλέγματος", - "Upload files to %s" : "Αποστολή αρχείων σε %s", - "Note" : "Σημείωση", - "Select or drop files" : "Επιλέξτε ή αποθέστε αρχεία", - "Uploading files" : "Μεταφόρτωση αρχείων", - "Uploaded files:" : "Αποστολή αρχείων:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Με την μεταφόρτωση αρχείων, συμφωνείτε με %1$sόρους χρήσεως %2$s.", "Share not found" : "Δεν βρέθηκε το κονόχρηστο", "Back to %s" : "Πίσω στο %s", "Add to your Nextcloud" : "Προσθήκη στο Nextcloud σου", @@ -263,6 +254,8 @@ OC.L10N.register( "This will stop your current uploads." : "Αυτό θα σταματήσει τις τρέχουσες μεταφορτώσεις.", "Move or copy" : "Μετακίνηση ή αντιγραφή", "You can upload into this folder" : "Μπορείτε να μεταφορτώσετε σε αυτόν τον φάκελο", + "Show list view" : "Προβολή λίστας", + "Show grid view" : "Προβολή πλέγματος", "No compatible server found at {remote}" : "Δεν βρέθηκε συμβατός διακομιστής σε {remote}", "Invalid server URL" : "Μη έγκυρο URL διακομιστή", "Failed to add the public link to your Nextcloud" : "Αποτυχία στην πρόσθεση του κοινού συνδέσμου στο Nextcloud σας", @@ -270,6 +263,13 @@ OC.L10N.register( "Search for share recipients" : "Αναζήτηση για παραλήπτες διαμοιρασμού", "No recommendations. Start typing." : "Δεν υπάρχουν συστάσεις. Αρχίστε να πληκτρολογείτε.", "Enter your name" : "Προσθέστε το όνομά σας", + "Share note" : "Σημείωση κοινόχρηστου", + "Upload files to %s" : "Αποστολή αρχείων σε %s", + "Note" : "Σημείωση", + "Select or drop files" : "Επιλέξτε ή αποθέστε αρχεία", + "Uploading files" : "Μεταφόρτωση αρχείων", + "Uploaded files:" : "Αποστολή αρχείων:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "Με την μεταφόρτωση αρχείων, συμφωνείτε με %1$sόρους χρήσεως %2$s.", "Name" : "Όνομα", "Filename must not be empty." : "Το όνομα αρχείου δεν πρέπει να είναι κενό." }, diff --git a/apps/files_sharing/l10n/el.json b/apps/files_sharing/l10n/el.json index fe132c15bc8..b66a04983e0 100644 --- a/apps/files_sharing/l10n/el.json +++ b/apps/files_sharing/l10n/el.json @@ -243,15 +243,6 @@ "Shared with you and {circle} by {owner}" : "Διαμοιράστηκε με σας και τον {circle} από τον {owner}", "Shared with you and the conversation {conversation} by {owner}" : "Διαμοιράστηκε με σας και με τη συζήτηση {conversation} από {owner}", "Shared with you in a conversation by {owner}" : "Διαμοιράστηκε με σας από τον {owner}", - "Share note" : "Σημείωση κοινόχρηστου", - "Show list view" : "Προβολή λίστας", - "Show grid view" : "Προβολή πλέγματος", - "Upload files to %s" : "Αποστολή αρχείων σε %s", - "Note" : "Σημείωση", - "Select or drop files" : "Επιλέξτε ή αποθέστε αρχεία", - "Uploading files" : "Μεταφόρτωση αρχείων", - "Uploaded files:" : "Αποστολή αρχείων:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Με την μεταφόρτωση αρχείων, συμφωνείτε με %1$sόρους χρήσεως %2$s.", "Share not found" : "Δεν βρέθηκε το κονόχρηστο", "Back to %s" : "Πίσω στο %s", "Add to your Nextcloud" : "Προσθήκη στο Nextcloud σου", @@ -261,6 +252,8 @@ "This will stop your current uploads." : "Αυτό θα σταματήσει τις τρέχουσες μεταφορτώσεις.", "Move or copy" : "Μετακίνηση ή αντιγραφή", "You can upload into this folder" : "Μπορείτε να μεταφορτώσετε σε αυτόν τον φάκελο", + "Show list view" : "Προβολή λίστας", + "Show grid view" : "Προβολή πλέγματος", "No compatible server found at {remote}" : "Δεν βρέθηκε συμβατός διακομιστής σε {remote}", "Invalid server URL" : "Μη έγκυρο URL διακομιστή", "Failed to add the public link to your Nextcloud" : "Αποτυχία στην πρόσθεση του κοινού συνδέσμου στο Nextcloud σας", @@ -268,6 +261,13 @@ "Search for share recipients" : "Αναζήτηση για παραλήπτες διαμοιρασμού", "No recommendations. Start typing." : "Δεν υπάρχουν συστάσεις. Αρχίστε να πληκτρολογείτε.", "Enter your name" : "Προσθέστε το όνομά σας", + "Share note" : "Σημείωση κοινόχρηστου", + "Upload files to %s" : "Αποστολή αρχείων σε %s", + "Note" : "Σημείωση", + "Select or drop files" : "Επιλέξτε ή αποθέστε αρχεία", + "Uploading files" : "Μεταφόρτωση αρχείων", + "Uploaded files:" : "Αποστολή αρχείων:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "Με την μεταφόρτωση αρχείων, συμφωνείτε με %1$sόρους χρήσεως %2$s.", "Name" : "Όνομα", "Filename must not be empty." : "Το όνομα αρχείου δεν πρέπει να είναι κενό." },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/files_sharing/l10n/en_GB.js b/apps/files_sharing/l10n/en_GB.js index 913f08150a7..8cbeeccff4d 100644 --- a/apps/files_sharing/l10n/en_GB.js +++ b/apps/files_sharing/l10n/en_GB.js @@ -401,16 +401,6 @@ OC.L10N.register( "Shared with you and {circle} by {owner}" : "Shared with you and {circle} by {owner}", "Shared with you and the conversation {conversation} by {owner}" : "Shared with you and the conversation {conversation} by {owner}", "Shared with you in a conversation by {owner}" : "Shared with you in a conversation by {owner}", - "Share note" : "Share note", - "Show list view" : "Show list view", - "Show grid view" : "Show grid view", - "Upload files to %s" : "Upload files to %s", - "%s shared a folder with you." : "%s shared a folder with you.", - "Note" : "Note", - "Select or drop files" : "Select or drop files", - "Uploading files" : "Uploading files", - "Uploaded files:" : "Uploaded files:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "By uploading files, you agree to the %1$sterms of service%2$s.", "Share not found" : "Share not found", "Back to %s" : "Back to %s", "Add to your Nextcloud" : "Add to your Nextcloud", @@ -420,6 +410,8 @@ OC.L10N.register( "This will stop your current uploads." : "This will stop your current uploads.", "Move or copy" : "Move or copy", "You can upload into this folder" : "You can upload into this folder", + "Show list view" : "Show list view", + "Show grid view" : "Show grid view", "No compatible server found at {remote}" : "No compatible server found at {remote}", "Invalid server URL" : "Invalid server URL", "Failed to add the public link to your Nextcloud" : "Failed to add the public link to your Nextcloud", @@ -432,6 +424,14 @@ OC.L10N.register( "To upload files, you need to provide your name first." : "To upload files, you need to provide your name first.", "Enter your name" : "Enter your name", "Submit name" : "Submit name", + "Share note" : "Share note", + "Upload files to %s" : "Upload files to %s", + "%s shared a folder with you." : "%s shared a folder with you.", + "Note" : "Note", + "Select or drop files" : "Select or drop files", + "Uploading files" : "Uploading files", + "Uploaded files:" : "Uploaded files:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "By uploading files, you agree to the %1$sterms of service%2$s.", "Name" : "Surname", "Share with accounts, teams, federated cloud id" : "Share with accounts, teams, federated cloud id", "Email, federated cloud id" : "Email, federated cloud id", diff --git a/apps/files_sharing/l10n/en_GB.json b/apps/files_sharing/l10n/en_GB.json index f9a6190251e..39cf0ef5314 100644 --- a/apps/files_sharing/l10n/en_GB.json +++ b/apps/files_sharing/l10n/en_GB.json @@ -399,16 +399,6 @@ "Shared with you and {circle} by {owner}" : "Shared with you and {circle} by {owner}", "Shared with you and the conversation {conversation} by {owner}" : "Shared with you and the conversation {conversation} by {owner}", "Shared with you in a conversation by {owner}" : "Shared with you in a conversation by {owner}", - "Share note" : "Share note", - "Show list view" : "Show list view", - "Show grid view" : "Show grid view", - "Upload files to %s" : "Upload files to %s", - "%s shared a folder with you." : "%s shared a folder with you.", - "Note" : "Note", - "Select or drop files" : "Select or drop files", - "Uploading files" : "Uploading files", - "Uploaded files:" : "Uploaded files:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "By uploading files, you agree to the %1$sterms of service%2$s.", "Share not found" : "Share not found", "Back to %s" : "Back to %s", "Add to your Nextcloud" : "Add to your Nextcloud", @@ -418,6 +408,8 @@ "This will stop your current uploads." : "This will stop your current uploads.", "Move or copy" : "Move or copy", "You can upload into this folder" : "You can upload into this folder", + "Show list view" : "Show list view", + "Show grid view" : "Show grid view", "No compatible server found at {remote}" : "No compatible server found at {remote}", "Invalid server URL" : "Invalid server URL", "Failed to add the public link to your Nextcloud" : "Failed to add the public link to your Nextcloud", @@ -430,6 +422,14 @@ "To upload files, you need to provide your name first." : "To upload files, you need to provide your name first.", "Enter your name" : "Enter your name", "Submit name" : "Submit name", + "Share note" : "Share note", + "Upload files to %s" : "Upload files to %s", + "%s shared a folder with you." : "%s shared a folder with you.", + "Note" : "Note", + "Select or drop files" : "Select or drop files", + "Uploading files" : "Uploading files", + "Uploaded files:" : "Uploaded files:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "By uploading files, you agree to the %1$sterms of service%2$s.", "Name" : "Surname", "Share with accounts, teams, federated cloud id" : "Share with accounts, teams, federated cloud id", "Email, federated cloud id" : "Email, federated cloud id", diff --git a/apps/files_sharing/l10n/es.js b/apps/files_sharing/l10n/es.js index 01250907325..fba03819b5b 100644 --- a/apps/files_sharing/l10n/es.js +++ b/apps/files_sharing/l10n/es.js @@ -386,16 +386,6 @@ OC.L10N.register( "Shared with you and {circle} by {owner}" : "Compartido contigo y {circle} por {owner}", "Shared with you and the conversation {conversation} by {owner}" : "Compartido contigo y con la conversación {conversation} por {owner}", "Shared with you in a conversation by {owner}" : "Compartido contigo por {owner} en una conversación", - "Share note" : "Compartir nota", - "Show list view" : "Mostrar vista de lista", - "Show grid view" : "Mostrar vista de cuadrícula", - "Upload files to %s" : "Subir archivos a %s", - "%s shared a folder with you." : "%s ha compartido una carpeta contigo.", - "Note" : "Nota", - "Select or drop files" : "Seleccione o arrastre y suelte archivos", - "Uploading files" : "Subiendo archivos", - "Uploaded files:" : "Archivos subidos:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Al subir archivos, aceptas los %1$stérminos del servicio%2$s.", "Share not found" : "Recurso compartido no encontrado", "Back to %s" : "Volver a %s", "Add to your Nextcloud" : "Añadir a tu Nextcloud", @@ -405,6 +395,8 @@ OC.L10N.register( "This will stop your current uploads." : "Esto detendrá tus subidas actuales.", "Move or copy" : "Mover o copiar", "You can upload into this folder" : "Puedes subir archivos en esta carpeta", + "Show list view" : "Mostrar vista de lista", + "Show grid view" : "Mostrar vista de cuadrícula", "No compatible server found at {remote}" : "No se ha encontrado un servidor compatible en {remote}", "Invalid server URL" : "URL del servidor inválida", "Failed to add the public link to your Nextcloud" : "No se ha podido añadir el enlace público a tu Nextcloud", @@ -417,6 +409,14 @@ OC.L10N.register( "To upload files, you need to provide your name first." : "Para cargar archivos, primero debes indicar tu nombre.", "Enter your name" : "Escriba su nombre", "Submit name" : "Enviar nombre", + "Share note" : "Compartir nota", + "Upload files to %s" : "Subir archivos a %s", + "%s shared a folder with you." : "%s ha compartido una carpeta contigo.", + "Note" : "Nota", + "Select or drop files" : "Seleccione o arrastre y suelte archivos", + "Uploading files" : "Subiendo archivos", + "Uploaded files:" : "Archivos subidos:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "Al subir archivos, aceptas los %1$stérminos del servicio%2$s.", "Name" : "Nombre", "Share with accounts, teams, federated cloud id" : "Comparta con cuentas, equipos, id de nube federada", "Email, federated cloud id" : "Email, ID de nube federada", diff --git a/apps/files_sharing/l10n/es.json b/apps/files_sharing/l10n/es.json index 27831e37d5a..b3fde704542 100644 --- a/apps/files_sharing/l10n/es.json +++ b/apps/files_sharing/l10n/es.json @@ -384,16 +384,6 @@ "Shared with you and {circle} by {owner}" : "Compartido contigo y {circle} por {owner}", "Shared with you and the conversation {conversation} by {owner}" : "Compartido contigo y con la conversación {conversation} por {owner}", "Shared with you in a conversation by {owner}" : "Compartido contigo por {owner} en una conversación", - "Share note" : "Compartir nota", - "Show list view" : "Mostrar vista de lista", - "Show grid view" : "Mostrar vista de cuadrícula", - "Upload files to %s" : "Subir archivos a %s", - "%s shared a folder with you." : "%s ha compartido una carpeta contigo.", - "Note" : "Nota", - "Select or drop files" : "Seleccione o arrastre y suelte archivos", - "Uploading files" : "Subiendo archivos", - "Uploaded files:" : "Archivos subidos:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Al subir archivos, aceptas los %1$stérminos del servicio%2$s.", "Share not found" : "Recurso compartido no encontrado", "Back to %s" : "Volver a %s", "Add to your Nextcloud" : "Añadir a tu Nextcloud", @@ -403,6 +393,8 @@ "This will stop your current uploads." : "Esto detendrá tus subidas actuales.", "Move or copy" : "Mover o copiar", "You can upload into this folder" : "Puedes subir archivos en esta carpeta", + "Show list view" : "Mostrar vista de lista", + "Show grid view" : "Mostrar vista de cuadrícula", "No compatible server found at {remote}" : "No se ha encontrado un servidor compatible en {remote}", "Invalid server URL" : "URL del servidor inválida", "Failed to add the public link to your Nextcloud" : "No se ha podido añadir el enlace público a tu Nextcloud", @@ -415,6 +407,14 @@ "To upload files, you need to provide your name first." : "Para cargar archivos, primero debes indicar tu nombre.", "Enter your name" : "Escriba su nombre", "Submit name" : "Enviar nombre", + "Share note" : "Compartir nota", + "Upload files to %s" : "Subir archivos a %s", + "%s shared a folder with you." : "%s ha compartido una carpeta contigo.", + "Note" : "Nota", + "Select or drop files" : "Seleccione o arrastre y suelte archivos", + "Uploading files" : "Subiendo archivos", + "Uploaded files:" : "Archivos subidos:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "Al subir archivos, aceptas los %1$stérminos del servicio%2$s.", "Name" : "Nombre", "Share with accounts, teams, federated cloud id" : "Comparta con cuentas, equipos, id de nube federada", "Email, federated cloud id" : "Email, ID de nube federada", diff --git a/apps/files_sharing/l10n/es_EC.js b/apps/files_sharing/l10n/es_EC.js index 21fcf2a9681..0e6dbcf3f26 100644 --- a/apps/files_sharing/l10n/es_EC.js +++ b/apps/files_sharing/l10n/es_EC.js @@ -230,15 +230,6 @@ OC.L10N.register( "Shared with you and {circle} by {owner}" : "Compartido contigo y {circle} por {owner}", "Shared with you and the conversation {conversation} by {owner}" : "Compartido contigo y la conversación {conversation} por {owner}", "Shared with you in a conversation by {owner}" : "Compartido contigo en una conversación por {owner}", - "Share note" : "Compartir nota", - "Show list view" : "Mostrar vista de lista", - "Show grid view" : "Mostrar vista de cuadrícula", - "Upload files to %s" : "Cargar archivos a %s", - "Note" : "Nota", - "Select or drop files" : "Selecciona o suelta los archivos", - "Uploading files" : "Subiendo archivos", - "Uploaded files:" : "Archivos cargados:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Al subir archivos, aceptas los %1$stérminos de servicio%2$s.", "Share not found" : "No se encontró el elemento compartido", "Back to %s" : "Volver a %s", "Add to your Nextcloud" : "Agregar a tu Nextcloud", @@ -248,12 +239,21 @@ OC.L10N.register( "This will stop your current uploads." : "Esto detendrá tus cargas actuales.", "Move or copy" : "Mover o copiar", "You can upload into this folder" : "Puedes cargar archivos dentro de esta carpeta", + "Show list view" : "Mostrar vista de lista", + "Show grid view" : "Mostrar vista de cuadrícula", "No compatible server found at {remote}" : "No se encontró un servidor compatible en {remote}", "Invalid server URL" : "URL del servidor inválido", "Failed to add the public link to your Nextcloud" : "Se presentó una falla al agregar el enlace público a tu Nextcloud", "Download all files" : "Descargar todos los archivos", "Search for share recipients" : "Buscar destinatarios de la compartición", "No recommendations. Start typing." : "No hay recomendaciones. Comienza a escribir.", + "Share note" : "Compartir nota", + "Upload files to %s" : "Cargar archivos a %s", + "Note" : "Nota", + "Select or drop files" : "Selecciona o suelta los archivos", + "Uploading files" : "Subiendo archivos", + "Uploaded files:" : "Archivos cargados:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "Al subir archivos, aceptas los %1$stérminos de servicio%2$s.", "Name" : "Nombre" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/files_sharing/l10n/es_EC.json b/apps/files_sharing/l10n/es_EC.json index 354e564989c..d5e79f185ee 100644 --- a/apps/files_sharing/l10n/es_EC.json +++ b/apps/files_sharing/l10n/es_EC.json @@ -228,15 +228,6 @@ "Shared with you and {circle} by {owner}" : "Compartido contigo y {circle} por {owner}", "Shared with you and the conversation {conversation} by {owner}" : "Compartido contigo y la conversación {conversation} por {owner}", "Shared with you in a conversation by {owner}" : "Compartido contigo en una conversación por {owner}", - "Share note" : "Compartir nota", - "Show list view" : "Mostrar vista de lista", - "Show grid view" : "Mostrar vista de cuadrícula", - "Upload files to %s" : "Cargar archivos a %s", - "Note" : "Nota", - "Select or drop files" : "Selecciona o suelta los archivos", - "Uploading files" : "Subiendo archivos", - "Uploaded files:" : "Archivos cargados:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Al subir archivos, aceptas los %1$stérminos de servicio%2$s.", "Share not found" : "No se encontró el elemento compartido", "Back to %s" : "Volver a %s", "Add to your Nextcloud" : "Agregar a tu Nextcloud", @@ -246,12 +237,21 @@ "This will stop your current uploads." : "Esto detendrá tus cargas actuales.", "Move or copy" : "Mover o copiar", "You can upload into this folder" : "Puedes cargar archivos dentro de esta carpeta", + "Show list view" : "Mostrar vista de lista", + "Show grid view" : "Mostrar vista de cuadrícula", "No compatible server found at {remote}" : "No se encontró un servidor compatible en {remote}", "Invalid server URL" : "URL del servidor inválido", "Failed to add the public link to your Nextcloud" : "Se presentó una falla al agregar el enlace público a tu Nextcloud", "Download all files" : "Descargar todos los archivos", "Search for share recipients" : "Buscar destinatarios de la compartición", "No recommendations. Start typing." : "No hay recomendaciones. Comienza a escribir.", + "Share note" : "Compartir nota", + "Upload files to %s" : "Cargar archivos a %s", + "Note" : "Nota", + "Select or drop files" : "Selecciona o suelta los archivos", + "Uploading files" : "Subiendo archivos", + "Uploaded files:" : "Archivos cargados:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "Al subir archivos, aceptas los %1$stérminos de servicio%2$s.", "Name" : "Nombre" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/es_MX.js b/apps/files_sharing/l10n/es_MX.js index d2165687eda..6077bf303b6 100644 --- a/apps/files_sharing/l10n/es_MX.js +++ b/apps/files_sharing/l10n/es_MX.js @@ -329,16 +329,6 @@ OC.L10N.register( "Shared with you and {circle} by {owner}" : "Compartido con Ud. y {circle} por {owner}", "Shared with you and the conversation {conversation} by {owner}" : "Compartido con Ud. y la conversación {conversation} por {owner}", "Shared with you in a conversation by {owner}" : "Compartido con Ud. en una conversación por {owner}", - "Share note" : "Compartir nota", - "Show list view" : "Mostrar vista de lista", - "Show grid view" : "Mostrar vista de cuadrícula", - "Upload files to %s" : "Cargar archivos a %s", - "%s shared a folder with you." : "%s le compartió una carpeta.", - "Note" : "Nota", - "Select or drop files" : "Selecciona o suelta los archivos", - "Uploading files" : "Cargando archivos", - "Uploaded files:" : "Archivos cargados:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Al cargar archivos, acepta los %1$stérminos de servicio%2$s.", "Share not found" : "No se encontró el elemento compartido", "Back to %s" : "Volver a %s", "Add to your Nextcloud" : "Agregar a tu Nextcloud", @@ -348,6 +338,8 @@ OC.L10N.register( "This will stop your current uploads." : "Se detendrán las cargas en curso", "Move or copy" : "Mover o copiar", "You can upload into this folder" : "Puedes cargar archivos dentro de esta carpeta", + "Show list view" : "Mostrar vista de lista", + "Show grid view" : "Mostrar vista de cuadrícula", "No compatible server found at {remote}" : "No se encontró un servidor compatible en {remote}", "Invalid server URL" : "URL del servidor inválido", "Failed to add the public link to your Nextcloud" : "Se presentó una falla al agregar la liga pública a tu Nextcloud", @@ -360,6 +352,14 @@ OC.L10N.register( "To upload files, you need to provide your name first." : "Para cargar archivos, primero debe proveer su nombre.", "Enter your name" : "Ingrese su nombre", "Submit name" : "Enviar nombre", + "Share note" : "Compartir nota", + "Upload files to %s" : "Cargar archivos a %s", + "%s shared a folder with you." : "%s le compartió una carpeta.", + "Note" : "Nota", + "Select or drop files" : "Selecciona o suelta los archivos", + "Uploading files" : "Cargando archivos", + "Uploaded files:" : "Archivos cargados:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "Al cargar archivos, acepta los %1$stérminos de servicio%2$s.", "Name" : "Nombre", "Filename must not be empty." : "El nombre de archivo no puede estar vacío." }, diff --git a/apps/files_sharing/l10n/es_MX.json b/apps/files_sharing/l10n/es_MX.json index 1a504514394..c4605f0cbb3 100644 --- a/apps/files_sharing/l10n/es_MX.json +++ b/apps/files_sharing/l10n/es_MX.json @@ -327,16 +327,6 @@ "Shared with you and {circle} by {owner}" : "Compartido con Ud. y {circle} por {owner}", "Shared with you and the conversation {conversation} by {owner}" : "Compartido con Ud. y la conversación {conversation} por {owner}", "Shared with you in a conversation by {owner}" : "Compartido con Ud. en una conversación por {owner}", - "Share note" : "Compartir nota", - "Show list view" : "Mostrar vista de lista", - "Show grid view" : "Mostrar vista de cuadrícula", - "Upload files to %s" : "Cargar archivos a %s", - "%s shared a folder with you." : "%s le compartió una carpeta.", - "Note" : "Nota", - "Select or drop files" : "Selecciona o suelta los archivos", - "Uploading files" : "Cargando archivos", - "Uploaded files:" : "Archivos cargados:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Al cargar archivos, acepta los %1$stérminos de servicio%2$s.", "Share not found" : "No se encontró el elemento compartido", "Back to %s" : "Volver a %s", "Add to your Nextcloud" : "Agregar a tu Nextcloud", @@ -346,6 +336,8 @@ "This will stop your current uploads." : "Se detendrán las cargas en curso", "Move or copy" : "Mover o copiar", "You can upload into this folder" : "Puedes cargar archivos dentro de esta carpeta", + "Show list view" : "Mostrar vista de lista", + "Show grid view" : "Mostrar vista de cuadrícula", "No compatible server found at {remote}" : "No se encontró un servidor compatible en {remote}", "Invalid server URL" : "URL del servidor inválido", "Failed to add the public link to your Nextcloud" : "Se presentó una falla al agregar la liga pública a tu Nextcloud", @@ -358,6 +350,14 @@ "To upload files, you need to provide your name first." : "Para cargar archivos, primero debe proveer su nombre.", "Enter your name" : "Ingrese su nombre", "Submit name" : "Enviar nombre", + "Share note" : "Compartir nota", + "Upload files to %s" : "Cargar archivos a %s", + "%s shared a folder with you." : "%s le compartió una carpeta.", + "Note" : "Nota", + "Select or drop files" : "Selecciona o suelta los archivos", + "Uploading files" : "Cargando archivos", + "Uploaded files:" : "Archivos cargados:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "Al cargar archivos, acepta los %1$stérminos de servicio%2$s.", "Name" : "Nombre", "Filename must not be empty." : "El nombre de archivo no puede estar vacío." },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" diff --git a/apps/files_sharing/l10n/et_EE.js b/apps/files_sharing/l10n/et_EE.js index c8f541077f4..faa937543e9 100644 --- a/apps/files_sharing/l10n/et_EE.js +++ b/apps/files_sharing/l10n/et_EE.js @@ -401,16 +401,6 @@ OC.L10N.register( "Shared with you and {circle} by {owner}" : "„{owner}“ jagas seda sinuga ja „{circle}“ tiimiga", "Shared with you and the conversation {conversation} by {owner}" : "„{owner}“ jagas seda sinuga ja vestlusega „{conversation}“", "Shared with you in a conversation by {owner}" : "„{owner}“ jagas seda sinuga vestluses", - "Share note" : "Jaga märget", - "Show list view" : "Näita loendivaadet", - "Show grid view" : "Näita ruudustikuvaadet", - "Upload files to %s" : "Laadi failid %s", - "%s shared a folder with you." : "%s jagas sinuga kausta.", - "Note" : "Märge", - "Select or drop files" : "Vali või lohista failid", - "Uploading files" : "Failid on üleslaadimisel", - "Uploaded files:" : "Üleslaaditud failid:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Faile üleslaadides nõustud sa „%2$s“ teenuse „%1$s“ kasutustingimustega.", "Share not found" : "Jagamist ei leidu", "Back to %s" : "Tagasi siia: %s", "Add to your Nextcloud" : "Lisa oma Nextcloudi", @@ -420,6 +410,8 @@ OC.L10N.register( "This will stop your current uploads." : "See peatab praegused üleslaadimised.", "Move or copy" : "Liiguta või kopeeri", "You can upload into this folder" : "Sa saad sellesse kausta faile üles laadida", + "Show list view" : "Näita loendivaadet", + "Show grid view" : "Näita ruudustikuvaadet", "No compatible server found at {remote}" : "Aadressil {remote} ei leitud ühilduvat serverit", "Invalid server URL" : "Vigane serveri URL", "Failed to add the public link to your Nextcloud" : "Avaliku lingi lisamine sinu Nextcloudi ebaõnnestus", @@ -432,6 +424,14 @@ OC.L10N.register( "To upload files, you need to provide your name first." : "Faili üleslaadimiseks pead esmalt oma nime sisestama.", "Enter your name" : "Sisesta oma nimi", "Submit name" : "Salvesta nimi", + "Share note" : "Jaga märget", + "Upload files to %s" : "Laadi failid %s", + "%s shared a folder with you." : "%s jagas sinuga kausta.", + "Note" : "Märge", + "Select or drop files" : "Vali või lohista failid", + "Uploading files" : "Failid on üleslaadimisel", + "Uploaded files:" : "Üleslaaditud failid:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "Faile üleslaadides nõustud sa „%2$s“ teenuse „%1$s“ kasutustingimustega.", "Name" : "Nimi", "Share with accounts, teams, federated cloud id" : "Jaga kasutajatega, tiimidega ja liitpilves osalejatega", "Email, federated cloud id" : "E-posti aadress, liitpilve kasutajatunnus", diff --git a/apps/files_sharing/l10n/et_EE.json b/apps/files_sharing/l10n/et_EE.json index 3926f473c7c..6c63d373f7f 100644 --- a/apps/files_sharing/l10n/et_EE.json +++ b/apps/files_sharing/l10n/et_EE.json @@ -399,16 +399,6 @@ "Shared with you and {circle} by {owner}" : "„{owner}“ jagas seda sinuga ja „{circle}“ tiimiga", "Shared with you and the conversation {conversation} by {owner}" : "„{owner}“ jagas seda sinuga ja vestlusega „{conversation}“", "Shared with you in a conversation by {owner}" : "„{owner}“ jagas seda sinuga vestluses", - "Share note" : "Jaga märget", - "Show list view" : "Näita loendivaadet", - "Show grid view" : "Näita ruudustikuvaadet", - "Upload files to %s" : "Laadi failid %s", - "%s shared a folder with you." : "%s jagas sinuga kausta.", - "Note" : "Märge", - "Select or drop files" : "Vali või lohista failid", - "Uploading files" : "Failid on üleslaadimisel", - "Uploaded files:" : "Üleslaaditud failid:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Faile üleslaadides nõustud sa „%2$s“ teenuse „%1$s“ kasutustingimustega.", "Share not found" : "Jagamist ei leidu", "Back to %s" : "Tagasi siia: %s", "Add to your Nextcloud" : "Lisa oma Nextcloudi", @@ -418,6 +408,8 @@ "This will stop your current uploads." : "See peatab praegused üleslaadimised.", "Move or copy" : "Liiguta või kopeeri", "You can upload into this folder" : "Sa saad sellesse kausta faile üles laadida", + "Show list view" : "Näita loendivaadet", + "Show grid view" : "Näita ruudustikuvaadet", "No compatible server found at {remote}" : "Aadressil {remote} ei leitud ühilduvat serverit", "Invalid server URL" : "Vigane serveri URL", "Failed to add the public link to your Nextcloud" : "Avaliku lingi lisamine sinu Nextcloudi ebaõnnestus", @@ -430,6 +422,14 @@ "To upload files, you need to provide your name first." : "Faili üleslaadimiseks pead esmalt oma nime sisestama.", "Enter your name" : "Sisesta oma nimi", "Submit name" : "Salvesta nimi", + "Share note" : "Jaga märget", + "Upload files to %s" : "Laadi failid %s", + "%s shared a folder with you." : "%s jagas sinuga kausta.", + "Note" : "Märge", + "Select or drop files" : "Vali või lohista failid", + "Uploading files" : "Failid on üleslaadimisel", + "Uploaded files:" : "Üleslaaditud failid:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "Faile üleslaadides nõustud sa „%2$s“ teenuse „%1$s“ kasutustingimustega.", "Name" : "Nimi", "Share with accounts, teams, federated cloud id" : "Jaga kasutajatega, tiimidega ja liitpilves osalejatega", "Email, federated cloud id" : "E-posti aadress, liitpilve kasutajatunnus", diff --git a/apps/files_sharing/l10n/eu.js b/apps/files_sharing/l10n/eu.js index cf72b25ce3a..5b4caa99625 100644 --- a/apps/files_sharing/l10n/eu.js +++ b/apps/files_sharing/l10n/eu.js @@ -389,16 +389,6 @@ OC.L10N.register( "Shared with you and {circle} by {owner}" : " {owner} erabiltzaileak zurekin eta {circle} zirkuluarekin partekatua", "Shared with you and the conversation {conversation} by {owner}" : "{owner} erabiltzaileak zu eta {conversation} elkarrizketarekin partekatua", "Shared with you in a conversation by {owner}" : "{owner} erabiltzaileak zurekin partekatua elkarrizketa batean", - "Share note" : "Partekatu oharra", - "Show list view" : "Erakutsi zerrenda ikuspegia", - "Show grid view" : "Erakutsi sareta-ikuspegia", - "Upload files to %s" : "Igo fitxategiak hona: %s", - "%s shared a folder with you." : "%s zurekin karpeta bat partekatu du.", - "Note" : "Oharra", - "Select or drop files" : "Hautatu edo jaregin fitxategiak", - "Uploading files" : "Fitxategiak igotzen", - "Uploaded files:" : "Igotako fitxategiak:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Fitxategiak igotzean, %1$szerbitzu-baldintzak%2$s onartzen dituzu.", "Share not found" : "Partekatzea ez da aurkitu", "Back to %s" : "Itzuli %s(e)ra", "Add to your Nextcloud" : "Gehitu zure Nextclouden", @@ -408,6 +398,8 @@ OC.L10N.register( "This will stop your current uploads." : "Honek zure uneko igoerak geldituko ditu.", "Move or copy" : "Mugitu edo kopiatu", "You can upload into this folder" : "Karpeta honetara igo dezakezu", + "Show list view" : "Erakutsi zerrenda ikuspegia", + "Show grid view" : "Erakutsi sareta-ikuspegia", "No compatible server found at {remote}" : "Ez da zerbitzari bateragarririk aurkitu {remote} helbidean", "Invalid server URL" : "Zerbitzari URL baliogabea", "Failed to add the public link to your Nextcloud" : "Huts egin du esteka publikoa zure Nextcloudera gehitzean", @@ -420,6 +412,14 @@ OC.L10N.register( "To upload files, you need to provide your name first." : "Fitxategiak igotzeko, zure izena eman behar duzu lehenik.", "Enter your name" : "Sartu zure izena", "Submit name" : "Sartu izena", + "Share note" : "Partekatu oharra", + "Upload files to %s" : "Igo fitxategiak hona: %s", + "%s shared a folder with you." : "%s zurekin karpeta bat partekatu du.", + "Note" : "Oharra", + "Select or drop files" : "Hautatu edo jaregin fitxategiak", + "Uploading files" : "Fitxategiak igotzen", + "Uploaded files:" : "Igotako fitxategiak:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "Fitxategiak igotzean, %1$szerbitzu-baldintzak%2$s onartzen dituzu.", "Name" : "Izena", "Share with accounts, teams, federated cloud id" : "Partekatu kontuekin, taldeekin edo federatutako hodeien ID-ekin", "Email, federated cloud id" : "Posta elektroniko, federatutako hodeien ID", diff --git a/apps/files_sharing/l10n/eu.json b/apps/files_sharing/l10n/eu.json index 7a95522389d..c998ff5c0a3 100644 --- a/apps/files_sharing/l10n/eu.json +++ b/apps/files_sharing/l10n/eu.json @@ -387,16 +387,6 @@ "Shared with you and {circle} by {owner}" : " {owner} erabiltzaileak zurekin eta {circle} zirkuluarekin partekatua", "Shared with you and the conversation {conversation} by {owner}" : "{owner} erabiltzaileak zu eta {conversation} elkarrizketarekin partekatua", "Shared with you in a conversation by {owner}" : "{owner} erabiltzaileak zurekin partekatua elkarrizketa batean", - "Share note" : "Partekatu oharra", - "Show list view" : "Erakutsi zerrenda ikuspegia", - "Show grid view" : "Erakutsi sareta-ikuspegia", - "Upload files to %s" : "Igo fitxategiak hona: %s", - "%s shared a folder with you." : "%s zurekin karpeta bat partekatu du.", - "Note" : "Oharra", - "Select or drop files" : "Hautatu edo jaregin fitxategiak", - "Uploading files" : "Fitxategiak igotzen", - "Uploaded files:" : "Igotako fitxategiak:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Fitxategiak igotzean, %1$szerbitzu-baldintzak%2$s onartzen dituzu.", "Share not found" : "Partekatzea ez da aurkitu", "Back to %s" : "Itzuli %s(e)ra", "Add to your Nextcloud" : "Gehitu zure Nextclouden", @@ -406,6 +396,8 @@ "This will stop your current uploads." : "Honek zure uneko igoerak geldituko ditu.", "Move or copy" : "Mugitu edo kopiatu", "You can upload into this folder" : "Karpeta honetara igo dezakezu", + "Show list view" : "Erakutsi zerrenda ikuspegia", + "Show grid view" : "Erakutsi sareta-ikuspegia", "No compatible server found at {remote}" : "Ez da zerbitzari bateragarririk aurkitu {remote} helbidean", "Invalid server URL" : "Zerbitzari URL baliogabea", "Failed to add the public link to your Nextcloud" : "Huts egin du esteka publikoa zure Nextcloudera gehitzean", @@ -418,6 +410,14 @@ "To upload files, you need to provide your name first." : "Fitxategiak igotzeko, zure izena eman behar duzu lehenik.", "Enter your name" : "Sartu zure izena", "Submit name" : "Sartu izena", + "Share note" : "Partekatu oharra", + "Upload files to %s" : "Igo fitxategiak hona: %s", + "%s shared a folder with you." : "%s zurekin karpeta bat partekatu du.", + "Note" : "Oharra", + "Select or drop files" : "Hautatu edo jaregin fitxategiak", + "Uploading files" : "Fitxategiak igotzen", + "Uploaded files:" : "Igotako fitxategiak:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "Fitxategiak igotzean, %1$szerbitzu-baldintzak%2$s onartzen dituzu.", "Name" : "Izena", "Share with accounts, teams, federated cloud id" : "Partekatu kontuekin, taldeekin edo federatutako hodeien ID-ekin", "Email, federated cloud id" : "Posta elektroniko, federatutako hodeien ID", diff --git a/apps/files_sharing/l10n/fa.js b/apps/files_sharing/l10n/fa.js index b95dfca523d..9b1329e0f8e 100644 --- a/apps/files_sharing/l10n/fa.js +++ b/apps/files_sharing/l10n/fa.js @@ -196,15 +196,6 @@ OC.L10N.register( "Shared with" : "مشترک با", "Password created successfully" : "Password created successfully", "Error generating password from password policy" : "Error generating password from password policy", - "Share note" : "یادداشت اشتراک گذاری", - "Show list view" : "نمایش فهرستی", - "Show grid view" : "نمایش شبکهای", - "Upload files to %s" : "بارگیری پرونده ها به%s", - "Note" : "یادداشت", - "Select or drop files" : "پرونده ها را انتخاب یا رها کنید", - "Uploading files" : "پرونده های در حال بارگذاری", - "Uploaded files:" : "پرونده های بارگذاری شده:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "%2$sبا بارگذاری پرونده ها ، شما با %1$sشرایط خدمات موافقت می کنید", "Share not found" : "اشتراک گذاری یافت نشد", "Back to %s" : "Back to %s", "Add to your Nextcloud" : "به نکستکلود خود اضافه کنید", @@ -214,12 +205,21 @@ OC.L10N.register( "This will stop your current uploads." : "با این کار آپلودهای فعلی شما متوقف خواهد شد.", "Move or copy" : "انتقال یا کپی", "You can upload into this folder" : "میتوانید در این پوشه آپلود کنید", + "Show list view" : "نمایش فهرستی", + "Show grid view" : "نمایش شبکهای", "Invalid server URL" : "ادرس سرور نامعتبر", "Failed to add the public link to your Nextcloud" : "خطا در افزودن ادرس عمومی به نکس کلود شما", "Download all files" : "دانلود همه فایل ها", "Search for share recipients" : "Search for share recipients", "No recommendations. Start typing." : "هیچ توصیه ای نیست شروع به تایپ کنید.", "Enter your name" : "اسمت را وارد کن", + "Share note" : "یادداشت اشتراک گذاری", + "Upload files to %s" : "بارگیری پرونده ها به%s", + "Note" : "یادداشت", + "Select or drop files" : "پرونده ها را انتخاب یا رها کنید", + "Uploading files" : "پرونده های در حال بارگذاری", + "Uploaded files:" : "پرونده های بارگذاری شده:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "%2$sبا بارگذاری پرونده ها ، شما با %1$sشرایط خدمات موافقت می کنید", "Name" : "نام", "Filename must not be empty." : "Filename must not be empty." }, diff --git a/apps/files_sharing/l10n/fa.json b/apps/files_sharing/l10n/fa.json index 41e48c495fb..53d871977d5 100644 --- a/apps/files_sharing/l10n/fa.json +++ b/apps/files_sharing/l10n/fa.json @@ -194,15 +194,6 @@ "Shared with" : "مشترک با", "Password created successfully" : "Password created successfully", "Error generating password from password policy" : "Error generating password from password policy", - "Share note" : "یادداشت اشتراک گذاری", - "Show list view" : "نمایش فهرستی", - "Show grid view" : "نمایش شبکهای", - "Upload files to %s" : "بارگیری پرونده ها به%s", - "Note" : "یادداشت", - "Select or drop files" : "پرونده ها را انتخاب یا رها کنید", - "Uploading files" : "پرونده های در حال بارگذاری", - "Uploaded files:" : "پرونده های بارگذاری شده:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "%2$sبا بارگذاری پرونده ها ، شما با %1$sشرایط خدمات موافقت می کنید", "Share not found" : "اشتراک گذاری یافت نشد", "Back to %s" : "Back to %s", "Add to your Nextcloud" : "به نکستکلود خود اضافه کنید", @@ -212,12 +203,21 @@ "This will stop your current uploads." : "با این کار آپلودهای فعلی شما متوقف خواهد شد.", "Move or copy" : "انتقال یا کپی", "You can upload into this folder" : "میتوانید در این پوشه آپلود کنید", + "Show list view" : "نمایش فهرستی", + "Show grid view" : "نمایش شبکهای", "Invalid server URL" : "ادرس سرور نامعتبر", "Failed to add the public link to your Nextcloud" : "خطا در افزودن ادرس عمومی به نکس کلود شما", "Download all files" : "دانلود همه فایل ها", "Search for share recipients" : "Search for share recipients", "No recommendations. Start typing." : "هیچ توصیه ای نیست شروع به تایپ کنید.", "Enter your name" : "اسمت را وارد کن", + "Share note" : "یادداشت اشتراک گذاری", + "Upload files to %s" : "بارگیری پرونده ها به%s", + "Note" : "یادداشت", + "Select or drop files" : "پرونده ها را انتخاب یا رها کنید", + "Uploading files" : "پرونده های در حال بارگذاری", + "Uploaded files:" : "پرونده های بارگذاری شده:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "%2$sبا بارگذاری پرونده ها ، شما با %1$sشرایط خدمات موافقت می کنید", "Name" : "نام", "Filename must not be empty." : "Filename must not be empty." },"pluralForm" :"nplurals=2; plural=(n > 1);" diff --git a/apps/files_sharing/l10n/fi.js b/apps/files_sharing/l10n/fi.js index 034c4783428..c474552d180 100644 --- a/apps/files_sharing/l10n/fi.js +++ b/apps/files_sharing/l10n/fi.js @@ -276,16 +276,6 @@ OC.L10N.register( "Shared with you and {circle} by {owner}" : "{owner} on jakanut tämän sinun ja piirin {circle} kanssa", "Shared with you and the conversation {conversation} by {owner}" : "{owner} on jakanut tämän sinun ja keskustelun {conversation} kanssa", "Shared with you in a conversation by {owner}" : "{owner} jakoi tämän kanssasi keskustelussa", - "Share note" : "Jaa muistiinpano", - "Show list view" : "Näytä listanäkymä", - "Show grid view" : "Näytä ruudukkonäkymä", - "Upload files to %s" : "Lähetä tiedostoja käyttäjälle %s", - "%s shared a folder with you." : "%s jakoi kansion kanssasi.", - "Note" : "Huomio", - "Select or drop files" : "Valitse tai pudota tiedostoja", - "Uploading files" : "Lähetetään tiedostoja", - "Uploaded files:" : "Lähetetyt tiedostot:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Tiedostoja lähettämällä hyväksyt %1$skäyttöehdot%2$s.", "Share not found" : "Jakoa ei löytynyt", "Back to %s" : "Takaisin kohtaan %s", "Add to your Nextcloud" : "Lisää Nextcloudiisi", @@ -295,6 +285,8 @@ OC.L10N.register( "This will stop your current uploads." : "Tämä pysäyttää meneillään olevat lähetykset.", "Move or copy" : "Siirrä tai kopioi", "You can upload into this folder" : "Voit lähettää tiedostoja tähän kansioon", + "Show list view" : "Näytä listanäkymä", + "Show grid view" : "Näytä ruudukkonäkymä", "No compatible server found at {remote}" : "Yhteensopivaa palvelinta ei löytynyt osoitteesta {remote}", "Invalid server URL" : "Virheellinen palvelimen URL", "Failed to add the public link to your Nextcloud" : "Julkisen linkin lisääminen Nextcloudiisi epäonnistui", @@ -302,6 +294,14 @@ OC.L10N.register( "Search for share recipients" : "Etsi jaon vastaanottajia", "No recommendations. Start typing." : "Ei suosituksia. Aloita kirjoittaminen.", "Enter your name" : "Kirjoita nimesi", + "Share note" : "Jaa muistiinpano", + "Upload files to %s" : "Lähetä tiedostoja käyttäjälle %s", + "%s shared a folder with you." : "%s jakoi kansion kanssasi.", + "Note" : "Huomio", + "Select or drop files" : "Valitse tai pudota tiedostoja", + "Uploading files" : "Lähetetään tiedostoja", + "Uploaded files:" : "Lähetetyt tiedostot:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "Tiedostoja lähettämällä hyväksyt %1$skäyttöehdot%2$s.", "Name" : "Nimi", "Filename must not be empty." : "Tiedostonimi ei voi olla tyhjä." }, diff --git a/apps/files_sharing/l10n/fi.json b/apps/files_sharing/l10n/fi.json index f4929f0f06c..586155e82a0 100644 --- a/apps/files_sharing/l10n/fi.json +++ b/apps/files_sharing/l10n/fi.json @@ -274,16 +274,6 @@ "Shared with you and {circle} by {owner}" : "{owner} on jakanut tämän sinun ja piirin {circle} kanssa", "Shared with you and the conversation {conversation} by {owner}" : "{owner} on jakanut tämän sinun ja keskustelun {conversation} kanssa", "Shared with you in a conversation by {owner}" : "{owner} jakoi tämän kanssasi keskustelussa", - "Share note" : "Jaa muistiinpano", - "Show list view" : "Näytä listanäkymä", - "Show grid view" : "Näytä ruudukkonäkymä", - "Upload files to %s" : "Lähetä tiedostoja käyttäjälle %s", - "%s shared a folder with you." : "%s jakoi kansion kanssasi.", - "Note" : "Huomio", - "Select or drop files" : "Valitse tai pudota tiedostoja", - "Uploading files" : "Lähetetään tiedostoja", - "Uploaded files:" : "Lähetetyt tiedostot:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Tiedostoja lähettämällä hyväksyt %1$skäyttöehdot%2$s.", "Share not found" : "Jakoa ei löytynyt", "Back to %s" : "Takaisin kohtaan %s", "Add to your Nextcloud" : "Lisää Nextcloudiisi", @@ -293,6 +283,8 @@ "This will stop your current uploads." : "Tämä pysäyttää meneillään olevat lähetykset.", "Move or copy" : "Siirrä tai kopioi", "You can upload into this folder" : "Voit lähettää tiedostoja tähän kansioon", + "Show list view" : "Näytä listanäkymä", + "Show grid view" : "Näytä ruudukkonäkymä", "No compatible server found at {remote}" : "Yhteensopivaa palvelinta ei löytynyt osoitteesta {remote}", "Invalid server URL" : "Virheellinen palvelimen URL", "Failed to add the public link to your Nextcloud" : "Julkisen linkin lisääminen Nextcloudiisi epäonnistui", @@ -300,6 +292,14 @@ "Search for share recipients" : "Etsi jaon vastaanottajia", "No recommendations. Start typing." : "Ei suosituksia. Aloita kirjoittaminen.", "Enter your name" : "Kirjoita nimesi", + "Share note" : "Jaa muistiinpano", + "Upload files to %s" : "Lähetä tiedostoja käyttäjälle %s", + "%s shared a folder with you." : "%s jakoi kansion kanssasi.", + "Note" : "Huomio", + "Select or drop files" : "Valitse tai pudota tiedostoja", + "Uploading files" : "Lähetetään tiedostoja", + "Uploaded files:" : "Lähetetyt tiedostot:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "Tiedostoja lähettämällä hyväksyt %1$skäyttöehdot%2$s.", "Name" : "Nimi", "Filename must not be empty." : "Tiedostonimi ei voi olla tyhjä." },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/files_sharing/l10n/fr.js b/apps/files_sharing/l10n/fr.js index ec4da5a6c7d..1769c4f79e3 100644 --- a/apps/files_sharing/l10n/fr.js +++ b/apps/files_sharing/l10n/fr.js @@ -401,16 +401,6 @@ OC.L10N.register( "Shared with you and {circle} by {owner}" : "Partagé avec vous et {circle} par {owner}", "Shared with you and the conversation {conversation} by {owner}" : "Partagé avec vous et la conversation {conversation} par {owner}", "Shared with you in a conversation by {owner}" : "Partagé avec vous dans une conversation de {owner}", - "Share note" : "Partager la note", - "Show list view" : "Afficher la vue en liste", - "Show grid view" : "Afficher la vue en grille", - "Upload files to %s" : "Téléversement de fichiers dans %s", - "%s shared a folder with you." : "%s a partagé un dossier avec vous.", - "Note" : "Note", - "Select or drop files" : "Sélectionnez ou glissez-déposez vos fichiers", - "Uploading files" : "Téléversement des fichiers en cours...", - "Uploaded files:" : "Fichiers envoyés :", - "By uploading files, you agree to the %1$sterms of service%2$s." : "En envoyant des fichiers, vous acceptez les %1$sconditions d'utilisation%2$s.", "Share not found" : "Partage non trouvé", "Back to %s" : "Retourner à %s", "Add to your Nextcloud" : "Ajouter à votre Nextcloud", @@ -420,6 +410,8 @@ OC.L10N.register( "This will stop your current uploads." : "Cela va arrêter vos envois en cours.", "Move or copy" : "Déplacer ou copier", "You can upload into this folder" : "Vous pouvez téléverser des fichiers dans ce dossier", + "Show list view" : "Afficher la vue en liste", + "Show grid view" : "Afficher la vue en grille", "No compatible server found at {remote}" : "Aucun serveur compatible trouvé sur {remote}", "Invalid server URL" : "URL serveur invalide", "Failed to add the public link to your Nextcloud" : "Échec de l'ajout du lien public à votre Nextcloud", @@ -432,6 +424,14 @@ OC.L10N.register( "To upload files, you need to provide your name first." : "Pour téléverser des fichiers, vous devez fournir votre nom.", "Enter your name" : "Saisissez votre nom", "Submit name" : "Confirmer votre nom", + "Share note" : "Partager la note", + "Upload files to %s" : "Téléversement de fichiers dans %s", + "%s shared a folder with you." : "%s a partagé un dossier avec vous.", + "Note" : "Note", + "Select or drop files" : "Sélectionnez ou glissez-déposez vos fichiers", + "Uploading files" : "Téléversement des fichiers en cours...", + "Uploaded files:" : "Fichiers envoyés :", + "By uploading files, you agree to the %1$sterms of service%2$s." : "En envoyant des fichiers, vous acceptez les %1$sconditions d'utilisation%2$s.", "Name" : "Nom", "Share with accounts, teams, federated cloud id" : "Partager avec des comptes, des équipes, un identifiant de cloud fédéré", "Email, federated cloud id" : "E-mail, ID de cloud fédéré", diff --git a/apps/files_sharing/l10n/fr.json b/apps/files_sharing/l10n/fr.json index 29f6978ea47..9ed10e3058b 100644 --- a/apps/files_sharing/l10n/fr.json +++ b/apps/files_sharing/l10n/fr.json @@ -399,16 +399,6 @@ "Shared with you and {circle} by {owner}" : "Partagé avec vous et {circle} par {owner}", "Shared with you and the conversation {conversation} by {owner}" : "Partagé avec vous et la conversation {conversation} par {owner}", "Shared with you in a conversation by {owner}" : "Partagé avec vous dans une conversation de {owner}", - "Share note" : "Partager la note", - "Show list view" : "Afficher la vue en liste", - "Show grid view" : "Afficher la vue en grille", - "Upload files to %s" : "Téléversement de fichiers dans %s", - "%s shared a folder with you." : "%s a partagé un dossier avec vous.", - "Note" : "Note", - "Select or drop files" : "Sélectionnez ou glissez-déposez vos fichiers", - "Uploading files" : "Téléversement des fichiers en cours...", - "Uploaded files:" : "Fichiers envoyés :", - "By uploading files, you agree to the %1$sterms of service%2$s." : "En envoyant des fichiers, vous acceptez les %1$sconditions d'utilisation%2$s.", "Share not found" : "Partage non trouvé", "Back to %s" : "Retourner à %s", "Add to your Nextcloud" : "Ajouter à votre Nextcloud", @@ -418,6 +408,8 @@ "This will stop your current uploads." : "Cela va arrêter vos envois en cours.", "Move or copy" : "Déplacer ou copier", "You can upload into this folder" : "Vous pouvez téléverser des fichiers dans ce dossier", + "Show list view" : "Afficher la vue en liste", + "Show grid view" : "Afficher la vue en grille", "No compatible server found at {remote}" : "Aucun serveur compatible trouvé sur {remote}", "Invalid server URL" : "URL serveur invalide", "Failed to add the public link to your Nextcloud" : "Échec de l'ajout du lien public à votre Nextcloud", @@ -430,6 +422,14 @@ "To upload files, you need to provide your name first." : "Pour téléverser des fichiers, vous devez fournir votre nom.", "Enter your name" : "Saisissez votre nom", "Submit name" : "Confirmer votre nom", + "Share note" : "Partager la note", + "Upload files to %s" : "Téléversement de fichiers dans %s", + "%s shared a folder with you." : "%s a partagé un dossier avec vous.", + "Note" : "Note", + "Select or drop files" : "Sélectionnez ou glissez-déposez vos fichiers", + "Uploading files" : "Téléversement des fichiers en cours...", + "Uploaded files:" : "Fichiers envoyés :", + "By uploading files, you agree to the %1$sterms of service%2$s." : "En envoyant des fichiers, vous acceptez les %1$sconditions d'utilisation%2$s.", "Name" : "Nom", "Share with accounts, teams, federated cloud id" : "Partager avec des comptes, des équipes, un identifiant de cloud fédéré", "Email, federated cloud id" : "E-mail, ID de cloud fédéré", diff --git a/apps/files_sharing/l10n/ga.js b/apps/files_sharing/l10n/ga.js index 3544d011fb1..7673f83c1c5 100644 --- a/apps/files_sharing/l10n/ga.js +++ b/apps/files_sharing/l10n/ga.js @@ -401,16 +401,6 @@ OC.L10N.register( "Shared with you and {circle} by {owner}" : "Roinnte leat agus {circle} ag {owner}", "Shared with you and the conversation {conversation} by {owner}" : "Roinnte leat agus an comhrá {conversation} ag {owner}", "Shared with you in a conversation by {owner}" : "Roinnte leat i gcomhrá le {owner}", - "Share note" : "Roinn nóta", - "Show list view" : "Taispeáin amharc liosta", - "Show grid view" : "Taispeáin radharc greille", - "Upload files to %s" : "Uaslódáil comhaid go %s", - "%s shared a folder with you." : "Roinn %s fillteán leat.", - "Note" : "Nóta", - "Select or drop files" : "Roghnaigh nó scaoil comhaid", - "Uploading files" : "Comhaid a uaslódáil", - "Uploaded files:" : "Comhaid uaslódáilte:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Trí chomhaid a uaslódáil, aontaíonn tú le téarmaí seirbhíse %1$s%2$s.", "Share not found" : "Ní bhfuarthas an sciar", "Back to %s" : "Ar ais go dtí %s", "Add to your Nextcloud" : "Cuir le do Nextcloud", @@ -420,6 +410,8 @@ OC.L10N.register( "This will stop your current uploads." : "Cuirfidh sé seo stop le d'uaslódálacha reatha.", "Move or copy" : "Bog nó cóipeáil", "You can upload into this folder" : "Is féidir leat a uaslódáil isteach san fhillteán seo", + "Show list view" : "Taispeáin amharc liosta", + "Show grid view" : "Taispeáin radharc greille", "No compatible server found at {remote}" : "Níor aimsíodh aon fhreastalaí comhoiriúnach ag {remote}", "Invalid server URL" : "URL freastalaí neamhbhailí", "Failed to add the public link to your Nextcloud" : "Theip ar an nasc poiblí a chur le do Nextcloud", @@ -432,6 +424,14 @@ OC.L10N.register( "To upload files, you need to provide your name first." : "Chun comhaid a uaslódáil, ní mór duit d'ainm a sholáthar ar dtús.", "Enter your name" : "Cuir isteach d'ainm", "Submit name" : "Cuir ainm", + "Share note" : "Roinn nóta", + "Upload files to %s" : "Uaslódáil comhaid go %s", + "%s shared a folder with you." : "Roinn %s fillteán leat.", + "Note" : "Nóta", + "Select or drop files" : "Roghnaigh nó scaoil comhaid", + "Uploading files" : "Comhaid a uaslódáil", + "Uploaded files:" : "Comhaid uaslódáilte:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "Trí chomhaid a uaslódáil, aontaíonn tú le téarmaí seirbhíse %1$s%2$s.", "Name" : "Ainm", "Share with accounts, teams, federated cloud id" : "Comhroinn le cuntais, foirne, aitheantas scamall cónaidhme", "Email, federated cloud id" : "Ríomhphost, aitheantas scamall cónaidhme", diff --git a/apps/files_sharing/l10n/ga.json b/apps/files_sharing/l10n/ga.json index 060b111ae6c..b84a50f2d14 100644 --- a/apps/files_sharing/l10n/ga.json +++ b/apps/files_sharing/l10n/ga.json @@ -399,16 +399,6 @@ "Shared with you and {circle} by {owner}" : "Roinnte leat agus {circle} ag {owner}", "Shared with you and the conversation {conversation} by {owner}" : "Roinnte leat agus an comhrá {conversation} ag {owner}", "Shared with you in a conversation by {owner}" : "Roinnte leat i gcomhrá le {owner}", - "Share note" : "Roinn nóta", - "Show list view" : "Taispeáin amharc liosta", - "Show grid view" : "Taispeáin radharc greille", - "Upload files to %s" : "Uaslódáil comhaid go %s", - "%s shared a folder with you." : "Roinn %s fillteán leat.", - "Note" : "Nóta", - "Select or drop files" : "Roghnaigh nó scaoil comhaid", - "Uploading files" : "Comhaid a uaslódáil", - "Uploaded files:" : "Comhaid uaslódáilte:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Trí chomhaid a uaslódáil, aontaíonn tú le téarmaí seirbhíse %1$s%2$s.", "Share not found" : "Ní bhfuarthas an sciar", "Back to %s" : "Ar ais go dtí %s", "Add to your Nextcloud" : "Cuir le do Nextcloud", @@ -418,6 +408,8 @@ "This will stop your current uploads." : "Cuirfidh sé seo stop le d'uaslódálacha reatha.", "Move or copy" : "Bog nó cóipeáil", "You can upload into this folder" : "Is féidir leat a uaslódáil isteach san fhillteán seo", + "Show list view" : "Taispeáin amharc liosta", + "Show grid view" : "Taispeáin radharc greille", "No compatible server found at {remote}" : "Níor aimsíodh aon fhreastalaí comhoiriúnach ag {remote}", "Invalid server URL" : "URL freastalaí neamhbhailí", "Failed to add the public link to your Nextcloud" : "Theip ar an nasc poiblí a chur le do Nextcloud", @@ -430,6 +422,14 @@ "To upload files, you need to provide your name first." : "Chun comhaid a uaslódáil, ní mór duit d'ainm a sholáthar ar dtús.", "Enter your name" : "Cuir isteach d'ainm", "Submit name" : "Cuir ainm", + "Share note" : "Roinn nóta", + "Upload files to %s" : "Uaslódáil comhaid go %s", + "%s shared a folder with you." : "Roinn %s fillteán leat.", + "Note" : "Nóta", + "Select or drop files" : "Roghnaigh nó scaoil comhaid", + "Uploading files" : "Comhaid a uaslódáil", + "Uploaded files:" : "Comhaid uaslódáilte:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "Trí chomhaid a uaslódáil, aontaíonn tú le téarmaí seirbhíse %1$s%2$s.", "Name" : "Ainm", "Share with accounts, teams, federated cloud id" : "Comhroinn le cuntais, foirne, aitheantas scamall cónaidhme", "Email, federated cloud id" : "Ríomhphost, aitheantas scamall cónaidhme", diff --git a/apps/files_sharing/l10n/gl.js b/apps/files_sharing/l10n/gl.js index 53ed66b6c03..26cc90151bf 100644 --- a/apps/files_sharing/l10n/gl.js +++ b/apps/files_sharing/l10n/gl.js @@ -385,16 +385,6 @@ OC.L10N.register( "Shared with you and {circle} by {owner}" : "Compartido con Vde. e {circle} por {owner}", "Shared with you and the conversation {conversation} by {owner}" : "Compartido con Vde. e a conversa {conversation} por {owner}", "Shared with you in a conversation by {owner}" : "Compartido con Vde. nunha conversa por {owner}", - "Share note" : "Compartir nota", - "Show list view" : "Amosar a vista de lista", - "Show grid view" : "Amosar a vista de grade", - "Upload files to %s" : "Enviar ficheiros a %s", - "%s shared a folder with you." : "%s compartiu un cartafol con Vde.", - "Note" : "Nota", - "Select or drop files" : "Seleccione ou arrastre e solte ficheiros", - "Uploading files" : "Enviando ficheiros", - "Uploaded files:" : "Ficheiros enviados:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Ao enviar ficheiros acepta as %1$s condicións de servizo %2$s.", "Share not found" : "Non se atopou a compartición", "Back to %s" : "Volver a %s", "Add to your Nextcloud" : "Engadir ao seu Nextcloud", @@ -404,6 +394,8 @@ OC.L10N.register( "This will stop your current uploads." : "Isto deterá os envíos actuais.", "Move or copy" : "Mover ou copiar", "You can upload into this folder" : "Pode envialo a este cartafol", + "Show list view" : "Amosar a vista de lista", + "Show grid view" : "Amosar a vista de grade", "No compatible server found at {remote}" : "Non se atopa un servidor compatíbel en {remote}", "Invalid server URL" : "URL de servidor incorrecto", "Failed to add the public link to your Nextcloud" : "Non foi posíbel engadir a ligazón pública ao seu Nextcloud", @@ -416,6 +408,14 @@ OC.L10N.register( "To upload files, you need to provide your name first." : "Para enviar ficheiros, primeiro debes fornecer o teu nome.", "Enter your name" : "Introduza o seu nome", "Submit name" : "Enviar o nome", + "Share note" : "Compartir nota", + "Upload files to %s" : "Enviar ficheiros a %s", + "%s shared a folder with you." : "%s compartiu un cartafol con Vde.", + "Note" : "Nota", + "Select or drop files" : "Seleccione ou arrastre e solte ficheiros", + "Uploading files" : "Enviando ficheiros", + "Uploaded files:" : "Ficheiros enviados:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "Ao enviar ficheiros acepta as %1$s condicións de servizo %2$s.", "Name" : "Nome", "Email, federated cloud id" : "Correo-e, ID da nube federada", "Filename must not be empty." : "O nome de ficheiro non debe estar baleiro" diff --git a/apps/files_sharing/l10n/gl.json b/apps/files_sharing/l10n/gl.json index dfb84a6d3b4..a3100bc6243 100644 --- a/apps/files_sharing/l10n/gl.json +++ b/apps/files_sharing/l10n/gl.json @@ -383,16 +383,6 @@ "Shared with you and {circle} by {owner}" : "Compartido con Vde. e {circle} por {owner}", "Shared with you and the conversation {conversation} by {owner}" : "Compartido con Vde. e a conversa {conversation} por {owner}", "Shared with you in a conversation by {owner}" : "Compartido con Vde. nunha conversa por {owner}", - "Share note" : "Compartir nota", - "Show list view" : "Amosar a vista de lista", - "Show grid view" : "Amosar a vista de grade", - "Upload files to %s" : "Enviar ficheiros a %s", - "%s shared a folder with you." : "%s compartiu un cartafol con Vde.", - "Note" : "Nota", - "Select or drop files" : "Seleccione ou arrastre e solte ficheiros", - "Uploading files" : "Enviando ficheiros", - "Uploaded files:" : "Ficheiros enviados:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Ao enviar ficheiros acepta as %1$s condicións de servizo %2$s.", "Share not found" : "Non se atopou a compartición", "Back to %s" : "Volver a %s", "Add to your Nextcloud" : "Engadir ao seu Nextcloud", @@ -402,6 +392,8 @@ "This will stop your current uploads." : "Isto deterá os envíos actuais.", "Move or copy" : "Mover ou copiar", "You can upload into this folder" : "Pode envialo a este cartafol", + "Show list view" : "Amosar a vista de lista", + "Show grid view" : "Amosar a vista de grade", "No compatible server found at {remote}" : "Non se atopa un servidor compatíbel en {remote}", "Invalid server URL" : "URL de servidor incorrecto", "Failed to add the public link to your Nextcloud" : "Non foi posíbel engadir a ligazón pública ao seu Nextcloud", @@ -414,6 +406,14 @@ "To upload files, you need to provide your name first." : "Para enviar ficheiros, primeiro debes fornecer o teu nome.", "Enter your name" : "Introduza o seu nome", "Submit name" : "Enviar o nome", + "Share note" : "Compartir nota", + "Upload files to %s" : "Enviar ficheiros a %s", + "%s shared a folder with you." : "%s compartiu un cartafol con Vde.", + "Note" : "Nota", + "Select or drop files" : "Seleccione ou arrastre e solte ficheiros", + "Uploading files" : "Enviando ficheiros", + "Uploaded files:" : "Ficheiros enviados:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "Ao enviar ficheiros acepta as %1$s condicións de servizo %2$s.", "Name" : "Nome", "Email, federated cloud id" : "Correo-e, ID da nube federada", "Filename must not be empty." : "O nome de ficheiro non debe estar baleiro" diff --git a/apps/files_sharing/l10n/hr.js b/apps/files_sharing/l10n/hr.js index 16b8b425f4b..0f4ccd15fa3 100644 --- a/apps/files_sharing/l10n/hr.js +++ b/apps/files_sharing/l10n/hr.js @@ -198,13 +198,6 @@ OC.L10N.register( "Shared with you and {circle} by {owner}" : "Dijeljeno s vama i {circle} od strane {owner}", "Shared with you and the conversation {conversation} by {owner}" : "Dijeljeno s vama i razgovorom {conversation} vlasnika {owner}", "Shared with you in a conversation by {owner}" : "{owner} dijeli s vama u razgovoru", - "Share note" : "Dijeli bilješku", - "Upload files to %s" : "Otpremi datoteke na %s", - "Note" : "Bilješka", - "Select or drop files" : "Odaberi ili ispusti datoteke", - "Uploading files" : "Otpremanje datoteka", - "Uploaded files:" : "Otpremljene datoteke:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Otpremanjem datoteka prihvaćate %1$ uvjete korištenja usluge%2$s.", "Share not found" : "Dijeljenje nije pronađeno", "Back to %s" : "Natrag na %s", "Add to your Nextcloud" : "Dodaj u svoj Nextcloud", @@ -220,6 +213,13 @@ OC.L10N.register( "Download all files" : "Preuzmi sve datoteke", "No recommendations. Start typing." : "Nema preporuka. Započnite unos.", "Enter your name" : "Unesite svoje ime", + "Share note" : "Dijeli bilješku", + "Upload files to %s" : "Otpremi datoteke na %s", + "Note" : "Bilješka", + "Select or drop files" : "Odaberi ili ispusti datoteke", + "Uploading files" : "Otpremanje datoteka", + "Uploaded files:" : "Otpremljene datoteke:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "Otpremanjem datoteka prihvaćate %1$ uvjete korištenja usluge%2$s.", "Name" : "Naziv" }, "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/apps/files_sharing/l10n/hr.json b/apps/files_sharing/l10n/hr.json index cd4c7450ccc..6148922a49c 100644 --- a/apps/files_sharing/l10n/hr.json +++ b/apps/files_sharing/l10n/hr.json @@ -196,13 +196,6 @@ "Shared with you and {circle} by {owner}" : "Dijeljeno s vama i {circle} od strane {owner}", "Shared with you and the conversation {conversation} by {owner}" : "Dijeljeno s vama i razgovorom {conversation} vlasnika {owner}", "Shared with you in a conversation by {owner}" : "{owner} dijeli s vama u razgovoru", - "Share note" : "Dijeli bilješku", - "Upload files to %s" : "Otpremi datoteke na %s", - "Note" : "Bilješka", - "Select or drop files" : "Odaberi ili ispusti datoteke", - "Uploading files" : "Otpremanje datoteka", - "Uploaded files:" : "Otpremljene datoteke:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Otpremanjem datoteka prihvaćate %1$ uvjete korištenja usluge%2$s.", "Share not found" : "Dijeljenje nije pronađeno", "Back to %s" : "Natrag na %s", "Add to your Nextcloud" : "Dodaj u svoj Nextcloud", @@ -218,6 +211,13 @@ "Download all files" : "Preuzmi sve datoteke", "No recommendations. Start typing." : "Nema preporuka. Započnite unos.", "Enter your name" : "Unesite svoje ime", + "Share note" : "Dijeli bilješku", + "Upload files to %s" : "Otpremi datoteke na %s", + "Note" : "Bilješka", + "Select or drop files" : "Odaberi ili ispusti datoteke", + "Uploading files" : "Otpremanje datoteka", + "Uploaded files:" : "Otpremljene datoteke:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "Otpremanjem datoteka prihvaćate %1$ uvjete korištenja usluge%2$s.", "Name" : "Naziv" },"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/apps/files_sharing/l10n/hu.js b/apps/files_sharing/l10n/hu.js index 5823186be78..58b4eec1388 100644 --- a/apps/files_sharing/l10n/hu.js +++ b/apps/files_sharing/l10n/hu.js @@ -269,15 +269,6 @@ OC.L10N.register( "Shared with you and {circle} by {owner}" : "{owner} megosztotta Önnel és a(z) {circle} körrel", "Shared with you and the conversation {conversation} by {owner}" : "{owner} megosztotta Önnel és a(z) {conversation} beszélgetéssel", "Shared with you in a conversation by {owner}" : "{owner} megosztotta Önnel egy beszélgetésben", - "Share note" : "Jegyzet megosztása", - "Show list view" : "Listanézet megjelenítése", - "Show grid view" : "Rácsnézet megjelenítése", - "Upload files to %s" : "Fájlok feltöltése ide: %s", - "Note" : "Megjegyzés", - "Select or drop files" : "Válasszon vagy dobjon ide fájlokat", - "Uploading files" : "Fájlok feltöltése", - "Uploaded files:" : "Feltöltött fájlok:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "A fájlok feltöltésével elfogadja a %1$sszolgáltatási feltételeket %2$s.", "Share not found" : "A megosztás nem található", "Back to %s" : "Vissza ide: %s", "Add to your Nextcloud" : "Hozzáadás a Nextcloudjához", @@ -287,6 +278,8 @@ OC.L10N.register( "This will stop your current uploads." : "Ez le fogja állítani a jelenlegi feltöltéseit.", "Move or copy" : "Áthelyezés vagy másolás", "You can upload into this folder" : "Ebbe a mappába fel tud tölteni", + "Show list view" : "Listanézet megjelenítése", + "Show grid view" : "Rácsnézet megjelenítése", "No compatible server found at {remote}" : "Nem található kompatibilis kiszolgáló itt: {remote}", "Invalid server URL" : "Érvénytelen kiszolgáló URL", "Failed to add the public link to your Nextcloud" : "Nem sikerült hozzáadni a nyilvános hivatkozást a Nexcloudjához", @@ -294,6 +287,13 @@ OC.L10N.register( "Search for share recipients" : "Megosztás résztvevőinek keresése", "No recommendations. Start typing." : "Nincs javaslat. Kezdjen gépelni.", "Enter your name" : "Adja meg a nevét", + "Share note" : "Jegyzet megosztása", + "Upload files to %s" : "Fájlok feltöltése ide: %s", + "Note" : "Megjegyzés", + "Select or drop files" : "Válasszon vagy dobjon ide fájlokat", + "Uploading files" : "Fájlok feltöltése", + "Uploaded files:" : "Feltöltött fájlok:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "A fájlok feltöltésével elfogadja a %1$sszolgáltatási feltételeket %2$s.", "Name" : "Név", "Filename must not be empty." : "A fájlnév nem lehet üres." }, diff --git a/apps/files_sharing/l10n/hu.json b/apps/files_sharing/l10n/hu.json index 37da419fff9..0ff01109a3a 100644 --- a/apps/files_sharing/l10n/hu.json +++ b/apps/files_sharing/l10n/hu.json @@ -267,15 +267,6 @@ "Shared with you and {circle} by {owner}" : "{owner} megosztotta Önnel és a(z) {circle} körrel", "Shared with you and the conversation {conversation} by {owner}" : "{owner} megosztotta Önnel és a(z) {conversation} beszélgetéssel", "Shared with you in a conversation by {owner}" : "{owner} megosztotta Önnel egy beszélgetésben", - "Share note" : "Jegyzet megosztása", - "Show list view" : "Listanézet megjelenítése", - "Show grid view" : "Rácsnézet megjelenítése", - "Upload files to %s" : "Fájlok feltöltése ide: %s", - "Note" : "Megjegyzés", - "Select or drop files" : "Válasszon vagy dobjon ide fájlokat", - "Uploading files" : "Fájlok feltöltése", - "Uploaded files:" : "Feltöltött fájlok:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "A fájlok feltöltésével elfogadja a %1$sszolgáltatási feltételeket %2$s.", "Share not found" : "A megosztás nem található", "Back to %s" : "Vissza ide: %s", "Add to your Nextcloud" : "Hozzáadás a Nextcloudjához", @@ -285,6 +276,8 @@ "This will stop your current uploads." : "Ez le fogja állítani a jelenlegi feltöltéseit.", "Move or copy" : "Áthelyezés vagy másolás", "You can upload into this folder" : "Ebbe a mappába fel tud tölteni", + "Show list view" : "Listanézet megjelenítése", + "Show grid view" : "Rácsnézet megjelenítése", "No compatible server found at {remote}" : "Nem található kompatibilis kiszolgáló itt: {remote}", "Invalid server URL" : "Érvénytelen kiszolgáló URL", "Failed to add the public link to your Nextcloud" : "Nem sikerült hozzáadni a nyilvános hivatkozást a Nexcloudjához", @@ -292,6 +285,13 @@ "Search for share recipients" : "Megosztás résztvevőinek keresése", "No recommendations. Start typing." : "Nincs javaslat. Kezdjen gépelni.", "Enter your name" : "Adja meg a nevét", + "Share note" : "Jegyzet megosztása", + "Upload files to %s" : "Fájlok feltöltése ide: %s", + "Note" : "Megjegyzés", + "Select or drop files" : "Válasszon vagy dobjon ide fájlokat", + "Uploading files" : "Fájlok feltöltése", + "Uploaded files:" : "Feltöltött fájlok:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "A fájlok feltöltésével elfogadja a %1$sszolgáltatási feltételeket %2$s.", "Name" : "Név", "Filename must not be empty." : "A fájlnév nem lehet üres." },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/files_sharing/l10n/is.js b/apps/files_sharing/l10n/is.js index 28da9fac275..566bcb7a80f 100644 --- a/apps/files_sharing/l10n/is.js +++ b/apps/files_sharing/l10n/is.js @@ -358,16 +358,6 @@ OC.L10N.register( "Shared with you and {circle} by {owner}" : "Deilt með þér og {circle} af {owner}", "Shared with you and the conversation {conversation} by {owner}" : "Deilt með þér og samtalinu {conversation} af {owner}", "Shared with you in a conversation by {owner}" : "Deilt með þér í samtali af {owner}", - "Share note" : "Deila minnispunkti", - "Show list view" : "Birta listasýn", - "Show grid view" : "Birta reitasýn", - "Upload files to %s" : "Senda inn skrár á %s", - "%s shared a folder with you." : "%s deildi möppu með þér.", - "Note" : "Minnispunktur", - "Select or drop files" : "Veldu eða slepptu skrám", - "Uploading files" : "Sendi inn skrár", - "Uploaded files:" : "Innsendar skrár:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Með því að senda inn skrár, samþykkir þú %1$sþjónustuskilmálana%2$s.", "Share not found" : "Sameign fannst ekki", "Back to %s" : "Til baka í %s", "Add to your Nextcloud" : "Bæta í þitt eigið Nextcloud", @@ -377,6 +367,8 @@ OC.L10N.register( "This will stop your current uploads." : "Þetta mun stöðva núverandi innsendingar þínar.", "Move or copy" : "Færa eða afrita", "You can upload into this folder" : "Þú getur sent inn skrár í þessa möppu", + "Show list view" : "Birta listasýn", + "Show grid view" : "Birta reitasýn", "No compatible server found at {remote}" : "Enginn samhæfður vefþjónn fannst á {remote}", "Invalid server URL" : "Ógild URI-slóð vefþjóns", "Failed to add the public link to your Nextcloud" : "Mistókst að bæta opinberum tengli í þitt eigið Nextcloud", @@ -389,6 +381,14 @@ OC.L10N.register( "To upload files, you need to provide your name first." : "Til að senda inn skrár þarftu fyrst að gefa upp nafnið þitt.", "Enter your name" : "Settu inn nafnið þitt", "Submit name" : "Nafn við innsendingu", + "Share note" : "Deila minnispunkti", + "Upload files to %s" : "Senda inn skrár á %s", + "%s shared a folder with you." : "%s deildi möppu með þér.", + "Note" : "Minnispunktur", + "Select or drop files" : "Veldu eða slepptu skrám", + "Uploading files" : "Sendi inn skrár", + "Uploaded files:" : "Innsendar skrár:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "Með því að senda inn skrár, samþykkir þú %1$sþjónustuskilmálana%2$s.", "Name" : "Heiti", "Email, federated cloud id" : "Tölvupóstfang, skýjasambandsauðkenni (Federated Cloud ID)", "Filename must not be empty." : "Skráarheiti má ekki vera tómt." diff --git a/apps/files_sharing/l10n/is.json b/apps/files_sharing/l10n/is.json index 2d91e0dd209..05bf02285f7 100644 --- a/apps/files_sharing/l10n/is.json +++ b/apps/files_sharing/l10n/is.json @@ -356,16 +356,6 @@ "Shared with you and {circle} by {owner}" : "Deilt með þér og {circle} af {owner}", "Shared with you and the conversation {conversation} by {owner}" : "Deilt með þér og samtalinu {conversation} af {owner}", "Shared with you in a conversation by {owner}" : "Deilt með þér í samtali af {owner}", - "Share note" : "Deila minnispunkti", - "Show list view" : "Birta listasýn", - "Show grid view" : "Birta reitasýn", - "Upload files to %s" : "Senda inn skrár á %s", - "%s shared a folder with you." : "%s deildi möppu með þér.", - "Note" : "Minnispunktur", - "Select or drop files" : "Veldu eða slepptu skrám", - "Uploading files" : "Sendi inn skrár", - "Uploaded files:" : "Innsendar skrár:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Með því að senda inn skrár, samþykkir þú %1$sþjónustuskilmálana%2$s.", "Share not found" : "Sameign fannst ekki", "Back to %s" : "Til baka í %s", "Add to your Nextcloud" : "Bæta í þitt eigið Nextcloud", @@ -375,6 +365,8 @@ "This will stop your current uploads." : "Þetta mun stöðva núverandi innsendingar þínar.", "Move or copy" : "Færa eða afrita", "You can upload into this folder" : "Þú getur sent inn skrár í þessa möppu", + "Show list view" : "Birta listasýn", + "Show grid view" : "Birta reitasýn", "No compatible server found at {remote}" : "Enginn samhæfður vefþjónn fannst á {remote}", "Invalid server URL" : "Ógild URI-slóð vefþjóns", "Failed to add the public link to your Nextcloud" : "Mistókst að bæta opinberum tengli í þitt eigið Nextcloud", @@ -387,6 +379,14 @@ "To upload files, you need to provide your name first." : "Til að senda inn skrár þarftu fyrst að gefa upp nafnið þitt.", "Enter your name" : "Settu inn nafnið þitt", "Submit name" : "Nafn við innsendingu", + "Share note" : "Deila minnispunkti", + "Upload files to %s" : "Senda inn skrár á %s", + "%s shared a folder with you." : "%s deildi möppu með þér.", + "Note" : "Minnispunktur", + "Select or drop files" : "Veldu eða slepptu skrám", + "Uploading files" : "Sendi inn skrár", + "Uploaded files:" : "Innsendar skrár:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "Með því að senda inn skrár, samþykkir þú %1$sþjónustuskilmálana%2$s.", "Name" : "Heiti", "Email, federated cloud id" : "Tölvupóstfang, skýjasambandsauðkenni (Federated Cloud ID)", "Filename must not be empty." : "Skráarheiti má ekki vera tómt." diff --git a/apps/files_sharing/l10n/it.js b/apps/files_sharing/l10n/it.js index fa7d330d86e..abf348adbf5 100644 --- a/apps/files_sharing/l10n/it.js +++ b/apps/files_sharing/l10n/it.js @@ -400,16 +400,6 @@ OC.L10N.register( "Shared with you and {circle} by {owner}" : "Condiviso con te e {circle} da {owner}", "Shared with you and the conversation {conversation} by {owner}" : "Condiviso con te e con la conversazione {conversation} da {owner}", "Shared with you in a conversation by {owner}" : "Condiviso con te in una conversazione da {owner}", - "Share note" : "Condividi nota", - "Show list view" : "Commuta la vista a lista", - "Show grid view" : "Commuta la vista a griglia", - "Upload files to %s" : "Carica file su %s", - "%s shared a folder with you." : "%s ha condiviso una cartella con te.", - "Note" : "Nota", - "Select or drop files" : "Seleziona o deseleziona file", - "Uploading files" : "Caricamento file", - "Uploaded files:" : "File caricati:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Caricando i file, accetti i %1$stermini del servizio%2$s.", "Share not found" : "Condivisione non trovata", "Back to %s" : "Torna a %s", "Add to your Nextcloud" : "Aggiungi al tuo Nextcloud", @@ -419,6 +409,8 @@ OC.L10N.register( "This will stop your current uploads." : "Questo fermerà i tuoi caricamenti attuali.", "Move or copy" : "Sposta o copia", "You can upload into this folder" : "Puoi caricare in questa cartella", + "Show list view" : "Commuta la vista a lista", + "Show grid view" : "Commuta la vista a griglia", "No compatible server found at {remote}" : "Nessun server compatibile trovato su {remote}", "Invalid server URL" : "URL del server non valido", "Failed to add the public link to your Nextcloud" : "Aggiunta del collegamento pubblico al tuo Nextcloud non riuscita", @@ -431,6 +423,14 @@ OC.L10N.register( "To upload files, you need to provide your name first." : "Per caricare file, devi prima fornire il tuo nome.", "Enter your name" : "Digita il tuo nome", "Submit name" : "Fornisci il nome", + "Share note" : "Condividi nota", + "Upload files to %s" : "Carica file su %s", + "%s shared a folder with you." : "%s ha condiviso una cartella con te.", + "Note" : "Nota", + "Select or drop files" : "Seleziona o deseleziona file", + "Uploading files" : "Caricamento file", + "Uploaded files:" : "File caricati:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "Caricando i file, accetti i %1$stermini del servizio%2$s.", "Name" : "Nome", "Share with accounts, teams, federated cloud id" : "Condividi con account, team, ID cloud federati", "Email, federated cloud id" : "E-mail, ID cloud federato", diff --git a/apps/files_sharing/l10n/it.json b/apps/files_sharing/l10n/it.json index 77427218f18..c70a92ab32e 100644 --- a/apps/files_sharing/l10n/it.json +++ b/apps/files_sharing/l10n/it.json @@ -398,16 +398,6 @@ "Shared with you and {circle} by {owner}" : "Condiviso con te e {circle} da {owner}", "Shared with you and the conversation {conversation} by {owner}" : "Condiviso con te e con la conversazione {conversation} da {owner}", "Shared with you in a conversation by {owner}" : "Condiviso con te in una conversazione da {owner}", - "Share note" : "Condividi nota", - "Show list view" : "Commuta la vista a lista", - "Show grid view" : "Commuta la vista a griglia", - "Upload files to %s" : "Carica file su %s", - "%s shared a folder with you." : "%s ha condiviso una cartella con te.", - "Note" : "Nota", - "Select or drop files" : "Seleziona o deseleziona file", - "Uploading files" : "Caricamento file", - "Uploaded files:" : "File caricati:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Caricando i file, accetti i %1$stermini del servizio%2$s.", "Share not found" : "Condivisione non trovata", "Back to %s" : "Torna a %s", "Add to your Nextcloud" : "Aggiungi al tuo Nextcloud", @@ -417,6 +407,8 @@ "This will stop your current uploads." : "Questo fermerà i tuoi caricamenti attuali.", "Move or copy" : "Sposta o copia", "You can upload into this folder" : "Puoi caricare in questa cartella", + "Show list view" : "Commuta la vista a lista", + "Show grid view" : "Commuta la vista a griglia", "No compatible server found at {remote}" : "Nessun server compatibile trovato su {remote}", "Invalid server URL" : "URL del server non valido", "Failed to add the public link to your Nextcloud" : "Aggiunta del collegamento pubblico al tuo Nextcloud non riuscita", @@ -429,6 +421,14 @@ "To upload files, you need to provide your name first." : "Per caricare file, devi prima fornire il tuo nome.", "Enter your name" : "Digita il tuo nome", "Submit name" : "Fornisci il nome", + "Share note" : "Condividi nota", + "Upload files to %s" : "Carica file su %s", + "%s shared a folder with you." : "%s ha condiviso una cartella con te.", + "Note" : "Nota", + "Select or drop files" : "Seleziona o deseleziona file", + "Uploading files" : "Caricamento file", + "Uploaded files:" : "File caricati:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "Caricando i file, accetti i %1$stermini del servizio%2$s.", "Name" : "Nome", "Share with accounts, teams, federated cloud id" : "Condividi con account, team, ID cloud federati", "Email, federated cloud id" : "E-mail, ID cloud federato", diff --git a/apps/files_sharing/l10n/ja.js b/apps/files_sharing/l10n/ja.js index 9f82c441ca4..59b8dff248e 100644 --- a/apps/files_sharing/l10n/ja.js +++ b/apps/files_sharing/l10n/ja.js @@ -401,16 +401,6 @@ OC.L10N.register( "Shared with you and {circle} by {owner}" : "{owner} が{circle}で共有中", "Shared with you and the conversation {conversation} by {owner}" : "{owner}のスレッド{conversation}であなたと共有しました", "Shared with you in a conversation by {owner}" : "{owner}のスレッドであなたと共有しました", - "Share note" : "共有ノート", - "Show list view" : "リストビューで表示", - "Show grid view" : "グリッドビューで表示", - "Upload files to %s" : "%s にファイルをアップロード", - "%s shared a folder with you." : "%sはあなたとフォルダーを共有しました。", - "Note" : "ノート", - "Select or drop files" : "ファイルを選択するか、ドラッグ&ドロップしてください", - "Uploading files" : "ファイルをアップロード中", - "Uploaded files:" : "アップロード済ファイル:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "ファイルをアップロードすると、%1$s のサービス条件 %2$s に同意したことになります。", "Share not found" : "共有が見つかりません", "Back to %s" : "%s に戻る", "Add to your Nextcloud" : "あなたのNextcloudに追加", @@ -420,6 +410,8 @@ OC.L10N.register( "This will stop your current uploads." : "現在のアップロードが停止されます", "Move or copy" : "移動またはコピー", "You can upload into this folder" : "このフォルダーにアップロードできます", + "Show list view" : "リストビューで表示", + "Show grid view" : "グリッドビューで表示", "No compatible server found at {remote}" : "互換性のあるサーバーが {remote} にはありません。", "Invalid server URL" : "サーバーのURLが無効", "Failed to add the public link to your Nextcloud" : "このNextcloudに公開リンクを追加できませんでした", @@ -432,6 +424,14 @@ OC.L10N.register( "To upload files, you need to provide your name first." : "ファイルをアップロードするには、最初に名前を入力する必要があります。", "Enter your name" : "あなたの名前を入力", "Submit name" : "名前を送信", + "Share note" : "共有ノート", + "Upload files to %s" : "%s にファイルをアップロード", + "%s shared a folder with you." : "%sはあなたとフォルダーを共有しました。", + "Note" : "ノート", + "Select or drop files" : "ファイルを選択するか、ドラッグ&ドロップしてください", + "Uploading files" : "ファイルをアップロード中", + "Uploaded files:" : "アップロード済ファイル:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "ファイルをアップロードすると、%1$s のサービス条件 %2$s に同意したことになります。", "Name" : "名前", "Share with accounts, teams, federated cloud id" : "アカウント、チーム、連携クラウドIDで共有", "Email, federated cloud id" : "電子メール、連携クラウドID", diff --git a/apps/files_sharing/l10n/ja.json b/apps/files_sharing/l10n/ja.json index 1d34bd25927..a9d6a841b89 100644 --- a/apps/files_sharing/l10n/ja.json +++ b/apps/files_sharing/l10n/ja.json @@ -399,16 +399,6 @@ "Shared with you and {circle} by {owner}" : "{owner} が{circle}で共有中", "Shared with you and the conversation {conversation} by {owner}" : "{owner}のスレッド{conversation}であなたと共有しました", "Shared with you in a conversation by {owner}" : "{owner}のスレッドであなたと共有しました", - "Share note" : "共有ノート", - "Show list view" : "リストビューで表示", - "Show grid view" : "グリッドビューで表示", - "Upload files to %s" : "%s にファイルをアップロード", - "%s shared a folder with you." : "%sはあなたとフォルダーを共有しました。", - "Note" : "ノート", - "Select or drop files" : "ファイルを選択するか、ドラッグ&ドロップしてください", - "Uploading files" : "ファイルをアップロード中", - "Uploaded files:" : "アップロード済ファイル:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "ファイルをアップロードすると、%1$s のサービス条件 %2$s に同意したことになります。", "Share not found" : "共有が見つかりません", "Back to %s" : "%s に戻る", "Add to your Nextcloud" : "あなたのNextcloudに追加", @@ -418,6 +408,8 @@ "This will stop your current uploads." : "現在のアップロードが停止されます", "Move or copy" : "移動またはコピー", "You can upload into this folder" : "このフォルダーにアップロードできます", + "Show list view" : "リストビューで表示", + "Show grid view" : "グリッドビューで表示", "No compatible server found at {remote}" : "互換性のあるサーバーが {remote} にはありません。", "Invalid server URL" : "サーバーのURLが無効", "Failed to add the public link to your Nextcloud" : "このNextcloudに公開リンクを追加できませんでした", @@ -430,6 +422,14 @@ "To upload files, you need to provide your name first." : "ファイルをアップロードするには、最初に名前を入力する必要があります。", "Enter your name" : "あなたの名前を入力", "Submit name" : "名前を送信", + "Share note" : "共有ノート", + "Upload files to %s" : "%s にファイルをアップロード", + "%s shared a folder with you." : "%sはあなたとフォルダーを共有しました。", + "Note" : "ノート", + "Select or drop files" : "ファイルを選択するか、ドラッグ&ドロップしてください", + "Uploading files" : "ファイルをアップロード中", + "Uploaded files:" : "アップロード済ファイル:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "ファイルをアップロードすると、%1$s のサービス条件 %2$s に同意したことになります。", "Name" : "名前", "Share with accounts, teams, federated cloud id" : "アカウント、チーム、連携クラウドIDで共有", "Email, federated cloud id" : "電子メール、連携クラウドID", diff --git a/apps/files_sharing/l10n/ka.js b/apps/files_sharing/l10n/ka.js index 9e4ab7cb873..d3dbc4ea3ee 100644 --- a/apps/files_sharing/l10n/ka.js +++ b/apps/files_sharing/l10n/ka.js @@ -244,15 +244,6 @@ OC.L10N.register( "Shared with you and {circle} by {owner}" : "Shared with you and {circle} by {owner}", "Shared with you and the conversation {conversation} by {owner}" : "Shared with you and the conversation {conversation} by {owner}", "Shared with you in a conversation by {owner}" : "Shared with you in a conversation by {owner}", - "Share note" : "Share note", - "Show list view" : "Show list view", - "Show grid view" : "Show grid view", - "Upload files to %s" : "Upload files to %s", - "Note" : "Note", - "Select or drop files" : "Select or drop files", - "Uploading files" : "Uploading files", - "Uploaded files:" : "Uploaded files:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "By uploading files, you agree to the %1$sterms of service%2$s.", "Share not found" : "Share not found", "Back to %s" : "Back to %s", "Add to your Nextcloud" : "Add to your Nextcloud", @@ -262,6 +253,8 @@ OC.L10N.register( "This will stop your current uploads." : "This will stop your current uploads.", "Move or copy" : "Move or copy", "You can upload into this folder" : "You can upload into this folder", + "Show list view" : "Show list view", + "Show grid view" : "Show grid view", "No compatible server found at {remote}" : "No compatible server found at {remote}", "Invalid server URL" : "Invalid server URL", "Failed to add the public link to your Nextcloud" : "Failed to add the public link to your Nextcloud", @@ -269,6 +262,13 @@ OC.L10N.register( "Search for share recipients" : "Search for share recipients", "No recommendations. Start typing." : "No recommendations. Start typing.", "Enter your name" : "Enter your name", + "Share note" : "Share note", + "Upload files to %s" : "Upload files to %s", + "Note" : "Note", + "Select or drop files" : "Select or drop files", + "Uploading files" : "Uploading files", + "Uploaded files:" : "Uploaded files:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "By uploading files, you agree to the %1$sterms of service%2$s.", "Name" : "სახელი" }, "nplurals=2; plural=(n!=1);"); diff --git a/apps/files_sharing/l10n/ka.json b/apps/files_sharing/l10n/ka.json index 26c63c5d609..fc96e8ef6c0 100644 --- a/apps/files_sharing/l10n/ka.json +++ b/apps/files_sharing/l10n/ka.json @@ -242,15 +242,6 @@ "Shared with you and {circle} by {owner}" : "Shared with you and {circle} by {owner}", "Shared with you and the conversation {conversation} by {owner}" : "Shared with you and the conversation {conversation} by {owner}", "Shared with you in a conversation by {owner}" : "Shared with you in a conversation by {owner}", - "Share note" : "Share note", - "Show list view" : "Show list view", - "Show grid view" : "Show grid view", - "Upload files to %s" : "Upload files to %s", - "Note" : "Note", - "Select or drop files" : "Select or drop files", - "Uploading files" : "Uploading files", - "Uploaded files:" : "Uploaded files:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "By uploading files, you agree to the %1$sterms of service%2$s.", "Share not found" : "Share not found", "Back to %s" : "Back to %s", "Add to your Nextcloud" : "Add to your Nextcloud", @@ -260,6 +251,8 @@ "This will stop your current uploads." : "This will stop your current uploads.", "Move or copy" : "Move or copy", "You can upload into this folder" : "You can upload into this folder", + "Show list view" : "Show list view", + "Show grid view" : "Show grid view", "No compatible server found at {remote}" : "No compatible server found at {remote}", "Invalid server URL" : "Invalid server URL", "Failed to add the public link to your Nextcloud" : "Failed to add the public link to your Nextcloud", @@ -267,6 +260,13 @@ "Search for share recipients" : "Search for share recipients", "No recommendations. Start typing." : "No recommendations. Start typing.", "Enter your name" : "Enter your name", + "Share note" : "Share note", + "Upload files to %s" : "Upload files to %s", + "Note" : "Note", + "Select or drop files" : "Select or drop files", + "Uploading files" : "Uploading files", + "Uploaded files:" : "Uploaded files:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "By uploading files, you agree to the %1$sterms of service%2$s.", "Name" : "სახელი" },"pluralForm" :"nplurals=2; plural=(n!=1);" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/ko.js b/apps/files_sharing/l10n/ko.js index d5d2d8a81d3..88e83c2d820 100644 --- a/apps/files_sharing/l10n/ko.js +++ b/apps/files_sharing/l10n/ko.js @@ -387,16 +387,6 @@ OC.L10N.register( "Shared with you and {circle} by {owner}" : "{owner}님이 여러분과 {circle}에게 공유함", "Shared with you and the conversation {conversation} by {owner}" : "{owner}님이 여러분과 대화 {conversation}와(과) 공유함", "Shared with you in a conversation by {owner}" : "{owner}님이 대화에서 당신에게 공유함", - "Share note" : "공유 노트", - "Show list view" : "목록 보기", - "Show grid view" : "바둑판식 보기", - "Upload files to %s" : "%s에 파일 업로드", - "%s shared a folder with you." : "%s님이 당신과 폴더를 공유했습니다", - "Note" : "노트", - "Select or drop files" : "파일을 선택하거나 끌어다 놓기", - "Uploading files" : "파일 업로드 중", - "Uploaded files:" : "업로드한 파일:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "파일을 업로드하면 %1$s이용 약관%2$s에 동의하는 것을 의미합니다.", "Share not found" : "공유를 찾을 수 없음", "Back to %s" : "%s(으)로 돌아가기", "Add to your Nextcloud" : "내 Nextcloud에 추가", @@ -406,6 +396,8 @@ OC.L10N.register( "This will stop your current uploads." : "이것은 현재 업로드를 중단시킬 것입니다.", "Move or copy" : "이동이나 복사", "You can upload into this folder" : "이 폴더에 업로드할 수 있습니다", + "Show list view" : "목록 보기", + "Show grid view" : "바둑판식 보기", "No compatible server found at {remote}" : "{remote}에서 호환 서버를 찾을 수 없음", "Invalid server URL" : "잘못된 서버 URL", "Failed to add the public link to your Nextcloud" : "Nextcloud에 공개 링크를 추가할 수 없음", @@ -418,6 +410,14 @@ OC.L10N.register( "To upload files, you need to provide your name first." : "파일을 업로드하려면 먼저 당신의 이름을 알려주세요.", "Enter your name" : "이름을 입력하세요", "Submit name" : "이름 제출", + "Share note" : "공유 노트", + "Upload files to %s" : "%s에 파일 업로드", + "%s shared a folder with you." : "%s님이 당신과 폴더를 공유했습니다", + "Note" : "노트", + "Select or drop files" : "파일을 선택하거나 끌어다 놓기", + "Uploading files" : "파일 업로드 중", + "Uploaded files:" : "업로드한 파일:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "파일을 업로드하면 %1$s이용 약관%2$s에 동의하는 것을 의미합니다.", "Name" : "이름", "Share with accounts, teams, federated cloud id" : "계정, 팀 및 연합 클라우드 ID와 공유", "Email, federated cloud id" : "이메일, 연합 클라우드 ID", diff --git a/apps/files_sharing/l10n/ko.json b/apps/files_sharing/l10n/ko.json index 162ac564766..148b0dd11ed 100644 --- a/apps/files_sharing/l10n/ko.json +++ b/apps/files_sharing/l10n/ko.json @@ -385,16 +385,6 @@ "Shared with you and {circle} by {owner}" : "{owner}님이 여러분과 {circle}에게 공유함", "Shared with you and the conversation {conversation} by {owner}" : "{owner}님이 여러분과 대화 {conversation}와(과) 공유함", "Shared with you in a conversation by {owner}" : "{owner}님이 대화에서 당신에게 공유함", - "Share note" : "공유 노트", - "Show list view" : "목록 보기", - "Show grid view" : "바둑판식 보기", - "Upload files to %s" : "%s에 파일 업로드", - "%s shared a folder with you." : "%s님이 당신과 폴더를 공유했습니다", - "Note" : "노트", - "Select or drop files" : "파일을 선택하거나 끌어다 놓기", - "Uploading files" : "파일 업로드 중", - "Uploaded files:" : "업로드한 파일:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "파일을 업로드하면 %1$s이용 약관%2$s에 동의하는 것을 의미합니다.", "Share not found" : "공유를 찾을 수 없음", "Back to %s" : "%s(으)로 돌아가기", "Add to your Nextcloud" : "내 Nextcloud에 추가", @@ -404,6 +394,8 @@ "This will stop your current uploads." : "이것은 현재 업로드를 중단시킬 것입니다.", "Move or copy" : "이동이나 복사", "You can upload into this folder" : "이 폴더에 업로드할 수 있습니다", + "Show list view" : "목록 보기", + "Show grid view" : "바둑판식 보기", "No compatible server found at {remote}" : "{remote}에서 호환 서버를 찾을 수 없음", "Invalid server URL" : "잘못된 서버 URL", "Failed to add the public link to your Nextcloud" : "Nextcloud에 공개 링크를 추가할 수 없음", @@ -416,6 +408,14 @@ "To upload files, you need to provide your name first." : "파일을 업로드하려면 먼저 당신의 이름을 알려주세요.", "Enter your name" : "이름을 입력하세요", "Submit name" : "이름 제출", + "Share note" : "공유 노트", + "Upload files to %s" : "%s에 파일 업로드", + "%s shared a folder with you." : "%s님이 당신과 폴더를 공유했습니다", + "Note" : "노트", + "Select or drop files" : "파일을 선택하거나 끌어다 놓기", + "Uploading files" : "파일 업로드 중", + "Uploaded files:" : "업로드한 파일:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "파일을 업로드하면 %1$s이용 약관%2$s에 동의하는 것을 의미합니다.", "Name" : "이름", "Share with accounts, teams, federated cloud id" : "계정, 팀 및 연합 클라우드 ID와 공유", "Email, federated cloud id" : "이메일, 연합 클라우드 ID", diff --git a/apps/files_sharing/l10n/lt_LT.js b/apps/files_sharing/l10n/lt_LT.js index 318d1bc1344..db12f4c1db5 100644 --- a/apps/files_sharing/l10n/lt_LT.js +++ b/apps/files_sharing/l10n/lt_LT.js @@ -254,16 +254,6 @@ OC.L10N.register( "Shared with you and {circle} by {owner}" : "{owner} pradėjo bendrinti su jumis ir {circle}", "Shared with you and the conversation {conversation} by {owner}" : "{owner} pasidalino su jumis ir pokalbiu {conversation}", "Shared with you in a conversation by {owner}" : "{owner} pasidalino su jumis pokalbyje", - "Share note" : "Pasidalinimo pastaba", - "Show list view" : "Rodyti sąrašo rodinį", - "Show grid view" : "Rodyti tinklelio rodinį", - "Upload files to %s" : "Įkelkite failus į %s", - "%s shared a folder with you." : "%s pradėjo bendrinti su jumis aplanką.", - "Note" : "Pastaba", - "Select or drop files" : "Pasirinkite arba vilkite failus", - "Uploading files" : "Įkeliami failai", - "Uploaded files:" : "Įkelti failai:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Įkeldami failus, sutinkate su %1$snaudojimosi sąlygomis%2$s.", "Share not found" : "Viešinys nerastas", "Back to %s" : "Atgal į %s", "Add to your Nextcloud" : "Pridėti į savo Nextcloud", @@ -273,6 +263,8 @@ OC.L10N.register( "This will stop your current uploads." : "Tai sustabdys dabartinius įkėlimus.", "Move or copy" : "Perkelti ar kopijuoti", "You can upload into this folder" : "Galite įkelti į šį aplanką", + "Show list view" : "Rodyti sąrašo rodinį", + "Show grid view" : "Rodyti tinklelio rodinį", "No compatible server found at {remote}" : "Nerasta jokio suderinamo serverio ties {remote}", "Invalid server URL" : "Neteisingas serverio URL adresas", "Failed to add the public link to your Nextcloud" : "Nepavyko pridėti viešosios nuorodos į jūsų Nextcloud", @@ -282,6 +274,14 @@ OC.L10N.register( "Search for share recipients" : "Ieškoti viešinio gavėjų", "No recommendations. Start typing." : "Rekomendacijų nėra. Pradėkite rašyti.", "Enter your name" : "Įveskite savo vardą", + "Share note" : "Pasidalinimo pastaba", + "Upload files to %s" : "Įkelkite failus į %s", + "%s shared a folder with you." : "%s pradėjo bendrinti su jumis aplanką.", + "Note" : "Pastaba", + "Select or drop files" : "Pasirinkite arba vilkite failus", + "Uploading files" : "Įkeliami failai", + "Uploaded files:" : "Įkelti failai:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "Įkeldami failus, sutinkate su %1$snaudojimosi sąlygomis%2$s.", "Name" : "Pavadinimas", "Filename must not be empty." : "Failo pavadinimas negali būti tuščias." }, diff --git a/apps/files_sharing/l10n/lt_LT.json b/apps/files_sharing/l10n/lt_LT.json index 11b9da18c1d..4e4862f04b4 100644 --- a/apps/files_sharing/l10n/lt_LT.json +++ b/apps/files_sharing/l10n/lt_LT.json @@ -252,16 +252,6 @@ "Shared with you and {circle} by {owner}" : "{owner} pradėjo bendrinti su jumis ir {circle}", "Shared with you and the conversation {conversation} by {owner}" : "{owner} pasidalino su jumis ir pokalbiu {conversation}", "Shared with you in a conversation by {owner}" : "{owner} pasidalino su jumis pokalbyje", - "Share note" : "Pasidalinimo pastaba", - "Show list view" : "Rodyti sąrašo rodinį", - "Show grid view" : "Rodyti tinklelio rodinį", - "Upload files to %s" : "Įkelkite failus į %s", - "%s shared a folder with you." : "%s pradėjo bendrinti su jumis aplanką.", - "Note" : "Pastaba", - "Select or drop files" : "Pasirinkite arba vilkite failus", - "Uploading files" : "Įkeliami failai", - "Uploaded files:" : "Įkelti failai:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Įkeldami failus, sutinkate su %1$snaudojimosi sąlygomis%2$s.", "Share not found" : "Viešinys nerastas", "Back to %s" : "Atgal į %s", "Add to your Nextcloud" : "Pridėti į savo Nextcloud", @@ -271,6 +261,8 @@ "This will stop your current uploads." : "Tai sustabdys dabartinius įkėlimus.", "Move or copy" : "Perkelti ar kopijuoti", "You can upload into this folder" : "Galite įkelti į šį aplanką", + "Show list view" : "Rodyti sąrašo rodinį", + "Show grid view" : "Rodyti tinklelio rodinį", "No compatible server found at {remote}" : "Nerasta jokio suderinamo serverio ties {remote}", "Invalid server URL" : "Neteisingas serverio URL adresas", "Failed to add the public link to your Nextcloud" : "Nepavyko pridėti viešosios nuorodos į jūsų Nextcloud", @@ -280,6 +272,14 @@ "Search for share recipients" : "Ieškoti viešinio gavėjų", "No recommendations. Start typing." : "Rekomendacijų nėra. Pradėkite rašyti.", "Enter your name" : "Įveskite savo vardą", + "Share note" : "Pasidalinimo pastaba", + "Upload files to %s" : "Įkelkite failus į %s", + "%s shared a folder with you." : "%s pradėjo bendrinti su jumis aplanką.", + "Note" : "Pastaba", + "Select or drop files" : "Pasirinkite arba vilkite failus", + "Uploading files" : "Įkeliami failai", + "Uploaded files:" : "Įkelti failai:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "Įkeldami failus, sutinkate su %1$snaudojimosi sąlygomis%2$s.", "Name" : "Pavadinimas", "Filename must not be empty." : "Failo pavadinimas negali būti tuščias." },"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);" diff --git a/apps/files_sharing/l10n/mk.js b/apps/files_sharing/l10n/mk.js index cec23d796d7..0cdf3e86239 100644 --- a/apps/files_sharing/l10n/mk.js +++ b/apps/files_sharing/l10n/mk.js @@ -224,7 +224,7 @@ OC.L10N.register( "Password protection" : "Заштитено со лозинка", "Enter a password" : "Внесете лозинка", "Enable link expiration (enforced)" : "Овозможи истекување на линк (задолжително)", - "Enable link expiration" : "Овозможи истекување на ллинк", + "Enable link expiration" : "Овозможи истекување на линк", "Enter expiration date (enforced)" : "Внесете датум на истекување (задолжително)", "Enter expiration date" : "Внесете датум на истекување", "Create share" : "Ново споделување", @@ -400,16 +400,6 @@ OC.L10N.register( "Shared with you and {circle} by {owner}" : "Споделено со тебе и {circle} од {owner}", "Shared with you and the conversation {conversation} by {owner}" : "Споделено со тебе и во разговорот {conversation} од {owner}", "Shared with you in a conversation by {owner}" : "Споделено со тебе и во разговорот од {owner}", - "Share note" : "Споделување со забелешка ", - "Show list view" : "Прикажи поглед во листа", - "Show grid view" : "Прикажи поглед во мрежа", - "Upload files to %s" : "Прикачи датотеки во %s", - "%s shared a folder with you." : "%s сподели папка со вас.", - "Note" : "Белешка", - "Select or drop files" : "Изберете или испуштете датотеки", - "Uploading files" : "Прикачување на датотеки", - "Uploaded files:" : "Прикачени датотеки:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Со прикачување на датотеките, се согласувате со %1$sусловите за користење%2$s.", "Share not found" : "Споделувањето не е пронајдено", "Back to %s" : "Врати се на %s", "Add to your Nextcloud" : "Додадете во вашиот Cloud", @@ -419,6 +409,8 @@ OC.L10N.register( "This will stop your current uploads." : "Ова ќе го прекине вашето моментално прикачување.", "Move or copy" : "Премести или копирај", "You can upload into this folder" : "Можете да прикачувате во оваа папка", + "Show list view" : "Прикажи поглед во листа", + "Show grid view" : "Прикажи поглед во мрежа", "No compatible server found at {remote}" : "{remote} не е компатибилен сервер", "Invalid server URL" : "Неправилна URL на сервер", "Failed to add the public link to your Nextcloud" : "Неуспешно додавање на јавниот линк", @@ -431,6 +423,14 @@ OC.L10N.register( "To upload files, you need to provide your name first." : "За да прикачите датотеки, мора да го наведете вашето име.", "Enter your name" : "Внесете го вашето име", "Submit name" : "Испрати име", + "Share note" : "Споделување со забелешка ", + "Upload files to %s" : "Прикачи датотеки во %s", + "%s shared a folder with you." : "%s сподели папка со вас.", + "Note" : "Белешка", + "Select or drop files" : "Изберете или испуштете датотеки", + "Uploading files" : "Прикачување на датотеки", + "Uploaded files:" : "Прикачени датотеки:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "Со прикачување на датотеките, се согласувате со %1$sусловите за користење%2$s.", "Name" : "Име", "Share with accounts, teams, federated cloud id" : "Сподели со корисници, тимови, федерални корисници", "Email, federated cloud id" : "Е-пошта, федерален ИД", diff --git a/apps/files_sharing/l10n/mk.json b/apps/files_sharing/l10n/mk.json index 01c8062bc45..092b47a70de 100644 --- a/apps/files_sharing/l10n/mk.json +++ b/apps/files_sharing/l10n/mk.json @@ -222,7 +222,7 @@ "Password protection" : "Заштитено со лозинка", "Enter a password" : "Внесете лозинка", "Enable link expiration (enforced)" : "Овозможи истекување на линк (задолжително)", - "Enable link expiration" : "Овозможи истекување на ллинк", + "Enable link expiration" : "Овозможи истекување на линк", "Enter expiration date (enforced)" : "Внесете датум на истекување (задолжително)", "Enter expiration date" : "Внесете датум на истекување", "Create share" : "Ново споделување", @@ -398,16 +398,6 @@ "Shared with you and {circle} by {owner}" : "Споделено со тебе и {circle} од {owner}", "Shared with you and the conversation {conversation} by {owner}" : "Споделено со тебе и во разговорот {conversation} од {owner}", "Shared with you in a conversation by {owner}" : "Споделено со тебе и во разговорот од {owner}", - "Share note" : "Споделување со забелешка ", - "Show list view" : "Прикажи поглед во листа", - "Show grid view" : "Прикажи поглед во мрежа", - "Upload files to %s" : "Прикачи датотеки во %s", - "%s shared a folder with you." : "%s сподели папка со вас.", - "Note" : "Белешка", - "Select or drop files" : "Изберете или испуштете датотеки", - "Uploading files" : "Прикачување на датотеки", - "Uploaded files:" : "Прикачени датотеки:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Со прикачување на датотеките, се согласувате со %1$sусловите за користење%2$s.", "Share not found" : "Споделувањето не е пронајдено", "Back to %s" : "Врати се на %s", "Add to your Nextcloud" : "Додадете во вашиот Cloud", @@ -417,6 +407,8 @@ "This will stop your current uploads." : "Ова ќе го прекине вашето моментално прикачување.", "Move or copy" : "Премести или копирај", "You can upload into this folder" : "Можете да прикачувате во оваа папка", + "Show list view" : "Прикажи поглед во листа", + "Show grid view" : "Прикажи поглед во мрежа", "No compatible server found at {remote}" : "{remote} не е компатибилен сервер", "Invalid server URL" : "Неправилна URL на сервер", "Failed to add the public link to your Nextcloud" : "Неуспешно додавање на јавниот линк", @@ -429,6 +421,14 @@ "To upload files, you need to provide your name first." : "За да прикачите датотеки, мора да го наведете вашето име.", "Enter your name" : "Внесете го вашето име", "Submit name" : "Испрати име", + "Share note" : "Споделување со забелешка ", + "Upload files to %s" : "Прикачи датотеки во %s", + "%s shared a folder with you." : "%s сподели папка со вас.", + "Note" : "Белешка", + "Select or drop files" : "Изберете или испуштете датотеки", + "Uploading files" : "Прикачување на датотеки", + "Uploaded files:" : "Прикачени датотеки:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "Со прикачување на датотеките, се согласувате со %1$sусловите за користење%2$s.", "Name" : "Име", "Share with accounts, teams, federated cloud id" : "Сподели со корисници, тимови, федерални корисници", "Email, federated cloud id" : "Е-пошта, федерален ИД", diff --git a/apps/files_sharing/l10n/nb.js b/apps/files_sharing/l10n/nb.js index 120f5d4482f..60c151054fb 100644 --- a/apps/files_sharing/l10n/nb.js +++ b/apps/files_sharing/l10n/nb.js @@ -343,16 +343,6 @@ OC.L10N.register( "Shared with you and {circle} by {owner}" : "Delt med deg og {circle} av {owner}", "Shared with you and the conversation {conversation} by {owner}" : "Delt med deg og samtalen {conversation} av {owner}", "Shared with you in a conversation by {owner}" : "Delt md deg i samtale med {owner}", - "Share note" : "Delingsnotat", - "Show list view" : "Vis listevisning", - "Show grid view" : "Vis rutenett-visning", - "Upload files to %s" : "Last opp filer til %s", - "%s shared a folder with you." : "%s delte en mappe med deg.", - "Note" : "Melding", - "Select or drop files" : "Velg eller slipp filer", - "Uploading files" : "Laster opp filer", - "Uploaded files:" : "Opplastede filer:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Ved å laste opp filer godtar du %1$stjenestevilkårene%2$s.", "Share not found" : "Deling ikke funnet", "Back to %s" : "Tilbake til %s", "Add to your Nextcloud" : "Legg til i din Nextcloud", @@ -362,6 +352,8 @@ OC.L10N.register( "This will stop your current uploads." : "Dette fille stoppe dine nåværende opplastinger.", "Move or copy" : "Flytt eller kopier", "You can upload into this folder" : "Du kan laste opp til denne mappen", + "Show list view" : "Vis listevisning", + "Show grid view" : "Vis rutenett-visning", "No compatible server found at {remote}" : "Ingen kompatibel server ble funnet på {remote}", "Invalid server URL" : "Ugyldig server adresse", "Failed to add the public link to your Nextcloud" : "Feil oppsto under oppretting av offentlig lenke til din Nextcloud", @@ -374,6 +366,14 @@ OC.L10N.register( "To upload files, you need to provide your name first." : "For å laste opp filer må du først oppgi navnet ditt.", "Enter your name" : "Skriv inn navnet ditt", "Submit name" : "Send inn navn", + "Share note" : "Delingsnotat", + "Upload files to %s" : "Last opp filer til %s", + "%s shared a folder with you." : "%s delte en mappe med deg.", + "Note" : "Melding", + "Select or drop files" : "Velg eller slipp filer", + "Uploading files" : "Laster opp filer", + "Uploaded files:" : "Opplastede filer:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "Ved å laste opp filer godtar du %1$stjenestevilkårene%2$s.", "Name" : "Navn", "Filename must not be empty." : "Filnavn kan ikke være tomt." }, diff --git a/apps/files_sharing/l10n/nb.json b/apps/files_sharing/l10n/nb.json index 0a21333bf4b..fab0e4526bb 100644 --- a/apps/files_sharing/l10n/nb.json +++ b/apps/files_sharing/l10n/nb.json @@ -341,16 +341,6 @@ "Shared with you and {circle} by {owner}" : "Delt med deg og {circle} av {owner}", "Shared with you and the conversation {conversation} by {owner}" : "Delt med deg og samtalen {conversation} av {owner}", "Shared with you in a conversation by {owner}" : "Delt md deg i samtale med {owner}", - "Share note" : "Delingsnotat", - "Show list view" : "Vis listevisning", - "Show grid view" : "Vis rutenett-visning", - "Upload files to %s" : "Last opp filer til %s", - "%s shared a folder with you." : "%s delte en mappe med deg.", - "Note" : "Melding", - "Select or drop files" : "Velg eller slipp filer", - "Uploading files" : "Laster opp filer", - "Uploaded files:" : "Opplastede filer:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Ved å laste opp filer godtar du %1$stjenestevilkårene%2$s.", "Share not found" : "Deling ikke funnet", "Back to %s" : "Tilbake til %s", "Add to your Nextcloud" : "Legg til i din Nextcloud", @@ -360,6 +350,8 @@ "This will stop your current uploads." : "Dette fille stoppe dine nåværende opplastinger.", "Move or copy" : "Flytt eller kopier", "You can upload into this folder" : "Du kan laste opp til denne mappen", + "Show list view" : "Vis listevisning", + "Show grid view" : "Vis rutenett-visning", "No compatible server found at {remote}" : "Ingen kompatibel server ble funnet på {remote}", "Invalid server URL" : "Ugyldig server adresse", "Failed to add the public link to your Nextcloud" : "Feil oppsto under oppretting av offentlig lenke til din Nextcloud", @@ -372,6 +364,14 @@ "To upload files, you need to provide your name first." : "For å laste opp filer må du først oppgi navnet ditt.", "Enter your name" : "Skriv inn navnet ditt", "Submit name" : "Send inn navn", + "Share note" : "Delingsnotat", + "Upload files to %s" : "Last opp filer til %s", + "%s shared a folder with you." : "%s delte en mappe med deg.", + "Note" : "Melding", + "Select or drop files" : "Velg eller slipp filer", + "Uploading files" : "Laster opp filer", + "Uploaded files:" : "Opplastede filer:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "Ved å laste opp filer godtar du %1$stjenestevilkårene%2$s.", "Name" : "Navn", "Filename must not be empty." : "Filnavn kan ikke være tomt." },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/files_sharing/l10n/nl.js b/apps/files_sharing/l10n/nl.js index 52b06ff181a..b5d0fce48cb 100644 --- a/apps/files_sharing/l10n/nl.js +++ b/apps/files_sharing/l10n/nl.js @@ -279,7 +279,7 @@ OC.L10N.register( "Failed to generate a new token" : "Het genereren van een nieuw token is mislukt", "Allow upload and editing" : "Uploaden en bewerken toestaan", "Allow editing" : "Bewerken toestaan", - "Upload only" : "Alleen upload", + "Upload only" : "Alleen uploaden", "Advanced settings" : "Geavanceerde instellingen", "Share label" : "Deel het label", "Share link token" : "Share link token", @@ -318,7 +318,7 @@ OC.L10N.register( "Shared with you by {owner}" : "Met je gedeeld door {owner}", "Internal shares" : "Interne schijven", "Internal shares explanation" : "Uitleg over interne shares", - "External shares" : "Externe schijven", + "External shares" : "Externe shares", "External shares explanation" : "Uitleg over externe shares", "Additional shares" : "Aanvullende shares", "Additional shares explanation" : "Uitleg over aanvullende shares", @@ -401,16 +401,6 @@ OC.L10N.register( "Shared with you and {circle} by {owner}" : "Gedeeld met jou en {circle} door {owner}", "Shared with you and the conversation {conversation} by {owner}" : "Gedeeld met jou en gesprek {conversation} door {owner}", "Shared with you in a conversation by {owner}" : "Met jou in een gesprek gedeeld door {owner}", - "Share note" : "Notitie delen", - "Show list view" : "Toon lijstweergave", - "Show grid view" : "Toon roosterweergave", - "Upload files to %s" : "Upload bestanden naar %s", - "%s shared a folder with you." : "%s heeft een map met je gedeeld", - "Note" : "Notitie", - "Select or drop files" : "Selecteer bestanden of sleep ze naar dit venster", - "Uploading files" : "Uploaden bestanden", - "Uploaded files:" : "Geüploade bestanden", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Door het uploaden van bestanden stem je in met de %1$sgebruiksvoorwaarden%2$s.", "Share not found" : "Gedeelde map niet gevonden", "Back to %s" : "Terug naar %s", "Add to your Nextcloud" : "Toevoegen aan je Nextcloud", @@ -420,6 +410,8 @@ OC.L10N.register( "This will stop your current uploads." : "Dit beëindigt onderhanden uploads", "Move or copy" : "Verplaatsen of kopiëren", "You can upload into this folder" : "Je kunt uploaden naar deze map", + "Show list view" : "Toon lijstweergave", + "Show grid view" : "Toon roosterweergave", "No compatible server found at {remote}" : "Geen geschikte server gevonden op {remote}", "Invalid server URL" : "Ongeldig server URL", "Failed to add the public link to your Nextcloud" : "Kon de openbare link niet aan je Nextcloud toevoegen", @@ -432,6 +424,14 @@ OC.L10N.register( "To upload files, you need to provide your name first." : "Om bestanden te uploaden moet je eerste je naam opgeven.", "Enter your name" : "Geef je naam op", "Submit name" : "Naam doorgeven", + "Share note" : "Notitie delen", + "Upload files to %s" : "Upload bestanden naar %s", + "%s shared a folder with you." : "%s heeft een map met je gedeeld", + "Note" : "Notitie", + "Select or drop files" : "Selecteer bestanden of sleep ze naar dit venster", + "Uploading files" : "Uploaden bestanden", + "Uploaded files:" : "Geüploade bestanden", + "By uploading files, you agree to the %1$sterms of service%2$s." : "Door het uploaden van bestanden stem je in met de %1$sgebruiksvoorwaarden%2$s.", "Name" : "Naam", "Share with accounts, teams, federated cloud id" : "Delen met accounts, teams, federatieve cloud-ID", "Email, federated cloud id" : "E-mail, federatieve cloud-ID", diff --git a/apps/files_sharing/l10n/nl.json b/apps/files_sharing/l10n/nl.json index 22ee5b47ee9..5fa8137aef9 100644 --- a/apps/files_sharing/l10n/nl.json +++ b/apps/files_sharing/l10n/nl.json @@ -277,7 +277,7 @@ "Failed to generate a new token" : "Het genereren van een nieuw token is mislukt", "Allow upload and editing" : "Uploaden en bewerken toestaan", "Allow editing" : "Bewerken toestaan", - "Upload only" : "Alleen upload", + "Upload only" : "Alleen uploaden", "Advanced settings" : "Geavanceerde instellingen", "Share label" : "Deel het label", "Share link token" : "Share link token", @@ -316,7 +316,7 @@ "Shared with you by {owner}" : "Met je gedeeld door {owner}", "Internal shares" : "Interne schijven", "Internal shares explanation" : "Uitleg over interne shares", - "External shares" : "Externe schijven", + "External shares" : "Externe shares", "External shares explanation" : "Uitleg over externe shares", "Additional shares" : "Aanvullende shares", "Additional shares explanation" : "Uitleg over aanvullende shares", @@ -399,16 +399,6 @@ "Shared with you and {circle} by {owner}" : "Gedeeld met jou en {circle} door {owner}", "Shared with you and the conversation {conversation} by {owner}" : "Gedeeld met jou en gesprek {conversation} door {owner}", "Shared with you in a conversation by {owner}" : "Met jou in een gesprek gedeeld door {owner}", - "Share note" : "Notitie delen", - "Show list view" : "Toon lijstweergave", - "Show grid view" : "Toon roosterweergave", - "Upload files to %s" : "Upload bestanden naar %s", - "%s shared a folder with you." : "%s heeft een map met je gedeeld", - "Note" : "Notitie", - "Select or drop files" : "Selecteer bestanden of sleep ze naar dit venster", - "Uploading files" : "Uploaden bestanden", - "Uploaded files:" : "Geüploade bestanden", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Door het uploaden van bestanden stem je in met de %1$sgebruiksvoorwaarden%2$s.", "Share not found" : "Gedeelde map niet gevonden", "Back to %s" : "Terug naar %s", "Add to your Nextcloud" : "Toevoegen aan je Nextcloud", @@ -418,6 +408,8 @@ "This will stop your current uploads." : "Dit beëindigt onderhanden uploads", "Move or copy" : "Verplaatsen of kopiëren", "You can upload into this folder" : "Je kunt uploaden naar deze map", + "Show list view" : "Toon lijstweergave", + "Show grid view" : "Toon roosterweergave", "No compatible server found at {remote}" : "Geen geschikte server gevonden op {remote}", "Invalid server URL" : "Ongeldig server URL", "Failed to add the public link to your Nextcloud" : "Kon de openbare link niet aan je Nextcloud toevoegen", @@ -430,6 +422,14 @@ "To upload files, you need to provide your name first." : "Om bestanden te uploaden moet je eerste je naam opgeven.", "Enter your name" : "Geef je naam op", "Submit name" : "Naam doorgeven", + "Share note" : "Notitie delen", + "Upload files to %s" : "Upload bestanden naar %s", + "%s shared a folder with you." : "%s heeft een map met je gedeeld", + "Note" : "Notitie", + "Select or drop files" : "Selecteer bestanden of sleep ze naar dit venster", + "Uploading files" : "Uploaden bestanden", + "Uploaded files:" : "Geüploade bestanden", + "By uploading files, you agree to the %1$sterms of service%2$s." : "Door het uploaden van bestanden stem je in met de %1$sgebruiksvoorwaarden%2$s.", "Name" : "Naam", "Share with accounts, teams, federated cloud id" : "Delen met accounts, teams, federatieve cloud-ID", "Email, federated cloud id" : "E-mail, federatieve cloud-ID", diff --git a/apps/files_sharing/l10n/pl.js b/apps/files_sharing/l10n/pl.js index 9737349cafc..47109393c25 100644 --- a/apps/files_sharing/l10n/pl.js +++ b/apps/files_sharing/l10n/pl.js @@ -401,16 +401,6 @@ OC.L10N.register( "Shared with you and {circle} by {owner}" : "Udostępnione Tobie i {circle} przez {owner}", "Shared with you and the conversation {conversation} by {owner}" : "Udostępnione Tobie i w rozmowie {conversation} przez {owner}", "Shared with you in a conversation by {owner}" : "Udostępnione Tobie w rozmowie przez {owner}", - "Share note" : "Notatka udostępnienia", - "Show list view" : "Pokaż widok listy", - "Show grid view" : "Pokaż widok siatki", - "Upload files to %s" : "Wyślij pliki do %s", - "%s shared a folder with you." : "%s udostępnił Ci katalog.", - "Note" : "Notatka", - "Select or drop files" : "Wybierz lub upuść pliki", - "Uploading files" : "Wysyłanie plików", - "Uploaded files:" : "Wysłane pliki:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Wysyłając pliki, zgadzasz się na %1$swarunki korzystania z usługi%2$s.", "Share not found" : "Nie znaleziono udostępnienia", "Back to %s" : "Powrót do %s", "Add to your Nextcloud" : "Dodaj do swojego Nextcloud", @@ -420,6 +410,8 @@ OC.L10N.register( "This will stop your current uploads." : "Spowoduje to zatrzymanie wysyłania plików.", "Move or copy" : "Przenieś lub kopiuj", "You can upload into this folder" : "Możesz wysłać do tego katalogu", + "Show list view" : "Pokaż widok listy", + "Show grid view" : "Pokaż widok siatki", "No compatible server found at {remote}" : "Nie znaleziono kompatybilnego serwera na {remote}", "Invalid server URL" : "Nieprawidłowy adres URL serwera", "Failed to add the public link to your Nextcloud" : "Nie udało się dodać linku publicznego do Nextcloud", @@ -432,6 +424,14 @@ OC.L10N.register( "To upload files, you need to provide your name first." : "Aby przesłać pliki, musisz najpierw podać swoje imię i nazwisko.", "Enter your name" : "Wpisz swoją nazwę", "Submit name" : "Wyślij nazwę", + "Share note" : "Notatka udostępnienia", + "Upload files to %s" : "Wyślij pliki do %s", + "%s shared a folder with you." : "%s udostępnił Ci katalog.", + "Note" : "Notatka", + "Select or drop files" : "Wybierz lub upuść pliki", + "Uploading files" : "Wysyłanie plików", + "Uploaded files:" : "Wysłane pliki:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "Wysyłając pliki, zgadzasz się na %1$swarunki korzystania z usługi%2$s.", "Name" : "Nazwa", "Share with accounts, teams, federated cloud id" : "Udostępnij kontom, zespołom, ID Chmury Federacyjnej", "Email, federated cloud id" : "E-mail, ID Chmury Federacyjnej", diff --git a/apps/files_sharing/l10n/pl.json b/apps/files_sharing/l10n/pl.json index 5d4b320ffa4..fcc88eb97ad 100644 --- a/apps/files_sharing/l10n/pl.json +++ b/apps/files_sharing/l10n/pl.json @@ -399,16 +399,6 @@ "Shared with you and {circle} by {owner}" : "Udostępnione Tobie i {circle} przez {owner}", "Shared with you and the conversation {conversation} by {owner}" : "Udostępnione Tobie i w rozmowie {conversation} przez {owner}", "Shared with you in a conversation by {owner}" : "Udostępnione Tobie w rozmowie przez {owner}", - "Share note" : "Notatka udostępnienia", - "Show list view" : "Pokaż widok listy", - "Show grid view" : "Pokaż widok siatki", - "Upload files to %s" : "Wyślij pliki do %s", - "%s shared a folder with you." : "%s udostępnił Ci katalog.", - "Note" : "Notatka", - "Select or drop files" : "Wybierz lub upuść pliki", - "Uploading files" : "Wysyłanie plików", - "Uploaded files:" : "Wysłane pliki:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Wysyłając pliki, zgadzasz się na %1$swarunki korzystania z usługi%2$s.", "Share not found" : "Nie znaleziono udostępnienia", "Back to %s" : "Powrót do %s", "Add to your Nextcloud" : "Dodaj do swojego Nextcloud", @@ -418,6 +408,8 @@ "This will stop your current uploads." : "Spowoduje to zatrzymanie wysyłania plików.", "Move or copy" : "Przenieś lub kopiuj", "You can upload into this folder" : "Możesz wysłać do tego katalogu", + "Show list view" : "Pokaż widok listy", + "Show grid view" : "Pokaż widok siatki", "No compatible server found at {remote}" : "Nie znaleziono kompatybilnego serwera na {remote}", "Invalid server URL" : "Nieprawidłowy adres URL serwera", "Failed to add the public link to your Nextcloud" : "Nie udało się dodać linku publicznego do Nextcloud", @@ -430,6 +422,14 @@ "To upload files, you need to provide your name first." : "Aby przesłać pliki, musisz najpierw podać swoje imię i nazwisko.", "Enter your name" : "Wpisz swoją nazwę", "Submit name" : "Wyślij nazwę", + "Share note" : "Notatka udostępnienia", + "Upload files to %s" : "Wyślij pliki do %s", + "%s shared a folder with you." : "%s udostępnił Ci katalog.", + "Note" : "Notatka", + "Select or drop files" : "Wybierz lub upuść pliki", + "Uploading files" : "Wysyłanie plików", + "Uploaded files:" : "Wysłane pliki:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "Wysyłając pliki, zgadzasz się na %1$swarunki korzystania z usługi%2$s.", "Name" : "Nazwa", "Share with accounts, teams, federated cloud id" : "Udostępnij kontom, zespołom, ID Chmury Federacyjnej", "Email, federated cloud id" : "E-mail, ID Chmury Federacyjnej", diff --git a/apps/files_sharing/l10n/pt_BR.js b/apps/files_sharing/l10n/pt_BR.js index 19e44fd4c40..90f4f0badc8 100644 --- a/apps/files_sharing/l10n/pt_BR.js +++ b/apps/files_sharing/l10n/pt_BR.js @@ -401,16 +401,6 @@ OC.L10N.register( "Shared with you and {circle} by {owner}" : "Compartilhado com você e {circle} por {owner}", "Shared with you and the conversation {conversation} by {owner}" : "Compartilhado com você e a conversa {conversation} por {owner}", "Shared with you in a conversation by {owner}" : "Compartilhado com você em uma conversa por {owner}", - "Share note" : "Compartilhar nota", - "Show list view" : "Mostrar visualização em lista", - "Show grid view" : "Mostrar visualização em grade", - "Upload files to %s" : "Enviar arquivos para %s", - "%s shared a folder with you." : "%s compartilhou uma pasta com você.", - "Note" : "Nota", - "Select or drop files" : "Selecione ou solte arquivos", - "Uploading files" : "Enviando arquivos...", - "Uploaded files:" : "Arquivos enviados:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Ao enviar arquivos, você concorda com os %1$stermos de serviço%2$s.", "Share not found" : "Compartilhamento não encontrado", "Back to %s" : "Voltar para %s", "Add to your Nextcloud" : "Adicionar ao seu Nextcloud", @@ -420,6 +410,8 @@ OC.L10N.register( "This will stop your current uploads." : "Isso interromperá seus uploads atuais.", "Move or copy" : "Mover ou copiar", "You can upload into this folder" : "Você pode enviar arquivos para esta pasta", + "Show list view" : "Mostrar visualização em lista", + "Show grid view" : "Mostrar visualização em grade", "No compatible server found at {remote}" : "Nenhum servidor compativel encontrado em {remote}", "Invalid server URL" : "URL do servidor inválida", "Failed to add the public link to your Nextcloud" : "Ocorreu uma falha ao adicionar o link público ao seu Nextcloud", @@ -432,6 +424,14 @@ OC.L10N.register( "To upload files, you need to provide your name first." : "Para fazer upload de arquivos, primeiro você precisa fornecer seu nome.", "Enter your name" : "Digite seu nome", "Submit name" : "Enviar nome", + "Share note" : "Compartilhar nota", + "Upload files to %s" : "Enviar arquivos para %s", + "%s shared a folder with you." : "%s compartilhou uma pasta com você.", + "Note" : "Nota", + "Select or drop files" : "Selecione ou solte arquivos", + "Uploading files" : "Enviando arquivos...", + "Uploaded files:" : "Arquivos enviados:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "Ao enviar arquivos, você concorda com os %1$stermos de serviço%2$s.", "Name" : "Nome", "Share with accounts, teams, federated cloud id" : "Compartilhar com contas, equipes, ID de nuvem federada", "Email, federated cloud id" : "E-mail, ID de nuvem federada", diff --git a/apps/files_sharing/l10n/pt_BR.json b/apps/files_sharing/l10n/pt_BR.json index 854f492dee9..ebeedc16373 100644 --- a/apps/files_sharing/l10n/pt_BR.json +++ b/apps/files_sharing/l10n/pt_BR.json @@ -399,16 +399,6 @@ "Shared with you and {circle} by {owner}" : "Compartilhado com você e {circle} por {owner}", "Shared with you and the conversation {conversation} by {owner}" : "Compartilhado com você e a conversa {conversation} por {owner}", "Shared with you in a conversation by {owner}" : "Compartilhado com você em uma conversa por {owner}", - "Share note" : "Compartilhar nota", - "Show list view" : "Mostrar visualização em lista", - "Show grid view" : "Mostrar visualização em grade", - "Upload files to %s" : "Enviar arquivos para %s", - "%s shared a folder with you." : "%s compartilhou uma pasta com você.", - "Note" : "Nota", - "Select or drop files" : "Selecione ou solte arquivos", - "Uploading files" : "Enviando arquivos...", - "Uploaded files:" : "Arquivos enviados:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Ao enviar arquivos, você concorda com os %1$stermos de serviço%2$s.", "Share not found" : "Compartilhamento não encontrado", "Back to %s" : "Voltar para %s", "Add to your Nextcloud" : "Adicionar ao seu Nextcloud", @@ -418,6 +408,8 @@ "This will stop your current uploads." : "Isso interromperá seus uploads atuais.", "Move or copy" : "Mover ou copiar", "You can upload into this folder" : "Você pode enviar arquivos para esta pasta", + "Show list view" : "Mostrar visualização em lista", + "Show grid view" : "Mostrar visualização em grade", "No compatible server found at {remote}" : "Nenhum servidor compativel encontrado em {remote}", "Invalid server URL" : "URL do servidor inválida", "Failed to add the public link to your Nextcloud" : "Ocorreu uma falha ao adicionar o link público ao seu Nextcloud", @@ -430,6 +422,14 @@ "To upload files, you need to provide your name first." : "Para fazer upload de arquivos, primeiro você precisa fornecer seu nome.", "Enter your name" : "Digite seu nome", "Submit name" : "Enviar nome", + "Share note" : "Compartilhar nota", + "Upload files to %s" : "Enviar arquivos para %s", + "%s shared a folder with you." : "%s compartilhou uma pasta com você.", + "Note" : "Nota", + "Select or drop files" : "Selecione ou solte arquivos", + "Uploading files" : "Enviando arquivos...", + "Uploaded files:" : "Arquivos enviados:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "Ao enviar arquivos, você concorda com os %1$stermos de serviço%2$s.", "Name" : "Nome", "Share with accounts, teams, federated cloud id" : "Compartilhar com contas, equipes, ID de nuvem federada", "Email, federated cloud id" : "E-mail, ID de nuvem federada", diff --git a/apps/files_sharing/l10n/ru.js b/apps/files_sharing/l10n/ru.js index 599859b6be9..07500c11fa8 100644 --- a/apps/files_sharing/l10n/ru.js +++ b/apps/files_sharing/l10n/ru.js @@ -368,6 +368,7 @@ OC.L10N.register( "List of unapproved shares." : "Список ресурсов общего доступа, которые вы еще не приняли", "No pending shares" : "Ожидающие общие ресурсы отсуствуют", "Shares you have received but not approved will show up here" : "Здесь появятся ресурсы общего доступа, которые Вам предоставлены, но еще не подтверждены с Вашей стороны", + "Error deleting the share: {errorMessage}" : "Ошибка при удалении общего ресурса: {errorMessage}", "Error deleting the share" : "Ошибка прекращения общего доступа", "Error updating the share: {errorMessage}" : "Не удалось изменить общий ресурс: {errorMessage}", "Error updating the share" : "Ошибка изменения параметров общего доступа", @@ -400,16 +401,6 @@ OC.L10N.register( "Shared with you and {circle} by {owner}" : "{owner} предоставил(а) доступ Вам и участникам круга «{circle}»", "Shared with you and the conversation {conversation} by {owner}" : "{owner} предоставил(а) доступ Вам и участникам беседы «{conversation}»", "Shared with you in a conversation by {owner}" : "Пользователь {owner} предоставил(а) Вам доступ во время беседы", - "Share note" : "Комментарий к общему ресурсу", - "Show list view" : "Просмотр списком", - "Show grid view" : "Просмотр сеткой", - "Upload files to %s" : "Загрузка файлов в %s", - "%s shared a folder with you." : "%s поделился с вами папкой.", - "Note" : "Примечание", - "Select or drop files" : "Выберите или перетащите файлы", - "Uploading files" : "Загрузка файлов", - "Uploaded files:" : "Отправленные файлы:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Передачей файлов на сервер, вы принимаете %1$sусловия обслуживания%2$s.", "Share not found" : "Ресурс с общим доступом не найден", "Back to %s" : "Вернуться к %s", "Add to your Nextcloud" : "Добавить в свой Nextcloud", @@ -419,6 +410,8 @@ OC.L10N.register( "This will stop your current uploads." : "Это остановит ваши текущие загрузки.", "Move or copy" : "Переместить или копировать", "You can upload into this folder" : "Вы можете загружать в этот каталог", + "Show list view" : "Просмотр списком", + "Show grid view" : "Просмотр сеткой", "No compatible server found at {remote}" : "Не найден совместимый сервер на {remote}", "Invalid server URL" : "Неверный URL сервера", "Failed to add the public link to your Nextcloud" : "Не удалось создать общедоступную ссылку", @@ -431,6 +424,14 @@ OC.L10N.register( "To upload files, you need to provide your name first." : "Чтобы загрузить файлы, вам необходимо сначала указать свое имя.", "Enter your name" : "Введите своё имя", "Submit name" : "Отправить имя", + "Share note" : "Комментарий к общему ресурсу", + "Upload files to %s" : "Загрузка файлов в %s", + "%s shared a folder with you." : "%s поделился с вами папкой.", + "Note" : "Примечание", + "Select or drop files" : "Выберите или перетащите файлы", + "Uploading files" : "Загрузка файлов", + "Uploaded files:" : "Отправленные файлы:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "Передачей файлов на сервер, вы принимаете %1$sусловия обслуживания%2$s.", "Name" : "Имя", "Share with accounts, teams, federated cloud id" : "Поделиться с учетными записями, командами, идентификатором федеративного облака", "Email, federated cloud id" : "Электронная почта, идентификатор федеративного облака", diff --git a/apps/files_sharing/l10n/ru.json b/apps/files_sharing/l10n/ru.json index f570c39184c..e92a2f686e0 100644 --- a/apps/files_sharing/l10n/ru.json +++ b/apps/files_sharing/l10n/ru.json @@ -366,6 +366,7 @@ "List of unapproved shares." : "Список ресурсов общего доступа, которые вы еще не приняли", "No pending shares" : "Ожидающие общие ресурсы отсуствуют", "Shares you have received but not approved will show up here" : "Здесь появятся ресурсы общего доступа, которые Вам предоставлены, но еще не подтверждены с Вашей стороны", + "Error deleting the share: {errorMessage}" : "Ошибка при удалении общего ресурса: {errorMessage}", "Error deleting the share" : "Ошибка прекращения общего доступа", "Error updating the share: {errorMessage}" : "Не удалось изменить общий ресурс: {errorMessage}", "Error updating the share" : "Ошибка изменения параметров общего доступа", @@ -398,16 +399,6 @@ "Shared with you and {circle} by {owner}" : "{owner} предоставил(а) доступ Вам и участникам круга «{circle}»", "Shared with you and the conversation {conversation} by {owner}" : "{owner} предоставил(а) доступ Вам и участникам беседы «{conversation}»", "Shared with you in a conversation by {owner}" : "Пользователь {owner} предоставил(а) Вам доступ во время беседы", - "Share note" : "Комментарий к общему ресурсу", - "Show list view" : "Просмотр списком", - "Show grid view" : "Просмотр сеткой", - "Upload files to %s" : "Загрузка файлов в %s", - "%s shared a folder with you." : "%s поделился с вами папкой.", - "Note" : "Примечание", - "Select or drop files" : "Выберите или перетащите файлы", - "Uploading files" : "Загрузка файлов", - "Uploaded files:" : "Отправленные файлы:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Передачей файлов на сервер, вы принимаете %1$sусловия обслуживания%2$s.", "Share not found" : "Ресурс с общим доступом не найден", "Back to %s" : "Вернуться к %s", "Add to your Nextcloud" : "Добавить в свой Nextcloud", @@ -417,6 +408,8 @@ "This will stop your current uploads." : "Это остановит ваши текущие загрузки.", "Move or copy" : "Переместить или копировать", "You can upload into this folder" : "Вы можете загружать в этот каталог", + "Show list view" : "Просмотр списком", + "Show grid view" : "Просмотр сеткой", "No compatible server found at {remote}" : "Не найден совместимый сервер на {remote}", "Invalid server URL" : "Неверный URL сервера", "Failed to add the public link to your Nextcloud" : "Не удалось создать общедоступную ссылку", @@ -429,6 +422,14 @@ "To upload files, you need to provide your name first." : "Чтобы загрузить файлы, вам необходимо сначала указать свое имя.", "Enter your name" : "Введите своё имя", "Submit name" : "Отправить имя", + "Share note" : "Комментарий к общему ресурсу", + "Upload files to %s" : "Загрузка файлов в %s", + "%s shared a folder with you." : "%s поделился с вами папкой.", + "Note" : "Примечание", + "Select or drop files" : "Выберите или перетащите файлы", + "Uploading files" : "Загрузка файлов", + "Uploaded files:" : "Отправленные файлы:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "Передачей файлов на сервер, вы принимаете %1$sусловия обслуживания%2$s.", "Name" : "Имя", "Share with accounts, teams, federated cloud id" : "Поделиться с учетными записями, командами, идентификатором федеративного облака", "Email, federated cloud id" : "Электронная почта, идентификатор федеративного облака", diff --git a/apps/files_sharing/l10n/sc.js b/apps/files_sharing/l10n/sc.js index fd3d247f573..4cb45c45110 100644 --- a/apps/files_sharing/l10n/sc.js +++ b/apps/files_sharing/l10n/sc.js @@ -214,15 +214,6 @@ OC.L10N.register( "Shared with you and {circle} by {owner}" : "Cumpartzidu cun tegus {circle} dae {owner}", "Shared with you and the conversation {conversation} by {owner}" : "Cumpartzidu cun tegus e sa resonada {conversation} dae {owner}", "Shared with you in a conversation by {owner}" : "Cumpartzidu cun tegus in una resonada dae {owner}", - "Share note" : "Cumpartzi sa nota", - "Show list view" : "Mustra sa visualizatzione de lista", - "Show grid view" : "Mustra sa visualizatzione de mosàicu", - "Upload files to %s" : "Càrriga archìvios in %s", - "Note" : "Nota", - "Select or drop files" : "Sèbera o iscapa archìvios", - "Uploading files" : "Carrighende archìvios", - "Uploaded files:" : "Archìvios carrigados:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Carrighende is archìvios, cuncordas cun is %1$scunditziones de servìtziu%2$s.", "Share not found" : "Cumpartzidura no agatada", "Back to %s" : "Torra a %s", "Add to your Nextcloud" : "Agiunghe a su Nextcloud tuo", @@ -232,6 +223,8 @@ OC.L10N.register( "This will stop your current uploads." : "Custu at a firmare is carrigamentos tuos atuales.", "Move or copy" : "Tràmuda o còpia", "You can upload into this folder" : "Podes carrigare in custa cartella", + "Show list view" : "Mustra sa visualizatzione de lista", + "Show grid view" : "Mustra sa visualizatzione de mosàicu", "No compatible server found at {remote}" : "Perunu serbidore cumpatìbile agatadu in {remote}", "Invalid server URL" : "URL de su serbidore non vàlidu", "Failed to add the public link to your Nextcloud" : "No at fatu a agiùnghere su ligòngiu pùblicu in Nextcloud", @@ -239,6 +232,13 @@ OC.L10N.register( "Search for share recipients" : "Chirca destinatàrios de cumpartziduras", "No recommendations. Start typing." : "Peruna racumandatzione. Cumintza a iscrìere.", "Enter your name" : "Inserta•nche su nùmene tuo", + "Share note" : "Cumpartzi sa nota", + "Upload files to %s" : "Càrriga archìvios in %s", + "Note" : "Nota", + "Select or drop files" : "Sèbera o iscapa archìvios", + "Uploading files" : "Carrighende archìvios", + "Uploaded files:" : "Archìvios carrigados:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "Carrighende is archìvios, cuncordas cun is %1$scunditziones de servìtziu%2$s.", "Name" : "Nùmene" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/files_sharing/l10n/sc.json b/apps/files_sharing/l10n/sc.json index 3962119a2ef..857c7e762e1 100644 --- a/apps/files_sharing/l10n/sc.json +++ b/apps/files_sharing/l10n/sc.json @@ -212,15 +212,6 @@ "Shared with you and {circle} by {owner}" : "Cumpartzidu cun tegus {circle} dae {owner}", "Shared with you and the conversation {conversation} by {owner}" : "Cumpartzidu cun tegus e sa resonada {conversation} dae {owner}", "Shared with you in a conversation by {owner}" : "Cumpartzidu cun tegus in una resonada dae {owner}", - "Share note" : "Cumpartzi sa nota", - "Show list view" : "Mustra sa visualizatzione de lista", - "Show grid view" : "Mustra sa visualizatzione de mosàicu", - "Upload files to %s" : "Càrriga archìvios in %s", - "Note" : "Nota", - "Select or drop files" : "Sèbera o iscapa archìvios", - "Uploading files" : "Carrighende archìvios", - "Uploaded files:" : "Archìvios carrigados:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Carrighende is archìvios, cuncordas cun is %1$scunditziones de servìtziu%2$s.", "Share not found" : "Cumpartzidura no agatada", "Back to %s" : "Torra a %s", "Add to your Nextcloud" : "Agiunghe a su Nextcloud tuo", @@ -230,6 +221,8 @@ "This will stop your current uploads." : "Custu at a firmare is carrigamentos tuos atuales.", "Move or copy" : "Tràmuda o còpia", "You can upload into this folder" : "Podes carrigare in custa cartella", + "Show list view" : "Mustra sa visualizatzione de lista", + "Show grid view" : "Mustra sa visualizatzione de mosàicu", "No compatible server found at {remote}" : "Perunu serbidore cumpatìbile agatadu in {remote}", "Invalid server URL" : "URL de su serbidore non vàlidu", "Failed to add the public link to your Nextcloud" : "No at fatu a agiùnghere su ligòngiu pùblicu in Nextcloud", @@ -237,6 +230,13 @@ "Search for share recipients" : "Chirca destinatàrios de cumpartziduras", "No recommendations. Start typing." : "Peruna racumandatzione. Cumintza a iscrìere.", "Enter your name" : "Inserta•nche su nùmene tuo", + "Share note" : "Cumpartzi sa nota", + "Upload files to %s" : "Càrriga archìvios in %s", + "Note" : "Nota", + "Select or drop files" : "Sèbera o iscapa archìvios", + "Uploading files" : "Carrighende archìvios", + "Uploaded files:" : "Archìvios carrigados:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "Carrighende is archìvios, cuncordas cun is %1$scunditziones de servìtziu%2$s.", "Name" : "Nùmene" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file diff --git a/apps/files_sharing/l10n/sk.js b/apps/files_sharing/l10n/sk.js index 4ee0e5e9722..fe7b83c3241 100644 --- a/apps/files_sharing/l10n/sk.js +++ b/apps/files_sharing/l10n/sk.js @@ -386,16 +386,6 @@ OC.L10N.register( "Shared with you and {circle} by {owner}" : "Sprístupnené vám a {circle} od {owner}", "Shared with you and the conversation {conversation} by {owner}" : "Sprístupnené vám a rozhovoru {conversation} od {owner}", "Shared with you in a conversation by {owner}" : "Sprístupnené vám vrámci rozhovoru s {owner}", - "Share note" : "Poznámka k zdieľaniu", - "Show list view" : "Zobraziť ako zoznam", - "Show grid view" : "Zobraziť v mriežke", - "Upload files to %s" : "Nahrať súbory do %s", - "%s shared a folder with you." : "%s vám zozdieľal adresár.", - "Note" : "Poznámka", - "Select or drop files" : "Vyberte alebo položte súbory", - "Uploading files" : "Nahrávanie súborov", - "Uploaded files:" : "Nahrané súbory...", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Nahraním súborov vyjadrujete súhlas so všeobecnými podmienkami %1$s %2$s.", "Share not found" : "Zdieľanie sa nenašlo", "Back to %s" : "Späť na %s", "Add to your Nextcloud" : "Pridať do svojho Nextcloud", @@ -405,6 +395,8 @@ OC.L10N.register( "This will stop your current uploads." : "Toto zastaví práve prebiehajúce nahrávania.", "Move or copy" : "Presunúť alebo kopírovať", "You can upload into this folder" : "Môžete nahrávať do tohto priečinka", + "Show list view" : "Zobraziť ako zoznam", + "Show grid view" : "Zobraziť v mriežke", "No compatible server found at {remote}" : "Nebol nájdený kompatibilný server na adrese {remote}", "Invalid server URL" : "Neplatná URL servera", "Failed to add the public link to your Nextcloud" : "Pridanie verejne dostupného odkazu do vášho Nextcloud zlyhalo", @@ -417,6 +409,14 @@ OC.L10N.register( "To upload files, you need to provide your name first." : "Pre nahranie súborov, musíte najprv zdať svoje meno.", "Enter your name" : "Zadajte svoje meno", "Submit name" : "Odoslať meno", + "Share note" : "Poznámka k zdieľaniu", + "Upload files to %s" : "Nahrať súbory do %s", + "%s shared a folder with you." : "%s vám zozdieľal adresár.", + "Note" : "Poznámka", + "Select or drop files" : "Vyberte alebo položte súbory", + "Uploading files" : "Nahrávanie súborov", + "Uploaded files:" : "Nahrané súbory...", + "By uploading files, you agree to the %1$sterms of service%2$s." : "Nahraním súborov vyjadrujete súhlas so všeobecnými podmienkami %1$s %2$s.", "Name" : "Názov", "Email, federated cloud id" : "E-mail, id federovaného cloudu", "Filename must not be empty." : "Názov súboru nesmie byť prázdny." diff --git a/apps/files_sharing/l10n/sk.json b/apps/files_sharing/l10n/sk.json index e735bd1c637..cddca62ea35 100644 --- a/apps/files_sharing/l10n/sk.json +++ b/apps/files_sharing/l10n/sk.json @@ -384,16 +384,6 @@ "Shared with you and {circle} by {owner}" : "Sprístupnené vám a {circle} od {owner}", "Shared with you and the conversation {conversation} by {owner}" : "Sprístupnené vám a rozhovoru {conversation} od {owner}", "Shared with you in a conversation by {owner}" : "Sprístupnené vám vrámci rozhovoru s {owner}", - "Share note" : "Poznámka k zdieľaniu", - "Show list view" : "Zobraziť ako zoznam", - "Show grid view" : "Zobraziť v mriežke", - "Upload files to %s" : "Nahrať súbory do %s", - "%s shared a folder with you." : "%s vám zozdieľal adresár.", - "Note" : "Poznámka", - "Select or drop files" : "Vyberte alebo položte súbory", - "Uploading files" : "Nahrávanie súborov", - "Uploaded files:" : "Nahrané súbory...", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Nahraním súborov vyjadrujete súhlas so všeobecnými podmienkami %1$s %2$s.", "Share not found" : "Zdieľanie sa nenašlo", "Back to %s" : "Späť na %s", "Add to your Nextcloud" : "Pridať do svojho Nextcloud", @@ -403,6 +393,8 @@ "This will stop your current uploads." : "Toto zastaví práve prebiehajúce nahrávania.", "Move or copy" : "Presunúť alebo kopírovať", "You can upload into this folder" : "Môžete nahrávať do tohto priečinka", + "Show list view" : "Zobraziť ako zoznam", + "Show grid view" : "Zobraziť v mriežke", "No compatible server found at {remote}" : "Nebol nájdený kompatibilný server na adrese {remote}", "Invalid server URL" : "Neplatná URL servera", "Failed to add the public link to your Nextcloud" : "Pridanie verejne dostupného odkazu do vášho Nextcloud zlyhalo", @@ -415,6 +407,14 @@ "To upload files, you need to provide your name first." : "Pre nahranie súborov, musíte najprv zdať svoje meno.", "Enter your name" : "Zadajte svoje meno", "Submit name" : "Odoslať meno", + "Share note" : "Poznámka k zdieľaniu", + "Upload files to %s" : "Nahrať súbory do %s", + "%s shared a folder with you." : "%s vám zozdieľal adresár.", + "Note" : "Poznámka", + "Select or drop files" : "Vyberte alebo položte súbory", + "Uploading files" : "Nahrávanie súborov", + "Uploaded files:" : "Nahrané súbory...", + "By uploading files, you agree to the %1$sterms of service%2$s." : "Nahraním súborov vyjadrujete súhlas so všeobecnými podmienkami %1$s %2$s.", "Name" : "Názov", "Email, federated cloud id" : "E-mail, id federovaného cloudu", "Filename must not be empty." : "Názov súboru nesmie byť prázdny." diff --git a/apps/files_sharing/l10n/sl.js b/apps/files_sharing/l10n/sl.js index 4927fca9f6b..0e36dbaffed 100644 --- a/apps/files_sharing/l10n/sl.js +++ b/apps/files_sharing/l10n/sl.js @@ -249,15 +249,6 @@ OC.L10N.register( "Shared with you and {circle} by {owner}" : "{owner} omogoči souporabo vam in članom kroga {circle}.", "Shared with you and the conversation {conversation} by {owner}" : "{owner} omogoči souporabo vam in udeležencem pogovora {conversation}.", "Shared with you in a conversation by {owner}" : "{owner} vam omogoči souporabo v pogovoru.", - "Share note" : "Omogoči souporabo zabeležke", - "Show list view" : "Pokaži seznamski pogled", - "Show grid view" : "Pokaži mrežni pogled", - "Upload files to %s" : "Pošlji datoteke v račun %s", - "Note" : "Opomba", - "Select or drop files" : "Izberte ali povlecite datoteke", - "Uploading files" : "Pošiljanje datotek", - "Uploaded files:" : "Poslane datoteke:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "S pošiljanjem datotek v oblak sprejemate tudi %1$spogoje uporabe storitve%2$s.", "Share not found" : "Mesta souporabe ni mogoče najti.", "Back to %s" : "Nazaj na %s", "Add to your Nextcloud" : "Dodaj v oblak Nextcloud", @@ -267,6 +258,8 @@ OC.L10N.register( "This will stop your current uploads." : "S tem bodo zaustavljena vsa pošiljanja v oblak.", "Move or copy" : "Premakni ali kopiraj", "You can upload into this folder" : "V to mapo je dovoljeno pošiljati datoteke", + "Show list view" : "Pokaži seznamski pogled", + "Show grid view" : "Pokaži mrežni pogled", "No compatible server found at {remote}" : "Skladnega strežnika na {remote} ni mogoče najti", "Invalid server URL" : "Neveljaven naslov URL strežnika", "Failed to add the public link to your Nextcloud" : "Dodajanje javne povezave v oblak je spodletelo.", @@ -275,6 +268,13 @@ OC.L10N.register( "Search for share recipients" : "Iskanje prejemnikov mesta souporabe", "No recommendations. Start typing." : "Ni priporočil; začnite vpisovati", "Enter your name" : "Vpišite ime", + "Share note" : "Omogoči souporabo zabeležke", + "Upload files to %s" : "Pošlji datoteke v račun %s", + "Note" : "Opomba", + "Select or drop files" : "Izberte ali povlecite datoteke", + "Uploading files" : "Pošiljanje datotek", + "Uploaded files:" : "Poslane datoteke:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "S pošiljanjem datotek v oblak sprejemate tudi %1$spogoje uporabe storitve%2$s.", "Name" : "Ime podpisnika", "Filename must not be empty." : "Ime datoteke ne sme biti prazno." }, diff --git a/apps/files_sharing/l10n/sl.json b/apps/files_sharing/l10n/sl.json index 9f7d5b5049b..549d7db271d 100644 --- a/apps/files_sharing/l10n/sl.json +++ b/apps/files_sharing/l10n/sl.json @@ -247,15 +247,6 @@ "Shared with you and {circle} by {owner}" : "{owner} omogoči souporabo vam in članom kroga {circle}.", "Shared with you and the conversation {conversation} by {owner}" : "{owner} omogoči souporabo vam in udeležencem pogovora {conversation}.", "Shared with you in a conversation by {owner}" : "{owner} vam omogoči souporabo v pogovoru.", - "Share note" : "Omogoči souporabo zabeležke", - "Show list view" : "Pokaži seznamski pogled", - "Show grid view" : "Pokaži mrežni pogled", - "Upload files to %s" : "Pošlji datoteke v račun %s", - "Note" : "Opomba", - "Select or drop files" : "Izberte ali povlecite datoteke", - "Uploading files" : "Pošiljanje datotek", - "Uploaded files:" : "Poslane datoteke:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "S pošiljanjem datotek v oblak sprejemate tudi %1$spogoje uporabe storitve%2$s.", "Share not found" : "Mesta souporabe ni mogoče najti.", "Back to %s" : "Nazaj na %s", "Add to your Nextcloud" : "Dodaj v oblak Nextcloud", @@ -265,6 +256,8 @@ "This will stop your current uploads." : "S tem bodo zaustavljena vsa pošiljanja v oblak.", "Move or copy" : "Premakni ali kopiraj", "You can upload into this folder" : "V to mapo je dovoljeno pošiljati datoteke", + "Show list view" : "Pokaži seznamski pogled", + "Show grid view" : "Pokaži mrežni pogled", "No compatible server found at {remote}" : "Skladnega strežnika na {remote} ni mogoče najti", "Invalid server URL" : "Neveljaven naslov URL strežnika", "Failed to add the public link to your Nextcloud" : "Dodajanje javne povezave v oblak je spodletelo.", @@ -273,6 +266,13 @@ "Search for share recipients" : "Iskanje prejemnikov mesta souporabe", "No recommendations. Start typing." : "Ni priporočil; začnite vpisovati", "Enter your name" : "Vpišite ime", + "Share note" : "Omogoči souporabo zabeležke", + "Upload files to %s" : "Pošlji datoteke v račun %s", + "Note" : "Opomba", + "Select or drop files" : "Izberte ali povlecite datoteke", + "Uploading files" : "Pošiljanje datotek", + "Uploaded files:" : "Poslane datoteke:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "S pošiljanjem datotek v oblak sprejemate tudi %1$spogoje uporabe storitve%2$s.", "Name" : "Ime podpisnika", "Filename must not be empty." : "Ime datoteke ne sme biti prazno." },"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);" diff --git a/apps/files_sharing/l10n/sr.js b/apps/files_sharing/l10n/sr.js index 06455f37c57..9dcb5a4196f 100644 --- a/apps/files_sharing/l10n/sr.js +++ b/apps/files_sharing/l10n/sr.js @@ -401,16 +401,6 @@ OC.L10N.register( "Shared with you and {circle} by {owner}" : "{owner} је поделио са Вама и кругом {circle}", "Shared with you and the conversation {conversation} by {owner}" : "{owner} је поделио са Вама и разговором {conversation}", "Shared with you in a conversation by {owner}" : "{owner} је поделио са Вама у разговору", - "Share note" : "Белешка дељења", - "Show list view" : "Prikaži prikaz liste", - "Show grid view" : "Prikaži prikaz mreže", - "Upload files to %s" : "Отпремите фајлове на%s", - "%s shared a folder with you." : "%s је са вама поделио фолдер.", - "Note" : "Белешка", - "Select or drop files" : "Одаберите или превуците фајлове", - "Uploading files" : "Отпремам фајлове", - "Uploaded files:" : "Отпремљени фајлови:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Отпремањем фајлова, слажете се са %1$sусловима коришћења%2$s.", "Share not found" : "Дељење није нађено", "Back to %s" : "Назад на %s", "Add to your Nextcloud" : "Додајте у свој облак", @@ -420,6 +410,8 @@ OC.L10N.register( "This will stop your current uploads." : "Ово ће да прекине тренутна отпремања.", "Move or copy" : "Помери или копирај", "You can upload into this folder" : "Можете да отпремате у ову фасциклу", + "Show list view" : "Prikaži prikaz liste", + "Show grid view" : "Prikaži prikaz mreže", "No compatible server found at {remote}" : "Нема компатибилног сервера на {remote}", "Invalid server URL" : "Неисправна адреса сервера", "Failed to add the public link to your Nextcloud" : "Неуспело додавање јавне везе ка Вашем Некстклауду", @@ -432,6 +424,14 @@ OC.L10N.register( "To upload files, you need to provide your name first." : "Да бисте могли да отпремите фајлове, најпре наведите своје име.", "Enter your name" : "Унесите Ваше име", "Submit name" : "Поднеси име", + "Share note" : "Белешка дељења", + "Upload files to %s" : "Отпремите фајлове на%s", + "%s shared a folder with you." : "%s је са вама поделио фолдер.", + "Note" : "Белешка", + "Select or drop files" : "Одаберите или превуците фајлове", + "Uploading files" : "Отпремам фајлове", + "Uploaded files:" : "Отпремљени фајлови:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "Отпремањем фајлова, слажете се са %1$sусловима коришћења%2$s.", "Name" : "Име", "Share with accounts, teams, federated cloud id" : "Дели са налозима, тимовима, id здруженог облака", "Email, federated cloud id" : "И-мејл, ID здруженог облака", diff --git a/apps/files_sharing/l10n/sr.json b/apps/files_sharing/l10n/sr.json index 3dbef9b71d0..289b841814b 100644 --- a/apps/files_sharing/l10n/sr.json +++ b/apps/files_sharing/l10n/sr.json @@ -399,16 +399,6 @@ "Shared with you and {circle} by {owner}" : "{owner} је поделио са Вама и кругом {circle}", "Shared with you and the conversation {conversation} by {owner}" : "{owner} је поделио са Вама и разговором {conversation}", "Shared with you in a conversation by {owner}" : "{owner} је поделио са Вама у разговору", - "Share note" : "Белешка дељења", - "Show list view" : "Prikaži prikaz liste", - "Show grid view" : "Prikaži prikaz mreže", - "Upload files to %s" : "Отпремите фајлове на%s", - "%s shared a folder with you." : "%s је са вама поделио фолдер.", - "Note" : "Белешка", - "Select or drop files" : "Одаберите или превуците фајлове", - "Uploading files" : "Отпремам фајлове", - "Uploaded files:" : "Отпремљени фајлови:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Отпремањем фајлова, слажете се са %1$sусловима коришћења%2$s.", "Share not found" : "Дељење није нађено", "Back to %s" : "Назад на %s", "Add to your Nextcloud" : "Додајте у свој облак", @@ -418,6 +408,8 @@ "This will stop your current uploads." : "Ово ће да прекине тренутна отпремања.", "Move or copy" : "Помери или копирај", "You can upload into this folder" : "Можете да отпремате у ову фасциклу", + "Show list view" : "Prikaži prikaz liste", + "Show grid view" : "Prikaži prikaz mreže", "No compatible server found at {remote}" : "Нема компатибилног сервера на {remote}", "Invalid server URL" : "Неисправна адреса сервера", "Failed to add the public link to your Nextcloud" : "Неуспело додавање јавне везе ка Вашем Некстклауду", @@ -430,6 +422,14 @@ "To upload files, you need to provide your name first." : "Да бисте могли да отпремите фајлове, најпре наведите своје име.", "Enter your name" : "Унесите Ваше име", "Submit name" : "Поднеси име", + "Share note" : "Белешка дељења", + "Upload files to %s" : "Отпремите фајлове на%s", + "%s shared a folder with you." : "%s је са вама поделио фолдер.", + "Note" : "Белешка", + "Select or drop files" : "Одаберите или превуците фајлове", + "Uploading files" : "Отпремам фајлове", + "Uploaded files:" : "Отпремљени фајлови:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "Отпремањем фајлова, слажете се са %1$sусловима коришћења%2$s.", "Name" : "Име", "Share with accounts, teams, federated cloud id" : "Дели са налозима, тимовима, id здруженог облака", "Email, federated cloud id" : "И-мејл, ID здруженог облака", diff --git a/apps/files_sharing/l10n/sv.js b/apps/files_sharing/l10n/sv.js index f378ee9e6be..64231f3a248 100644 --- a/apps/files_sharing/l10n/sv.js +++ b/apps/files_sharing/l10n/sv.js @@ -401,16 +401,6 @@ OC.L10N.register( "Shared with you and {circle} by {owner}" : "Delad med dig och {circle} av {owner}", "Shared with you and the conversation {conversation} by {owner}" : "Delad med dig och konversation {conversation} av {owner}", "Shared with you in a conversation by {owner}" : "Delad med dig i en konversation av {owner}", - "Share note" : "Dela kommentar", - "Show list view" : "Visa listvy", - "Show grid view" : "Visa rutnätsvy", - "Upload files to %s" : "Ladda upp filer till %s", - "%s shared a folder with you." : "%s delade en mapp med dig.", - "Note" : "Anteckning", - "Select or drop files" : "Välj eller dra filer hit", - "Uploading files" : "Laddar upp filer", - "Uploaded files:" : "Uppladdade filer:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Genom att ladda upp filer godkänner du %1$sanvändarvillkoren %2$s.", "Share not found" : "Delningen hittades inte", "Back to %s" : "Tillbaka till %s", "Add to your Nextcloud" : "Lägg till i molnet", @@ -420,6 +410,8 @@ OC.L10N.register( "This will stop your current uploads." : "Detta kommer att stoppa nuvarande uppladdningar.", "Move or copy" : "Flytta eller kopiera", "You can upload into this folder" : "Du kan ladda upp i denna mapp", + "Show list view" : "Visa listvy", + "Show grid view" : "Visa rutnätsvy", "No compatible server found at {remote}" : "Ingen kompatibel server hittad på {remote}", "Invalid server URL" : "Ogiltig serverwebbadress", "Failed to add the public link to your Nextcloud" : "Misslyckades skapa den offentliga delningslänken till ditt moln", @@ -432,6 +424,14 @@ OC.L10N.register( "To upload files, you need to provide your name first." : "För att ladda upp filer måste du först ange ditt namn.", "Enter your name" : "Ange ditt namn", "Submit name" : "Skicka namn", + "Share note" : "Dela kommentar", + "Upload files to %s" : "Ladda upp filer till %s", + "%s shared a folder with you." : "%s delade en mapp med dig.", + "Note" : "Anteckning", + "Select or drop files" : "Välj eller dra filer hit", + "Uploading files" : "Laddar upp filer", + "Uploaded files:" : "Uppladdade filer:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "Genom att ladda upp filer godkänner du %1$sanvändarvillkoren %2$s.", "Name" : "Namn", "Share with accounts, teams, federated cloud id" : "Dela med konton, team, federerat moln-id", "Email, federated cloud id" : "E-post, federerat moln-id", diff --git a/apps/files_sharing/l10n/sv.json b/apps/files_sharing/l10n/sv.json index f6ab3c72b19..46574809f57 100644 --- a/apps/files_sharing/l10n/sv.json +++ b/apps/files_sharing/l10n/sv.json @@ -399,16 +399,6 @@ "Shared with you and {circle} by {owner}" : "Delad med dig och {circle} av {owner}", "Shared with you and the conversation {conversation} by {owner}" : "Delad med dig och konversation {conversation} av {owner}", "Shared with you in a conversation by {owner}" : "Delad med dig i en konversation av {owner}", - "Share note" : "Dela kommentar", - "Show list view" : "Visa listvy", - "Show grid view" : "Visa rutnätsvy", - "Upload files to %s" : "Ladda upp filer till %s", - "%s shared a folder with you." : "%s delade en mapp med dig.", - "Note" : "Anteckning", - "Select or drop files" : "Välj eller dra filer hit", - "Uploading files" : "Laddar upp filer", - "Uploaded files:" : "Uppladdade filer:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Genom att ladda upp filer godkänner du %1$sanvändarvillkoren %2$s.", "Share not found" : "Delningen hittades inte", "Back to %s" : "Tillbaka till %s", "Add to your Nextcloud" : "Lägg till i molnet", @@ -418,6 +408,8 @@ "This will stop your current uploads." : "Detta kommer att stoppa nuvarande uppladdningar.", "Move or copy" : "Flytta eller kopiera", "You can upload into this folder" : "Du kan ladda upp i denna mapp", + "Show list view" : "Visa listvy", + "Show grid view" : "Visa rutnätsvy", "No compatible server found at {remote}" : "Ingen kompatibel server hittad på {remote}", "Invalid server URL" : "Ogiltig serverwebbadress", "Failed to add the public link to your Nextcloud" : "Misslyckades skapa den offentliga delningslänken till ditt moln", @@ -430,6 +422,14 @@ "To upload files, you need to provide your name first." : "För att ladda upp filer måste du först ange ditt namn.", "Enter your name" : "Ange ditt namn", "Submit name" : "Skicka namn", + "Share note" : "Dela kommentar", + "Upload files to %s" : "Ladda upp filer till %s", + "%s shared a folder with you." : "%s delade en mapp med dig.", + "Note" : "Anteckning", + "Select or drop files" : "Välj eller dra filer hit", + "Uploading files" : "Laddar upp filer", + "Uploaded files:" : "Uppladdade filer:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "Genom att ladda upp filer godkänner du %1$sanvändarvillkoren %2$s.", "Name" : "Namn", "Share with accounts, teams, federated cloud id" : "Dela med konton, team, federerat moln-id", "Email, federated cloud id" : "E-post, federerat moln-id", diff --git a/apps/files_sharing/l10n/sw.js b/apps/files_sharing/l10n/sw.js index 35b61cfec59..b92adb4f8ca 100644 --- a/apps/files_sharing/l10n/sw.js +++ b/apps/files_sharing/l10n/sw.js @@ -401,16 +401,6 @@ OC.L10N.register( "Shared with you and {circle} by {owner}" : " Imeshirikiwa na wewe na{circle} kwa {owner}", "Shared with you and the conversation {conversation} by {owner}" : "Imeshirikiwa nawe na mazungumzo {conversation} kwa {owner}", "Shared with you in a conversation by {owner}" : " Imeshirikiwa nawe kwenye mazungumzo na{owner}", - "Share note" : "Shiriki dokezo", - "Show list view" : "Onesha mwonekeno wa orodha", - "Show grid view" : "Onesha mwonekano wa mstariramani", - "Upload files to %s" : "Pakia faili kwa %s", - "%s shared a folder with you." : "%s ameshiriki folda nawe.", - "Note" : "Dokezo", - "Select or drop files" : "Chagua au udondoshe faili", - "Uploading files" : "Inapakia faili", - "Uploaded files:" : "Faili zilizopakiwa:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Kwa kupakia faili, unakubali %1$s masharti ya huduma %2$s.", "Share not found" : "Ushirikishaji haupo", "Back to %s" : "Rudi kwenye %s", "Add to your Nextcloud" : "Ongeza kwenye Nextcloud yako", @@ -420,6 +410,8 @@ OC.L10N.register( "This will stop your current uploads." : "Hii itasimamisha ukakiaji wako wa sasa", "Move or copy" : "Hamisha au nakili", "You can upload into this folder" : "Unaweza kupakia kwenye folda hii", + "Show list view" : "Onesha mwonekeno wa orodha", + "Show grid view" : "Onesha mwonekano wa mstariramani", "No compatible server found at {remote}" : "Hakuna seva inayolingana iliyopatikana katika {remote}", "Invalid server URL" : "URL ya seva si sahihi", "Failed to add the public link to your Nextcloud" : "Imeshindwa kuongeza kiungio cha jamii kwenye Nextcloud yako", @@ -432,6 +424,14 @@ OC.L10N.register( "To upload files, you need to provide your name first." : "Ili kupakia faili, unahitaji kutoa jina lako kwanza.", "Enter your name" : "Ingiza jina lako ", "Submit name" : "Wasilisha jina", + "Share note" : "Shiriki dokezo", + "Upload files to %s" : "Pakia faili kwa %s", + "%s shared a folder with you." : "%s ameshiriki folda nawe.", + "Note" : "Dokezo", + "Select or drop files" : "Chagua au udondoshe faili", + "Uploading files" : "Inapakia faili", + "Uploaded files:" : "Faili zilizopakiwa:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "Kwa kupakia faili, unakubali %1$s masharti ya huduma %2$s.", "Name" : "Jina", "Share with accounts, teams, federated cloud id" : "Shiriki na akaunti, timu, kitambulisho cha Cloud kilichoshirikishwa", "Email, federated cloud id" : "Barua pepe, kitambulisho cha Cloud kilichoshirikishwa", diff --git a/apps/files_sharing/l10n/sw.json b/apps/files_sharing/l10n/sw.json index 7162f289e2c..b8c4da07c60 100644 --- a/apps/files_sharing/l10n/sw.json +++ b/apps/files_sharing/l10n/sw.json @@ -399,16 +399,6 @@ "Shared with you and {circle} by {owner}" : " Imeshirikiwa na wewe na{circle} kwa {owner}", "Shared with you and the conversation {conversation} by {owner}" : "Imeshirikiwa nawe na mazungumzo {conversation} kwa {owner}", "Shared with you in a conversation by {owner}" : " Imeshirikiwa nawe kwenye mazungumzo na{owner}", - "Share note" : "Shiriki dokezo", - "Show list view" : "Onesha mwonekeno wa orodha", - "Show grid view" : "Onesha mwonekano wa mstariramani", - "Upload files to %s" : "Pakia faili kwa %s", - "%s shared a folder with you." : "%s ameshiriki folda nawe.", - "Note" : "Dokezo", - "Select or drop files" : "Chagua au udondoshe faili", - "Uploading files" : "Inapakia faili", - "Uploaded files:" : "Faili zilizopakiwa:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Kwa kupakia faili, unakubali %1$s masharti ya huduma %2$s.", "Share not found" : "Ushirikishaji haupo", "Back to %s" : "Rudi kwenye %s", "Add to your Nextcloud" : "Ongeza kwenye Nextcloud yako", @@ -418,6 +408,8 @@ "This will stop your current uploads." : "Hii itasimamisha ukakiaji wako wa sasa", "Move or copy" : "Hamisha au nakili", "You can upload into this folder" : "Unaweza kupakia kwenye folda hii", + "Show list view" : "Onesha mwonekeno wa orodha", + "Show grid view" : "Onesha mwonekano wa mstariramani", "No compatible server found at {remote}" : "Hakuna seva inayolingana iliyopatikana katika {remote}", "Invalid server URL" : "URL ya seva si sahihi", "Failed to add the public link to your Nextcloud" : "Imeshindwa kuongeza kiungio cha jamii kwenye Nextcloud yako", @@ -430,6 +422,14 @@ "To upload files, you need to provide your name first." : "Ili kupakia faili, unahitaji kutoa jina lako kwanza.", "Enter your name" : "Ingiza jina lako ", "Submit name" : "Wasilisha jina", + "Share note" : "Shiriki dokezo", + "Upload files to %s" : "Pakia faili kwa %s", + "%s shared a folder with you." : "%s ameshiriki folda nawe.", + "Note" : "Dokezo", + "Select or drop files" : "Chagua au udondoshe faili", + "Uploading files" : "Inapakia faili", + "Uploaded files:" : "Faili zilizopakiwa:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "Kwa kupakia faili, unakubali %1$s masharti ya huduma %2$s.", "Name" : "Jina", "Share with accounts, teams, federated cloud id" : "Shiriki na akaunti, timu, kitambulisho cha Cloud kilichoshirikishwa", "Email, federated cloud id" : "Barua pepe, kitambulisho cha Cloud kilichoshirikishwa", diff --git a/apps/files_sharing/l10n/tr.js b/apps/files_sharing/l10n/tr.js index d4b3d519b7d..9b48f187e49 100644 --- a/apps/files_sharing/l10n/tr.js +++ b/apps/files_sharing/l10n/tr.js @@ -401,16 +401,6 @@ OC.L10N.register( "Shared with you and {circle} by {owner}" : "{owner} tarafından sizinle ve {circle} takımı ile paylaşılmış", "Shared with you and the conversation {conversation} by {owner}" : "{owner} tarafından sizinle ve {conversation} görüşmesi ile paylaştırılmış", "Shared with you in a conversation by {owner}" : "{owner} tarafından sizinle bir görüşmede paylaşılmış", - "Share note" : "Notu paylaş", - "Show list view" : "Liste görünümüne geç", - "Show grid view" : "Tablo görünümüne geç", - "Upload files to %s" : "Dosyaları %s konumuna yükle", - "%s shared a folder with you." : "%s sizinle bir klasör paylaştı.", - "Note" : "Not", - "Select or drop files" : "Dosyaları seçin ya da sürükleyip bırakın", - "Uploading files" : "Dosyalar yükleniyor", - "Uploaded files:" : "Yüklenmiş dosyalar:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Dosya yükleyerek %1$shizmet koşullarını%2$s kabul etmiş olursunuz.", "Share not found" : "Paylaşım bulunamadı", "Back to %s" : "%s sayfasına dön", "Add to your Nextcloud" : "Nextcloud hesabınıza ekleyin", @@ -420,6 +410,8 @@ OC.L10N.register( "This will stop your current uploads." : "Bu işlem geçerli yüklemeleri durduracak.", "Move or copy" : "Taşı ya da kopyala", "You can upload into this folder" : "Bu klasöre yükleme yapabilirsiniz", + "Show list view" : "Liste görünümüne geç", + "Show grid view" : "Tablo görünümüne geç", "No compatible server found at {remote}" : "{remote} konumunda uyumlu sunucu bulunamadı", "Invalid server URL" : "Sunucu adresi geçersiz", "Failed to add the public link to your Nextcloud" : "Herkese açık bağlantı Nextcould üzerine eklenemedi", @@ -432,6 +424,14 @@ OC.L10N.register( "To upload files, you need to provide your name first." : "Dosyaları yükleyebilmek için önce adınızı yazmalısınız.", "Enter your name" : "Adınızı yazın", "Submit name" : "Adı gönder", + "Share note" : "Notu paylaş", + "Upload files to %s" : "Dosyaları %s konumuna yükle", + "%s shared a folder with you." : "%s sizinle bir klasör paylaştı.", + "Note" : "Not", + "Select or drop files" : "Dosyaları seçin ya da sürükleyip bırakın", + "Uploading files" : "Dosyalar yükleniyor", + "Uploaded files:" : "Yüklenmiş dosyalar:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "Dosya yükleyerek %1$shizmet koşullarını%2$s kabul etmiş olursunuz.", "Name" : "Ad", "Share with accounts, teams, federated cloud id" : "Hesaplar, takımlar ve birleşik bulut kimlikleri ile paylaşın", "Email, federated cloud id" : "E-posta adresi, birleşik bulut kimliği", diff --git a/apps/files_sharing/l10n/tr.json b/apps/files_sharing/l10n/tr.json index 119bce79875..315949ca7d0 100644 --- a/apps/files_sharing/l10n/tr.json +++ b/apps/files_sharing/l10n/tr.json @@ -399,16 +399,6 @@ "Shared with you and {circle} by {owner}" : "{owner} tarafından sizinle ve {circle} takımı ile paylaşılmış", "Shared with you and the conversation {conversation} by {owner}" : "{owner} tarafından sizinle ve {conversation} görüşmesi ile paylaştırılmış", "Shared with you in a conversation by {owner}" : "{owner} tarafından sizinle bir görüşmede paylaşılmış", - "Share note" : "Notu paylaş", - "Show list view" : "Liste görünümüne geç", - "Show grid view" : "Tablo görünümüne geç", - "Upload files to %s" : "Dosyaları %s konumuna yükle", - "%s shared a folder with you." : "%s sizinle bir klasör paylaştı.", - "Note" : "Not", - "Select or drop files" : "Dosyaları seçin ya da sürükleyip bırakın", - "Uploading files" : "Dosyalar yükleniyor", - "Uploaded files:" : "Yüklenmiş dosyalar:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Dosya yükleyerek %1$shizmet koşullarını%2$s kabul etmiş olursunuz.", "Share not found" : "Paylaşım bulunamadı", "Back to %s" : "%s sayfasına dön", "Add to your Nextcloud" : "Nextcloud hesabınıza ekleyin", @@ -418,6 +408,8 @@ "This will stop your current uploads." : "Bu işlem geçerli yüklemeleri durduracak.", "Move or copy" : "Taşı ya da kopyala", "You can upload into this folder" : "Bu klasöre yükleme yapabilirsiniz", + "Show list view" : "Liste görünümüne geç", + "Show grid view" : "Tablo görünümüne geç", "No compatible server found at {remote}" : "{remote} konumunda uyumlu sunucu bulunamadı", "Invalid server URL" : "Sunucu adresi geçersiz", "Failed to add the public link to your Nextcloud" : "Herkese açık bağlantı Nextcould üzerine eklenemedi", @@ -430,6 +422,14 @@ "To upload files, you need to provide your name first." : "Dosyaları yükleyebilmek için önce adınızı yazmalısınız.", "Enter your name" : "Adınızı yazın", "Submit name" : "Adı gönder", + "Share note" : "Notu paylaş", + "Upload files to %s" : "Dosyaları %s konumuna yükle", + "%s shared a folder with you." : "%s sizinle bir klasör paylaştı.", + "Note" : "Not", + "Select or drop files" : "Dosyaları seçin ya da sürükleyip bırakın", + "Uploading files" : "Dosyalar yükleniyor", + "Uploaded files:" : "Yüklenmiş dosyalar:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "Dosya yükleyerek %1$shizmet koşullarını%2$s kabul etmiş olursunuz.", "Name" : "Ad", "Share with accounts, teams, federated cloud id" : "Hesaplar, takımlar ve birleşik bulut kimlikleri ile paylaşın", "Email, federated cloud id" : "E-posta adresi, birleşik bulut kimliği", diff --git a/apps/files_sharing/l10n/ug.js b/apps/files_sharing/l10n/ug.js index 2eab79f6f98..07ed931958d 100644 --- a/apps/files_sharing/l10n/ug.js +++ b/apps/files_sharing/l10n/ug.js @@ -349,16 +349,6 @@ OC.L10N.register( "Shared with you and {circle} by {owner}" : "سىز بىلەن ھەمبەھىرلەنگەن {circle} {owner}", "Shared with you and the conversation {conversation} by {owner}" : "سىز بىلەن ھەمبەھىرلەنگەن سۆھبەت {conversation} {owner} تەرىپىدىن", "Shared with you in a conversation by {owner}" : "{owner} نىڭ سۆھبىتىدە سىز بىلەن ئورتاقلاشتى", - "Share note" : "ئورتاقلىشىش خاتىرىسى", - "Show list view" : "تىزىملىك كۆرۈنۈشىنى كۆرسىتىش", - "Show grid view" : "كاتەكچە كۆرۈنۈشنى كۆرسىتىش", - "Upload files to %s" : "ھۆججەتلەرنى% s غا يۈكلەڭ", - "%s shared a folder with you." : "% s ھۆججەت قىسقۇچنى سىز بىلەن ئورتاقلاشتى.", - "Note" : "دىققەت", - "Select or drop files" : "ھۆججەتلەرنى تاللاڭ ياكى تاشلاڭ", - "Uploading files" : "ھۆججەتلەرنى يۈكلەش", - "Uploaded files:" : "يۈكلەنگەن ھۆججەتلەر:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "ھۆججەت يوللاش ئارقىلىق%1 $ مۇلازىمەتنىڭ%2 $ s گە قوشۇلىسىز.", "Share not found" : "ھەمبەھىر تېپىلمىدى", "Back to %s" : "% S گە قايتىش", "Add to your Nextcloud" : "Nextcloud غا قوشۇڭ", @@ -368,6 +358,8 @@ OC.L10N.register( "This will stop your current uploads." : "بۇ سىزنىڭ نۆۋەتتىكى يۈكلىنىشىڭىزنى توختىتىدۇ.", "Move or copy" : "يۆتكەش ياكى كۆچۈرۈش", "You can upload into this folder" : "بۇ ھۆججەت قىسقۇچقا يۈكلىسىڭىز بولىدۇ", + "Show list view" : "تىزىملىك كۆرۈنۈشىنى كۆرسىتىش", + "Show grid view" : "كاتەكچە كۆرۈنۈشنى كۆرسىتىش", "No compatible server found at {remote}" : "{remote} ماس كېلىدىغان مۇلازىمېتىر تېپىلمىدى", "Invalid server URL" : "مۇلازىمېتىر URL ئىناۋەتسىز", "Failed to add the public link to your Nextcloud" : "Nextcloud غا ئاممىۋى ئۇلىنىشنى قوشالمىدى", @@ -378,6 +370,14 @@ OC.L10N.register( "To upload files, you need to provide your name first." : "ھۆججەتلەرنى يوللاش ئۈچۈن ئالدى بىلەن ئىسمىڭىزنى تەمىنلىشىڭىز كېرەك.", "Enter your name" : "ئىسمىڭىزنى كىرگۈزۈڭ", "Submit name" : "ئىسىم يوللاڭ", + "Share note" : "ئورتاقلىشىش خاتىرىسى", + "Upload files to %s" : "ھۆججەتلەرنى% s غا يۈكلەڭ", + "%s shared a folder with you." : "% s ھۆججەت قىسقۇچنى سىز بىلەن ئورتاقلاشتى.", + "Note" : "دىققەت", + "Select or drop files" : "ھۆججەتلەرنى تاللاڭ ياكى تاشلاڭ", + "Uploading files" : "ھۆججەتلەرنى يۈكلەش", + "Uploaded files:" : "يۈكلەنگەن ھۆججەتلەر:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "ھۆججەت يوللاش ئارقىلىق%1 $ مۇلازىمەتنىڭ%2 $ s گە قوشۇلىسىز.", "Name" : "ئاتى", "Filename must not be empty." : "ھۆججەت ئىسمى بوش بولماسلىقى كېرەك." }, diff --git a/apps/files_sharing/l10n/ug.json b/apps/files_sharing/l10n/ug.json index fc8a8a3d907..228e3144714 100644 --- a/apps/files_sharing/l10n/ug.json +++ b/apps/files_sharing/l10n/ug.json @@ -347,16 +347,6 @@ "Shared with you and {circle} by {owner}" : "سىز بىلەن ھەمبەھىرلەنگەن {circle} {owner}", "Shared with you and the conversation {conversation} by {owner}" : "سىز بىلەن ھەمبەھىرلەنگەن سۆھبەت {conversation} {owner} تەرىپىدىن", "Shared with you in a conversation by {owner}" : "{owner} نىڭ سۆھبىتىدە سىز بىلەن ئورتاقلاشتى", - "Share note" : "ئورتاقلىشىش خاتىرىسى", - "Show list view" : "تىزىملىك كۆرۈنۈشىنى كۆرسىتىش", - "Show grid view" : "كاتەكچە كۆرۈنۈشنى كۆرسىتىش", - "Upload files to %s" : "ھۆججەتلەرنى% s غا يۈكلەڭ", - "%s shared a folder with you." : "% s ھۆججەت قىسقۇچنى سىز بىلەن ئورتاقلاشتى.", - "Note" : "دىققەت", - "Select or drop files" : "ھۆججەتلەرنى تاللاڭ ياكى تاشلاڭ", - "Uploading files" : "ھۆججەتلەرنى يۈكلەش", - "Uploaded files:" : "يۈكلەنگەن ھۆججەتلەر:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "ھۆججەت يوللاش ئارقىلىق%1 $ مۇلازىمەتنىڭ%2 $ s گە قوشۇلىسىز.", "Share not found" : "ھەمبەھىر تېپىلمىدى", "Back to %s" : "% S گە قايتىش", "Add to your Nextcloud" : "Nextcloud غا قوشۇڭ", @@ -366,6 +356,8 @@ "This will stop your current uploads." : "بۇ سىزنىڭ نۆۋەتتىكى يۈكلىنىشىڭىزنى توختىتىدۇ.", "Move or copy" : "يۆتكەش ياكى كۆچۈرۈش", "You can upload into this folder" : "بۇ ھۆججەت قىسقۇچقا يۈكلىسىڭىز بولىدۇ", + "Show list view" : "تىزىملىك كۆرۈنۈشىنى كۆرسىتىش", + "Show grid view" : "كاتەكچە كۆرۈنۈشنى كۆرسىتىش", "No compatible server found at {remote}" : "{remote} ماس كېلىدىغان مۇلازىمېتىر تېپىلمىدى", "Invalid server URL" : "مۇلازىمېتىر URL ئىناۋەتسىز", "Failed to add the public link to your Nextcloud" : "Nextcloud غا ئاممىۋى ئۇلىنىشنى قوشالمىدى", @@ -376,6 +368,14 @@ "To upload files, you need to provide your name first." : "ھۆججەتلەرنى يوللاش ئۈچۈن ئالدى بىلەن ئىسمىڭىزنى تەمىنلىشىڭىز كېرەك.", "Enter your name" : "ئىسمىڭىزنى كىرگۈزۈڭ", "Submit name" : "ئىسىم يوللاڭ", + "Share note" : "ئورتاقلىشىش خاتىرىسى", + "Upload files to %s" : "ھۆججەتلەرنى% s غا يۈكلەڭ", + "%s shared a folder with you." : "% s ھۆججەت قىسقۇچنى سىز بىلەن ئورتاقلاشتى.", + "Note" : "دىققەت", + "Select or drop files" : "ھۆججەتلەرنى تاللاڭ ياكى تاشلاڭ", + "Uploading files" : "ھۆججەتلەرنى يۈكلەش", + "Uploaded files:" : "يۈكلەنگەن ھۆججەتلەر:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "ھۆججەت يوللاش ئارقىلىق%1 $ مۇلازىمەتنىڭ%2 $ s گە قوشۇلىسىز.", "Name" : "ئاتى", "Filename must not be empty." : "ھۆججەت ئىسمى بوش بولماسلىقى كېرەك." },"pluralForm" :"nplurals=2; plural=(n != 1);" diff --git a/apps/files_sharing/l10n/uk.js b/apps/files_sharing/l10n/uk.js index 7da314c64ac..03d3d5eb8fb 100644 --- a/apps/files_sharing/l10n/uk.js +++ b/apps/files_sharing/l10n/uk.js @@ -401,16 +401,6 @@ OC.L10N.register( "Shared with you and {circle} by {owner}" : "{owner} надав доступ вам та колу {circle}", "Shared with you and the conversation {conversation} by {owner}" : "{owner} надав доступ вам та у чаті {conversation}", "Shared with you in a conversation by {owner}" : "{owner} поділив(-ла-)ся з вами у чаті", - "Share note" : "Поділитися нотаткою", - "Show list view" : "Подання списком", - "Show grid view" : "Подання сіткою", - "Upload files to %s" : "Завантажити файли до %s", - "%s shared a folder with you." : "%s поділив(-ла)ся з вами каталогом.", - "Note" : "Нотатка", - "Select or drop files" : "Вибрати або перетягнути файли", - "Uploading files" : "Завантаження файлів", - "Uploaded files:" : "Завантажені файли:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Завантажуючи файли, ви погоджуєтеся з %1$sумовами користування%2$s.", "Share not found" : "Спільний ресурс не знайдено", "Back to %s" : "Назад до %s", "Add to your Nextcloud" : "Додати до вашої хмари Nextcloud", @@ -420,6 +410,8 @@ OC.L10N.register( "This will stop your current uploads." : "Ця дія призведе до зупинки поточних завантажень на сервер.", "Move or copy" : "Перемістити або копіювати", "You can upload into this folder" : "Ви можете завантажити до цього каталогу", + "Show list view" : "Подання списком", + "Show grid view" : "Подання сіткою", "No compatible server found at {remote}" : "Відсутній сумісний сервер за адресою {remote}", "Invalid server URL" : "Недійсна адреса сервера URL", "Failed to add the public link to your Nextcloud" : "Не вдалося додати публічне посилання до вашого Nextcloud", @@ -432,6 +424,14 @@ OC.L10N.register( "To upload files, you need to provide your name first." : "Щоби завантажити файли, спочатку зазначте ваше ім'я.", "Enter your name" : "Зазначте ваше ім'я", "Submit name" : "Надайте ім'я", + "Share note" : "Поділитися нотаткою", + "Upload files to %s" : "Завантажити файли до %s", + "%s shared a folder with you." : "%s поділив(-ла)ся з вами каталогом.", + "Note" : "Нотатка", + "Select or drop files" : "Вибрати або перетягнути файли", + "Uploading files" : "Завантаження файлів", + "Uploaded files:" : "Завантажені файли:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "Завантажуючи файли, ви погоджуєтеся з %1$sумовами користування%2$s.", "Name" : "Назва", "Share with accounts, teams, federated cloud id" : "Поділитися з користувачами, командами, ID об'єднаних хмар", "Email, federated cloud id" : "Ел.пошта, ідентифікатор об'єднаної хмари", diff --git a/apps/files_sharing/l10n/uk.json b/apps/files_sharing/l10n/uk.json index d1ad7a12475..e3a73695290 100644 --- a/apps/files_sharing/l10n/uk.json +++ b/apps/files_sharing/l10n/uk.json @@ -399,16 +399,6 @@ "Shared with you and {circle} by {owner}" : "{owner} надав доступ вам та колу {circle}", "Shared with you and the conversation {conversation} by {owner}" : "{owner} надав доступ вам та у чаті {conversation}", "Shared with you in a conversation by {owner}" : "{owner} поділив(-ла-)ся з вами у чаті", - "Share note" : "Поділитися нотаткою", - "Show list view" : "Подання списком", - "Show grid view" : "Подання сіткою", - "Upload files to %s" : "Завантажити файли до %s", - "%s shared a folder with you." : "%s поділив(-ла)ся з вами каталогом.", - "Note" : "Нотатка", - "Select or drop files" : "Вибрати або перетягнути файли", - "Uploading files" : "Завантаження файлів", - "Uploaded files:" : "Завантажені файли:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Завантажуючи файли, ви погоджуєтеся з %1$sумовами користування%2$s.", "Share not found" : "Спільний ресурс не знайдено", "Back to %s" : "Назад до %s", "Add to your Nextcloud" : "Додати до вашої хмари Nextcloud", @@ -418,6 +408,8 @@ "This will stop your current uploads." : "Ця дія призведе до зупинки поточних завантажень на сервер.", "Move or copy" : "Перемістити або копіювати", "You can upload into this folder" : "Ви можете завантажити до цього каталогу", + "Show list view" : "Подання списком", + "Show grid view" : "Подання сіткою", "No compatible server found at {remote}" : "Відсутній сумісний сервер за адресою {remote}", "Invalid server URL" : "Недійсна адреса сервера URL", "Failed to add the public link to your Nextcloud" : "Не вдалося додати публічне посилання до вашого Nextcloud", @@ -430,6 +422,14 @@ "To upload files, you need to provide your name first." : "Щоби завантажити файли, спочатку зазначте ваше ім'я.", "Enter your name" : "Зазначте ваше ім'я", "Submit name" : "Надайте ім'я", + "Share note" : "Поділитися нотаткою", + "Upload files to %s" : "Завантажити файли до %s", + "%s shared a folder with you." : "%s поділив(-ла)ся з вами каталогом.", + "Note" : "Нотатка", + "Select or drop files" : "Вибрати або перетягнути файли", + "Uploading files" : "Завантаження файлів", + "Uploaded files:" : "Завантажені файли:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "Завантажуючи файли, ви погоджуєтеся з %1$sумовами користування%2$s.", "Name" : "Назва", "Share with accounts, teams, federated cloud id" : "Поділитися з користувачами, командами, ID об'єднаних хмар", "Email, federated cloud id" : "Ел.пошта, ідентифікатор об'єднаної хмари", diff --git a/apps/files_sharing/l10n/vi.js b/apps/files_sharing/l10n/vi.js index 8d512daae9e..b586e2464bd 100644 --- a/apps/files_sharing/l10n/vi.js +++ b/apps/files_sharing/l10n/vi.js @@ -240,15 +240,6 @@ OC.L10N.register( "Shared with you and {circle} by {owner}" : "Được chia sẻ với bạn và {circle} bởi {owner}", "Shared with you and the conversation {conversation} by {owner}" : "Được chia sẻ với bạn và cuộc trò chuyện {conversation} của {owner}", "Shared with you in a conversation by {owner}" : "Được chia sẻ với bạn trong cuộc trò chuyện bởi {owner}", - "Share note" : "Chia sẻ ghi chú", - "Show list view" : "Hiển thị chế độ xem danh sách", - "Show grid view" : "Hiển thị chế độ xem lưới", - "Upload files to %s" : "Tải tệp lên %s", - "Note" : "Ghi chú", - "Select or drop files" : "Chọn hoặc thả tập tin", - "Uploading files" : "Đang tải tập tin lên", - "Uploaded files:" : "Tập tin đã được tải lên:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Bằng cách tải tệp lên, bạn đồng ý với %1$sđiều khoản dịch vụ%2$s.", "Share not found" : "Không tìm thấy chia sẻ.", "Back to %s" : "Quay lại %s", "Add to your Nextcloud" : "Thêm vào Nextcloud của bạn", @@ -258,12 +249,21 @@ OC.L10N.register( "This will stop your current uploads." : "Hành động này sẽ dừng các tải lên hiện hành.", "Move or copy" : "Di chuyển hoặc sao chép", "You can upload into this folder" : "Tải lên thư mục này", + "Show list view" : "Hiển thị chế độ xem danh sách", + "Show grid view" : "Hiển thị chế độ xem lưới", "No compatible server found at {remote}" : "Máy chủ không tương thích được tìm thấy tại {remote}", "Invalid server URL" : "URL máy chủ không hợp lệ", "Failed to add the public link to your Nextcloud" : "Không thể thêm liên kết công khai", "Download all files" : "Tải xuống tất cả các tập tin", "Search for share recipients" : "Tìm kiếm người nhận chia sẻ", "No recommendations. Start typing." : "Không có khuyến nghị. Bắt đầu gõ.", + "Share note" : "Chia sẻ ghi chú", + "Upload files to %s" : "Tải tệp lên %s", + "Note" : "Ghi chú", + "Select or drop files" : "Chọn hoặc thả tập tin", + "Uploading files" : "Đang tải tập tin lên", + "Uploaded files:" : "Tập tin đã được tải lên:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "Bằng cách tải tệp lên, bạn đồng ý với %1$sđiều khoản dịch vụ%2$s.", "Name" : "Tên", "Filename must not be empty." : "Tên tập tin không thể trống" }, diff --git a/apps/files_sharing/l10n/vi.json b/apps/files_sharing/l10n/vi.json index 9a9adbcb67f..f6ef616aa7e 100644 --- a/apps/files_sharing/l10n/vi.json +++ b/apps/files_sharing/l10n/vi.json @@ -238,15 +238,6 @@ "Shared with you and {circle} by {owner}" : "Được chia sẻ với bạn và {circle} bởi {owner}", "Shared with you and the conversation {conversation} by {owner}" : "Được chia sẻ với bạn và cuộc trò chuyện {conversation} của {owner}", "Shared with you in a conversation by {owner}" : "Được chia sẻ với bạn trong cuộc trò chuyện bởi {owner}", - "Share note" : "Chia sẻ ghi chú", - "Show list view" : "Hiển thị chế độ xem danh sách", - "Show grid view" : "Hiển thị chế độ xem lưới", - "Upload files to %s" : "Tải tệp lên %s", - "Note" : "Ghi chú", - "Select or drop files" : "Chọn hoặc thả tập tin", - "Uploading files" : "Đang tải tập tin lên", - "Uploaded files:" : "Tập tin đã được tải lên:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "Bằng cách tải tệp lên, bạn đồng ý với %1$sđiều khoản dịch vụ%2$s.", "Share not found" : "Không tìm thấy chia sẻ.", "Back to %s" : "Quay lại %s", "Add to your Nextcloud" : "Thêm vào Nextcloud của bạn", @@ -256,12 +247,21 @@ "This will stop your current uploads." : "Hành động này sẽ dừng các tải lên hiện hành.", "Move or copy" : "Di chuyển hoặc sao chép", "You can upload into this folder" : "Tải lên thư mục này", + "Show list view" : "Hiển thị chế độ xem danh sách", + "Show grid view" : "Hiển thị chế độ xem lưới", "No compatible server found at {remote}" : "Máy chủ không tương thích được tìm thấy tại {remote}", "Invalid server URL" : "URL máy chủ không hợp lệ", "Failed to add the public link to your Nextcloud" : "Không thể thêm liên kết công khai", "Download all files" : "Tải xuống tất cả các tập tin", "Search for share recipients" : "Tìm kiếm người nhận chia sẻ", "No recommendations. Start typing." : "Không có khuyến nghị. Bắt đầu gõ.", + "Share note" : "Chia sẻ ghi chú", + "Upload files to %s" : "Tải tệp lên %s", + "Note" : "Ghi chú", + "Select or drop files" : "Chọn hoặc thả tập tin", + "Uploading files" : "Đang tải tập tin lên", + "Uploaded files:" : "Tập tin đã được tải lên:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "Bằng cách tải tệp lên, bạn đồng ý với %1$sđiều khoản dịch vụ%2$s.", "Name" : "Tên", "Filename must not be empty." : "Tên tập tin không thể trống" },"pluralForm" :"nplurals=1; plural=0;" diff --git a/apps/files_sharing/l10n/zh_CN.js b/apps/files_sharing/l10n/zh_CN.js index 5460b042c95..2be5b54648c 100644 --- a/apps/files_sharing/l10n/zh_CN.js +++ b/apps/files_sharing/l10n/zh_CN.js @@ -401,16 +401,6 @@ OC.L10N.register( "Shared with you and {circle} by {owner}" : "{owner} 共享给您及 {circle}", "Shared with you and the conversation {conversation} by {owner}" : "由{owner} 共享给您及对话 {conversation}", "Shared with you in a conversation by {owner}" : "由 {owner} 在一个会话中共享给您", - "Share note" : "共享笔记", - "Show list view" : "显示列表视图", - "Show grid view" : "显示网格视图", - "Upload files to %s" : "上传文件到 %s", - "%s shared a folder with you." : "%s 与您分享了一个文件夹。", - "Note" : "备注", - "Select or drop files" : "选择或拖放文件", - "Uploading files" : "正在上传文件", - "Uploaded files:" : "上传的文件: ", - "By uploading files, you agree to the %1$sterms of service%2$s." : "通过上传文件,您同意了 %1$s 服务条款 %2$s。", "Share not found" : "未找到共享", "Back to %s" : "返回 %s", "Add to your Nextcloud" : "添加到您的 Nextcloud", @@ -420,6 +410,8 @@ OC.L10N.register( "This will stop your current uploads." : "此操作将终止您当前的上传。", "Move or copy" : "移动或复制", "You can upload into this folder" : "您可以上传文件至此文件夹", + "Show list view" : "显示列表视图", + "Show grid view" : "显示网格视图", "No compatible server found at {remote}" : " {remote} 未发现匹配的服务器", "Invalid server URL" : "无效的服务器地址", "Failed to add the public link to your Nextcloud" : "添加公开链接到您的Nextcloud失败", @@ -432,6 +424,14 @@ OC.L10N.register( "To upload files, you need to provide your name first." : "要上传文件,您需要先提供名称。", "Enter your name" : "输入名称", "Submit name" : "提交名称", + "Share note" : "共享笔记", + "Upload files to %s" : "上传文件到 %s", + "%s shared a folder with you." : "%s 与您分享了一个文件夹。", + "Note" : "备注", + "Select or drop files" : "选择或拖放文件", + "Uploading files" : "正在上传文件", + "Uploaded files:" : "上传的文件: ", + "By uploading files, you agree to the %1$sterms of service%2$s." : "通过上传文件,您同意了 %1$s 服务条款 %2$s。", "Name" : "名称", "Share with accounts, teams, federated cloud id" : "与账号、团队、联合云 ID 共享", "Email, federated cloud id" : "电子邮件、联合云 ID", diff --git a/apps/files_sharing/l10n/zh_CN.json b/apps/files_sharing/l10n/zh_CN.json index b23c34ef1b2..bda0608cbe5 100644 --- a/apps/files_sharing/l10n/zh_CN.json +++ b/apps/files_sharing/l10n/zh_CN.json @@ -399,16 +399,6 @@ "Shared with you and {circle} by {owner}" : "{owner} 共享给您及 {circle}", "Shared with you and the conversation {conversation} by {owner}" : "由{owner} 共享给您及对话 {conversation}", "Shared with you in a conversation by {owner}" : "由 {owner} 在一个会话中共享给您", - "Share note" : "共享笔记", - "Show list view" : "显示列表视图", - "Show grid view" : "显示网格视图", - "Upload files to %s" : "上传文件到 %s", - "%s shared a folder with you." : "%s 与您分享了一个文件夹。", - "Note" : "备注", - "Select or drop files" : "选择或拖放文件", - "Uploading files" : "正在上传文件", - "Uploaded files:" : "上传的文件: ", - "By uploading files, you agree to the %1$sterms of service%2$s." : "通过上传文件,您同意了 %1$s 服务条款 %2$s。", "Share not found" : "未找到共享", "Back to %s" : "返回 %s", "Add to your Nextcloud" : "添加到您的 Nextcloud", @@ -418,6 +408,8 @@ "This will stop your current uploads." : "此操作将终止您当前的上传。", "Move or copy" : "移动或复制", "You can upload into this folder" : "您可以上传文件至此文件夹", + "Show list view" : "显示列表视图", + "Show grid view" : "显示网格视图", "No compatible server found at {remote}" : " {remote} 未发现匹配的服务器", "Invalid server URL" : "无效的服务器地址", "Failed to add the public link to your Nextcloud" : "添加公开链接到您的Nextcloud失败", @@ -430,6 +422,14 @@ "To upload files, you need to provide your name first." : "要上传文件,您需要先提供名称。", "Enter your name" : "输入名称", "Submit name" : "提交名称", + "Share note" : "共享笔记", + "Upload files to %s" : "上传文件到 %s", + "%s shared a folder with you." : "%s 与您分享了一个文件夹。", + "Note" : "备注", + "Select or drop files" : "选择或拖放文件", + "Uploading files" : "正在上传文件", + "Uploaded files:" : "上传的文件: ", + "By uploading files, you agree to the %1$sterms of service%2$s." : "通过上传文件,您同意了 %1$s 服务条款 %2$s。", "Name" : "名称", "Share with accounts, teams, federated cloud id" : "与账号、团队、联合云 ID 共享", "Email, federated cloud id" : "电子邮件、联合云 ID", diff --git a/apps/files_sharing/l10n/zh_HK.js b/apps/files_sharing/l10n/zh_HK.js index 55fd2561ffe..d15d5a81e3a 100644 --- a/apps/files_sharing/l10n/zh_HK.js +++ b/apps/files_sharing/l10n/zh_HK.js @@ -401,16 +401,6 @@ OC.L10N.register( "Shared with you and {circle} by {owner}" : "{owner} 分享給您和 {circle}", "Shared with you and the conversation {conversation} by {owner}" : "{owner} 分享給您和 {conversation} 對話", "Shared with you in a conversation by {owner}" : "{owner} 在對話中分享給您", - "Share note" : "分享筆記", - "Show list view" : "顯示清單視圖", - "Show grid view" : "顯示網格視圖", - "Upload files to %s" : "上傳檔案到 %s", - "%s shared a folder with you." : "%s 與您分享了一個資料夾。", - "Note" : "筆記", - "Select or drop files" : "選擇或拖曳檔案至此", - "Uploading files" : "檔案上傳中", - "Uploaded files:" : "已上傳的檔案:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "上傳檔案即表示您同意 %1$s服務條款%2$s。 ", "Share not found" : "找不到分享", "Back to %s" : "返回 %s", "Add to your Nextcloud" : "加入到您的 Nextcloud", @@ -420,6 +410,8 @@ OC.L10N.register( "This will stop your current uploads." : "這會終止目前任何的上傳。", "Move or copy" : "移動或複製", "You can upload into this folder" : "你可以上傳內容到此資料夾", + "Show list view" : "顯示清單視圖", + "Show grid view" : "顯示網格視圖", "No compatible server found at {remote}" : "沒有在 {remote} 找到相容的伺服器", "Invalid server URL" : "無效的伺服器 URL", "Failed to add the public link to your Nextcloud" : "無法將公開連結加入您的 Nextcloud", @@ -432,6 +424,14 @@ OC.L10N.register( "To upload files, you need to provide your name first." : "要上傳檔案,您需要先提供您的姓名。", "Enter your name" : "輸入您的名稱", "Submit name" : "遞交名字", + "Share note" : "分享筆記", + "Upload files to %s" : "上傳檔案到 %s", + "%s shared a folder with you." : "%s 與您分享了一個資料夾。", + "Note" : "筆記", + "Select or drop files" : "選擇或拖曳檔案至此", + "Uploading files" : "檔案上傳中", + "Uploaded files:" : "已上傳的檔案:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "上傳檔案即表示您同意 %1$s服務條款%2$s。 ", "Name" : "名字", "Share with accounts, teams, federated cloud id" : "與帳戶、團隊、聯邦雲端ID 分享", "Email, federated cloud id" : "電郵地址、聯邦雲端 ID", diff --git a/apps/files_sharing/l10n/zh_HK.json b/apps/files_sharing/l10n/zh_HK.json index ecf5ad545f6..9b5d944f362 100644 --- a/apps/files_sharing/l10n/zh_HK.json +++ b/apps/files_sharing/l10n/zh_HK.json @@ -399,16 +399,6 @@ "Shared with you and {circle} by {owner}" : "{owner} 分享給您和 {circle}", "Shared with you and the conversation {conversation} by {owner}" : "{owner} 分享給您和 {conversation} 對話", "Shared with you in a conversation by {owner}" : "{owner} 在對話中分享給您", - "Share note" : "分享筆記", - "Show list view" : "顯示清單視圖", - "Show grid view" : "顯示網格視圖", - "Upload files to %s" : "上傳檔案到 %s", - "%s shared a folder with you." : "%s 與您分享了一個資料夾。", - "Note" : "筆記", - "Select or drop files" : "選擇或拖曳檔案至此", - "Uploading files" : "檔案上傳中", - "Uploaded files:" : "已上傳的檔案:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "上傳檔案即表示您同意 %1$s服務條款%2$s。 ", "Share not found" : "找不到分享", "Back to %s" : "返回 %s", "Add to your Nextcloud" : "加入到您的 Nextcloud", @@ -418,6 +408,8 @@ "This will stop your current uploads." : "這會終止目前任何的上傳。", "Move or copy" : "移動或複製", "You can upload into this folder" : "你可以上傳內容到此資料夾", + "Show list view" : "顯示清單視圖", + "Show grid view" : "顯示網格視圖", "No compatible server found at {remote}" : "沒有在 {remote} 找到相容的伺服器", "Invalid server URL" : "無效的伺服器 URL", "Failed to add the public link to your Nextcloud" : "無法將公開連結加入您的 Nextcloud", @@ -430,6 +422,14 @@ "To upload files, you need to provide your name first." : "要上傳檔案,您需要先提供您的姓名。", "Enter your name" : "輸入您的名稱", "Submit name" : "遞交名字", + "Share note" : "分享筆記", + "Upload files to %s" : "上傳檔案到 %s", + "%s shared a folder with you." : "%s 與您分享了一個資料夾。", + "Note" : "筆記", + "Select or drop files" : "選擇或拖曳檔案至此", + "Uploading files" : "檔案上傳中", + "Uploaded files:" : "已上傳的檔案:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "上傳檔案即表示您同意 %1$s服務條款%2$s。 ", "Name" : "名字", "Share with accounts, teams, federated cloud id" : "與帳戶、團隊、聯邦雲端ID 分享", "Email, federated cloud id" : "電郵地址、聯邦雲端 ID", diff --git a/apps/files_sharing/l10n/zh_TW.js b/apps/files_sharing/l10n/zh_TW.js index 60c564129b7..4352773dda8 100644 --- a/apps/files_sharing/l10n/zh_TW.js +++ b/apps/files_sharing/l10n/zh_TW.js @@ -401,16 +401,6 @@ OC.L10N.register( "Shared with you and {circle} by {owner}" : "{owner} 與您和 {circle} 分享", "Shared with you and the conversation {conversation} by {owner}" : "{owner} 與您和 {conversation} 對話分享", "Shared with you in a conversation by {owner}" : "{owner} 在對話中與您分享", - "Share note" : "分享備註", - "Show list view" : "顯示清單檢視", - "Show grid view" : "顯示格狀檢視", - "Upload files to %s" : "上傳檔案到 %s", - "%s shared a folder with you." : "%s 與您分享了一個資料夾。", - "Note" : "備註", - "Select or drop files" : "選取或拖曳檔案", - "Uploading files" : "正在上傳檔案", - "Uploaded files:" : "已上傳的檔案:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "上傳檔案即表示您同意 %1$s服務條款%2$s。", "Share not found" : "找不到分享", "Back to %s" : "回到 %s", "Add to your Nextcloud" : "新增到您的 Nextcloud", @@ -420,6 +410,8 @@ OC.L10N.register( "This will stop your current uploads." : "這會停止您目前的上傳。", "Move or copy" : "移動或複製", "You can upload into this folder" : "您可以上傳到此資料夾", + "Show list view" : "顯示清單檢視", + "Show grid view" : "顯示格狀檢視", "No compatible server found at {remote}" : "在 {remote} 找不到相容的伺服器", "Invalid server URL" : "無效的伺服器 URL", "Failed to add the public link to your Nextcloud" : "無法將公開連結新增到您的 Nextcloud", @@ -432,6 +424,14 @@ OC.L10N.register( "To upload files, you need to provide your name first." : "要上傳檔案,您必須先提供您的名字。", "Enter your name" : "輸入您的名稱", "Submit name" : "遞交名稱", + "Share note" : "分享備註", + "Upload files to %s" : "上傳檔案到 %s", + "%s shared a folder with you." : "%s 與您分享了一個資料夾。", + "Note" : "備註", + "Select or drop files" : "選取或拖曳檔案", + "Uploading files" : "正在上傳檔案", + "Uploaded files:" : "已上傳的檔案:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "上傳檔案即表示您同意 %1$s服務條款%2$s。", "Name" : "名稱", "Share with accounts, teams, federated cloud id" : "與帳號、團隊、聯邦雲端ID 分享", "Email, federated cloud id" : "電子郵件、聯邦雲端 ID", diff --git a/apps/files_sharing/l10n/zh_TW.json b/apps/files_sharing/l10n/zh_TW.json index 849e35c758e..d23b831db0d 100644 --- a/apps/files_sharing/l10n/zh_TW.json +++ b/apps/files_sharing/l10n/zh_TW.json @@ -399,16 +399,6 @@ "Shared with you and {circle} by {owner}" : "{owner} 與您和 {circle} 分享", "Shared with you and the conversation {conversation} by {owner}" : "{owner} 與您和 {conversation} 對話分享", "Shared with you in a conversation by {owner}" : "{owner} 在對話中與您分享", - "Share note" : "分享備註", - "Show list view" : "顯示清單檢視", - "Show grid view" : "顯示格狀檢視", - "Upload files to %s" : "上傳檔案到 %s", - "%s shared a folder with you." : "%s 與您分享了一個資料夾。", - "Note" : "備註", - "Select or drop files" : "選取或拖曳檔案", - "Uploading files" : "正在上傳檔案", - "Uploaded files:" : "已上傳的檔案:", - "By uploading files, you agree to the %1$sterms of service%2$s." : "上傳檔案即表示您同意 %1$s服務條款%2$s。", "Share not found" : "找不到分享", "Back to %s" : "回到 %s", "Add to your Nextcloud" : "新增到您的 Nextcloud", @@ -418,6 +408,8 @@ "This will stop your current uploads." : "這會停止您目前的上傳。", "Move or copy" : "移動或複製", "You can upload into this folder" : "您可以上傳到此資料夾", + "Show list view" : "顯示清單檢視", + "Show grid view" : "顯示格狀檢視", "No compatible server found at {remote}" : "在 {remote} 找不到相容的伺服器", "Invalid server URL" : "無效的伺服器 URL", "Failed to add the public link to your Nextcloud" : "無法將公開連結新增到您的 Nextcloud", @@ -430,6 +422,14 @@ "To upload files, you need to provide your name first." : "要上傳檔案,您必須先提供您的名字。", "Enter your name" : "輸入您的名稱", "Submit name" : "遞交名稱", + "Share note" : "分享備註", + "Upload files to %s" : "上傳檔案到 %s", + "%s shared a folder with you." : "%s 與您分享了一個資料夾。", + "Note" : "備註", + "Select or drop files" : "選取或拖曳檔案", + "Uploading files" : "正在上傳檔案", + "Uploaded files:" : "已上傳的檔案:", + "By uploading files, you agree to the %1$sterms of service%2$s." : "上傳檔案即表示您同意 %1$s服務條款%2$s。", "Name" : "名稱", "Share with accounts, teams, federated cloud id" : "與帳號、團隊、聯邦雲端ID 分享", "Email, federated cloud id" : "電子郵件、聯邦雲端 ID", diff --git a/apps/files_sharing/lib/Config/ConfigLexicon.php b/apps/files_sharing/lib/Config/ConfigLexicon.php index 3211c755fc7..c2743a2c4ce 100644 --- a/apps/files_sharing/lib/Config/ConfigLexicon.php +++ b/apps/files_sharing/lib/Config/ConfigLexicon.php @@ -22,6 +22,7 @@ use OCP\Config\ValueType; */ class ConfigLexicon implements ILexicon { public const SHOW_FEDERATED_AS_INTERNAL = 'show_federated_shares_as_internal'; + public const SHOW_FEDERATED_TO_TRUSTED_AS_INTERNAL = 'show_federated_shares_to_trusted_servers_as_internal'; public function getStrictness(): Strictness { return Strictness::IGNORE; @@ -30,6 +31,7 @@ class ConfigLexicon implements ILexicon { public function getAppConfigs(): array { return [ new Entry(self::SHOW_FEDERATED_AS_INTERNAL, ValueType::BOOL, false, 'shows federated shares as internal shares', true), + new Entry(self::SHOW_FEDERATED_TO_TRUSTED_AS_INTERNAL, ValueType::BOOL, false, 'shows federated shares to trusted servers as internal shares', true), ]; } diff --git a/apps/files_sharing/lib/Controller/ShareAPIController.php b/apps/files_sharing/lib/Controller/ShareAPIController.php index 7591493167f..095a8a75963 100644 --- a/apps/files_sharing/lib/Controller/ShareAPIController.php +++ b/apps/files_sharing/lib/Controller/ShareAPIController.php @@ -15,6 +15,7 @@ use OC\Files\FileInfo; use OC\Files\Storage\Wrapper\Wrapper; use OCA\Circles\Api\v1\Circles; use OCA\Deck\Sharing\ShareAPIHelper; +use OCA\Federation\TrustedServers; use OCA\Files\Helper; use OCA\Files_Sharing\Exceptions\SharingRightsException; use OCA\Files_Sharing\External\Storage; @@ -76,6 +77,7 @@ use Psr\Log\LoggerInterface; class ShareAPIController extends OCSController { private ?Node $lockedNode = null; + private array $trustedServerCache = []; /** * Share20OCS constructor. @@ -100,6 +102,7 @@ class ShareAPIController extends OCSController { private IProviderFactory $factory, private IMailer $mailer, private ITagManager $tagManager, + private ?TrustedServers $trustedServers, private ?string $userId = null, ) { parent::__construct($appName, $request); @@ -202,6 +205,32 @@ class ShareAPIController extends OCSController { $result['item_size'] = $node->getSize(); $result['item_mtime'] = $node->getMTime(); + if ($this->trustedServers !== null && in_array($share->getShareType(), [IShare::TYPE_REMOTE, IShare::TYPE_REMOTE_GROUP], true)) { + $result['is_trusted_server'] = false; + $sharedWith = $share->getSharedWith(); + $remoteIdentifier = is_string($sharedWith) ? strrchr($sharedWith, '@') : false; + if ($remoteIdentifier !== false) { + $remote = substr($remoteIdentifier, 1); + + if (isset($this->trustedServerCache[$remote])) { + $result['is_trusted_server'] = $this->trustedServerCache[$remote]; + } else { + try { + $isTrusted = $this->trustedServers->isTrustedServer($remote); + $this->trustedServerCache[$remote] = $isTrusted; + $result['is_trusted_server'] = $isTrusted; + } catch (\Exception $e) { + // Server not found or other issue, we consider it not trusted + $this->trustedServerCache[$remote] = false; + $this->logger->error( + 'Error checking if remote server is trusted (treating as untrusted): ' . $e->getMessage(), + ['exception' => $e] + ); + } + } + } + } + $expiration = $share->getExpirationDate(); if ($expiration !== null) { $expiration->setTimezone($this->dateTimeZone->getTimeZone()); diff --git a/apps/files_sharing/lib/Listener/LoadSidebarListener.php b/apps/files_sharing/lib/Listener/LoadSidebarListener.php index 9f0eee9159a..88c39f38545 100644 --- a/apps/files_sharing/lib/Listener/LoadSidebarListener.php +++ b/apps/files_sharing/lib/Listener/LoadSidebarListener.php @@ -38,6 +38,7 @@ class LoadSidebarListener implements IEventListener { $appConfig = Server::get(IAppConfig::class); $this->initialState->provideInitialState('showFederatedSharesAsInternal', $appConfig->getValueBool('files_sharing', ConfigLexicon::SHOW_FEDERATED_AS_INTERNAL)); + $this->initialState->provideInitialState('showFederatedSharesToTrustedServersAsInternal', $appConfig->getValueBool('files_sharing', ConfigLexicon::SHOW_FEDERATED_TO_TRUSTED_AS_INTERNAL)); Util::addScript(Application::APP_ID, 'files_sharing_tab', 'files'); } } diff --git a/apps/files_sharing/lib/ResponseDefinitions.php b/apps/files_sharing/lib/ResponseDefinitions.php index 6b6b0fcc4b6..71a2b25a70c 100644 --- a/apps/files_sharing/lib/ResponseDefinitions.php +++ b/apps/files_sharing/lib/ResponseDefinitions.php @@ -22,6 +22,7 @@ namespace OCA\Files_Sharing; * file_target: string, * has_preview: bool, * hide_download: 0|1, + * is_trusted_server?: bool, * is-mount-root: bool, * id: string, * item_mtime: int, diff --git a/apps/files_sharing/openapi.json b/apps/files_sharing/openapi.json index 627c25ce8ea..b2df1ecb7b3 100644 --- a/apps/files_sharing/openapi.json +++ b/apps/files_sharing/openapi.json @@ -548,6 +548,9 @@ 1 ] }, + "is_trusted_server": { + "type": "boolean" + }, "is-mount-root": { "type": "boolean" }, @@ -897,40 +900,76 @@ "type": "string" }, "name": { - "$ref": "#/components/schemas/Lookup", - "nullable": true + "nullable": true, + "allOf": [ + { + "$ref": "#/components/schemas/Lookup" + } + ] }, "email": { - "$ref": "#/components/schemas/Lookup", - "nullable": true + "nullable": true, + "allOf": [ + { + "$ref": "#/components/schemas/Lookup" + } + ] }, "address": { - "$ref": "#/components/schemas/Lookup", - "nullable": true + "nullable": true, + "allOf": [ + { + "$ref": "#/components/schemas/Lookup" + } + ] }, "website": { - "$ref": "#/components/schemas/Lookup", - "nullable": true + "nullable": true, + "allOf": [ + { + "$ref": "#/components/schemas/Lookup" + } + ] }, "twitter": { - "$ref": "#/components/schemas/Lookup", - "nullable": true + "nullable": true, + "allOf": [ + { + "$ref": "#/components/schemas/Lookup" + } + ] }, "phone": { - "$ref": "#/components/schemas/Lookup", - "nullable": true + "nullable": true, + "allOf": [ + { + "$ref": "#/components/schemas/Lookup" + } + ] }, "twitter_signature": { - "$ref": "#/components/schemas/Lookup", - "nullable": true + "nullable": true, + "allOf": [ + { + "$ref": "#/components/schemas/Lookup" + } + ] }, "website_signature": { - "$ref": "#/components/schemas/Lookup", - "nullable": true + "nullable": true, + "allOf": [ + { + "$ref": "#/components/schemas/Lookup" + } + ] }, "userid": { - "$ref": "#/components/schemas/Lookup", - "nullable": true + "nullable": true, + "allOf": [ + { + "$ref": "#/components/schemas/Lookup" + } + ] } } }, diff --git a/apps/files_sharing/src/components/SharingEntry.vue b/apps/files_sharing/src/components/SharingEntry.vue index 4ff5fae364b..1fbe740cb11 100644 --- a/apps/files_sharing/src/components/SharingEntry.vue +++ b/apps/files_sharing/src/components/SharingEntry.vue @@ -77,9 +77,9 @@ export default { title += ` (${t('files_sharing', 'group')})` } else if (this.share.type === ShareType.Room) { title += ` (${t('files_sharing', 'conversation')})` - } else if (this.share.type === ShareType.Remote) { + } else if (this.share.type === ShareType.Remote && !this.share.isTrustedServer) { title += ` (${t('files_sharing', 'remote')})` - } else if (this.share.type === ShareType.RemoteGroup) { + } else if (this.share.type === ShareType.RemoteGroup && !this.share.isTrustedServer) { title += ` (${t('files_sharing', 'remote group')})` } else if (this.share.type === ShareType.Guest) { title += ` (${t('files_sharing', 'guest')})` diff --git a/apps/files_sharing/src/components/SharingInput.vue b/apps/files_sharing/src/components/SharingInput.vue index b886ba95a17..f50dc96fc08 100644 --- a/apps/files_sharing/src/components/SharingInput.vue +++ b/apps/files_sharing/src/components/SharingInput.vue @@ -192,14 +192,27 @@ export default { lookup = true } - let shareType = [] - const remoteTypes = [ShareType.Remote, ShareType.RemoteGroup] - - if (this.isExternal && !this.config.showFederatedSharesAsInternal) { - shareType.push(...remoteTypes) + const shareType = [] + + const showFederatedAsInternal + = this.config.showFederatedSharesAsInternal + || this.config.showFederatedSharesToTrustedServersAsInternal + + const shouldAddRemoteTypes + // For internal users, add remote types if config says to show them as internal + = (!this.isExternal && showFederatedAsInternal) + // For external users, add them if config *doesn't* say to show them as internal + || (this.isExternal && !showFederatedAsInternal) + // Edge case: federated-to-trusted is a separate "add" trigger for external users + || (this.isExternal && this.config.showFederatedSharesToTrustedServersAsInternal) + + if (this.isExternal) { + if (getCapabilities().files_sharing.public.enabled === true) { + shareType.push(ShareType.Email) + } } else { - shareType = shareType.concat([ + shareType.push( ShareType.User, ShareType.Group, ShareType.Team, @@ -207,15 +220,11 @@ export default { ShareType.Guest, ShareType.Deck, ShareType.ScienceMesh, - ]) - - if (this.config.showFederatedSharesAsInternal) { - shareType.push(...remoteTypes) - } + ) } - if (getCapabilities().files_sharing.public.enabled === true && this.isExternal) { - shareType.push(ShareType.Email) + if (shouldAddRemoteTypes) { + shareType.push(...remoteTypes) } let request = null @@ -366,6 +375,11 @@ export default { // filter out existing mail shares if (share.value.shareType === ShareType.Email) { + // When sharing internally, we don't want to suggest email addresses + // that the user previously created shares to + if (!this.isExternal) { + return arr + } const emails = this.linkShares.map(elem => elem.shareWith) if (emails.indexOf(share.value.shareWith.trim()) !== -1) { return arr diff --git a/apps/files_sharing/src/models/Share.ts b/apps/files_sharing/src/models/Share.ts index fb76a655d53..b0638b29448 100644 --- a/apps/files_sharing/src/models/Share.ts +++ b/apps/files_sharing/src/models/Share.ts @@ -486,4 +486,11 @@ export default class Share { return this._share.status } + /** + * Is the share from a trusted server + */ + get isTrustedServer(): boolean { + return !!this._share.is_trusted_server + } + } diff --git a/apps/files_sharing/src/services/ConfigService.ts b/apps/files_sharing/src/services/ConfigService.ts index 2114e2d1bae..f75f34c7936 100644 --- a/apps/files_sharing/src/services/ConfigService.ts +++ b/apps/files_sharing/src/services/ConfigService.ts @@ -315,4 +315,12 @@ export default class Config { return loadState('files_sharing', 'showFederatedSharesAsInternal', false) } + /** + * Show federated shares to trusted servers as internal shares + * @return {boolean} + */ + get showFederatedSharesToTrustedServersAsInternal(): boolean { + return loadState('files_sharing', 'showFederatedSharesToTrustedServersAsInternal', false) + } + } diff --git a/apps/files_sharing/src/utils/GeneratePassword.ts b/apps/files_sharing/src/utils/GeneratePassword.ts index 2f3f65c51d8..82efaaa69d4 100644 --- a/apps/files_sharing/src/utils/GeneratePassword.ts +++ b/apps/files_sharing/src/utils/GeneratePassword.ts @@ -38,10 +38,29 @@ export default async function(verbose = false): Promise<string> { const array = new Uint8Array(10) const ratio = passwordSet.length / 255 - self.crypto.getRandomValues(array) + getRandomValues(array) let password = '' for (let i = 0; i < array.length; i++) { password += passwordSet.charAt(array[i] * ratio) } return password } + +/** + * Fills the given array with cryptographically secure random values. + * If the crypto API is not available, it falls back to less secure Math.random(). + * Crypto API is available in modern browsers on secure contexts (HTTPS). + * + * @param {Uint8Array} array - The array to fill with random values. + */ +function getRandomValues(array: Uint8Array): void { + if (self?.crypto?.getRandomValues) { + self.crypto.getRandomValues(array) + return + } + + let len = array.length + while (len--) { + array[len] = Math.floor(Math.random() * 256) + } +} diff --git a/apps/files_sharing/src/views/CollaborationView.vue b/apps/files_sharing/src/views/CollaborationView.vue deleted file mode 100644 index b75ad53e1b8..00000000000 --- a/apps/files_sharing/src/views/CollaborationView.vue +++ /dev/null @@ -1,36 +0,0 @@ -<!-- - - SPDX-FileCopyrightText: 2019 Nextcloud GmbH and Nextcloud contributors - - SPDX-License-Identifier: AGPL-3.0-or-later ---> - -<template> - <CollectionList v-if="fileId" - :id="fileId" - type="file" - :name="filename" /> -</template> - -<script> -import { CollectionList } from 'nextcloud-vue-collections' - -export default { - name: 'CollaborationView', - components: { - CollectionList, - }, - computed: { - fileId() { - if (this.$root.model && this.$root.model.id) { - return '' + this.$root.model.id - } - return null - }, - filename() { - if (this.$root.model && this.$root.model.name) { - return '' + this.$root.model.name - } - return '' - }, - }, -} -</script> diff --git a/apps/files_sharing/src/views/SharingLinkList.vue b/apps/files_sharing/src/views/SharingLinkList.vue index 3dd6fdf317b..c3d9a7f83dc 100644 --- a/apps/files_sharing/src/views/SharingLinkList.vue +++ b/apps/files_sharing/src/views/SharingLinkList.vue @@ -7,12 +7,6 @@ <ul v-if="canLinkShare" :aria-label="t('files_sharing', 'Link shares')" class="sharing-link-list"> - <!-- If no link shares, show the add link default entry --> - <SharingEntryLink v-if="!hasLinkShares && canReshare" - :can-reshare="canReshare" - :file-info="fileInfo" - @add:share="addShare" /> - <!-- Else we display the list --> <template v-if="hasShares"> <!-- using shares[index] to work with .sync --> @@ -27,6 +21,12 @@ @remove:share="removeShare" @open-sharing-details="openSharingDetails(share)" /> </template> + + <!-- If no link shares, show the add link default entry --> + <SharingEntryLink v-if="!hasLinkShares && canReshare" + :can-reshare="canReshare" + :file-info="fileInfo" + @add:share="addShare" /> </ul> </template> diff --git a/apps/files_sharing/src/views/SharingTab.vue b/apps/files_sharing/src/views/SharingTab.vue index e56201f6e06..262504aca01 100644 --- a/apps/files_sharing/src/views/SharingTab.vue +++ b/apps/files_sharing/src/views/SharingTab.vue @@ -138,7 +138,7 @@ <div v-if="projectsEnabled" v-show="!showSharingDetailsView && fileInfo" class="sharingTab__additionalContent"> - <CollectionList :id="`${fileInfo.id}`" + <NcCollectionList :id="`${fileInfo.id}`" type="file" :name="fileInfo.name" /> </div> @@ -161,16 +161,16 @@ import { getCapabilities } from '@nextcloud/capabilities' import { orderBy } from '@nextcloud/files' import { loadState } from '@nextcloud/initial-state' import { generateOcsUrl } from '@nextcloud/router' -import { CollectionList } from 'nextcloud-vue-collections' import { ShareType } from '@nextcloud/sharing' -import InfoIcon from 'vue-material-design-icons/InformationOutline.vue' +import NcAvatar from '@nextcloud/vue/components/NcAvatar' +import NcButton from '@nextcloud/vue/components/NcButton' +import NcCollectionList from '@nextcloud/vue/components/NcCollectionList' import NcPopover from '@nextcloud/vue/components/NcPopover' +import InfoIcon from 'vue-material-design-icons/InformationOutline.vue' import axios from '@nextcloud/axios' import moment from '@nextcloud/moment' -import NcAvatar from '@nextcloud/vue/components/NcAvatar' -import NcButton from '@nextcloud/vue/components/NcButton' import { shareWithTitle } from '../utils/SharedWithMe.js' @@ -192,10 +192,10 @@ export default { name: 'SharingTab', components: { - CollectionList, InfoIcon, NcAvatar, NcButton, + NcCollectionList, NcPopover, SharingEntryInternal, SharingEntrySimple, @@ -402,7 +402,13 @@ export default { if ([ShareType.Link, ShareType.Email].includes(share.type)) { this.linkShares.push(share) } else if ([ShareType.Remote, ShareType.RemoteGroup].includes(share.type)) { - if (this.config.showFederatedSharesAsInternal) { + if (this.config.showFederatedSharesToTrustedServersAsInternal) { + if (share.isTrustedServer) { + this.shares.push(share) + } else { + this.externalShares.push(share) + } + } else if (this.config.showFederatedSharesAsInternal) { this.shares.push(share) } else { this.externalShares.push(share) @@ -478,6 +484,10 @@ export default { } else if ([ShareType.Remote, ShareType.RemoteGroup].includes(share.type)) { if (this.config.showFederatedSharesAsInternal) { this.shares.unshift(share) + } if (this.config.showFederatedSharesToTrustedServersAsInternal) { + if (share.isTrustedServer) { + this.shares.unshift(share) + } } else { this.externalShares.unshift(share) } diff --git a/apps/files_sharing/templates/public.php b/apps/files_sharing/templates/public.php deleted file mode 100644 index d328d57dee2..00000000000 --- a/apps/files_sharing/templates/public.php +++ /dev/null @@ -1,143 +0,0 @@ -<?php - -/** - * SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors - * SPDX-FileCopyrightText: 2012-2016 ownCloud, Inc. - * SPDX-License-Identifier: AGPL-3.0-only - */ -/** @var \OCP\IL10N $l */ -/** @var array $_ */ -?> -<div id="app-content"> -<?php if ($_['previewSupported']): /* This enables preview images for links (e.g. on Facebook, Google+, ...)*/?> - <link rel="image_src" href="<?php p($_['previewImage']); ?>" /> -<?php endif; ?> - -<input type="hidden" id="sharingUserId" value="<?php p($_['owner']) ?>"> -<input type="hidden" id="filesApp" name="filesApp" value="1"> -<input type="hidden" id="isPublic" name="isPublic" value="1"> -<?php if (!$_['hideDownload']): ?> - <input type="hidden" name="downloadURL" value="<?php p($_['downloadURL']) ?>" id="downloadURL"> -<?php endif; ?> -<input type="hidden" name="previewURL" value="<?php p($_['previewURL']) ?>" id="previewURL"> -<input type="hidden" name="sharingToken" value="<?php p($_['sharingToken']) ?>" id="sharingToken"> -<input type="hidden" name="filename" value="<?php p($_['filename']) ?>" id="filename"> -<input type="hidden" name="mimetype" value="<?php p($_['mimetype']) ?>" id="mimetype"> -<input type="hidden" name="previewSupported" value="<?php p($_['previewSupported'] ? 'true' : 'false'); ?>" id="previewSupported"> -<input type="hidden" name="mimetypeIcon" value="<?php p(\OCP\Server::get(\OCP\Files\IMimeTypeDetector::class)->mimeTypeIcon($_['mimetype'])); ?>" id="mimetypeIcon"> -<input type="hidden" name="hideDownload" value="<?php p($_['hideDownload'] ? 'true' : 'false'); ?>" id="hideDownload"> -<input type="hidden" id="disclaimerText" value="<?php p($_['disclaimer']) ?>"> - -<?php -$upload_max_filesize = \OCP\Server::get(\bantu\IniGetWrapper\IniGetWrapper::class)->getBytes('upload_max_filesize'); -$post_max_size = \OCP\Server::get(\bantu\IniGetWrapper\IniGetWrapper::class)->getBytes('post_max_size'); -$maxUploadFilesize = min($upload_max_filesize, $post_max_size); -?> -<input type="hidden" name="maxFilesizeUpload" value="<?php p($maxUploadFilesize); ?>" id="maxFilesizeUpload"> - -<?php if (!isset($_['hideFileList']) || (isset($_['hideFileList']) && $_['hideFileList'] === false)): ?> - <input type="hidden" name="filesize" value="<?php p($_['nonHumanFileSize']); ?>" id="filesize"> -<?php endif; ?> -<input type="hidden" name="maxSizeAnimateGif" value="<?php p($_['maxSizeAnimateGif']); ?>" id="maxSizeAnimateGif"> -<?php if (isset($_['note']) && $_['note'] !== '') : ?> - <div id="notemenu" class="hidden"> - <div class="icon-comment-white menutoggle" tabindex="0" role="button" aria-haspopup="true" aria-controls="note-content" aria-expanded="false"> - <span class="hidden-visually"><?php p($l->t('Share note'))?></span> - </div> - <div id="note-content" class="menu" aria-label="Note content"> - <div class="content"> - <?php p($_['note']); ?> - </div> - </div> - </div> -<?php endif; ?> - -<?php if (!isset($_['hideFileList']) || (isset($_['hideFileList']) && $_['hideFileList'] === false)) { ?> - <!-- ONLY if this is a folder, we show the grid toggle button --> - <?php if (empty($_['dir']) === false) { ?> - <input type="checkbox" class="hidden-visually" id="showgridview" - <?php if ($_['showgridview']) { ?>checked="checked" <?php } ?>/> - <label id="view-toggle" for="showgridview" class="button <?php p($_['showgridview'] ? 'icon-toggle-filelist' : 'icon-toggle-pictures') ?>" - title="<?php p($_['showgridview'] ? $l->t('Show list view') : $l->t('Show grid view'))?>"></label> - <?php } ?> - - <!-- files listing --> - <div id="files-public-content"> - <div id="preview"> - <?php if (isset($_['folder'])): ?> - <?php print_unescaped($_['folder']); ?> - <?php else: ?> - <!-- preview frame to open file in with viewer --> - <div id="imgframe"></div> - <?php if (isset($_['mimetype']) && str_starts_with($_['mimetype'], 'image')): ?> - <div class="directDownload"> - <div> - <?php p($_['filename'])?> (<?php p($_['fileSize']) ?>) - </div> - <?php if (!$_['hideDownload']) { ?> - <a href="<?php p($_['downloadURL']); ?>" id="downloadFile" class="button"> - <span class="icon icon-download"></span> - <?php p($l->t('Download'))?> - </a> - <?php } ?> - </div> - <?php elseif ($_['previewURL'] === $_['downloadURL'] && !$_['hideDownload']): ?> - <div class="directDownload"> - <div> - <?php p($_['filename'])?> (<?php p($_['fileSize']) ?>) - </div> - <a href="<?php p($_['downloadURL']); ?>" id="downloadFile" class="button"> - <span class="icon icon-download"></span> - <?php p($l->t('Download'))?> - </a> - </div> - <?php endif; ?> - <?php endif; ?> - </div> - </div> -<?php } else { ?> - <input type="hidden" id="upload-only-interface" value="1"/> - <div id="public-upload"> - <div - id="emptycontent" - class="emptycontent <?php if (!empty($_['note'])) { ?>has-note<?php } ?>"> - <?php if ($_['shareOwner']) { ?> - <div id="displayavatar"><div class="avatardiv"></div></div> - <h2><?php p($l->t('Upload files to %s', [$_['label'] ?: $_['filename']])) ?></h2> - <p><?php p($l->t('%s shared a folder with you.', [$_['shareOwner']])) ?></p> - <?php } else { ?> - <div id="displayavatar"><span class="icon-folder"></span></div> - <h2><?php p($l->t('Upload files to %s', [$_['label'] ?: $_['filename']])) ?></h2> - <?php } ?> - - <?php if (empty($_['note']) === false) { ?> - <h3><?php p($l->t('Note')); ?></h3> - <p class="note"><?php p($_['note']); ?></p> - <?php } ?> - - <input type="file" name="files[]" class="hidden" multiple> - <a href="#" class="button icon-upload"><?php p($l->t('Select or drop files')) ?></a> - <div id="drop-upload-progress-indicator" style="padding-top: 25px;" class="hidden"><span class="icon-loading-small"></span><?php p($l->t('Uploading files')) ?></div> - <div id="drop-upload-done-indicator" style="padding-top: 25px;" class="hidden"><?php p($l->t('Uploaded files:')) ?></div> - <ul id="drop-uploaded-files"></ul> - - <?php if ($_['disclaimer'] !== '') { ?> - <div> - <?php - echo $l->t('By uploading files, you agree to the %1$sterms of service%2$s.', [ - '<span id="show-terms-dialog">', '</span>' - ]); - ?> - </div> - <?php } ?> - </div> - </div> -<?php } ?> - -<?php if (!isset($_['hideFileList']) || (isset($_['hideFileList']) && $_['hideFileList'] !== true)): ?> - <div class="hiddenuploadfield"> - <input type="file" id="file_upload_start" class="hiddenuploadfield" name="files[]" - data-url="<?php p(\OCP\Server::get(\OCP\IURLGenerator::class)->linkTo('files', 'ajax/upload.php')); ?>" /> - </div> -<?php endif; ?> -</div> diff --git a/apps/files_sharing/tests/ApiTest.php b/apps/files_sharing/tests/ApiTest.php index 676809eebff..960f29224bb 100644 --- a/apps/files_sharing/tests/ApiTest.php +++ b/apps/files_sharing/tests/ApiTest.php @@ -13,6 +13,7 @@ use OC\Files\FileInfo; use OC\Files\Filesystem; use OC\Files\Storage\Temporary; use OC\Files\View; +use OCA\Federation\TrustedServers; use OCA\Files_Sharing\Controller\ShareAPIController; use OCP\App\IAppManager; use OCP\AppFramework\OCS\OCSBadRequestException; @@ -117,6 +118,7 @@ class ApiTest extends TestCase { $providerFactory = $this->createMock(IProviderFactory::class); $mailer = $this->createMock(IMailer::class); $tagManager = $this->createMock(ITagManager::class); + $trustedServers = $this->createMock(TrustedServers::class); $dateTimeZone->method('getTimeZone')->willReturn(new \DateTimeZone(date_default_timezone_get())); return new ShareAPIController( @@ -139,6 +141,7 @@ class ApiTest extends TestCase { $providerFactory, $mailer, $tagManager, + $trustedServers, $userId, ); } diff --git a/apps/files_sharing/tests/Controller/ShareAPIControllerTest.php b/apps/files_sharing/tests/Controller/ShareAPIControllerTest.php index abc405fc21c..e6be0342c26 100644 --- a/apps/files_sharing/tests/Controller/ShareAPIControllerTest.php +++ b/apps/files_sharing/tests/Controller/ShareAPIControllerTest.php @@ -7,6 +7,7 @@ */ namespace OCA\Files_Sharing\Tests\Controller; +use OCA\Federation\TrustedServers; use OCA\Files_Sharing\Controller\ShareAPIController; use OCP\App\IAppManager; use OCP\AppFramework\Http\DataResponse; @@ -82,6 +83,7 @@ class ShareAPIControllerTest extends TestCase { private IProviderFactory&MockObject $factory; private IMailer&MockObject $mailer; private ITagManager&MockObject $tagManager; + private TrustedServers&MockObject $trustedServers; protected function setUp(): void { $this->shareManager = $this->createMock(IManager::class); @@ -119,6 +121,7 @@ class ShareAPIControllerTest extends TestCase { $this->factory = $this->createMock(IProviderFactory::class); $this->mailer = $this->createMock(IMailer::class); $this->tagManager = $this->createMock(ITagManager::class); + $this->trustedServers = $this->createMock(TrustedServers::class); $this->ocs = new ShareAPIController( $this->appName, @@ -140,8 +143,10 @@ class ShareAPIControllerTest extends TestCase { $this->factory, $this->mailer, $this->tagManager, - $this->currentUser, + $this->trustedServers, + $this->currentUser ); + } /** @@ -169,6 +174,7 @@ class ShareAPIControllerTest extends TestCase { $this->factory, $this->mailer, $this->tagManager, + $this->trustedServers, $this->currentUser, ])->onlyMethods(['formatShare']) ->getMock(); @@ -853,6 +859,7 @@ class ShareAPIControllerTest extends TestCase { $this->factory, $this->mailer, $this->tagManager, + $this->trustedServers, $this->currentUser, ]) ->onlyMethods(['canAccessShare']) @@ -1485,6 +1492,7 @@ class ShareAPIControllerTest extends TestCase { $this->factory, $this->mailer, $this->tagManager, + $this->trustedServers, $this->currentUser, ]) ->onlyMethods(['formatShare']) @@ -1873,6 +1881,7 @@ class ShareAPIControllerTest extends TestCase { $this->factory, $this->mailer, $this->tagManager, + $this->trustedServers, $this->currentUser, ])->onlyMethods(['formatShare']) ->getMock(); @@ -1972,6 +1981,7 @@ class ShareAPIControllerTest extends TestCase { $this->factory, $this->mailer, $this->tagManager, + $this->trustedServers, $this->currentUser, ])->onlyMethods(['formatShare']) ->getMock(); @@ -2399,6 +2409,7 @@ class ShareAPIControllerTest extends TestCase { $this->factory, $this->mailer, $this->tagManager, + $this->trustedServers, $this->currentUser, ])->onlyMethods(['formatShare']) ->getMock(); @@ -2471,6 +2482,7 @@ class ShareAPIControllerTest extends TestCase { $this->factory, $this->mailer, $this->tagManager, + $this->trustedServers, $this->currentUser, ])->onlyMethods(['formatShare']) ->getMock(); @@ -2710,6 +2722,7 @@ class ShareAPIControllerTest extends TestCase { $this->factory, $this->mailer, $this->tagManager, + $this->trustedServers, $this->currentUser, ])->onlyMethods(['formatShare']) ->getMock(); @@ -4492,6 +4505,7 @@ class ShareAPIControllerTest extends TestCase { 'mount-type' => '', 'attributes' => null, 'item_permissions' => 1, + 'is_trusted_server' => false, ], $share, [], false ]; @@ -4545,6 +4559,7 @@ class ShareAPIControllerTest extends TestCase { 'mount-type' => '', 'attributes' => null, 'item_permissions' => 1, + 'is_trusted_server' => false, ], $share, [], false ]; @@ -5228,4 +5243,138 @@ class ShareAPIControllerTest extends TestCase { ['file_source' => 42, 'x' => 'y', 'tags' => ['tag1', 'tag2']], ], $result); } + + public function trustedServerProvider(): array { + return [ + 'Trusted server' => [true, true], + 'Untrusted server' => [false, false], + ]; + } + + /** + * @dataProvider trustedServerProvider + */ + public function testFormatShareWithFederatedShare(bool $isKnownServer, bool $isTrusted): void { + $nodeId = 12; + $nodePath = '/test.txt'; + $share = $this->createShare( + 1, + IShare::TYPE_REMOTE, + 'recipient@remoteserver.com', // shared with + 'sender@testserver.com', // shared by + 'shareOwner', // share owner + $nodePath, // path + Constants::PERMISSION_READ, + time(), + null, + null, + $nodePath, + $nodeId + ); + + $node = $this->createMock(\OCP\Files\File::class); + $node->method('getId')->willReturn($nodeId); + $node->method('getPath')->willReturn($nodePath); + $node->method('getInternalPath')->willReturn(ltrim($nodePath, '/')); + $mountPoint = $this->createMock(\OCP\Files\Mount\IMountPoint::class); + $mountPoint->method('getMountType')->willReturn('local'); + $node->method('getMountPoint')->willReturn($mountPoint); + $node->method('getMimetype')->willReturn('text/plain'); + $storage = $this->createMock(\OCP\Files\Storage\IStorage::class); + $storageCache = $this->createMock(\OCP\Files\Cache\ICache::class); + $storageCache->method('getNumericStorageId')->willReturn(1); + $storage->method('getCache')->willReturn($storageCache); + $storage->method('getId')->willReturn('home::shareOwner'); + $node->method('getStorage')->willReturn($storage); + $parent = $this->createMock(\OCP\Files\Folder::class); + $parent->method('getId')->willReturn(2); + $node->method('getParent')->willReturn($parent); + $node->method('getSize')->willReturn(1234); + $node->method('getMTime')->willReturn(1234567890); + + $this->previewManager->method('isAvailable')->with($node)->willReturn(false); + + $this->rootFolder->method('getUserFolder') + ->with($this->currentUser) + ->willReturnSelf(); + + $this->rootFolder->method('getFirstNodeById') + ->with($share->getNodeId()) + ->willReturn($node); + + $this->rootFolder->method('getRelativePath') + ->with($node->getPath()) + ->willReturnArgument(0); + + $serverName = 'remoteserver.com'; + $this->trustedServers->method('isTrustedServer') + ->with($serverName) + ->willReturn($isKnownServer); + + $result = $this->invokePrivate($this->ocs, 'formatShare', [$share]); + + $this->assertSame($isTrusted, $result['is_trusted_server']); + } + + public function testFormatShareWithFederatedShareWithAtInUsername(): void { + $nodeId = 12; + $nodePath = '/test.txt'; + $share = $this->createShare( + 1, + IShare::TYPE_REMOTE, + 'recipient@domain.com@remoteserver.com', + 'sender@testserver.com', + 'shareOwner', + $nodePath, + Constants::PERMISSION_READ, + time(), + null, + null, + $nodePath, + $nodeId + ); + + $node = $this->createMock(\OCP\Files\File::class); + $node->method('getId')->willReturn($nodeId); + $node->method('getPath')->willReturn($nodePath); + $node->method('getInternalPath')->willReturn(ltrim($nodePath, '/')); + $mountPoint = $this->createMock(\OCP\Files\Mount\IMountPoint::class); + $mountPoint->method('getMountType')->willReturn('local'); + $node->method('getMountPoint')->willReturn($mountPoint); + $node->method('getMimetype')->willReturn('text/plain'); + $storage = $this->createMock(\OCP\Files\Storage\IStorage::class); + $storageCache = $this->createMock(\OCP\Files\Cache\ICache::class); + $storageCache->method('getNumericStorageId')->willReturn(1); + $storage->method('getCache')->willReturn($storageCache); + $storage->method('getId')->willReturn('home::shareOwner'); + $node->method('getStorage')->willReturn($storage); + $parent = $this->createMock(\OCP\Files\Folder::class); + $parent->method('getId')->willReturn(2); + $node->method('getParent')->willReturn($parent); + $node->method('getSize')->willReturn(1234); + $node->method('getMTime')->willReturn(1234567890); + + $this->previewManager->method('isAvailable')->with($node)->willReturn(false); + + $this->rootFolder->method('getUserFolder') + ->with($this->currentUser) + ->willReturnSelf(); + + $this->rootFolder->method('getFirstNodeById') + ->with($share->getNodeId()) + ->willReturn($node); + + $this->rootFolder->method('getRelativePath') + ->with($node->getPath()) + ->willReturnArgument(0); + + $serverName = 'remoteserver.com'; + $this->trustedServers->method('isTrustedServer') + ->with($serverName) + ->willReturn(true); + + $result = $this->invokePrivate($this->ocs, 'formatShare', [$share]); + + $this->assertTrue($result['is_trusted_server']); + } } diff --git a/apps/files_sharing/tests/External/CacheTest.php b/apps/files_sharing/tests/External/CacheTest.php index 60820013f11..39e2057a24c 100644 --- a/apps/files_sharing/tests/External/CacheTest.php +++ b/apps/files_sharing/tests/External/CacheTest.php @@ -54,11 +54,11 @@ class CacheTest extends TestCase { $this->contactsManager = $this->createMock(IManager::class); $this->cloudIdManager = new CloudIdManager( + $this->createMock(ICacheFactory::class), + $this->createMock(IEventDispatcher::class), $this->contactsManager, $this->createMock(IURLGenerator::class), $this->createMock(IUserManager::class), - $this->createMock(ICacheFactory::class), - $this->createMock(IEventDispatcher::class) ); $this->remoteUser = $this->getUniqueID('remoteuser'); diff --git a/apps/files_sharing/tests/External/ManagerTest.php b/apps/files_sharing/tests/External/ManagerTest.php index fbe6eb1e85b..14c6afec4d8 100644 --- a/apps/files_sharing/tests/External/ManagerTest.php +++ b/apps/files_sharing/tests/External/ManagerTest.php @@ -90,11 +90,11 @@ class ManagerTest extends TestCase { $this->testMountProvider = new MountProvider(Server::get(IDBConnection::class), function () { return $this->manager; }, new CloudIdManager( + $this->createMock(ICacheFactory::class), + $this->createMock(IEventDispatcher::class), $this->contactsManager, $this->createMock(IURLGenerator::class), $this->userManager, - $this->createMock(ICacheFactory::class), - $this->createMock(IEventDispatcher::class) )); $group1 = $this->createMock(IGroup::class); |